From a07ec3c6f4f1ad743a639e250644e3ffe4146e1f Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 19 Dec 2024 20:40:30 -0500 Subject: [PATCH 01/70] ci(release): update version to 6.7.0.dev0 --- .build_rtd_docs/Doxyfile | 2 +- CITATION.cff | 2 +- DISCLAIMER.md | 17 ++++++++--------- README.md | 19 +++++++++---------- code.json | 4 ++-- doc/version.py | 4 ++-- doc/version.tex | 2 +- meson.build | 2 +- pixi.toml | 2 +- src/Utilities/version.f90 | 26 ++++++++++++-------------- version.txt | 2 +- 11 files changed, 39 insertions(+), 43 deletions(-) diff --git a/.build_rtd_docs/Doxyfile b/.build_rtd_docs/Doxyfile index 8a65f959d6a..a4511abc92c 100644 --- a/.build_rtd_docs/Doxyfile +++ b/.build_rtd_docs/Doxyfile @@ -37,7 +37,7 @@ PROJECT_NAME = "MODFLOW 6" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "version 6.6.0" +PROJECT_NUMBER = "version 6.7.0.dev0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/CITATION.cff b/CITATION.cff index 33414f14ed5..d13fd7bcd09 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 message: If you use this software, please cite the software itself. type: software title: MODFLOW 6 Modular Hydrologic Model -version: 6.6.0 +version: 6.7.0.dev0 date-released: '2024-12-19' doi: 10.5066/F76Q1VQV abstract: MODFLOW 6 is an object-oriented program and framework developed to provide diff --git a/DISCLAIMER.md b/DISCLAIMER.md index 9226475a939..f32778cb5e4 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,12 +1,11 @@ Disclaimer ---------- -This software has been approved for release by the U.S. Geological Survey -(USGS). Although the software has been subjected to rigorous review, the USGS -reserves the right to update the software as needed pursuant to further analysis -and review. No warranty, expressed or implied, is made by the USGS or the U.S. -Government as to the functionality of the software and related material nor -shall the fact of release constitute any such warranty. Furthermore, the -software is released on condition that neither the USGS nor the U.S. Government -shall be held liable for any damages resulting from its authorized or -unauthorized use. +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). No warranty, +expressed or implied, is made by the USGS or the U.S. Government as to the +functionality of the software and related material nor shall the fact of release +constitute any such warranty. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. diff --git a/README.md b/README.md index 0c5b1027007..2b14d00daeb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the development repository for the USGS MODFLOW 6 Hydrologic Model. The official USGS distribution is available at [USGS Release Page](https://water.usgs.gov/ogw/modflow/MODFLOW.html). -### Version 6.6.0 +### Version 6.7.0.dev0 (preliminary) [![GitHub release](https://img.shields.io/github/release/MODFLOW-USGS/modflow6.svg)](https://github.com/MODFLOW-USGS/modflow6/releases/latest) [![MODFLOW 6 continuous integration](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml) @@ -110,13 +110,12 @@ Citations for specific versions are included with the [releases](https://github. Disclaimer ---------- -This software has been approved for release by the U.S. Geological Survey -(USGS). Although the software has been subjected to rigorous review, the USGS -reserves the right to update the software as needed pursuant to further analysis -and review. No warranty, expressed or implied, is made by the USGS or the U.S. -Government as to the functionality of the software and related material nor -shall the fact of release constitute any such warranty. Furthermore, the -software is released on condition that neither the USGS nor the U.S. Government -shall be held liable for any damages resulting from its authorized or -unauthorized use. +This software is preliminary or provisional and is subject to revision. It is +being provided to meet the need for timely best science. The software has not +received final approval by the U.S. Geological Survey (USGS). No warranty, +expressed or implied, is made by the USGS or the U.S. Government as to the +functionality of the software and related material nor shall the fact of release +constitute any such warranty. The software is provided on the condition that +neither the USGS nor the U.S. Government shall be held liable for any damages +resulting from the authorized or unauthorized use of the software. diff --git a/code.json b/code.json index 5490d558f29..5980a4e821f 100644 --- a/code.json +++ b/code.json @@ -1,6 +1,6 @@ [ { - "status": "Release", + "status": "Preliminary", "languages": [ "Fortran2008" ], @@ -18,7 +18,7 @@ "email": "langevin@usgs.gov" }, "laborHours": -1, - "version": "6.6.0", + "version": "6.7.0.dev0", "date": { "metadataLastUpdated": "2024-12-19" }, diff --git a/doc/version.py b/doc/version.py index 6b18c895df2..b26252f3ec5 100644 --- a/doc/version.py +++ b/doc/version.py @@ -1,3 +1,3 @@ # MODFLOW 6 version file automatically created using...update_version.py -# created on...December 19, 2024 23:59:59 -__version__ = "6.6.0" +# created on...December 19, 2024 20:40:15 +__version__ = "6.7.0.dev0" diff --git a/doc/version.tex b/doc/version.tex index 59ebc87dbc7..bedb3c400c7 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,3 +1,3 @@ -\newcommand{\modflowversion}{mf6.6.0} +\newcommand{\modflowversion}{mf6.7.0.dev0} \newcommand{\modflowdate}{December 19, 2024} \newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate} diff --git a/meson.build b/meson.build index 37a77f3ff80..52c7849d295 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'MODFLOW 6', 'fortran', - version: '6.6.0', + version: '6.7.0.dev0', license: 'CC0', meson_version: '>= 1.1.0', default_options : [ diff --git a/pixi.toml b/pixi.toml index ac0f89e692f..49541d0a43a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -2,7 +2,7 @@ name = "modflow6" channels = ["conda-forge"] platforms = ["win-64", "linux-64", "linux-aarch64", "osx-arm64", "osx-64"] -version = "6.6.0" +version = "6.7.0.dev0" [dependencies] appdirs = "*" diff --git a/src/Utilities/version.f90 b/src/Utilities/version.f90 index 56b071a295d..2550c364a4c 100644 --- a/src/Utilities/version.f90 +++ b/src/Utilities/version.f90 @@ -17,8 +17,8 @@ module VersionModule public ! -- modflow 6 version integer(I4B), parameter :: IDEVELOPMODE = 1 - character(len=*), parameter :: VERSIONNUMBER = '6.6.0' - character(len=*), parameter :: VERSIONTAG = ' 12/19/2024' + character(len=*), parameter :: VERSIONNUMBER = '6.7.0.dev0' + character(len=*), parameter :: VERSIONTAG = ' (preliminary) 12/19/2024' character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG character(len=2), parameter :: MFVNAM = ' 6' character(len=*), parameter :: MFTITLE = & @@ -75,18 +75,16 @@ module VersionModule ! -- disclaimer must be appropriate for version (release or release candidate) character(len=*), parameter :: FMTDISCLAIMER = & "(/,& - &'This software has been approved for release by the U.S. Geological ',/,& - &'Survey (USGS). Although the software has been subjected to rigorous ',/,& - &'review, the USGS reserves the right to update the software as needed ',/,& - &'pursuant to further analysis and review. No warranty, expressed or ',/,& - &'implied, is made by the USGS or the U.S. Government as to the ',/,& - &'functionality of the software and related material nor shall the ',/,& - &'fact of release constitute any such warranty. Furthermore, the ',/,& - &'software is released on condition that neither the USGS nor the U.S. ',/,& - &'Government shall be held liable for any damages resulting from its ',/,& - &'authorized or unauthorized use. Also refer to the USGS Water ',/,& - &'Resources Software User Rights Notice for complete use, copyright, ',/,& - &'and distribution information.',/)" + &'This software is preliminary or provisional and is subject to ',/,& + &'revision. It is being provided to meet the need for timely best ',/,& + &'science. The software has not received final approval by the U.S. ',/,& + &'Geological Survey (USGS). No warranty, expressed or implied, is made ',/,& + &'by the USGS or the U.S. Government as to the functionality of the ',/,& + &'software and related material nor shall the fact of release ',/,& + &'constitute any such warranty. The software is provided on the ',/,& + &'condition that neither the USGS nor the U.S. Government shall be held ',/,& + &'liable for any damages resulting from the authorized or unauthorized ',/,& + &'use of the software.',/)" contains diff --git a/version.txt b/version.txt index cd802a1ec4e..e38cf193ca0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.6.0 \ No newline at end of file +6.7.0.dev0 \ No newline at end of file From 3f407b3ecb03485189958e377298ab378e9b53b4 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 23 Dec 2024 12:38:00 -0500 Subject: [PATCH 02/70] fix(prt): avoid fpes, patch centroid calculation (#2119) Fix several related issues that can occur with the generalized tracking method on vertex grids. 1. The polygon centroid formula used when dividing cells into subcells can fail due to floating (im)precision when the vertex coordinates are all large and near to one another, i.e. big grids with really small cells. One option is to do a point-in-polygon check on the result of the centroid calculation and use a simple geometric mean if it fails, but the check is not cheap. Another option is to always use the geo mean instead of the polygon centroid — to guarantee that this is safe we will need to check that the cell vertices don't "wrap around" or contain duplicates I think. In the meantime this PR aims for an 80/20 solution and uses the geometric mean if the cell has 3 vertices, otherwise the full formula. This avoids the error in the common case that the very small cell is a triangle. 2. The tracking routine could encounter floating point exceptions due to a failure to terminate particles in subcells with no exit face. 3. Avoid floating point exceptions due to log of a negative number in the subroutine to calculate travel time to exit. This is done by taking the absolute value of the argument to `log`. Is this safe? I think so because the direction of travel is determined elsewhere. --- .../ParticleTracker/MethodCellTernary.f90 | 37 +++++++++++++++---- .../ParticleTracker/MethodSubcellTernary.f90 | 29 +++++++++------ src/Solution/ParticleTracker/Particle.f90 | 7 +--- 3 files changed, 48 insertions(+), 25 deletions(-) diff --git a/src/Solution/ParticleTracker/MethodCellTernary.f90 b/src/Solution/ParticleTracker/MethodCellTernary.f90 index a04a65d231f..8e33672f615 100644 --- a/src/Solution/ParticleTracker/MethodCellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodCellTernary.f90 @@ -1,6 +1,6 @@ module MethodCellTernaryModule - use KindModule, only: DP, I4B + use KindModule, only: DP, I4B, LGP use ErrorUtilModule, only: pstop use MethodModule use MethodSubcellPoolModule @@ -9,7 +9,8 @@ module MethodCellTernaryModule use SubcellTriModule, only: SubcellTriType, create_subcell_tri use ParticleModule use GeomUtilModule, only: area - use ConstantsModule, only: DZERO, DONE, DTWO + use ConstantsModule, only: DZERO, DONE, DTWO, DSIX + use GeomUtilModule, only: point_in_polygon implicit none private @@ -86,6 +87,7 @@ subroutine load_mct(this, particle, next_level, submethod) type is (SubcellTriType) call this%load_subcell(particle, subcell) end select + call method_subcell_tern%init( & fmi=this%fmi, & cell=this%cell, & @@ -137,6 +139,7 @@ subroutine pass_mct(this, particle) ! Subcell top (cell top) inface = this%nverts + 3 end select + if (inface .eq. -1) then particle%iboundary(2) = 0 else if (inface .eq. 0) then @@ -356,6 +359,8 @@ subroutine vertvelo(this) real(DP), allocatable, dimension(:) :: vm0y real(DP), allocatable, dimension(:) :: vm1x real(DP), allocatable, dimension(:) :: vm1y + ! real(DP), allocatable, dimension(:, :) :: poly + integer(I4B) :: nvert select type (cell => this%cell) type is (CellPolyType) @@ -393,14 +398,30 @@ subroutine vertvelo(this) unextx = -wk2 / le unexty = wk1 / le - ! Cell area - areacell = area(this%xvert, this%yvert) - ! Cell centroid (in general, this is NOT the average of the vertex coordinates) - sixa = areacell * 6.d0 + areacell = area(this%xvert, this%yvert) + sixa = areacell * DSIX wk1 = -(this%xvert * this%yvertnext - this%xvertnext * this%yvert) - this%xctr = sum((this%xvert + this%xvertnext) * wk1) / sixa - this%yctr = sum((this%yvert + this%yvertnext) * wk1) / sixa + nvert = size(this%xvert) + if (nvert == 3) then + this%xctr = sum(this%xvert) / 3.0_DP + this%yctr = sum(this%yvert) / 3.0_DP + else + this%xctr = sum((this%xvert + this%xvertnext) * wk1) / sixa + this%yctr = sum((this%yvert + this%yvertnext) * wk1) / sixa + end if + + ! TODO: do we need to check if center is in polygon? + ! only if using the centroid method which misbehaves + ! + ! allocate(poly(2, nvert)) + ! poly(1,:) = this%xvert + ! poly(2,:) = this%yvert + ! if (.not. point_in_polygon(this%xctr, this%yctr, poly)) then + ! print *, "error -- centroid not in cell ", this%cell%defn%icell, this%xctr, this%yctr + ! call pstop(1) + ! end if + ! deallocate(poly) ! Subcell areas do i = 1, this%nverts diff --git a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 index 97637b4c59b..3c35883d9a2 100644 --- a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 @@ -11,6 +11,7 @@ module MethodSubcellTernaryModule use TernarySolveTrack, only: traverse_triangle, step_analytical, canonical use PrtFmiModule, only: PrtFmiType use BaseDisModule, only: DisBaseType + use MathUtilModule, only: is_close implicit none private @@ -30,9 +31,9 @@ module MethodSubcellTernaryModule !> @brief Create a new ternary subcell tracking method. subroutine create_method_subcell_ternary(method) - ! -- dummy + ! dummy type(MethodSubcellTernaryType), pointer :: method - ! -- local + ! local type(SubcellTriType), pointer :: subcell allocate (method) @@ -218,7 +219,7 @@ subroutine track_subcell(this, subcell, particle, tmax) ! Exit through lateral subcell face exitFace = itrifaceexit dtexit = dtexitxy - else if (dtexitz < dtexitxy) then + else if (dtexitz < dtexitxy .and. dtexitz >= 0.0_DP) then ! Exit through top or bottom if (itopbotexit == -1) then exitFace = 4 @@ -226,6 +227,11 @@ subroutine track_subcell(this, subcell, particle, tmax) exitFace = 5 end if dtexit = dtexitz + else + particle%istatus = 9 + particle%advancing = .false. + call this%save(particle, reason=3) + return end if texit = particle%ttrack + dtexit t0 = particle%ttrack @@ -257,8 +263,8 @@ subroutine track_subcell(this, subcell, particle, tmax) ! (local, unscaled) and other properties. The particle may at this ! point lie on a boundary of the subcell or may still be within it. if (texit .gt. tmax) then - ! -- The computed exit time is greater than the maximum time, so set - ! -- final time for particle trajectory equal to maximum time. + ! The computed exit time is greater than the maximum time, so set + ! final time for particle trajectory equal to maximum time. t = tmax dt = t - t0 exitFace = 0 @@ -266,8 +272,8 @@ subroutine track_subcell(this, subcell, particle, tmax) particle%advancing = .false. reason = 2 ! timestep end else - ! -- The computed exit time is less than or equal to the maximum time, - ! -- so set final time for particle trajectory equal to exit time. + ! The computed exit time is less than or equal to the maximum time, + ! so set final time for particle trajectory equal to exit time. t = texit dt = dtexit reason = 1 ! (sub)cell transition @@ -280,6 +286,7 @@ subroutine track_subcell(this, subcell, particle, tmax) particle%z = z particle%ttrack = t particle%iboundary(3) = exitFace + call this%save(particle, reason=reason) end subroutine track_subcell @@ -417,7 +424,7 @@ subroutine calculate_dt(v1, v2, dx, xL, v, dvdx, & end if ! Compute travel time to exit face. Return with status = 0 - dt = log(vr) / dvdx + dt = log(abs(vr)) / dvdx status = 0 end subroutine calculate_dt @@ -481,13 +488,13 @@ subroutine calculate_xyz_position(dt, rxx, rxy, ryx, ryy, sxx, sxy, syy, & else ! otherwise calculate z. if (izstatus .eq. 2) then - ! -- vz uniformly zero + ! vz uniformly zero z = zi else if (izstatus .eq. 1) then - ! -- vz uniform, nonzero + ! vz uniform, nonzero z = zi + vzi * dt else - ! -- vz nonuniform + ! vz nonuniform z = zbot + (vzi * dexp(az * dt) - vzbot) / az end if end if diff --git a/src/Solution/ParticleTracker/Particle.f90 b/src/Solution/ParticleTracker/Particle.f90 index 347ae4b1a2b..0904cd89e6a 100644 --- a/src/Solution/ParticleTracker/Particle.f90 +++ b/src/Solution/ParticleTracker/Particle.f90 @@ -89,7 +89,6 @@ module ParticleModule ! state integer(I4B), dimension(:, :), pointer, public, contiguous :: idomain !< array of indices for domains in the tracking domain hierarchy integer(I4B), dimension(:, :), pointer, public, contiguous :: iboundary !< array of indices for tracking domain boundaries - integer(I4B), dimension(:), pointer, public, contiguous :: icp !< previous cell number (reduced) integer(I4B), dimension(:), pointer, public, contiguous :: icu !< cell number (user) integer(I4B), dimension(:), pointer, public, contiguous :: ilay !< layer integer(I4B), dimension(:), pointer, public, contiguous :: izone !< current zone number @@ -133,7 +132,6 @@ subroutine allocate_particle_store(this, np, mempath) call mem_allocate(this%irpt, np, 'PLIRPT', mempath) call mem_allocate(this%iprp, np, 'PLIPRP', mempath) call mem_allocate(this%name, LENBOUNDNAME, np, 'PLNAME', mempath) - call mem_allocate(this%icp, np, 'PLICP', mempath) call mem_allocate(this%icu, np, 'PLICU', mempath) call mem_allocate(this%ilay, np, 'PLILAY', mempath) call mem_allocate(this%izone, np, 'PLIZONE', mempath) @@ -165,7 +163,6 @@ subroutine deallocate (this, mempath) call mem_deallocate(this%iprp, 'PLIPRP', mempath) call mem_deallocate(this%irpt, 'PLIRPT', mempath) call mem_deallocate(this%name, 'PLNAME', mempath) - call mem_deallocate(this%icp, 'PLICP', mempath) call mem_deallocate(this%icu, 'PLICU', mempath) call mem_deallocate(this%ilay, 'PLILAY', mempath) call mem_deallocate(this%izone, 'PLIZONE', mempath) @@ -200,7 +197,6 @@ subroutine resize(this, np, mempath) call mem_reallocate(this%iprp, np, 'PLIPRP', mempath) call mem_reallocate(this%irpt, np, 'PLIRPT', mempath) call mem_reallocate(this%name, LENBOUNDNAME, np, 'PLNAME', mempath) - call mem_reallocate(this%icp, np, 'PLICP', mempath) call mem_reallocate(this%icu, np, 'PLICU', mempath) call mem_reallocate(this%ilay, np, 'PLILAY', mempath) call mem_reallocate(this%izone, np, 'PLIZONE', mempath) @@ -244,7 +240,7 @@ subroutine load_particle(this, store, imdl, iprp, ip) this%istopweaksink = store%istopweaksink(ip) this%istopzone = store%istopzone(ip) this%idrymeth = store%idrymeth(ip) - this%icp = store%icp(ip) + this%icp = 0 this%icu = store%icu(ip) this%ilay = store%ilay(ip) this%izone = store%izone(ip) @@ -281,7 +277,6 @@ subroutine save_particle(this, particle, ip) this%istopweaksink(ip) = particle%istopweaksink this%istopzone(ip) = particle%istopzone this%idrymeth(ip) = particle%idrymeth - this%icp(ip) = particle%icp this%icu(ip) = particle%icu this%ilay(ip) = particle%ilay this%izone(ip) = particle%izone From e59d9acfcd1fb38897a2284c8b220c0f6d93e6ea Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Fri, 27 Dec 2024 14:18:14 -0800 Subject: [PATCH 03/70] fix(mf6io): minor fixes related to GWE documentation in mf6io (#2120) --- doc/mf6io/gwe/gwe.tex | 2 +- doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn | 2 +- doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn | 6 +++--- doc/mf6io/mf6ivar/dfn/gwe-uze.dfn | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mf6io/gwe/gwe.tex b/doc/mf6io/gwe/gwe.tex index b314eef36fc..86edb2e4fc8 100644 --- a/doc/mf6io/gwe/gwe.tex +++ b/doc/mf6io/gwe/gwe.tex @@ -45,7 +45,7 @@ \subsection{Information for Existing Heat Transport Modelers} \item The Viscosity Package can use temperatures from the GWE model to adjust the viscosities in the flow model. -\item GWE and GWT use the same Source and Sink Mixing (SSM) Package for representing the effects of GWF stress package inflows and outflows on simulated temperatures and concentrations. In a GWE simulation, there are two ways in which users can assign concentrations to the individual features in these stress package. The first way is to activate a temperature auxiliary variable in the corresponding GWF stress package. In the SSM input file, the user provides the name of the auxiliary variable to be used for temperature. The second way is to create a special SPC file, which contains user-assigned time-varying temperatures for stress package features. +\item GWE and GWT use the same Source and Sink Mixing (SSM) Package for representing the effects of GWF stress package inflows and outflows on simulated temperatures and concentrations. In a GWE simulation, there are two ways in which users can assign temperatures to the individual features in these stress package. The first way is to activate a temperature auxiliary variable in the corresponding GWF stress package. In the SSM input file, the user provides the name of the auxiliary variable to be used for temperature. The second way is to create a special SPC file, which contains user-assigned time-varying temperatures for stress package features. \item The GWE model includes an Energy Storage and Transfer (EST) Package that is analogous to the MST Package in the GWT Model. The GWE Model does not simulate immobile domains and therefore does not include an analog of the IST Package in the GWT Model. diff --git a/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn b/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn index 9b69409c30c..2aaea0ca537 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn @@ -404,7 +404,7 @@ in_record true reader urword time_series true longname well injection temperature -description real or character value that defines the injection temperature $(e.g., ^{\circ}C or ^{\circ}F)$ for the well. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +description real or character value that defines the injection temperature $(e.g.,\:^{\circ}C\:or\:^{\circ}F)$ for the well. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name auxiliaryrecord diff --git a/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn b/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn index ed7f29f2a3a..b356f7f9a3f 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn @@ -404,7 +404,7 @@ in_record true reader urword time_series true longname rainfall temperature -description real or character value that defines the rainfall temperature $(e.g., ^{\circ}C or ^{\circ}F)$ for the reach. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +description real or character value that defines the rainfall temperature $(e.g.,\:^{\circ}C\:or\:^{\circ}F)$ for the reach. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name evaporation @@ -426,7 +426,7 @@ in_record true reader urword time_series true longname runoff temperature -description real or character value that defines the temperature of runoff $(e.g., ^{\circ}C or ^{\circ}F)$ for the reach. Users are free to use whatever temperature scale they want, which might include negative temperatures. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +description real or character value that defines the temperature of runoff $(e.g.,\:^{\circ}C\:or\:^{\circ}F)$ for the reach. Users are free to use whatever temperature scale they want, which might include negative temperatures. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name inflow @@ -437,7 +437,7 @@ in_record true reader urword time_series true longname inflow temperature -description real or character value that defines the temperature of inflow $(e.g., ^{\circ}C or ^{\circ}F)$ for the reach. Users are free to use whatever temperature scale they want, which might include negative temperatures. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +description real or character value that defines the temperature of inflow $(e.g.,\:^{\circ}C\:or\:^{\circ}F)$ for the reach. Users are free to use whatever temperature scale they want, which might include negative temperatures. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name auxiliaryrecord diff --git a/doc/mf6io/mf6ivar/dfn/gwe-uze.dfn b/doc/mf6io/mf6ivar/dfn/gwe-uze.dfn index 2599e0f8f94..1ea1073cbe8 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-uze.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-uze.dfn @@ -384,7 +384,7 @@ in_record true reader urword time_series true longname infiltration temperature -description real or character value that defines the temperature of the infiltration $(e.g., ^{\circ}C or ^{\circ}F)$ for the UZF cell. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +description real or character value that defines the temperature of the infiltration $(e.g.,\:^{\circ}C\:or\:^{\circ}F)$ for the UZF cell. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name uzet From 0443035fe46e01bc6a7ea071cd8f3349c1c76482 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 31 Dec 2024 18:31:38 -0500 Subject: [PATCH 04/70] fix(prt): convert to local coords in ternary cell method (#2122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts the switch to calculating the centroid via arithmetic mean for triangular cells in #2119 — the rest of the vertex velocity calculation assumes the polygonal definition of the centroid so that change was an error. A more robust way to avoid intermediate loss of precision is converting to local cell-local coordinates before applying the ternary cell method. --- .../ParticleTracker/MethodCellTernary.f90 | 53 +++++++++++++------ 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/src/Solution/ParticleTracker/MethodCellTernary.f90 b/src/Solution/ParticleTracker/MethodCellTernary.f90 index 8e33672f615..d6447db6638 100644 --- a/src/Solution/ParticleTracker/MethodCellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodCellTernary.f90 @@ -8,7 +8,7 @@ module MethodCellTernaryModule use CellDefnModule use SubcellTriModule, only: SubcellTriType, create_subcell_tri use ParticleModule - use GeomUtilModule, only: area + use GeomUtilModule, only: area, transform use ConstantsModule, only: DZERO, DONE, DTWO, DSIX use GeomUtilModule, only: point_in_polygon implicit none @@ -158,6 +158,8 @@ subroutine apply_mct(this, particle, tmax) real(DP), intent(in) :: tmax ! local integer(I4B) :: i + real(DP) :: x, y, z, xO, yO + real(DP), allocatable :: xs(:), ys(:) ! (Re)allocate type-bound arrays select type (cell => this%cell) @@ -194,10 +196,24 @@ subroutine apply_mct(this, particle, tmax) allocate (this%xvertnext(this%nverts)) allocate (this%yvertnext(this%nverts)) + ! New origin is the corner of the cell's + ! bounding box closest to the old origin + allocate (xs(this%nverts)) + allocate (ys(this%nverts)) + xs = cell%defn%polyvert(1, :) + ys = cell%defn%polyvert(2, :) + xO = xs(minloc(abs(xs), dim=1)) + yO = ys(minloc(abs(ys), dim=1)) + deallocate (xs) + deallocate (ys) + ! Cell vertices do i = 1, this%nverts - this%xvert(i) = cell%defn%polyvert(1, i) - this%yvert(i) = cell%defn%polyvert(2, i) + x = cell%defn%polyvert(1, i) + y = cell%defn%polyvert(2, i) + call transform(x, y, DZERO, x, y, z, xO, yO) + this%xvert(i) = x + this%yvert(i) = y end do ! Top, bottom, and thickness @@ -212,13 +228,21 @@ subroutine apply_mct(this, particle, tmax) this%iprev = cshift(this%iprev, -1) this%xvertnext = cshift(this%xvert, 1) this%yvertnext = cshift(this%yvert, 1) - end select - ! Calculate vertex velocities. - call this%vertvelo() + ! Calculate vertex velocities. + call this%vertvelo() + + ! Transform particle coordinates + call particle%transform(xO, yO) + + ! Track the particle across the cell. + call this%track(particle, 2, tmax) - ! Track the particle across the cell. - call this%track(particle, 2, tmax) + ! Transform particle coordinates back + call particle%transform(xO, yO, invert=.true.) + call particle%reset_transform() + + end select end subroutine apply_mct @@ -403,16 +427,11 @@ subroutine vertvelo(this) sixa = areacell * DSIX wk1 = -(this%xvert * this%yvertnext - this%xvertnext * this%yvert) nvert = size(this%xvert) - if (nvert == 3) then - this%xctr = sum(this%xvert) / 3.0_DP - this%yctr = sum(this%yvert) / 3.0_DP - else - this%xctr = sum((this%xvert + this%xvertnext) * wk1) / sixa - this%yctr = sum((this%yvert + this%yvertnext) * wk1) / sixa - end if + this%xctr = sum((this%xvert + this%xvertnext) * wk1) / sixa + this%yctr = sum((this%yvert + this%yvertnext) * wk1) / sixa - ! TODO: do we need to check if center is in polygon? - ! only if using the centroid method which misbehaves + ! TODO: can we use some of the terms of the centroid calculation + ! to do a cheap point in polygon check? ! ! allocate(poly(2, nvert)) ! poly(1,:) = this%xvert From f996aa6cafdc912ce30fbd0d7c0ebe029b538e00 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 2 Jan 2025 17:45:59 -0500 Subject: [PATCH 05/70] chore(release): reset release notes (#2124) Reset the release notes after releasing 6.6.0. --- doc/ReleaseNotes/appendixA.tex | 1 + doc/ReleaseNotes/develop.tex | 148 +++++++++++---------------- doc/ReleaseNotes/previous/v6.6.0.tex | 101 ++++++++++++++++++ 3 files changed, 160 insertions(+), 90 deletions(-) create mode 100644 doc/ReleaseNotes/previous/v6.6.0.tex diff --git a/doc/ReleaseNotes/appendixA.tex b/doc/ReleaseNotes/appendixA.tex index 7b10d5ee19f..f58412a2058 100644 --- a/doc/ReleaseNotes/appendixA.tex +++ b/doc/ReleaseNotes/appendixA.tex @@ -1,5 +1,6 @@ This appendix describes changes introduced into MODFLOW~6 in previous releases. These changes may substantially affect users. + \input{./previous/v6.6.0.tex} \input{./previous/v6.5.0.tex} \input{./previous/v6.4.4.tex} \input{./previous/v6.4.3.tex} diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index b0d6316f9e5..e7504706100 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -1,101 +1,69 @@ -% Use this template for starting initializing the release notes after a release -% has just been made. +% Use this template for starting initializing the release notes +% after a release has just been made. - \item \currentmodflowversion +\item \currentmodflowversion - \underline{NEW FUNCTIONALITY} - \begin{itemize} - \item With this release, there are now two supported executables for MODFLOW 6. The standard executable has no external dependencies and is straightforward to install and use on common operating systems. The extended executable for MODFLOW, which is called Extended MODFLOW, has additional capabilities beyond the standard executable. These additional capabilities presently include parallel computing and support for NetCDF input and output files. Extended MODFLOW relies on third-party libraries, which must be available for the software to run properly. The MODFLOW 6---Description of Input and Output includes a new section on Extended MODFLOW. This input and output guide was also revised to clearly mark in red those input variables that only work with Extended MODFLOW. - \item A new adaptive time stepping (ATS) capability was added to the Advection (ADV) Package of the Groundwater Transport (GWT) Model. A new input option, called ATS\_PERCEL, specifies the fractional cell distance that a particle of water can travel within one time step. When ATS\_PERCEL is specified by the user, and the ATS utility is activated in the TDIS Package, the ADV Package will calculate the largest time step that will meet this fractional cell distance constraint, and will submit this time step to the ATS utility. This option may improve time stepping for solute transport models and for variable-density flow and transport models by allowing step lengths to be calculated as a function of the flow system rather than being specified as input by the user. - \item Added the capability to write sorbate concentrations to binary output files. A new SORBATE option is now available in the Mobile Storage and Transfer (MST) Package and the Immobile Storage and Transfer (IST) Package of the GWT Model to provide the name of the binary output file for sorbate concentrations. Sorbate concentrations will be written to the binary output file whenever concentrations for the GWT model are saved, as determined by the GWT Output Control option. - \item Added kinematic-wave routing option for the Streamflow Routing (SFR) Package. Prior to this change, the SFR Package could only simulate unidirectional, steady, uniform flow. With kinematic-wave routing, unidirectional waves can now propagate through the SFR network by explicitly including a storage term in the reach continuity equation. The kinematic-wave routing option is based on the ``TRANSROUTE'' option available in the SFR Package in MODFLOW-NWT. The kinematic-wave routing option is enabled by specifying ``STORAGE'' in the SFR Package OPTIONS block. - \item The Freundlich and Langmuir isotherms can now be used to represent sorption in the immobile domain when simulating solute transport using the Groundwater Transport (GWT) Model. Prior to this change, only linear sorption could be used with the Immobile Storage and Transfer (IST) Package for the GWT Model. With this change, the SORPTION keyword specified in the OPTIONS block of the IST Package must be followed by LINEAR, FREUNDLICH, or LANGMUIR. If the FREUNDLICH or LANGMUIR isotherms are specified, then the user must also include the SP2 array in the GRIDDATA block of the IST Package. This change breaks backward compatibility for GWT Models that used the SORPTION option in the IST Package, which previously did not require the type of sorption to be specified after the SORPTION keyword. Details on the implementation of the nonlinear Freundlich and Langmuir sorption isotherms are described in a new chapter in the MODFLOW 6 --- Supplemental Technical Information guide, which is included with the MODFLOW 6 distribution. - \end{itemize} +%\underline{NEW FUNCTIONALITY} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - \underline{EXAMPLES} - \begin{itemize} - \item A new Toth example was added to show how the classic groundwater problem consisting of local, intermediate, and regional flow paths can be simulated with MODFLOW. - \item A new Streamflow Routing (SFR) Package example based on the Pinder-Sauer problem \citep{pinder1971numerical} modified by \cite{lal2001modification} was added to demonstrate the capabilities of the kinematic-wave approximation option. - \item A new Barends example was added to demonstrate the use of the Groundwater Energy (GWE) Model for simulating heat transport in a groundwater reservoir overlain by a low-permeability overburden. - % \item xxx - \end{itemize} +%\underline{EXAMPLES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - \textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ - \underline{BASIC FUNCTIONALITY} - \begin{itemize} - \item With the LOCAL\_Z option enabled, the PRT model's PRP package attempted to check that a particle release point's z coordinate fell within the grid's vertical extent before converting the coordinate from local (normalized on the unit interval) to a global (model) coordinate. This bug was fixed by converting coordinates before conducting checks. - \item The PRT model could hang upon particle termination due to no (sub)cell exit face. This occurred because a flag signaling particle advance was not set in the proper location. - \item Entangled with the previous issue, the ternary method could erroneously terminate a particle and report no exit face (before now this would hang) due to precision error in the exit time/position calculation. This could happen when two conditions are both met: the particle enters the subcell very close to one of its vertices, and flow very nearly parallels one of the subcell's faces. We have encountered similar situations before, solved by nudging the particle a small distance into the interior of the subcell before applying the tracking method. This particular case is resolved by increasing the padding distance from $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+2}$ to $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+5}$, where $\epsilon$ is machine precision. - \item For ASCII input files erroneously containing a mix of line endings, MODFLOW would sometimes proceed with unexpected results. The program was corrected to stop with an error message if an input line contained both carriage returns and line feeds. - \item Previously the PRT model's default behavior was to track particles until termination, beyond the specified simulation end time if necessary, as with MODPATH 7 stop time option 2 (extend). Under extended tracking, a particle entrained in a cyclic flow pattern, as can occur in variable-density flow, might cycle indefinitely and never terminate. The PRT model's default behavior has been changed to the equivalent of MP7 stop time option 1 (final), terminating any active particles at the specified simulation end time. If a new particle release point (PRP) package keyword option EXTEND\_TRACKING is provided, tracking is extended until particle termination. - \item A refactor of the energy storage and transfer (EST) package associated with the GWE model type results in different input requirements that breaks backward compatibility with what was required in version 6.5.0. The PACKAGEDATA block was removed from the EST package input. In its place, the heat capacity of water, the specified density of water, and the latent heat of vaporization are instead given default values that can be overridden by specifying alternative values in the OPTIONS block. Additionally, the following variable names in the EST package input have been updated as follows: ``rhow'' changed to ``DENSITY\_WATER''; ``rhos'' changed to ``DENSITY\_SOLID''; ``cpw'' changed to ``HEAT\_CAPACITY\_WATER''; and ``cps'' changed to ``HEAT\_CAPACITY\_SOLID''. - \item The PRT model's cell face flows were improperly combined with boundary flows; for cell faces with active neighbors, the face flow replaced any boundary flows (likely a rare situation because IFLOWFACE is typically applied to faces on the boundary of the active domain). The face flow calculation has been corrected. - \item A bad pointer reference has been fixed in the PRT model. Depending on the combination of platform and compiler used to build the program, this could result in crashes (e.g. divide by zero errors) or in silent failures to properly pass particles downward between vertically adjacent cells, leading to early termination. The latter could occur as a consequence of undefined behavior which prevented detection of situations when a particle should exit a cell through its bottom face. - \item For a UZF setup with multiple UZF objects in a cell, the auxmultname option would cause the program to issue an unnecessary error. The program was corrected to remove the unnecessary error. The revised program was tested to ensure that the assignment of multiple UZF objects per cell works when it should and fails when the cumulative area of the UZF objects within a cell exceed the total area for the cell. - \item An array out of bounds error for Z-displacement output in inactive cells has been fixed in the CSUB package. Depending on the combination of platform and compiler used to build the program, this could result in crashes. - \item Initialize a few uninitialized variables in the CSUB package. Depending on the combination of platform and compiler used to build the program, this could result in different program behaviour. - \item Add a warning if saving convergence data for the CSUB package when delay beds are not included in a simulation. Also modified the convergence output data so that it is clear that DVMAX and DSTORAGEMAX data and locations are not calculated in this case (by writing `-\,-' to the output file). - \item When using SFT in a model where some of the stream reaches are not connected to an active GWF cell (the cellid parameter is set equal to either 0 or NONE) memory access violations were occurring. The program was fixed by setting the correct number of reaches connected to GWF cells. The program was tested using a new example with a DISU grid type and multiple GWF cells deactivated (idomain equals 0) that host SFR reaches. - \item Support for temperature observations was missing in the Observation (OBS) utility for a GWE model and has been added. - \item UZF was not writing a message to the GWF listing file when it had finished reading the PACKAGEDATA block. An appropriate message is now written to the GWF listing file. - \item Error checking was added to the EST package to ensure that the inputs HEAT\_CAPACITY\_WATER and DENSITY\_WATER are not 0.0. Values of 0.0 for either parameter result in a divide by zero error. - \item The PRT model's particle release point (PRP) package previously accepted release time input via options-block RELEASE\_TIMES and RELEASE\_TIMES\_FILE parameters. These have been replaced with an optional RELEASETIMES block accepting a single column of real-valued input. If the block is provided, an NRELEASETIMES value must be provided in the DIMENSIONS block. - \item Similarly, the PRT model's output control (OC) package previously accepted tracking time input via options-block TRACK\_TIMES and TRACK\_TIMES\_FILE parameters. These have been replaced with an optional TRACKTIMES block accepting a single column of real-valued input. The block is only considered if the TRACK\_USERTIME option is enabled. If the block is provided, a DIMENSIONS block containing an NTRACKTIMES value must precede it. - \item The PRT model's particle release point (PRP) package previously allowed two particles to be released at the same time from the same point. This could occur if an explicitly specified release time happened to coincide with a release time configured via period block settings. Each release point may now only release one particle at a time. Times falling within a configurable tolerance of one another (defaulting to $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+9}$, where $\epsilon$ is machine precision) are considered coincident and merged into a single release time. - \item A new option RELEASE\_TIME\_FREQUENCY was added to the PRT model's particle release point (PRP) package. This option configures release times on a regular interval for the duration of the simulation, with the first release at the simulation start time. The PRP package's release schedule is the union of times configured via RELEASE\_TIME\_FREQUENCY, the RELEASETIMES block, and period block release settings, up to the tolerance mentioned in the previous item. If none of these are provided, a single release time is configured at the beginning of the first stress period's first time step. (A related bug has also been fixed which erroneously activated this default when user-specified release times were configured.) - \item The PRT model's particle release point (PRP) package's FRACTION period-block release time setting has been removed. Period-block release settings can now be used only to release particles at the beginning of specified time steps, as is the case for period-block timing settings in the output control (OC) packages for all models. For fine control over release timing, specify times explicitly using the RELEASETIMES block. - \item The Stress Package Concentration (SPC) utility available with the SSM Package is now referred to as the Stress Package Component utility in the MF6IO guide. Additionally, some relatively minor refactoring of the code facilitates use of the SPC utility with the GWE model type so that TEMPERATURE arrays may be read by the utility. The SPC acronym was maintained to preserve backward compatibility. - \item The GWF-GWF Exchange has been fixed to support the configuration of the Mover package (MVR) also in cases where the number of exchanges equals zero (NEXG = 0). In earlier versions this has caused MODFLOW to terminate with an error. - \item A PRT bug was fixed in which array-based input read from the RCH (recharge) or EVT (evapotranspiration) packages could fail to be processed correctly by the PRT FMI (flow model interface) package, causing a crash. - \item When the SQUARE\_GWET option was invoked in the UZF options block, evapotranspiration from the water table (GWET) was calculated incorrectly. Instead of acting as a sink, the calculated evapotranspiration flux was added as a source of water. The applied fix ensures that groundwater evapotranspiration is removed from the water table and as a result the GWET values are accumulated as outflows in the budget table. - \item The number of characters used to represent integers and floating point numbers in MODFLOW input files was restricted to 30. The program was modified to accept any number of characters provided the number is valid. This may be useful for parameter estimation programs that use character substitution to create new input files. - \item A string to character array conversion function in the BMI interface could fail on Apple silicon macOS with recent versions of GNU Fortran, producing array extent errors at runtime. This has been fixed by properly specifying the intent of a dummy argument in the relevant function. - \item The UZF Package will facilitate UZF objects with areas less than the area of the host cell. However, within the GWE model type, the UZE package will not work properly when the area of UZF objects is not equal to the area of the host cell. New code was added to ensure that the area of each UZF object is equal to that of the host grid cell. When this condition is not satisfied, the new code will stop the simulation with an error message indicating which cell is in violation. - \item With a flow model using the Newton formulation, the PRT model could crash upon a particle's entry into a dry cell. This has been fixed. - \item With a flow model using the Newton formulation, the PRT model could enter an endless loop upon a particle's entry to a dry cell if that cell contains a boundary package (e.g. a pumping well). Where the particle should be captured and terminate, it would instead be passed back and forth between the cell bottom and the top of the cell below. To avoid this, particles are forbidden from backtracking (reentering the previous cell) within the same time step. - \item The PRT model now allows more control over vertical particle motion in dry conditions. In addition to the existing DRAPE option, which controls release-time behavior, the PRP package now provides a DRY\_TRACKING\_METHOD option which configures how dry particles (particles in dry cells, or above the water table in partially saturated cells) behave at tracking time. This option is relevant only when the Newton formulation is used, in which case dry cells remain active; otherwise, dry cells are inactive and particles will terminate. See the MF6IO document for a detailed explanation of DRY\_TRACKING\_METHOD. - \item The PRT model's Particle Release Point (PRP) package now provides an option EXIT\_SOLVE\_TOLERANCE which configures the tolerance to use when solving for a particle's exit location from a triangular subcell of an unstructured grid cell. This value is only used for the generalized (ternary) tracking method on vertex grids. A value of 0.00001 is set by default. This value works well for many problems, but the value that strikes the best balance between accuracy and runtime is problem-dependent. - \item The PRT model could write duplicative output, in volumes increasing with the current time step, due to a bug in the output file management logic. This bug has been fixed. - \end{itemize} +%\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ +%\underline{BASIC FUNCTIONALITY} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - %\underline{INTERNAL FLOW PACKAGES} - %\begin{itemize} - % \item xxx - % \item xxx - % \item xxx - %\end{itemize} +%\underline{INTERNAL FLOW PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - %\underline{STRESS PACKAGES} - %\begin{itemize} - % \item xxx - % \item xxx - % \item xxx - %\end{itemize} +%\underline{STRESS PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - %\underline{ADVANCED STRESS PACKAGES} - %\begin{itemize} - % \item xxx - % \item xxx - % \item xxx - %\end{itemize} +%\underline{ADVANCED STRESS PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - %\underline{SOLUTION} - %\begin{itemize} - % \item xxx - % \item xxx - % \item xxx - %\end{itemize} +%\underline{SOLUTION} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - %\underline{EXCHANGES} - %\begin{itemize} - % \item xxx - % \item xxx - % \item xxx - %\end{itemize} +%\underline{EXCHANGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} - \underline{PARALLEL} - \begin{itemize} - \item Writing budget files for a MVR package in the GWF-GWF Exchange gave an error when running in parallel but this is fixed with this change. - \item An option has been added to the HPC package that prints the partition table to the simulation listing file. - \end{itemize} +%\underline{PARALLEL} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} diff --git a/doc/ReleaseNotes/previous/v6.6.0.tex b/doc/ReleaseNotes/previous/v6.6.0.tex new file mode 100644 index 00000000000..65474abf157 --- /dev/null +++ b/doc/ReleaseNotes/previous/v6.6.0.tex @@ -0,0 +1,101 @@ +% Use this template for starting initializing the release notes after a release +% has just been made. + +\subsection{Version mf6.6.0---December 19, 2024} + +\underline{NEW FUNCTIONALITY} +\begin{itemize} + \item With this release, there are now two supported executables for MODFLOW 6. The standard executable has no external dependencies and is straightforward to install and use on common operating systems. The extended executable for MODFLOW, which is called Extended MODFLOW, has additional capabilities beyond the standard executable. These additional capabilities presently include parallel computing and support for NetCDF input and output files. Extended MODFLOW relies on third-party libraries, which must be available for the software to run properly. The MODFLOW 6---Description of Input and Output includes a new section on Extended MODFLOW. This input and output guide was also revised to clearly mark in red those input variables that only work with Extended MODFLOW. + \item A new adaptive time stepping (ATS) capability was added to the Advection (ADV) Package of the Groundwater Transport (GWT) Model. A new input option, called ATS\_PERCEL, specifies the fractional cell distance that a particle of water can travel within one time step. When ATS\_PERCEL is specified by the user, and the ATS utility is activated in the TDIS Package, the ADV Package will calculate the largest time step that will meet this fractional cell distance constraint, and will submit this time step to the ATS utility. This option may improve time stepping for solute transport models and for variable-density flow and transport models by allowing step lengths to be calculated as a function of the flow system rather than being specified as input by the user. + \item Added the capability to write sorbate concentrations to binary output files. A new SORBATE option is now available in the Mobile Storage and Transfer (MST) Package and the Immobile Storage and Transfer (IST) Package of the GWT Model to provide the name of the binary output file for sorbate concentrations. Sorbate concentrations will be written to the binary output file whenever concentrations for the GWT model are saved, as determined by the GWT Output Control option. + \item Added kinematic-wave routing option for the Streamflow Routing (SFR) Package. Prior to this change, the SFR Package could only simulate unidirectional, steady, uniform flow. With kinematic-wave routing, unidirectional waves can now propagate through the SFR network by explicitly including a storage term in the reach continuity equation. The kinematic-wave routing option is based on the ``TRANSROUTE'' option available in the SFR Package in MODFLOW-NWT. The kinematic-wave routing option is enabled by specifying ``STORAGE'' in the SFR Package OPTIONS block. + \item The Freundlich and Langmuir isotherms can now be used to represent sorption in the immobile domain when simulating solute transport using the Groundwater Transport (GWT) Model. Prior to this change, only linear sorption could be used with the Immobile Storage and Transfer (IST) Package for the GWT Model. With this change, the SORPTION keyword specified in the OPTIONS block of the IST Package must be followed by LINEAR, FREUNDLICH, or LANGMUIR. If the FREUNDLICH or LANGMUIR isotherms are specified, then the user must also include the SP2 array in the GRIDDATA block of the IST Package. This change breaks backward compatibility for GWT Models that used the SORPTION option in the IST Package, which previously did not require the type of sorption to be specified after the SORPTION keyword. Details on the implementation of the nonlinear Freundlich and Langmuir sorption isotherms are described in a new chapter in the MODFLOW 6 --- Supplemental Technical Information guide, which is included with the MODFLOW 6 distribution. +\end{itemize} + +\underline{EXAMPLES} +\begin{itemize} + \item A new Toth example was added to show how the classic groundwater problem consisting of local, intermediate, and regional flow paths can be simulated with MODFLOW. + \item A new Streamflow Routing (SFR) Package example based on the Pinder-Sauer problem \citep{pinder1971numerical} modified by \cite{lal2001modification} was added to demonstrate the capabilities of the kinematic-wave approximation option. + \item A new Barends example was added to demonstrate the use of the Groundwater Energy (GWE) Model for simulating heat transport in a groundwater reservoir overlain by a low-permeability overburden. +% \item xxx +\end{itemize} + +\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ +\underline{BASIC FUNCTIONALITY} +\begin{itemize} + \item With the LOCAL\_Z option enabled, the PRT model's PRP package attempted to check that a particle release point's z coordinate fell within the grid's vertical extent before converting the coordinate from local (normalized on the unit interval) to a global (model) coordinate. This bug was fixed by converting coordinates before conducting checks. + \item The PRT model could hang upon particle termination due to no (sub)cell exit face. This occurred because a flag signaling particle advance was not set in the proper location. + \item Entangled with the previous issue, the ternary method could erroneously terminate a particle and report no exit face (before now this would hang) due to precision error in the exit time/position calculation. This could happen when two conditions are both met: the particle enters the subcell very close to one of its vertices, and flow very nearly parallels one of the subcell's faces. We have encountered similar situations before, solved by nudging the particle a small distance into the interior of the subcell before applying the tracking method. This particular case is resolved by increasing the padding distance from $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+2}$ to $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+5}$, where $\epsilon$ is machine precision. + \item For ASCII input files erroneously containing a mix of line endings, MODFLOW would sometimes proceed with unexpected results. The program was corrected to stop with an error message if an input line contained both carriage returns and line feeds. + \item Previously the PRT model's default behavior was to track particles until termination, beyond the specified simulation end time if necessary, as with MODPATH 7 stop time option 2 (extend). Under extended tracking, a particle entrained in a cyclic flow pattern, as can occur in variable-density flow, might cycle indefinitely and never terminate. The PRT model's default behavior has been changed to the equivalent of MP7 stop time option 1 (final), terminating any active particles at the specified simulation end time. If a new particle release point (PRP) package keyword option EXTEND\_TRACKING is provided, tracking is extended until particle termination. + \item A refactor of the energy storage and transfer (EST) package associated with the GWE model type results in different input requirements that breaks backward compatibility with what was required in version 6.5.0. The PACKAGEDATA block was removed from the EST package input. In its place, the heat capacity of water, the specified density of water, and the latent heat of vaporization are instead given default values that can be overridden by specifying alternative values in the OPTIONS block. Additionally, the following variable names in the EST package input have been updated as follows: ``rhow'' changed to ``DENSITY\_WATER''; ``rhos'' changed to ``DENSITY\_SOLID''; ``cpw'' changed to ``HEAT\_CAPACITY\_WATER''; and ``cps'' changed to ``HEAT\_CAPACITY\_SOLID''. + \item The PRT model's cell face flows were improperly combined with boundary flows; for cell faces with active neighbors, the face flow replaced any boundary flows (likely a rare situation because IFLOWFACE is typically applied to faces on the boundary of the active domain). The face flow calculation has been corrected. + \item A bad pointer reference has been fixed in the PRT model. Depending on the combination of platform and compiler used to build the program, this could result in crashes (e.g. divide by zero errors) or in silent failures to properly pass particles downward between vertically adjacent cells, leading to early termination. The latter could occur as a consequence of undefined behavior which prevented detection of situations when a particle should exit a cell through its bottom face. + \item For a UZF setup with multiple UZF objects in a cell, the auxmultname option would cause the program to issue an unnecessary error. The program was corrected to remove the unnecessary error. The revised program was tested to ensure that the assignment of multiple UZF objects per cell works when it should and fails when the cumulative area of the UZF objects within a cell exceed the total area for the cell. + \item An array out of bounds error for Z-displacement output in inactive cells has been fixed in the CSUB package. Depending on the combination of platform and compiler used to build the program, this could result in crashes. + \item Initialize a few uninitialized variables in the CSUB package. Depending on the combination of platform and compiler used to build the program, this could result in different program behaviour. + \item Add a warning if saving convergence data for the CSUB package when delay beds are not included in a simulation. Also modified the convergence output data so that it is clear that DVMAX and DSTORAGEMAX data and locations are not calculated in this case (by writing `-\,-' to the output file). + \item When using SFT in a model where some of the stream reaches are not connected to an active GWF cell (the cellid parameter is set equal to either 0 or NONE) memory access violations were occurring. The program was fixed by setting the correct number of reaches connected to GWF cells. The program was tested using a new example with a DISU grid type and multiple GWF cells deactivated (idomain equals 0) that host SFR reaches. + \item Support for temperature observations was missing in the Observation (OBS) utility for a GWE model and has been added. + \item UZF was not writing a message to the GWF listing file when it had finished reading the PACKAGEDATA block. An appropriate message is now written to the GWF listing file. + \item Error checking was added to the EST package to ensure that the inputs HEAT\_CAPACITY\_WATER and DENSITY\_WATER are not 0.0. Values of 0.0 for either parameter result in a divide by zero error. + \item The PRT model's particle release point (PRP) package previously accepted release time input via options-block RELEASE\_TIMES and RELEASE\_TIMES\_FILE parameters. These have been replaced with an optional RELEASETIMES block accepting a single column of real-valued input. If the block is provided, an NRELEASETIMES value must be provided in the DIMENSIONS block. + \item Similarly, the PRT model's output control (OC) package previously accepted tracking time input via options-block TRACK\_TIMES and TRACK\_TIMES\_FILE parameters. These have been replaced with an optional TRACKTIMES block accepting a single column of real-valued input. The block is only considered if the TRACK\_USERTIME option is enabled. If the block is provided, a DIMENSIONS block containing an NTRACKTIMES value must precede it. + \item The PRT model's particle release point (PRP) package previously allowed two particles to be released at the same time from the same point. This could occur if an explicitly specified release time happened to coincide with a release time configured via period block settings. Each release point may now only release one particle at a time. Times falling within a configurable tolerance of one another (defaulting to $\sisetup{input-digits = 0123456789\epsilon} \num{\epsilon e+9}$, where $\epsilon$ is machine precision) are considered coincident and merged into a single release time. + \item A new option RELEASE\_TIME\_FREQUENCY was added to the PRT model's particle release point (PRP) package. This option configures release times on a regular interval for the duration of the simulation, with the first release at the simulation start time. The PRP package's release schedule is the union of times configured via RELEASE\_TIME\_FREQUENCY, the RELEASETIMES block, and period block release settings, up to the tolerance mentioned in the previous item. If none of these are provided, a single release time is configured at the beginning of the first stress period's first time step. (A related bug has also been fixed which erroneously activated this default when user-specified release times were configured.) + \item The PRT model's particle release point (PRP) package's FRACTION period-block release time setting has been removed. Period-block release settings can now be used only to release particles at the beginning of specified time steps, as is the case for period-block timing settings in the output control (OC) packages for all models. For fine control over release timing, specify times explicitly using the RELEASETIMES block. + \item The Stress Package Concentration (SPC) utility available with the SSM Package is now referred to as the Stress Package Component utility in the MF6IO guide. Additionally, some relatively minor refactoring of the code facilitates use of the SPC utility with the GWE model type so that TEMPERATURE arrays may be read by the utility. The SPC acronym was maintained to preserve backward compatibility. + \item The GWF-GWF Exchange has been fixed to support the configuration of the Mover package (MVR) also in cases where the number of exchanges equals zero (NEXG = 0). In earlier versions this has caused MODFLOW to terminate with an error. + \item A PRT bug was fixed in which array-based input read from the RCH (recharge) or EVT (evapotranspiration) packages could fail to be processed correctly by the PRT FMI (flow model interface) package, causing a crash. + \item When the SQUARE\_GWET option was invoked in the UZF options block, evapotranspiration from the water table (GWET) was calculated incorrectly. Instead of acting as a sink, the calculated evapotranspiration flux was added as a source of water. The applied fix ensures that groundwater evapotranspiration is removed from the water table and as a result the GWET values are accumulated as outflows in the budget table. + \item The number of characters used to represent integers and floating point numbers in MODFLOW input files was restricted to 30. The program was modified to accept any number of characters provided the number is valid. This may be useful for parameter estimation programs that use character substitution to create new input files. + \item A string to character array conversion function in the BMI interface could fail on Apple silicon macOS with recent versions of GNU Fortran, producing array extent errors at runtime. This has been fixed by properly specifying the intent of a dummy argument in the relevant function. + \item The UZF Package will facilitate UZF objects with areas less than the area of the host cell. However, within the GWE model type, the UZE package will not work properly when the area of UZF objects is not equal to the area of the host cell. New code was added to ensure that the area of each UZF object is equal to that of the host grid cell. When this condition is not satisfied, the new code will stop the simulation with an error message indicating which cell is in violation. + \item With a flow model using the Newton formulation, the PRT model could crash upon a particle's entry into a dry cell. This has been fixed. + \item With a flow model using the Newton formulation, the PRT model could enter an endless loop upon a particle's entry to a dry cell if that cell contains a boundary package (e.g. a pumping well). Where the particle should be captured and terminate, it would instead be passed back and forth between the cell bottom and the top of the cell below. To avoid this, particles are forbidden from backtracking (reentering the previous cell) within the same time step. + \item The PRT model now allows more control over vertical particle motion in dry conditions. In addition to the existing DRAPE option, which controls release-time behavior, the PRP package now provides a DRY\_TRACKING\_METHOD option which configures how dry particles (particles in dry cells, or above the water table in partially saturated cells) behave at tracking time. This option is relevant only when the Newton formulation is used, in which case dry cells remain active; otherwise, dry cells are inactive and particles will terminate. See the MF6IO document for a detailed explanation of DRY\_TRACKING\_METHOD. + \item The PRT model's Particle Release Point (PRP) package now provides an option EXIT\_SOLVE\_TOLERANCE which configures the tolerance to use when solving for a particle's exit location from a triangular subcell of an unstructured grid cell. This value is only used for the generalized (ternary) tracking method on vertex grids. A value of 0.00001 is set by default. This value works well for many problems, but the value that strikes the best balance between accuracy and runtime is problem-dependent. + \item The PRT model could write duplicative output, in volumes increasing with the current time step, due to a bug in the output file management logic. This bug has been fixed. +\end{itemize} + +%\underline{INTERNAL FLOW PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} + +%\underline{STRESS PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} + +%\underline{ADVANCED STRESS PACKAGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} + +%\underline{SOLUTION} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} + +%\underline{EXCHANGES} +%\begin{itemize} +% \item xxx +% \item xxx +% \item xxx +%\end{itemize} + +\underline{PARALLEL} +\begin{itemize} + \item Writing budget files for a MVR package in the GWF-GWF Exchange gave an error when running in parallel but this is fixed with this change. + \item An option has been added to the HPC package that prints the partition table to the simulation listing file. +\end{itemize} + From 2a063b9ff01f3d95b905423e1d9f6128ff35552b Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Fri, 3 Jan 2025 06:38:50 -0800 Subject: [PATCH 06/70] refactor(tsp-apt): remove gwe-specific code from apt and distribute to advanced gwe packages (#2123) * refactor(tsp-apt): remove gwe-specific code from apt and distribute to advanced gwe packages * found and fixed a couple of typos * Changes in response to https://github.com/MODFLOW-USGS/modflow6/pull/2123#discussion_r1900817099 --- doc/mf6io/mf6ivar/dfn/gwe-lke.dfn | 2 +- doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn | 2 +- doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn | 2 +- src/Model/GroundWaterEnergy/gwe-lke.f90 | 184 +++++++++++++++++++++++- src/Model/GroundWaterEnergy/gwe-mwe.f90 | 184 +++++++++++++++++++++++- src/Model/GroundWaterEnergy/gwe-sfe.f90 | 184 +++++++++++++++++++++++- src/Model/TransportModel/tsp-apt.f90 | 24 ---- 7 files changed, 549 insertions(+), 33 deletions(-) diff --git a/doc/mf6io/mf6ivar/dfn/gwe-lke.dfn b/doc/mf6io/mf6ivar/dfn/gwe-lke.dfn index 6ddb8288739..1463b9e79fa 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-lke.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-lke.dfn @@ -294,7 +294,7 @@ tagged false in_record true reader urword longname boundary thermal conductivity -description is the thermal conductivity of the of the interface between the aquifer cell and the lake. +description is the thermal conductivity of the material between the aquifer cell and the lake. The thickness of the material is defined by the variable RBTHCND. block packagedata name rbthcnd diff --git a/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn b/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn index 2aaea0ca537..e08f06ea081 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-mwe.dfn @@ -294,7 +294,7 @@ tagged false in_record true reader urword longname thermal conductivity of the feature -description is the thermal conductivity of the interface between the aquifer cell and the feature. +description is the thermal conductivity of the material between the aquifer cell and the feature. The thickness of the material is defined by the variable FTHK. block packagedata name fthk diff --git a/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn b/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn index b356f7f9a3f..a5367c289b1 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-sfe.dfn @@ -294,7 +294,7 @@ tagged false in_record true reader urword longname boundary thermal conductivity -description is the thermal conductivity of the of the interface between the aquifer cell and the stream reach. +description is the thermal conductivity of the material between the aquifer cell and the stream reach. The thickness of the material is defined by the variable RBTHCND. block packagedata name rbthcnd diff --git a/src/Model/GroundWaterEnergy/gwe-lke.f90 b/src/Model/GroundWaterEnergy/gwe-lke.f90 index ce2b3866ac0..b85b9d91ba5 100644 --- a/src/Model/GroundWaterEnergy/gwe-lke.f90 +++ b/src/Model/GroundWaterEnergy/gwe-lke.f90 @@ -34,8 +34,9 @@ module GweLkeModule use KindModule, only: DP, I4B - use ConstantsModule, only: DZERO, DONE, LINELENGTH - use SimModule, only: store_error + use ConstantsModule, only: DZERO, DONE, LINELENGTH, LENBOUNDNAME, DEP20 + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, count_errors use BndModule, only: BndType, GetBndFromList use TspFmiModule, only: TspFmiType use LakModule, only: LakType @@ -69,6 +70,8 @@ module GweLkeModule real(DP), dimension(:), pointer, contiguous :: tempevap => null() ! evaporation temperature real(DP), dimension(:), pointer, contiguous :: temproff => null() ! runoff temperature real(DP), dimension(:), pointer, contiguous :: tempiflw => null() ! inflow temperature + real(DP), dimension(:), pointer, contiguous :: ktf => null() !< thermal conductivity between the lke and groundwater cell + real(DP), dimension(:), pointer, contiguous :: rfeatthk => null() !< thickness of lakebed material through which thermal conduction occurs contains @@ -91,6 +94,7 @@ module GweLkeModule procedure :: pak_rp_obs => lke_rp_obs procedure :: pak_bd_obs => lke_bd_obs procedure :: pak_set_stressperiod => lke_set_stressperiod + procedure :: apt_read_cvs => lke_read_cvs end type GweLkeType @@ -785,6 +789,10 @@ subroutine lke_da(this) call mem_deallocate(this%temproff) call mem_deallocate(this%tempiflw) ! + ! -- Deallocate arrays + call mem_deallocate(this%ktf) + call mem_deallocate(this%rfeatthk) + ! ! -- Deallocate scalars in TspAptType call this%TspAptType%bnd_da() end subroutine lke_da @@ -1178,4 +1186,176 @@ subroutine lke_set_stressperiod(this, itemno, keyword, found) 999 continue end subroutine lke_set_stressperiod + !> @brief Read feature information for this advanced package + !< + subroutine lke_read_cvs(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + use TimeSeriesManagerModule, only: read_value_or_time_series_adv + ! -- dummy + class(GweLkeType), intent(inout) :: this + ! -- local + character(len=LINELENGTH) :: text + character(len=LENBOUNDNAME) :: bndName, bndNameTemp + character(len=9) :: cno + character(len=50), dimension(:), allocatable :: caux + integer(I4B) :: ierr + logical :: isfound, endOfBlock + integer(I4B) :: n + integer(I4B) :: ii, jj + integer(I4B) :: iaux + integer(I4B) :: itmp + integer(I4B) :: nlak + integer(I4B) :: nconn + integer(I4B), dimension(:), pointer, contiguous :: nboundchk + real(DP), pointer :: bndElem => null() + ! + ! -- initialize itmp + itmp = 0 + ! + ! -- allocate apt data + call mem_allocate(this%strt, this%ncv, 'STRT', this%memoryPath) + call mem_allocate(this%ktf, this%ncv, 'KTF', this%memoryPath) + call mem_allocate(this%rfeatthk, this%ncv, 'RFEATTHK', this%memoryPath) + call mem_allocate(this%lauxvar, this%naux, this%ncv, 'LAUXVAR', & + this%memoryPath) + ! + ! -- lake boundary and concentrations + if (this%imatrows == 0) then + call mem_allocate(this%iboundpak, this%ncv, 'IBOUND', this%memoryPath) + call mem_allocate(this%xnewpak, this%ncv, 'XNEWPAK', this%memoryPath) + end if + call mem_allocate(this%xoldpak, this%ncv, 'XOLDPAK', this%memoryPath) + ! + ! -- allocate character storage not managed by the memory manager + allocate (this%featname(this%ncv)) ! ditch after boundnames allocated?? + !allocate(this%status(this%ncv)) + ! + do n = 1, this%ncv + this%strt(n) = DEP20 + this%ktf(n) = DZERO + this%rfeatthk(n) = DZERO + this%lauxvar(:, n) = DZERO + this%xoldpak(n) = DEP20 + if (this%imatrows == 0) then + this%iboundpak(n) = 1 + this%xnewpak(n) = DEP20 + end if + end do + ! + ! -- allocate local storage for aux variables + if (this%naux > 0) then + allocate (caux(this%naux)) + end if + ! + ! -- allocate and initialize temporary variables + allocate (nboundchk(this%ncv)) + do n = 1, this%ncv + nboundchk(n) = 0 + end do + ! + ! -- get packagedata block + call this%parser%GetBlock('PACKAGEDATA', isfound, ierr, & + supportOpenClose=.true.) + ! + ! -- parse locations block if detected + if (isfound) then + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text))// & + ' PACKAGEDATA' + nlak = 0 + nconn = 0 + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + n = this%parser%GetInteger() + + if (n < 1 .or. n > this%ncv) then + write (errmsg, '(a,1x,i6)') & + 'Itemno must be > 0 and <= ', this%ncv + call store_error(errmsg) + cycle + end if + ! + ! -- increment nboundchk + nboundchk(n) = nboundchk(n) + 1 + ! + ! -- strt + this%strt(n) = this%parser%GetDouble() + ! + ! -- read additional thermal conductivity terms + this%ktf(n) = this%parser%GetDouble() + this%rfeatthk(n) = this%parser%GetDouble() + if (this%rfeatthk(n) <= DZERO) then + write (errmsg, '(4x,a)') & + '****ERROR. Specified thickness used for thermal & + &conduction MUST BE > 0 else divide by zero error occurs' + call store_error(errmsg) + cycle + end if + ! + ! -- get aux data + do iaux = 1, this%naux + call this%parser%GetString(caux(iaux)) + end do + + ! -- set default bndName + write (cno, '(i9.9)') n + bndName = 'Feature'//cno + + ! -- featname + if (this%inamedbound /= 0) then + call this%parser%GetStringCaps(bndNameTemp) + if (bndNameTemp /= '') then + bndName = bndNameTemp + end if + end if + this%featname(n) = bndName + + ! -- fill time series aware data + ! -- fill aux data + do jj = 1, this%naux + text = caux(jj) + ii = n + bndElem => this%lauxvar(jj, ii) + call read_value_or_time_series_adv(text, ii, jj, bndElem, & + this%packName, 'AUX', & + this%tsManager, this%iprpak, & + this%auxname(jj)) + end do + ! + nlak = nlak + 1 + end do + ! + ! -- check for duplicate or missing lakes + do n = 1, this%ncv + if (nboundchk(n) == 0) then + write (errmsg, '(a,1x,i0)') 'No data specified for feature', n + call store_error(errmsg) + else if (nboundchk(n) > 1) then + write (errmsg, '(a,1x,i0,1x,a,1x,i0,1x,a)') & + 'Data for feature', n, 'specified', nboundchk(n), 'times' + call store_error(errmsg) + end if + end do + ! + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' PACKAGEDATA' + else + call store_error('Required packagedata block not found.') + end if + ! + ! -- terminate if any errors were detected + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + ! + ! -- deallocate local storage for aux variables + if (this%naux > 0) then + deallocate (caux) + end if + ! + ! -- deallocate local storage for nboundchk + deallocate (nboundchk) + end subroutine lke_read_cvs + end module GweLkeModule diff --git a/src/Model/GroundWaterEnergy/gwe-mwe.f90 b/src/Model/GroundWaterEnergy/gwe-mwe.f90 index 15fbe76a004..a7723fd7ced 100644 --- a/src/Model/GroundWaterEnergy/gwe-mwe.f90 +++ b/src/Model/GroundWaterEnergy/gwe-mwe.f90 @@ -35,8 +35,9 @@ module GweMweModule use KindModule, only: DP, I4B - use ConstantsModule, only: DZERO, LINELENGTH - use SimModule, only: store_error + use ConstantsModule, only: DZERO, LINELENGTH, LENBOUNDNAME, DEP20 + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, count_errors use BndModule, only: BndType, GetBndFromList use TspFmiModule, only: TspFmiType use MawModule, only: MawType @@ -63,6 +64,8 @@ module GweMweModule integer(I4B), pointer :: idxbudrtmv => null() ! index of rate to mover terms in flowbudptr integer(I4B), pointer :: idxbudfrtm => null() ! index of flowing well rate to mover terms in flowbudptr integer(I4B), pointer :: idxbudmwcd => null() ! index of well bore conduction terms in flowbudptr + real(DP), dimension(:), pointer, contiguous :: ktf => null() !< thermal conductivity between the sfe and groundwater cell + real(DP), dimension(:), pointer, contiguous :: rfeatthk => null() !< thickness of streambed material through which thermal conduction occurs real(DP), dimension(:), pointer, contiguous :: temprate => null() ! well rate temperature contains @@ -84,6 +87,7 @@ module GweMweModule procedure :: pak_rp_obs => mwe_rp_obs procedure :: pak_bd_obs => mwe_bd_obs procedure :: pak_set_stressperiod => mwe_set_stressperiod + procedure :: apt_read_cvs => mwe_read_cvs end type GweMweType @@ -682,6 +686,10 @@ subroutine mwe_da(this) ! -- Deallocate time series call mem_deallocate(this%temprate) ! + ! -- Deallocate arrays + call mem_deallocate(this%ktf) + call mem_deallocate(this%rfeatthk) + ! ! -- Deallocate scalars in TspAptType call this%TspAptType%bnd_da() end subroutine mwe_da @@ -961,4 +969,176 @@ subroutine mwe_set_stressperiod(this, itemno, keyword, found) 999 continue end subroutine mwe_set_stressperiod + !> @brief Read feature information for this advanced package + !< + subroutine mwe_read_cvs(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + use TimeSeriesManagerModule, only: read_value_or_time_series_adv + ! -- dummy + class(GweMweType), intent(inout) :: this + ! -- local + character(len=LINELENGTH) :: text + character(len=LENBOUNDNAME) :: bndName, bndNameTemp + character(len=9) :: cno + character(len=50), dimension(:), allocatable :: caux + integer(I4B) :: ierr + logical :: isfound, endOfBlock + integer(I4B) :: n + integer(I4B) :: ii, jj + integer(I4B) :: iaux + integer(I4B) :: itmp + integer(I4B) :: nlak + integer(I4B) :: nconn + integer(I4B), dimension(:), pointer, contiguous :: nboundchk + real(DP), pointer :: bndElem => null() + ! + ! -- initialize itmp + itmp = 0 + ! + ! -- allocate apt data + call mem_allocate(this%strt, this%ncv, 'STRT', this%memoryPath) + call mem_allocate(this%ktf, this%ncv, 'KTF', this%memoryPath) + call mem_allocate(this%rfeatthk, this%ncv, 'RFEATTHK', this%memoryPath) + call mem_allocate(this%lauxvar, this%naux, this%ncv, 'LAUXVAR', & + this%memoryPath) + ! + ! -- lake boundary and concentrations + if (this%imatrows == 0) then + call mem_allocate(this%iboundpak, this%ncv, 'IBOUND', this%memoryPath) + call mem_allocate(this%xnewpak, this%ncv, 'XNEWPAK', this%memoryPath) + end if + call mem_allocate(this%xoldpak, this%ncv, 'XOLDPAK', this%memoryPath) + ! + ! -- allocate character storage not managed by the memory manager + allocate (this%featname(this%ncv)) ! ditch after boundnames allocated?? + !allocate(this%status(this%ncv)) + ! + do n = 1, this%ncv + this%strt(n) = DEP20 + this%ktf(n) = DZERO + this%rfeatthk(n) = DZERO + this%lauxvar(:, n) = DZERO + this%xoldpak(n) = DEP20 + if (this%imatrows == 0) then + this%iboundpak(n) = 1 + this%xnewpak(n) = DEP20 + end if + end do + ! + ! -- allocate local storage for aux variables + if (this%naux > 0) then + allocate (caux(this%naux)) + end if + ! + ! -- allocate and initialize temporary variables + allocate (nboundchk(this%ncv)) + do n = 1, this%ncv + nboundchk(n) = 0 + end do + ! + ! -- get packagedata block + call this%parser%GetBlock('PACKAGEDATA', isfound, ierr, & + supportOpenClose=.true.) + ! + ! -- parse locations block if detected + if (isfound) then + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text))// & + ' PACKAGEDATA' + nlak = 0 + nconn = 0 + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + n = this%parser%GetInteger() + + if (n < 1 .or. n > this%ncv) then + write (errmsg, '(a,1x,i6)') & + 'Itemno must be > 0 and <= ', this%ncv + call store_error(errmsg) + cycle + end if + ! + ! -- increment nboundchk + nboundchk(n) = nboundchk(n) + 1 + ! + ! -- strt + this%strt(n) = this%parser%GetDouble() + ! + ! -- read additional thermal conductivity terms + this%ktf(n) = this%parser%GetDouble() + this%rfeatthk(n) = this%parser%GetDouble() + if (this%rfeatthk(n) <= DZERO) then + write (errmsg, '(4x,a)') & + '****ERROR. Specified thickness used for thermal & + &conduction MUST BE > 0 else divide by zero error occurs' + call store_error(errmsg) + cycle + end if + ! + ! -- get aux data + do iaux = 1, this%naux + call this%parser%GetString(caux(iaux)) + end do + + ! -- set default bndName + write (cno, '(i9.9)') n + bndName = 'Feature'//cno + + ! -- featname + if (this%inamedbound /= 0) then + call this%parser%GetStringCaps(bndNameTemp) + if (bndNameTemp /= '') then + bndName = bndNameTemp + end if + end if + this%featname(n) = bndName + + ! -- fill time series aware data + ! -- fill aux data + do jj = 1, this%naux + text = caux(jj) + ii = n + bndElem => this%lauxvar(jj, ii) + call read_value_or_time_series_adv(text, ii, jj, bndElem, & + this%packName, 'AUX', & + this%tsManager, this%iprpak, & + this%auxname(jj)) + end do + ! + nlak = nlak + 1 + end do + ! + ! -- check for duplicate or missing lakes + do n = 1, this%ncv + if (nboundchk(n) == 0) then + write (errmsg, '(a,1x,i0)') 'No data specified for feature', n + call store_error(errmsg) + else if (nboundchk(n) > 1) then + write (errmsg, '(a,1x,i0,1x,a,1x,i0,1x,a)') & + 'Data for feature', n, 'specified', nboundchk(n), 'times' + call store_error(errmsg) + end if + end do + ! + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' PACKAGEDATA' + else + call store_error('Required packagedata block not found.') + end if + ! + ! -- terminate if any errors were detected + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + ! + ! -- deallocate local storage for aux variables + if (this%naux > 0) then + deallocate (caux) + end if + ! + ! -- deallocate local storage for nboundchk + deallocate (nboundchk) + end subroutine mwe_read_cvs + end module GweMweModule diff --git a/src/Model/GroundWaterEnergy/gwe-sfe.f90 b/src/Model/GroundWaterEnergy/gwe-sfe.f90 index 507737a57d5..839c7ec4f16 100644 --- a/src/Model/GroundWaterEnergy/gwe-sfe.f90 +++ b/src/Model/GroundWaterEnergy/gwe-sfe.f90 @@ -34,8 +34,9 @@ module GweSfeModule use KindModule, only: DP, I4B - use ConstantsModule, only: DZERO, DONE, LINELENGTH - use SimModule, only: store_error + use ConstantsModule, only: DZERO, DONE, LINELENGTH, LENBOUNDNAME, DEP20 + use SimVariablesModule, only: errmsg + use SimModule, only: store_error, count_errors use BndModule, only: BndType, GetBndFromList use TspFmiModule, only: TspFmiType use SfrModule, only: SfrType @@ -69,6 +70,8 @@ module GweSfeModule real(DP), dimension(:), pointer, contiguous :: tempevap => null() !< evaporation temperature real(DP), dimension(:), pointer, contiguous :: temproff => null() !< runoff temperature real(DP), dimension(:), pointer, contiguous :: tempiflw => null() !< inflow temperature + real(DP), dimension(:), pointer, contiguous :: ktf => null() !< thermal conductivity between the sfe and groundwater cell + real(DP), dimension(:), pointer, contiguous :: rfeatthk => null() !< thickness of streambed material through which thermal conduction occurs contains @@ -90,6 +93,7 @@ module GweSfeModule procedure :: pak_rp_obs => sfe_rp_obs procedure :: pak_bd_obs => sfe_bd_obs procedure :: pak_set_stressperiod => sfe_set_stressperiod + procedure :: apt_read_cvs => sfe_read_cvs end type GweSfeType @@ -737,6 +741,10 @@ subroutine sfe_da(this) call mem_deallocate(this%temproff) call mem_deallocate(this%tempiflw) ! + ! -- Deallocate arrays + call mem_deallocate(this%ktf) + call mem_deallocate(this%rfeatthk) + ! ! -- Deallocate scalars in TspAptType call this%TspAptType%bnd_da() end subroutine sfe_da @@ -1089,4 +1097,176 @@ subroutine sfe_set_stressperiod(this, itemno, keyword, found) 999 continue end subroutine sfe_set_stressperiod + !> @brief Read feature information for this advanced package + !< + subroutine sfe_read_cvs(this) + ! -- modules + use MemoryManagerModule, only: mem_allocate + use TimeSeriesManagerModule, only: read_value_or_time_series_adv + ! -- dummy + class(GweSfeType), intent(inout) :: this + ! -- local + character(len=LINELENGTH) :: text + character(len=LENBOUNDNAME) :: bndName, bndNameTemp + character(len=9) :: cno + character(len=50), dimension(:), allocatable :: caux + integer(I4B) :: ierr + logical :: isfound, endOfBlock + integer(I4B) :: n + integer(I4B) :: ii, jj + integer(I4B) :: iaux + integer(I4B) :: itmp + integer(I4B) :: nlak + integer(I4B) :: nconn + integer(I4B), dimension(:), pointer, contiguous :: nboundchk + real(DP), pointer :: bndElem => null() + ! + ! -- initialize itmp + itmp = 0 + ! + ! -- allocate apt data + call mem_allocate(this%strt, this%ncv, 'STRT', this%memoryPath) + call mem_allocate(this%ktf, this%ncv, 'KTF', this%memoryPath) + call mem_allocate(this%rfeatthk, this%ncv, 'RFEATTHK', this%memoryPath) + call mem_allocate(this%lauxvar, this%naux, this%ncv, 'LAUXVAR', & + this%memoryPath) + ! + ! -- lake boundary and concentrations + if (this%imatrows == 0) then + call mem_allocate(this%iboundpak, this%ncv, 'IBOUND', this%memoryPath) + call mem_allocate(this%xnewpak, this%ncv, 'XNEWPAK', this%memoryPath) + end if + call mem_allocate(this%xoldpak, this%ncv, 'XOLDPAK', this%memoryPath) + ! + ! -- allocate character storage not managed by the memory manager + allocate (this%featname(this%ncv)) ! ditch after boundnames allocated?? + !allocate(this%status(this%ncv)) + ! + do n = 1, this%ncv + this%strt(n) = DEP20 + this%ktf(n) = DZERO + this%rfeatthk(n) = DZERO + this%lauxvar(:, n) = DZERO + this%xoldpak(n) = DEP20 + if (this%imatrows == 0) then + this%iboundpak(n) = 1 + this%xnewpak(n) = DEP20 + end if + end do + ! + ! -- allocate local storage for aux variables + if (this%naux > 0) then + allocate (caux(this%naux)) + end if + ! + ! -- allocate and initialize temporary variables + allocate (nboundchk(this%ncv)) + do n = 1, this%ncv + nboundchk(n) = 0 + end do + ! + ! -- get packagedata block + call this%parser%GetBlock('PACKAGEDATA', isfound, ierr, & + supportOpenClose=.true.) + ! + ! -- parse locations block if detected + if (isfound) then + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text))// & + ' PACKAGEDATA' + nlak = 0 + nconn = 0 + do + call this%parser%GetNextLine(endOfBlock) + if (endOfBlock) exit + n = this%parser%GetInteger() + + if (n < 1 .or. n > this%ncv) then + write (errmsg, '(a,1x,i6)') & + 'Itemno must be > 0 and <= ', this%ncv + call store_error(errmsg) + cycle + end if + ! + ! -- increment nboundchk + nboundchk(n) = nboundchk(n) + 1 + ! + ! -- strt + this%strt(n) = this%parser%GetDouble() + ! + ! -- read additional thermal conductivity terms + this%ktf(n) = this%parser%GetDouble() + this%rfeatthk(n) = this%parser%GetDouble() + if (this%rfeatthk(n) <= DZERO) then + write (errmsg, '(4x,a)') & + '****ERROR. Specified thickness used for thermal & + &conduction MUST BE > 0 else divide by zero error occurs' + call store_error(errmsg) + cycle + end if + ! + ! -- get aux data + do iaux = 1, this%naux + call this%parser%GetString(caux(iaux)) + end do + + ! -- set default bndName + write (cno, '(i9.9)') n + bndName = 'Feature'//cno + + ! -- featname + if (this%inamedbound /= 0) then + call this%parser%GetStringCaps(bndNameTemp) + if (bndNameTemp /= '') then + bndName = bndNameTemp + end if + end if + this%featname(n) = bndName + + ! -- fill time series aware data + ! -- fill aux data + do jj = 1, this%naux + text = caux(jj) + ii = n + bndElem => this%lauxvar(jj, ii) + call read_value_or_time_series_adv(text, ii, jj, bndElem, & + this%packName, 'AUX', & + this%tsManager, this%iprpak, & + this%auxname(jj)) + end do + ! + nlak = nlak + 1 + end do + ! + ! -- check for duplicate or missing lakes + do n = 1, this%ncv + if (nboundchk(n) == 0) then + write (errmsg, '(a,1x,i0)') 'No data specified for feature', n + call store_error(errmsg) + else if (nboundchk(n) > 1) then + write (errmsg, '(a,1x,i0,1x,a,1x,i0,1x,a)') & + 'Data for feature', n, 'specified', nboundchk(n), 'times' + call store_error(errmsg) + end if + end do + ! + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' PACKAGEDATA' + else + call store_error('Required packagedata block not found.') + end if + ! + ! -- terminate if any errors were detected + if (count_errors() > 0) then + call this%parser%StoreErrorUnit() + end if + ! + ! -- deallocate local storage for aux variables + if (this%naux > 0) then + deallocate (caux) + end if + ! + ! -- deallocate local storage for nboundchk + deallocate (nboundchk) + end subroutine sfe_read_cvs + end module GweSfeModule diff --git a/src/Model/TransportModel/tsp-apt.f90 b/src/Model/TransportModel/tsp-apt.f90 index bfaeee35317..a420af703d7 100644 --- a/src/Model/TransportModel/tsp-apt.f90 +++ b/src/Model/TransportModel/tsp-apt.f90 @@ -79,8 +79,6 @@ module TspAptModule integer(I4B), pointer :: idxprepak => null() !< budget-object index that precedes package-specific budget objects integer(I4B), pointer :: idxlastpak => null() !< budget-object index of last package-specific budget object real(DP), dimension(:), pointer, contiguous :: strt => null() !< starting feature concentration (or temperature) - real(DP), dimension(:), pointer, contiguous :: ktf => null() !< thermal conductivity between the apt and groundwater cell - real(DP), dimension(:), pointer, contiguous :: rfeatthk => null() !< thickness of streambed/lakebed/filter-pack material through which thermal conduction occurs integer(I4B), dimension(:), pointer, contiguous :: idxlocnode => null() !< map position in global rhs and x array of pack entry integer(I4B), dimension(:), pointer, contiguous :: idxpakdiag => null() !< map diag position of feature in global amat integer(I4B), dimension(:), pointer, contiguous :: idxdglo => null() !< map position in global array of package diagonal row entries @@ -1236,8 +1234,6 @@ subroutine apt_da(this) call mem_deallocate(this%qsto) call mem_deallocate(this%ccterm) call mem_deallocate(this%strt) - call mem_deallocate(this%ktf) - call mem_deallocate(this%rfeatthk) call mem_deallocate(this%lauxvar) call mem_deallocate(this%xoldpak) if (this%imatrows == 0) then @@ -1498,8 +1494,6 @@ subroutine apt_read_cvs(this) ! ! -- allocate apt data call mem_allocate(this%strt, this%ncv, 'STRT', this%memoryPath) - call mem_allocate(this%ktf, this%ncv, 'KTF', this%memoryPath) - call mem_allocate(this%rfeatthk, this%ncv, 'RFEATTHK', this%memoryPath) call mem_allocate(this%lauxvar, this%naux, this%ncv, 'LAUXVAR', & this%memoryPath) ! @@ -1516,8 +1510,6 @@ subroutine apt_read_cvs(this) ! do n = 1, this%ncv this%strt(n) = DEP20 - this%ktf(n) = DZERO - this%rfeatthk(n) = DZERO this%lauxvar(:, n) = DZERO this%xoldpak(n) = DEP20 if (this%imatrows == 0) then @@ -1565,22 +1557,6 @@ subroutine apt_read_cvs(this) ! -- strt this%strt(n) = this%parser%GetDouble() ! - ! -- If GWE model, read additional thermal conductivity terms - if (this%depvartype == 'TEMPERATURE') then - ! -- Skip for UZE - if (trim(adjustl(this%text)) /= 'UZE') then - this%ktf(n) = this%parser%GetDouble() - this%rfeatthk(n) = this%parser%GetDouble() - if (this%rfeatthk(n) <= DZERO) then - write (errmsg, '(4x,a)') & - '****ERROR. Specified thickness used for thermal & - &conduction MUST BE > 0 else divide by zero error occurs' - call store_error(errmsg) - cycle - end if - end if - end if - ! ! -- get aux data do iaux = 1, this%naux call this%parser%GetString(caux(iaux)) From 5105ce7bf5f68f4b85560e55d1eb8eec9f7500c0 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 6 Jan 2025 12:35:47 -0500 Subject: [PATCH 07/70] docs(prp): fix removal version of fraction option (#2126) The PRP DFN described the fraction option has having been removed in 6.5.1, which never materialized. It was removed in 6.6.0 instead. Fix an mf6io document issue where deprecated/removed options remained in keystring descriptions. Add cffconvert to the project dependencies, add a corresponding pixi task, and use it in CI. There is some issue with the check cff action. --- .codespellrc | 2 +- .github/workflows/ci.yml | 2 +- doc/mf6io/mf6ivar/dfn/prt-prp.dfn | 2 +- doc/mf6io/mf6ivar/mf6ivar.py | 5 + environment.yml | 1 + pixi.lock | 60417 ++++++++++++---------------- pixi.toml | 2 + 7 files changed, 25665 insertions(+), 34766 deletions(-) diff --git a/.codespellrc b/.codespellrc index 307512d86b0..cabcb94d849 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = *.pdf,*.grb,*.bib,*.bst,*.log,./builddir,./src/Utilities/Libraries,./utils/mf5to6,./doc/ReleaseNotes/previous +skip = *.pdf,*.grb,*.bib,*.bst,*.log,./builddir,./src/Utilities/Libraries,./utils/mf5to6,./doc/ReleaseNotes/previous,pixi.* ignore-words = .codespell.ignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5c74f065ec..c018405cd8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: pixi run check-python-format - name: Check CITATION.cff - uses: dieghernan/cff-validator@v3 + run: pixi run check-citations build: name: Build diff --git a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn index be094718487..c274bce3aec 100644 --- a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn +++ b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn @@ -400,6 +400,6 @@ tagged true in_record true reader urword optional true -removed 6.5.1 +removed 6.6.0 longname description release particles after the specified fraction of the time step has elapsed. If FRACTION is not set, particles are released at the start of the specified time step(s). FRACTION must be a single value when used with ALL, FIRST, or FREQUENCY. When used with STEPS, FRACTION may be a single value or an array of the same length as STEPS. If a single FRACTION value is provided with STEPS, the fraction applies to all steps. NOTE: The FRACTION option has been removed. For fine control over release timing, specify times explicitly using the RELEASETIMES block. diff --git a/doc/mf6io/mf6ivar/mf6ivar.py b/doc/mf6io/mf6ivar/mf6ivar.py index 9e13b70bcbf..1faeffaa07a 100644 --- a/doc/mf6io/mf6ivar/mf6ivar.py +++ b/doc/mf6io/mf6ivar/mf6ivar.py @@ -413,6 +413,11 @@ def write_desc(vardict, block, blk_var_list, varexcludeprefix=None): # s += '\\begin{verbatim}\n' s += "\\begin{lstlisting}[style=blockdefinition]\n" for vn in t.strip().split()[1:]: + if ( + "removed" in vardict[(vn, block)] + or "deprecated" in vardict[(vn, block)] + ): + continue blockentry = block_entry(vn, block, vardict, "") s += f"{blockentry}\n" # s += '\\end{verbatim}\n\n' diff --git a/environment.yml b/environment.yml index 06588dc6760..0d3356569f0 100644 --- a/environment.yml +++ b/environment.yml @@ -7,6 +7,7 @@ channels: dependencies: - python>=3.9 - appdirs + - cffconvert - codespell - filelock - flaky diff --git a/pixi.lock b/pixi.lock index 592932f25ef..4285514d8f7 100644 --- a/pixi.lock +++ b/pixi.lock @@ -7,1400 +7,1179 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h3d6467e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.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/freexl-2.0.0-h743c826_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - 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/kiwisolver-1.4.5-py39h7633fee_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.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-20240116.2-cxx17_he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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/libarchive-3.7.7-h4585015_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda - 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.9.1-hdb1bdb2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_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/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - 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.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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/libflac-1.4.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libogg-1.3.5-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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-14.1.0-hc0a3c3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - 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/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - - 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/libxml2-2.13.5-h8d12d68_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_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/pulseaudio-client-17.0-hb77b528_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.19.1-py39h5cde264_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - - 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/xerces-c-3.2.5-h988505b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-0.19.1-py39hb8f4057_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h840bb9f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.53.1-py39hded5825_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h3ec172f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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-20240116.2-cxx17_hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_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-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h0dceb68_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-hfcbc525_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/libkml-1.3.0-h9ee1731_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.19.1-py39hf59063a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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-20240116.2-cxx17_h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_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-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hfdf3952_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/libkml-1.3.0-he250239_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.19.1-py39h0019b8a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda win-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - 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/win-64/fonttools-4.53.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h8276f4a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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-20240116.2-cxx17_he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.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/libgd-2.3.3-h312136b_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - 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/libkml-1.3.0-h538826c_1020.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_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/libtiff-4.6.0-hddb2be6_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - - 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/libkml-1.3.0-h538826c_1021.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.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/minizip-4.0.7-h9fa1bad_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.19.1-py39h92a245a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - - 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/xorg-libxext-1.3.4-hcd874cb_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda rtd: channels: @@ -1411,1692 +1190,1489 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h3d6467e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-64/expat-2.6.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.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/freexl-2.0.0-h743c826_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - 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/kiwisolver-1.4.5-py39h7633fee_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.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-20240116.2-cxx17_he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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/libarchive-3.7.7-h4585015_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda - 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.9.1-hdb1bdb2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_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/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - 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.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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/libflac-1.4.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libogg-1.3.5-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.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/libspatialite-5.1.0-h15fa968_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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-14.1.0-hc0a3c3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - 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/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - - 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/libxml2-2.13.5-h8d12d68_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.19.1-py39h5cde264_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - - 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/xerces-c-3.2.5-h988505b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - 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-h75354e8_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - - 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.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-0.19.1-py39hb8f4057_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-64/aom-3.9.1-hf036a51_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h840bb9f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-64/expat-2.6.2-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39hdf37715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.53.1-py39hded5825_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h3ec172f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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-20240116.2-cxx17_hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_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-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h0dceb68_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-hfcbc525_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.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/libspatialite-5.1.0-hdc25a2c_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/libkml-1.3.0-h9ee1731_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.19.1-py39hf59063a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - 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-hde137ed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h7130eaa_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-arm64/aom-3.9.1-h7bae524_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-arm64/expat-2.6.2-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.8.11-py39h941272d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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-20240116.2-cxx17_h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_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-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hfdf3952_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.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/libspatialite-5.1.0-hf7a34df_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/libkml-1.3.0-he250239_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.19.1-py39h0019b8a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - 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.5-hcc0f68c_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/win-64/expat-2.6.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39ha51f57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - 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/win-64/fonttools-4.53.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h8276f4a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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-20240116.2-cxx17_he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.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/libgd-2.3.3-h312136b_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - 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/libkml-1.3.0-h538826c_1020.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.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/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_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/libtiff-4.6.0-hddb2be6_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - - 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/libkml-1.3.0-h538826c_1021.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.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/minizip-4.0.7-h9fa1bad_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_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-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.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/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.0-py39h03e5c00_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.19.1-py39h92a245a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/setuptools-75.6.0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - - 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/xorg-libxext-1.3.4-hcd874cb_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - 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-he1f189c_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl packages: +- kind: conda + name: _libavif_api + version: 1.1.1 + build: h57928b3_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 + md5: 76cf1f62c9a62d6b8f44339483e0f016 + size: 9286 + timestamp: 1730268773319 +- kind: conda + name: _libavif_api + version: 1.1.1 + build: h57928b3_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 + md5: 76cf1f62c9a62d6b8f44339483e0f016 + purls: [] + size: 9286 + timestamp: 1730268773319 - kind: conda name: _libgcc_mutex version: '0.1' @@ -3192,38 +2768,79 @@ packages: purls: [] size: 23712 timestamp: 1650670790230 +- kind: conda + name: _openmp_mutex + version: '4.5' + build: 2_gnu + build_number: 8 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 37e16618af5c4851a3f3d66dd0e11141 + depends: + - libgomp >=7.5.0 + - libwinpthread >=12.0.0.r2.ggc561118da + constrains: + - openmp_impl 9999 + - msys2-conda-epoch <0.0a0 + license: BSD-3-Clause + license_family: BSD + size: 49468 + timestamp: 1718213032772 +- kind: conda + name: _openmp_mutex + version: '4.5' + build: 2_gnu + build_number: 8 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 37e16618af5c4851a3f3d66dd0e11141 + depends: + - libgomp >=7.5.0 + - libwinpthread >=12.0.0.r2.ggc561118da + constrains: + - openmp_impl 9999 + - msys2-conda-epoch <0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 49468 + timestamp: 1718213032772 - kind: conda name: affine version: 2.4.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 - md5: ae5f4ad87126c55ba3f690ef07f81d64 + url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 + md5: 8c4061f499edec6b8ac7000f6d586829 depends: - - python >=3.7 + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 18726 - timestamp: 1674245215155 + size: 19164 + timestamp: 1733762153202 - kind: conda name: affine version: 2.4.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 - md5: ae5f4ad87126c55ba3f690ef07f81d64 + url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 + md5: 8c4061f499edec6b8ac7000f6d586829 depends: - - python >=3.7 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/affine?source=conda-forge-mapping - size: 18726 - timestamp: 1674245215155 + size: 19164 + timestamp: 1733762153202 - kind: conda name: alabaster version: 0.7.16 @@ -3243,100 +2860,293 @@ packages: timestamp: 1704848898483 - kind: conda name: alsa-lib - version: 1.2.12 - build: h4ab18f5_0 + version: 1.2.13 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + sha256: 4141180b0304559fefa8ca66f1cc217a1d957b03aa959f955daf33718162042f + md5: f643bb02c4bbcfe7de161a8ca5df530b + depends: + - libgcc >=13 + license: LGPL-2.1-or-later + license_family: GPL + size: 591318 + timestamp: 1731489774660 +- kind: conda + name: alsa-lib + version: 1.2.13 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + sha256: 4141180b0304559fefa8ca66f1cc217a1d957b03aa959f955daf33718162042f + md5: f643bb02c4bbcfe7de161a8ca5df530b + depends: + - libgcc >=13 + license: LGPL-2.1-or-later + license_family: GPL + purls: [] + size: 591318 + timestamp: 1731489774660 +- kind: conda + name: alsa-lib + version: 1.2.13 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 - md5: 7ed427f0871fd41cb1d9c17727c17589 + url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53 + md5: ae1370588aa6a5157c34c73e9bbb36a0 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: LGPL-2.1-or-later license_family: GPL - size: 555868 - timestamp: 1718118368236 + size: 560238 + timestamp: 1731489643707 - kind: conda name: alsa-lib - version: 1.2.12 - build: h4ab18f5_0 + version: 1.2.13 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 - md5: 7ed427f0871fd41cb1d9c17727c17589 + url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53 + md5: ae1370588aa6a5157c34c73e9bbb36a0 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: LGPL-2.1-or-later license_family: GPL purls: [] - size: 555868 - timestamp: 1718118368236 + size: 560238 + timestamp: 1731489643707 +- kind: conda + name: aom + version: 3.9.1 + build: h7bae524_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef + md5: 7adba36492a1bb22d98ffffe4f6fc6de + depends: + - __osx >=11.0 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + size: 2235747 + timestamp: 1718551382432 +- kind: conda + name: aom + version: 3.9.1 + build: h7bae524_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef + md5: 7adba36492a1bb22d98ffffe4f6fc6de + depends: + - __osx >=11.0 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2235747 + timestamp: 1718551382432 +- kind: conda + name: aom + version: 3.9.1 + build: hac33072_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 + md5: 346722a0be40f6edc53f12640d301338 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 2706396 + timestamp: 1718551242397 +- kind: conda + name: aom + version: 3.9.1 + build: hac33072_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 + md5: 346722a0be40f6edc53f12640d301338 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2706396 + timestamp: 1718551242397 +- kind: conda + name: aom + version: 3.9.1 + build: hcccb83c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 + md5: cc744ac4efe5bcaa8cca51ff5b850df0 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 3250813 + timestamp: 1718551360260 +- kind: conda + name: aom + version: 3.9.1 + build: hcccb83c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 + md5: cc744ac4efe5bcaa8cca51ff5b850df0 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 3250813 + timestamp: 1718551360260 +- kind: conda + name: aom + version: 3.9.1 + build: he0c23c2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 + md5: 3d7c14285d3eb3239a76ff79063f27a5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + size: 1958151 + timestamp: 1718551737234 +- kind: conda + name: aom + version: 3.9.1 + build: he0c23c2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 + md5: 3d7c14285d3eb3239a76ff79063f27a5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 1958151 + timestamp: 1718551737234 +- kind: conda + name: aom + version: 3.9.1 + build: hf036a51_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 + md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + depends: + - __osx >=10.13 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + size: 2749186 + timestamp: 1718551450314 +- kind: conda + name: aom + version: 3.9.1 + build: hf036a51_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 + md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + depends: + - __osx >=10.13 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2749186 + timestamp: 1718551450314 - kind: conda name: appdirs version: 1.4.4 - build: pyh9f0ad1d_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111 - md5: 5f095bc6454094e96f146491fd03633b + url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d + md5: f4e90937bbfc3a4a92539545a37bb448 depends: - - python + - python >=3.9 license: MIT license_family: MIT - size: 12840 - timestamp: 1603108499239 + size: 14835 + timestamp: 1733754069532 - kind: conda name: appdirs version: 1.4.4 - build: pyh9f0ad1d_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111 - md5: 5f095bc6454094e96f146491fd03633b + url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d + md5: f4e90937bbfc3a4a92539545a37bb448 depends: - - python + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/appdirs?source=conda-forge-mapping - size: 12840 - timestamp: 1603108499239 + size: 14835 + timestamp: 1733754069532 - kind: conda name: appnope version: 0.1.4 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_0.conda - sha256: 45ae2d41f4a4dcf8707633d3d7ae376fc62f0c09b1d063c3049c3f6f8c911670 - md5: cc4834a9ee7cc49ce8d25177c47b10d8 + url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + sha256: 8f032b140ea4159806e4969a68b4a3c0a7cab1ad936eb958a2b5ffe5335e19bf + md5: 54898d0f524c9dee622d44bbb081a8ab depends: - - python >=3.7 + - python >=3.9 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/appnope?source=conda-forge-mapping - size: 10241 - timestamp: 1707233195627 + size: 10076 + timestamp: 1733332433806 - kind: conda name: asttokens - version: 2.4.1 - build: pyhd8ed1ab_0 + version: 3.0.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - md5: 5f25798dcefd8252ce5f9dc494d5f571 + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 8f587de4bcf981e26228f268df374a9b depends: - - python >=3.5 - - six >=1.12.0 + - python >=3.9 + constrains: + - astroid >=2,<4 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/asttokens?source=conda-forge-mapping - size: 28922 - timestamp: 1698341257884 + size: 28206 + timestamp: 1733250564754 - kind: conda name: atk-1.0 version: 2.38.0 @@ -3497,31327 +3307,21958 @@ packages: purls: [] size: 358327 timestamp: 1713898303194 -- kind: conda - name: attr - version: 2.5.1 - build: h166bdaf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - md5: d9c69a24ad678ffce24c6543a0176b00 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - size: 71042 - timestamp: 1660065501192 -- kind: conda - name: attr - version: 2.5.1 - build: h166bdaf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - md5: d9c69a24ad678ffce24c6543a0176b00 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 71042 - timestamp: 1660065501192 - kind: conda name: attrs - version: 23.2.0 + version: 24.3.0 build: pyh71513ae_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea - md5: 5e4c0743c70186509d1412e03c2d8dfa + url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a + md5: 356927ace43302bf6f5926e2a58dae6a depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT - size: 54582 - timestamp: 1704011393776 + size: 56354 + timestamp: 1734348889193 - kind: conda name: attrs - version: 23.2.0 + version: 24.3.0 build: pyh71513ae_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea - md5: 5e4c0743c70186509d1412e03c2d8dfa + url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a + md5: 356927ace43302bf6f5926e2a58dae6a depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/attrs?source=conda-forge-mapping - size: 54582 - timestamp: 1704011393776 + size: 56354 + timestamp: 1734348889193 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8a62e84_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 - md5: 7a43a23a02f7c952f48d154454336c8c + name: babel + version: 2.16.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + sha256: f6205d3a62e87447e06e98d911559be0208d824976d77ab092796c9176611fcb + md5: 3e23f7db93ec14c80525257d8affac28 depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - size: 91193 - timestamp: 1720943290434 + - python >=3.9 + - pytz >=2015.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=conda-forge-mapping + size: 6551057 + timestamp: 1733236466015 +- kind: pypi + name: beautifulsoup4 + version: 4.12.3 + url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed + requires_dist: + - soupsieve>1.2 + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' - kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8a62e84_10 - build_number: 10 + name: black + version: 24.10.0 + build: py39h2804cbe_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 - md5: 7a43a23a02f7c952f48d154454336c8c + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + sha256: f49a74a472ada5d5c012dee2639f6d86339e0bb7b691ea3056fbe233751fc88b + md5: c62b8af30c20cadcb384daf462fc73ee depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 91193 - timestamp: 1720943290434 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + size: 303916 + timestamp: 1728503905973 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8c86ca4_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a - md5: 94493124319f290e7ad45228d54db509 + name: black + version: 24.10.0 + build: py39h2804cbe_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + sha256: f49a74a472ada5d5c012dee2639f6d86339e0bb7b691ea3056fbe233751fc88b + md5: c62b8af30c20cadcb384daf462fc73ee depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 101513 - timestamp: 1720943471630 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 303916 + timestamp: 1728503905973 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8c86ca4_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a - md5: 94493124319f290e7ad45228d54db509 + name: black + version: 24.10.0 + build: py39h4420490_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f + md5: 44b3857dc490a3cad3deb0b29723247e depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 101513 - timestamp: 1720943471630 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + size: 302615 + timestamp: 1728503925751 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hb04b931_10 - build_number: 10 + name: black + version: 24.10.0 + build: py39h4420490_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f + md5: 44b3857dc490a3cad3deb0b29723247e + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 302615 + timestamp: 1728503925751 +- kind: conda + name: black + version: 24.10.0 + build: py39h6e9494a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - sha256: b95a2f9adc0b77c88b10c6001eb101d6b76bb0efdf80a8fa7e99c510e8236ed2 - md5: 58e7453d9442ec10c3bfbe3466502baf + url: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + sha256: aeb385195efc6587d101b2e56be74e8cee24976563c726096721141c89bad4c6 + md5: 13047ad7cf70ba61a41b51d40356a041 depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - size: 92326 - timestamp: 1720943225649 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + size: 303754 + timestamp: 1728503878544 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hb04b931_10 - build_number: 10 + name: black + version: 24.10.0 + build: py39h6e9494a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - sha256: b95a2f9adc0b77c88b10c6001eb101d6b76bb0efdf80a8fa7e99c510e8236ed2 - md5: 58e7453d9442ec10c3bfbe3466502baf + url: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + sha256: aeb385195efc6587d101b2e56be74e8cee24976563c726096721141c89bad4c6 + md5: 13047ad7cf70ba61a41b51d40356a041 depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 92326 - timestamp: 1720943225649 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 303754 + timestamp: 1728503878544 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hbd3ac97_10 - build_number: 10 + name: black + version: 24.10.0 + build: py39hcbf5309_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 + md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + size: 328210 + timestamp: 1728504147426 +- kind: conda + name: black + version: 24.10.0 + build: py39hcbf5309_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 + md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 328210 + timestamp: 1728504147426 +- kind: conda + name: black + version: 24.10.0 + build: py39hf3d152e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe - md5: 7ca4abcc98c7521c02f4e8809bbe40df + url: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 + md5: 32932642d9ae6470f79ca509f0a422f5 depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 105990 - timestamp: 1720943253516 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + size: 302604 + timestamp: 1728503917696 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hbd3ac97_10 - build_number: 10 + name: black + version: 24.10.0 + build: py39hf3d152e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe - md5: 7ca4abcc98c7521c02f4e8809bbe40df + url: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 + md5: 32932642d9ae6470f79ca509f0a422f5 depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 105990 - timestamp: 1720943253516 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 302604 + timestamp: 1728503917696 +- kind: pypi + name: bleach + version: 6.2.0 + url: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + sha256: 117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e + requires_dist: + - webencodings + - tinycss2<1.5,>=1.1.0 ; extra == 'css' + requires_python: '>=3.9' - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hf9a33fd_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 - md5: 62b79a7b24bc23fe55257f84ff62d2d0 + name: blosc + version: 1.21.6 + build: h7dd00d9_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda + sha256: c3fe902114b9a3ac837e1a32408cc2142c147ec054c1038d37aec6814343f48a + md5: 925acfb50a750aa178f7a0aced77f351 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 110360 - timestamp: 1720943276359 + - __osx >=11.0 + - libcxx >=18 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 33602 + timestamp: 1733513285902 - kind: conda - name: aws-c-auth - version: 0.7.22 - build: hf9a33fd_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 - md5: 62b79a7b24bc23fe55257f84ff62d2d0 + name: blosc + version: 1.21.6 + build: h7dd00d9_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda + sha256: c3fe902114b9a3ac837e1a32408cc2142c147ec054c1038d37aec6814343f48a + md5: 925acfb50a750aa178f7a0aced77f351 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - __osx >=11.0 + - libcxx >=18 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 110360 - timestamp: 1720943276359 + size: 33602 + timestamp: 1733513285902 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: h1194e0d_1 + name: blosc + version: 1.21.6 + build: hb4dfabd_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 - md5: 3e52b9c84581b52333fbde981f2804a6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda + sha256: f1e408fc32e1fda8dee9c3fceee5650fd622526e4dc6fa1f1926f497b5508d13 + md5: 2cbbd6264ad58887c40aab37f2abdaba depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 49404 - timestamp: 1720901634839 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 36414 + timestamp: 1733513501944 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: h1194e0d_1 + name: blosc + version: 1.21.6 + build: hb4dfabd_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 - md5: 3e52b9c84581b52333fbde981f2804a6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda + sha256: f1e408fc32e1fda8dee9c3fceee5650fd622526e4dc6fa1f1926f497b5508d13 + md5: 2cbbd6264ad58887c40aab37f2abdaba depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 49404 - timestamp: 1720901634839 + size: 36414 + timestamp: 1733513501944 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: h87b94db_1 + name: blosc + version: 1.21.6 + build: hd145fbb_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - sha256: f445f38a4170f0ae02cdf13e1bc23cbb826a4b45f39402f02fe5737b0a8ed3a9 - md5: 2d76d2cfdcfe2d5c3883d33d8be919e7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda + sha256: 876bdb1947644b4408f498ac91c61f1f4987d2c57eb47c0aba0d5ee822cd7da9 + md5: 717852102c68a082992ce13a53403f9d depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 47092 - timestamp: 1720901538926 + - __osx >=10.13 + - libcxx >=18 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 46990 + timestamp: 1733513422834 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: h87b94db_1 + name: blosc + version: 1.21.6 + build: hd145fbb_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - sha256: f445f38a4170f0ae02cdf13e1bc23cbb826a4b45f39402f02fe5737b0a8ed3a9 - md5: 2d76d2cfdcfe2d5c3883d33d8be919e7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda + sha256: 876bdb1947644b4408f498ac91c61f1f4987d2c57eb47c0aba0d5ee822cd7da9 + md5: 717852102c68a082992ce13a53403f9d depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - __osx >=10.13 + - libcxx >=18 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 47092 - timestamp: 1720901538926 + size: 46990 + timestamp: 1733513422834 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: h94d0942_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 - md5: d70f882eefb9cabf3e18a2f3957936de - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 40129 - timestamp: 1720901602965 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: h94d0942_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 - md5: d70f882eefb9cabf3e18a2f3957936de - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 40129 - timestamp: 1720901602965 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: hd73d8db_1 + name: blosc + version: 1.21.6 + build: he440d0b_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - sha256: 40d2903b718bd4ddf4706ff4e86831c11a012e1a662f73e30073b4f7f364fcca - md5: a8735aa1de30e27dc87bde25dd3201d8 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda + sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d + md5: 2c2fae981fd2afd00812c92ac47d023d depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 39142 - timestamp: 1720901553777 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 48427 + timestamp: 1733513201413 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: hd73d8db_1 + name: blosc + version: 1.21.6 + build: he440d0b_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - sha256: 40d2903b718bd4ddf4706ff4e86831c11a012e1a662f73e30073b4f7f364fcca - md5: a8735aa1de30e27dc87bde25dd3201d8 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda + sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d + md5: 2c2fae981fd2afd00812c92ac47d023d depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 39142 - timestamp: 1720901553777 + size: 48427 + timestamp: 1733513201413 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: hea5f451_1 + name: blosc + version: 1.21.6 + build: hfd34d9b_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 - md5: 72dff54470c6fc809b845fac58d39aad + url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 + md5: 357d7be4146d5fec543bfaa96a8a40de depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 46905 - timestamp: 1720901876108 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 49840 + timestamp: 1733513605730 - kind: conda - name: aws-c-cal - version: 0.7.1 - build: hea5f451_1 + name: blosc + version: 1.21.6 + build: hfd34d9b_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 - md5: 72dff54470c6fc809b845fac58d39aad + url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 + md5: 357d7be4146d5fec543bfaa96a8a40de depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 46905 - timestamp: 1720901876108 + size: 49840 + timestamp: 1733513605730 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h2466b09_0 + name: bmipy + version: 2.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda + sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd + md5: 686cb5c54d3a3a028f4bce356b3e0030 + depends: + - black + - click + - jinja2 + - numpy + - python >=3 + license: MIT + license_family: MIT + size: 14075 + timestamp: 1698243713437 +- kind: conda + name: bmipy + version: 2.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda + sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd + md5: 686cb5c54d3a3a028f4bce356b3e0030 + depends: + - black + - click + - jinja2 + - numpy + - python >=3 + license: MIT + license_family: MIT + purls: + - pkg:pypi/bmipy?source=conda-forge-mapping + size: 14075 + timestamp: 1698243713437 +- kind: conda + name: brotli + version: 1.1.0 + build: h00291cd_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + sha256: 624954bc08b3d7885a58c7d547282cfb9a201ce79b748b358f801de53e20f523 + md5: 2db0c38a7f2321c5bdaf32b181e832c7 + depends: + - __osx >=10.13 + - brotli-bin 1.1.0 h00291cd_2 + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + size: 19450 + timestamp: 1725267851605 +- kind: conda + name: brotli + version: 1.1.0 + build: h00291cd_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + sha256: 624954bc08b3d7885a58c7d547282cfb9a201ce79b748b358f801de53e20f523 + md5: 2db0c38a7f2321c5bdaf32b181e832c7 + depends: + - __osx >=10.13 + - brotli-bin 1.1.0 h00291cd_2 + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + purls: [] + size: 19450 + timestamp: 1725267851605 +- kind: conda + name: brotli + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 - md5: df475c2b12da4aa32d4946a1453681f5 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: 378f1c9421775dfe644731cb121c8979 depends: + - brotli-bin 1.1.0 h2466b09_2 + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 234194 - timestamp: 1718918578757 + license: MIT + license_family: MIT + size: 19697 + timestamp: 1725268293988 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h2466b09_0 + name: brotli + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 - md5: df475c2b12da4aa32d4946a1453681f5 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: 378f1c9421775dfe644731cb121c8979 depends: + - brotli-bin 1.1.0 h2466b09_2 + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 234194 - timestamp: 1718918578757 + size: 19697 + timestamp: 1725268293988 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - sha256: f3eab0ec3f01ddc3ebdc235d4ae1b3b803d83e40f2cd2389bf8c65ab96e90f02 - md5: 94d61ae2b2b701008a9d52ce6bbead27 + name: brotli + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + sha256: 260a981a68b63585384ab55a8fac954e8d14bdb4226b3d534333021f711495fe + md5: 5094acc34eb173f74205c0b55f0dd4a4 depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 235612 - timestamp: 1718918062664 + - brotli-bin 1.1.0 h86ecc28_2 + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 19434 + timestamp: 1725267810677 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - sha256: f3eab0ec3f01ddc3ebdc235d4ae1b3b803d83e40f2cd2389bf8c65ab96e90f02 - md5: 94d61ae2b2b701008a9d52ce6bbead27 + name: brotli + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + sha256: 260a981a68b63585384ab55a8fac954e8d14bdb4226b3d534333021f711495fe + md5: 5094acc34eb173f74205c0b55f0dd4a4 depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - brotli-bin 1.1.0 h86ecc28_2 + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 235612 - timestamp: 1718918062664 + size: 19434 + timestamp: 1725267810677 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - sha256: fa4ca3c29c64c96cf8b208fb5466e425ac2f8998a0022f5404a885253bca4667 - md5: 36159c9ecdcdbf7bf2676510110d7fda + name: brotli + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 98514fe74548d768907ce7a13f680e8f depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 257315 - timestamp: 1718918138944 + - __glibc >=2.17,<3.0.a0 + - brotli-bin 1.1.0 hb9d3cd8_2 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 19264 + timestamp: 1725267697072 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - sha256: fa4ca3c29c64c96cf8b208fb5466e425ac2f8998a0022f5404a885253bca4667 - md5: 36159c9ecdcdbf7bf2676510110d7fda + name: brotli + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 98514fe74548d768907ce7a13f680e8f depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - __glibc >=2.17,<3.0.a0 + - brotli-bin 1.1.0 hb9d3cd8_2 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 257315 - timestamp: 1718918138944 + size: 19264 + timestamp: 1725267697072 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h99b78c6_0 + name: brotli + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - sha256: 15e965a0d1c37927e23d46691e632cf8b39afee5c9ba735f2d535fdb7b58b19e - md5: d9f2adf47d2078d44a23480140e76550 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + sha256: a086f36ff68d6e30da625e910547f6211385246fb2474b144ac8c47c32254576 + md5: 215e3dc8f2f837906d066e7f01aa77c0 depends: - __osx >=11.0 - license: Apache-2.0 - license_family: Apache - size: 220102 - timestamp: 1718918149063 + - brotli-bin 1.1.0 hd74edd7_2 + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + size: 19588 + timestamp: 1725268044856 - kind: conda - name: aws-c-common - version: 0.9.23 - build: h99b78c6_0 + name: brotli + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - sha256: 15e965a0d1c37927e23d46691e632cf8b39afee5c9ba735f2d535fdb7b58b19e - md5: d9f2adf47d2078d44a23480140e76550 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + sha256: a086f36ff68d6e30da625e910547f6211385246fb2474b144ac8c47c32254576 + md5: 215e3dc8f2f837906d066e7f01aa77c0 depends: - __osx >=11.0 - license: Apache-2.0 - license_family: Apache + - brotli-bin 1.1.0 hd74edd7_2 + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT purls: [] - size: 220102 - timestamp: 1718918149063 + size: 19588 + timestamp: 1725268044856 - kind: conda - name: aws-c-common - version: 0.9.23 - build: hfdf4475_0 + name: brotli-bin + version: 1.1.0 + build: h00291cd_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 - md5: 35083fa12de9dc9918de60c112ceab27 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + sha256: 642a8492491109fd8270c1e2c33b18126712df0cedb94aaa2b1c6b02505a4bfa + md5: 049933ecbf552479a12c7917f0a4ce59 depends: - __osx >=10.13 - license: Apache-2.0 - license_family: Apache - size: 225527 - timestamp: 1718918230587 + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + size: 16643 + timestamp: 1725267837325 - kind: conda - name: aws-c-common - version: 0.9.23 - build: hfdf4475_0 + name: brotli-bin + version: 1.1.0 + build: h00291cd_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 - md5: 35083fa12de9dc9918de60c112ceab27 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + sha256: 642a8492491109fd8270c1e2c33b18126712df0cedb94aaa2b1c6b02505a4bfa + md5: 049933ecbf552479a12c7917f0a4ce59 depends: - __osx >=10.13 - license: Apache-2.0 - license_family: Apache + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 + license: MIT + license_family: MIT purls: [] - size: 225527 - timestamp: 1718918230587 + size: 16643 + timestamp: 1725267837325 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c - md5: 134bb356c25e94209744ee664ba8a89a + name: brotli-bin + version: 1.1.0 + build: h2466b09_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: d22534a9be5771fc58eb7564947f669d depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19814 - timestamp: 1718967207357 + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 20837 + timestamp: 1725268270219 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c - md5: 134bb356c25e94209744ee664ba8a89a + name: brotli-bin + version: 1.1.0 + build: h2466b09_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: d22534a9be5771fc58eb7564947f669d depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 19814 - timestamp: 1718967207357 + size: 20837 + timestamp: 1725268270219 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: h94d0942_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 - md5: c9a37f68bef48f48782746404f4050a2 + name: brotli-bin + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + sha256: 4231e3d00081d842870a6b8ba0ccf55ae0ccbc074dddbc0c115433bc32b1343d + md5: 7d48b185fe1f722f8cda4539bb931f85 + depends: + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 18937 + timestamp: 1725267802117 +- kind: conda + name: brotli-bin + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + sha256: 4231e3d00081d842870a6b8ba0ccf55ae0ccbc074dddbc0c115433bc32b1343d + md5: 7d48b185fe1f722f8cda4539bb931f85 + depends: + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 18937 + timestamp: 1725267802117 +- kind: conda + name: brotli-bin + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: c63b5e52939e795ba8d26e35d767a843 + depends: + - __glibc >=2.17,<3.0.a0 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 18881 + timestamp: 1725267688731 +- kind: conda + name: brotli-bin + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: c63b5e52939e795ba8d26e35d767a843 + depends: + - __glibc >=2.17,<3.0.a0 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 18881 + timestamp: 1725267688731 +- kind: conda + name: brotli-bin + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + sha256: 28f1af63b49fddf58084fb94e5512ad46e9c453eb4be1d97449c67059e5b0680 + md5: b8512db2145dc3ae8d86cdc21a8d421e depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 18226 - timestamp: 1718967294106 + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + size: 16772 + timestamp: 1725268026061 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: h94d0942_7 - build_number: 7 + name: brotli-bin + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 - md5: c9a37f68bef48f48782746404f4050a2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + sha256: 28f1af63b49fddf58084fb94e5512ad46e9c453eb4be1d97449c67059e5b0680 + md5: b8512db2145dc3ae8d86cdc21a8d421e depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT purls: [] - size: 18226 - timestamp: 1718967294106 + size: 16772 + timestamp: 1725268026061 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: hd73d8db_7 - build_number: 7 + name: brotli-python + version: 1.1.0 + build: py39h7c0e7c0_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - sha256: c8fabda8233f979f9c5173a5ba5f6482c26e8ac8af55e78550fff27e997e0dbd - md5: b082d6b9a40e41fd27f48786d318e910 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda + sha256: 3915fd4c8ebc4a7c83851479532dd5e52775f130d720016d05d728212e28c6ed + md5: a764df072b4bfa295ae771b28d284cf7 depends: - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 18245 - timestamp: 1718967218275 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + size: 362967 + timestamp: 1725268063367 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: hd73d8db_7 - build_number: 7 + name: brotli-python + version: 1.1.0 + build: py39h7c0e7c0_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - sha256: c8fabda8233f979f9c5173a5ba5f6482c26e8ac8af55e78550fff27e997e0dbd - md5: b082d6b9a40e41fd27f48786d318e910 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda + sha256: 3915fd4c8ebc4a7c83851479532dd5e52775f130d720016d05d728212e28c6ed + md5: a764df072b4bfa295ae771b28d284cf7 depends: - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 18245 - timestamp: 1718967218275 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 362967 + timestamp: 1725268063367 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d - md5: 11e5cb0b426772974f6416545baee0ce + name: brotli-python + version: 1.1.0 + build: py39h7dbf29c_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda + sha256: 12ada9ea31906fc52d9118db24a99b981c54ebda06cfc22a52611c2429110561 + md5: adacf334f92a835cb7a055b3e2150502 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 19271 - timestamp: 1718967071890 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h86ecc28_2 + license: MIT + license_family: MIT + size: 356581 + timestamp: 1725268063076 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d - md5: 11e5cb0b426772974f6416545baee0ce + name: brotli-python + version: 1.1.0 + build: py39h7dbf29c_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda + sha256: 12ada9ea31906fc52d9118db24a99b981c54ebda06cfc22a52611c2429110561 + md5: adacf334f92a835cb7a055b3e2150502 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 19271 - timestamp: 1718967071890 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h86ecc28_2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 356581 + timestamp: 1725268063076 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: hea5f451_7 - build_number: 7 + name: brotli-python + version: 1.1.0 + build: py39ha51f57c_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 - md5: 3834f2ba3431fe21692de035a7b992c1 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a + md5: febb0f96eb7400bb065681117872b75e depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 22658 - timestamp: 1718967658946 + constrains: + - libbrotlicommon 1.1.0 h2466b09_2 + license: MIT + license_family: MIT + size: 321820 + timestamp: 1725268551147 - kind: conda - name: aws-c-compression - version: 0.2.18 - build: hea5f451_7 - build_number: 7 + name: brotli-python + version: 1.1.0 + build: py39ha51f57c_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 - md5: 3834f2ba3431fe21692de035a7b992c1 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a + md5: febb0f96eb7400bb065681117872b75e depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 22658 - timestamp: 1718967658946 + constrains: + - libbrotlicommon 1.1.0 h2466b09_2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 321820 + timestamp: 1725268551147 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h2713d70_15 - build_number: 15 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a - md5: 21aeef6fb90f64d3625f06501c4d023c + name: brotli-python + version: 1.1.0 + build: py39hf88036b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda + sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 + md5: 8ea5af6ac902f1a4429190970d9099ce depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 46353 - timestamp: 1720743940835 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hb9d3cd8_2 + license: MIT + license_family: MIT + size: 349166 + timestamp: 1725267838006 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h2713d70_15 - build_number: 15 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a - md5: 21aeef6fb90f64d3625f06501c4d023c + name: brotli-python + version: 1.1.0 + build: py39hf88036b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda + sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 + md5: 8ea5af6ac902f1a4429190970d9099ce depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 46353 - timestamp: 1720743940835 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hb9d3cd8_2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 349166 + timestamp: 1725267838006 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h4b8288a_15 - build_number: 15 + name: brotli-python + version: 1.1.0 + build: py39hfa9831e_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda + sha256: 9498fa2d1f5f006980e362b545f3a85086e27714d26deba23cd002c11ff04842 + md5: e6297328cb55064f9923dbe19c354b4a + depends: + - __osx >=11.0 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + size: 338488 + timestamp: 1725268478900 +- kind: conda + name: brotli-python + version: 1.1.0 + build: py39hfa9831e_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda + sha256: 9498fa2d1f5f006980e362b545f3a85086e27714d26deba23cd002c11ff04842 + md5: e6297328cb55064f9923dbe19c354b4a + depends: + - __osx >=11.0 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 338488 + timestamp: 1725268478900 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h2466b09_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 - md5: 270c3f0f23c48f3ac0074c3e81bdabac + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 54326 - timestamp: 1720744311520 + license: bzip2-1.0.6 + license_family: BSD + size: 54927 + timestamp: 1720974860185 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h4b8288a_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h2466b09_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 - md5: 270c3f0f23c48f3ac0074c3e81bdabac + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 54326 - timestamp: 1720744311520 + size: 54927 + timestamp: 1720974860185 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h7671281_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h4bc722e_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - sha256: b9546f0637c66d4086a169f4210bf0d569140f41c13f0c1c6826355f51f82494 - md5: 3b45b0da170f515de8be68155e14955a + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda + sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d + md5: 62ee74e96c5ebb0af99386de58cf9553 depends: - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 54007 - timestamp: 1720743896466 + license: bzip2-1.0.6 + license_family: BSD + size: 252783 + timestamp: 1720974456583 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h7671281_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h4bc722e_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - sha256: b9546f0637c66d4086a169f4210bf0d569140f41c13f0c1c6826355f51f82494 - md5: 3b45b0da170f515de8be68155e14955a + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda + sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d + md5: 62ee74e96c5ebb0af99386de58cf9553 depends: - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 54007 - timestamp: 1720743896466 + size: 252783 + timestamp: 1720974456583 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h9d161b3_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h68df207_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - sha256: 80305a933ee51a808c57e6f7a76dec05c02a999b2d5388fd1c906b8475658b8c - md5: ff2a2cb1a667ce44ddccf87a3858bede + url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda + sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb + md5: 56398c28220513b9ea13d7b450acfb20 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 55128 - timestamp: 1720743954681 + license: bzip2-1.0.6 + license_family: BSD + size: 189884 + timestamp: 1720974504976 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h9d161b3_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h68df207_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - sha256: 80305a933ee51a808c57e6f7a76dec05c02a999b2d5388fd1c906b8475658b8c - md5: ff2a2cb1a667ce44ddccf87a3858bede + url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda + sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb + md5: 56398c28220513b9ea13d7b450acfb20 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 55128 - timestamp: 1720743954681 + size: 189884 + timestamp: 1720974504976 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hb74cd8f_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h99b78c6_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - sha256: a28581c0fa33d5bf8f71ca18dc632b997ba83d4442a3c2955e40927708ce8b0b - md5: e12aae765ef60c989a43f042a4141ab7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda + sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 + md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 47055 - timestamp: 1720743983413 + license: bzip2-1.0.6 + license_family: BSD + size: 122909 + timestamp: 1720974522888 - kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hb74cd8f_15 - build_number: 15 + name: bzip2 + version: 1.0.8 + build: h99b78c6_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - sha256: a28581c0fa33d5bf8f71ca18dc632b997ba83d4442a3c2955e40927708ce8b0b - md5: e12aae765ef60c989a43f042a4141ab7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda + sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 + md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 47055 - timestamp: 1720743983413 + size: 122909 + timestamp: 1720974522888 - kind: conda - name: aws-c-http - version: 0.8.2 - build: h269d64e_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc - md5: 1603ce5ebacad267b5b5d2c484c73679 + name: bzip2 + version: 1.0.8 + build: hfdf4475_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda + sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 + md5: 7ed4301d437b59045be7e051a0308211 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 180156 - timestamp: 1720753340047 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: h269d64e_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc - md5: 1603ce5ebacad267b5b5d2c484c73679 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 180156 - timestamp: 1720753340047 + - __osx >=10.13 + license: bzip2-1.0.6 + license_family: BSD + size: 134188 + timestamp: 1720974491916 - kind: conda - name: aws-c-http - version: 0.8.2 - build: h782069e_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 - md5: 1477d77ade38be837f1be9fc5702244c + name: bzip2 + version: 1.0.8 + build: hfdf4475_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda + sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 + md5: 7ed4301d437b59045be7e051a0308211 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 187885 - timestamp: 1720753110633 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: h782069e_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 - md5: 1477d77ade38be837f1be9fc5702244c - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - __osx >=10.13 + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 187885 - timestamp: 1720753110633 + size: 134188 + timestamp: 1720974491916 - kind: conda - name: aws-c-http - version: 0.8.2 - build: had1507a_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: h5505292_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed - md5: d6a478f39b7ee977690d7dfc4115adfc + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f + md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - size: 151282 - timestamp: 1720753122319 + license: MIT + license_family: MIT + size: 179496 + timestamp: 1734208291879 - kind: conda - name: aws-c-http - version: 0.8.2 - build: had1507a_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: h5505292_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed - md5: d6a478f39b7ee977690d7dfc4115adfc + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f + md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT + purls: [] + size: 179496 + timestamp: 1734208291879 +- kind: conda + name: c-ares + version: 1.34.4 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + sha256: 1187a41d4bb2afe02cb18690682edc98d1e9f5e0ccda638d8704a75ea1875bbe + md5: 356da36f35d36dcba16e43f1589d4e39 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + size: 215979 + timestamp: 1734208193181 +- kind: conda + name: c-ares + version: 1.34.4 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + sha256: 1187a41d4bb2afe02cb18690682edc98d1e9f5e0ccda638d8704a75ea1875bbe + md5: 356da36f35d36dcba16e43f1589d4e39 + depends: + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 151282 - timestamp: 1720753122319 + size: 215979 + timestamp: 1734208193181 - kind: conda - name: aws-c-http - version: 0.8.2 - build: he17ee6b_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 - md5: 4e3d1bb2ade85619ac2163e695c2cc1b + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320 + md5: e2775acf57efd5af15b8e3d1d74d72d3 depends: - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 194638 - timestamp: 1720753051593 + - libgcc >=13 + license: MIT + license_family: MIT + size: 206085 + timestamp: 1734208189009 - kind: conda - name: aws-c-http - version: 0.8.2 - build: he17ee6b_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 - md5: 4e3d1bb2ade85619ac2163e695c2cc1b + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320 + md5: e2775acf57efd5af15b8e3d1d74d72d3 depends: - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 194638 - timestamp: 1720753051593 + size: 206085 + timestamp: 1734208189009 - kind: conda - name: aws-c-http - version: 0.8.2 - build: he29c2fd_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: hf13058a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 - md5: 9b1b61150532b6c5eda36700a408209d + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + sha256: 8dcc1628d34fe7d759f3a7dee52e09c5162a3f9669dddd6100bff965450f4a0a + md5: 133255af67aaf1e0c0468cc753fd800b depends: - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - size: 162753 - timestamp: 1720753184386 + license: MIT + license_family: MIT + size: 184455 + timestamp: 1734208242547 - kind: conda - name: aws-c-http - version: 0.8.2 - build: he29c2fd_6 - build_number: 6 + name: c-ares + version: 1.34.4 + build: hf13058a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 - md5: 9b1b61150532b6c5eda36700a408209d + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + sha256: 8dcc1628d34fe7d759f3a7dee52e09c5162a3f9669dddd6100bff965450f4a0a + md5: 133255af67aaf1e0c0468cc753fd800b depends: - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 162753 - timestamp: 1720753184386 + size: 184455 + timestamp: 1734208242547 - kind: conda - name: aws-c-io - version: 0.14.10 - build: h4406d91_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: h56e8100_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda + sha256: 424d82db36cd26234bc4772426170efd60e888c2aed0099a257a95e131683a5e + md5: cb2eaeb88549ddb27af533eccf9a45c1 + license: ISC + size: 157422 + timestamp: 1734208404685 +- kind: conda + name: ca-certificates + version: 2024.12.14 + build: h56e8100_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda + sha256: 424d82db36cd26234bc4772426170efd60e888c2aed0099a257a95e131683a5e + md5: cb2eaeb88549ddb27af533eccf9a45c1 + license: ISC + purls: [] + size: 157422 + timestamp: 1734208404685 +- kind: conda + name: ca-certificates + version: 2024.12.14 + build: h8857fd0_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 - md5: 975be62a8eb5e601ff6f888420dab870 - depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 137548 - timestamp: 1720718795509 + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 + md5: b7b887091c99ed2e74845e75e9128410 + license: ISC + size: 156925 + timestamp: 1734208413176 - kind: conda - name: aws-c-io - version: 0.14.10 - build: h4406d91_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: h8857fd0_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 - md5: 975be62a8eb5e601ff6f888420dab870 - depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 + md5: b7b887091c99ed2e74845e75e9128410 + license: ISC purls: [] - size: 137548 - timestamp: 1720718795509 + size: 156925 + timestamp: 1734208413176 - kind: conda - name: aws-c-io - version: 0.14.10 - build: h826b7d6_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: hbcca054_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - sha256: 68cb6f708e5e1cf50d98f3c896c7a72ab68e71ce9a69be4eea5dbde5c04bebdc - md5: 6961646dded770513a781de4cd5c1fe1 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 - license: Apache-2.0 - license_family: Apache - size: 157925 - timestamp: 1720718674802 + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd + md5: 720523eb0d6a9b0f6120c16b2aa4e7de + license: ISC + size: 157088 + timestamp: 1734208393264 - kind: conda - name: aws-c-io - version: 0.14.10 - build: h826b7d6_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: hbcca054_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - sha256: 68cb6f708e5e1cf50d98f3c896c7a72ab68e71ce9a69be4eea5dbde5c04bebdc - md5: 6961646dded770513a781de4cd5c1fe1 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 - license: Apache-2.0 - license_family: Apache + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd + md5: 720523eb0d6a9b0f6120c16b2aa4e7de + license: ISC purls: [] - size: 157925 - timestamp: 1720718674802 + size: 157088 + timestamp: 1734208393264 - kind: conda - name: aws-c-io - version: 0.14.10 - build: hcdb10ff_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: hcefe29a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 + md5: 83b4ad1e6dc14df5891f3fcfdeb44351 + license: ISC + size: 157096 + timestamp: 1734209301744 +- kind: conda + name: ca-certificates + version: 2024.12.14 + build: hcefe29a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 + md5: 83b4ad1e6dc14df5891f3fcfdeb44351 + license: ISC + purls: [] + size: 157096 + timestamp: 1734209301744 +- kind: conda + name: ca-certificates + version: 2024.12.14 + build: hf0a4a13_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 - md5: e7d85effc69338579c0b928eabe27d67 - depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 137117 - timestamp: 1720718690476 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 + md5: 7cb381a6783d91902638e4ed1ebd478e + license: ISC + size: 157091 + timestamp: 1734208344343 - kind: conda - name: aws-c-io - version: 0.14.10 - build: hcdb10ff_1 - build_number: 1 + name: ca-certificates + version: 2024.12.14 + build: hf0a4a13_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 - md5: e7d85effc69338579c0b928eabe27d67 - depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 + md5: 7cb381a6783d91902638e4ed1ebd478e + license: ISC purls: [] - size: 137117 - timestamp: 1720718690476 + size: 157091 + timestamp: 1734208344343 - kind: conda - name: aws-c-io - version: 0.14.10 - build: he43bb46_1 + name: cairo + version: 1.18.2 + build: h3394656_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - sha256: 9d1a34618e380b994bf00b99a75807c3a9cada7e5814f4cf673359251b01d517 - md5: 8cb7305d490469354369e796186d67b5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 + md5: b34c2833a1f56db610aeb27f206d800d depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 - license: Apache-2.0 - license_family: Apache - size: 160499 - timestamp: 1720718642040 + - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 + size: 978868 + timestamp: 1733790976384 - kind: conda - name: aws-c-io - version: 0.14.10 - build: he43bb46_1 + name: cairo + version: 1.18.2 + build: h3394656_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - sha256: 9d1a34618e380b994bf00b99a75807c3a9cada7e5814f4cf673359251b01d517 - md5: 8cb7305d490469354369e796186d67b5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 + md5: b34c2833a1f56db610aeb27f206d800d depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 - license: Apache-2.0 - license_family: Apache + - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 160499 - timestamp: 1720718642040 + size: 978868 + timestamp: 1733790976384 - kind: conda - name: aws-c-io - version: 0.14.10 - build: hfca834b_1 + name: cairo + version: 1.18.2 + build: h5782bbf_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da - md5: edbdbf574dccbab97002d7408f42d334 + url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 + md5: 63ff2bf400dde4fad0bed56debee5c16 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 159625 - timestamp: 1720719292787 + license: LGPL-2.1-only or MPL-1.1 + size: 1515969 + timestamp: 1733791355894 - kind: conda - name: aws-c-io - version: 0.14.10 - build: hfca834b_1 + name: cairo + version: 1.18.2 + build: h5782bbf_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da - md5: edbdbf574dccbab97002d7408f42d334 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 159625 - timestamp: 1720719292787 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h519d897_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 - md5: b6a0c6760077bb28547ba3ce5ed04cd1 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 158054 - timestamp: 1720751730919 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h519d897_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 - md5: b6a0c6760077bb28547ba3ce5ed04cd1 + url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 + md5: 63ff2bf400dde4fad0bed56debee5c16 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 158054 - timestamp: 1720751730919 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h6cc0bdf_8 - build_number: 8 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - sha256: 2ea19007651bfb32767568c044cbbd833630735f25ad348f29c224afdfefeea2 - md5: eb2b09202bb3ef71e542b76f55c60de5 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 146317 - timestamp: 1720750980451 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h6cc0bdf_8 - build_number: 8 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - sha256: 2ea19007651bfb32767568c044cbbd833630735f25ad348f29c224afdfefeea2 - md5: eb2b09202bb3ef71e542b76f55c60de5 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 146317 - timestamp: 1720750980451 + size: 1515969 + timestamp: 1733791355894 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h856d8ab_8 - build_number: 8 + name: cairo + version: 1.18.2 + build: h6a3b0d2_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 - md5: 7a49b5ed4c1676b6aefbd6d7c92d976f + url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3 + md5: 8e3666c3f6e2c3e57aa261ab103a3600 depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - size: 117815 - timestamp: 1720751330215 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 + size: 894517 + timestamp: 1733791145035 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h856d8ab_8 - build_number: 8 + name: cairo + version: 1.18.2 + build: h6a3b0d2_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 - md5: 7a49b5ed4c1676b6aefbd6d7c92d976f + url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3 + md5: 8e3666c3f6e2c3e57aa261ab103a3600 depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 117815 - timestamp: 1720751330215 + size: 894517 + timestamp: 1733791145035 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hcd6a914_8 - build_number: 8 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e - md5: b81c45867558446640306507498b2c6b + name: cairo + version: 1.18.2 + build: h83712da_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + sha256: 0353e175859c4989251628e4c8f9fb2dc52546b0c031ffe4541eb087ac586573 + md5: e7b46975d2c9a4666da0e9bb8a087f28 depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 164233 - timestamp: 1720751408585 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 + size: 980455 + timestamp: 1733791018944 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hcd6a914_8 - build_number: 8 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e - md5: b81c45867558446640306507498b2c6b + name: cairo + version: 1.18.2 + build: h83712da_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + sha256: 0353e175859c4989251628e4c8f9fb2dc52546b0c031ffe4541eb087ac586573 + md5: e7b46975d2c9a4666da0e9bb8a087f28 depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 164233 - timestamp: 1720751408585 + size: 980455 + timestamp: 1733791018944 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hf6997d9_8 - build_number: 8 + name: cairo + version: 1.18.2 + build: h950ec3b_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e - md5: dfa33f1d17f9e18b54411bf2eeff0b55 + url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + sha256: ad8c41650e5a10d9177e9d92652d2bd5fe9eefa095ebd4805835c3f067c0202b + md5: ae293443dff77ba14eab9e9ee68ec833 depends: - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - size: 138716 - timestamp: 1720751463402 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 + size: 891731 + timestamp: 1733791233860 - kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hf6997d9_8 - build_number: 8 + name: cairo + version: 1.18.2 + build: h950ec3b_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e - md5: dfa33f1d17f9e18b54411bf2eeff0b55 + url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + sha256: ad8c41650e5a10d9177e9d92652d2bd5fe9eefa095ebd4805835c3f067c0202b + md5: ae293443dff77ba14eab9e9ee68ec833 depends: - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 138716 - timestamp: 1720751463402 + size: 891731 + timestamp: 1733791233860 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h13137a3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d - md5: 7564d61ed7073be23ca8fbce2fc5806a + name: certifi + version: 2024.12.14 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad + md5: 6feb87357ecd66733be3279f16a8c400 depends: - - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 95794 - timestamp: 1720949972170 + - python >=3.9 + license: ISC + size: 161642 + timestamp: 1734380604767 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h13137a3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d - md5: 7564d61ed7073be23ca8fbce2fc5806a + name: certifi + version: 2024.12.14 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad + md5: 6feb87357ecd66733be3279f16a8c400 depends: - - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 95794 - timestamp: 1720949972170 + - python >=3.9 + license: ISC + purls: + - pkg:pypi/certifi?source=conda-forge-mapping + size: 161642 + timestamp: 1734380604767 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h365ddd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - sha256: 5f82835411b3db3ae9d5db575386d83a8cc6f5f61b414afa6155879b2071c2f6 - md5: 22339cf124753bafda336167f80e7860 + name: cffconvert + version: 2.0.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 + md5: c344c2e03cee091f3a0f79f3d65dfade depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 + - click >=7.0,<9 + - jsonschema >=3.0,<4 + - pykwalify >=1.6 + - python >=3.9 + - requests >=2.20,<3 + - ruamel.yaml >=0.16.0 license: Apache-2.0 - license_family: Apache - size: 110393 - timestamp: 1720949912044 + size: 54965 + timestamp: 1736073317785 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h365ddd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - sha256: 5f82835411b3db3ae9d5db575386d83a8cc6f5f61b414afa6155879b2071c2f6 - md5: 22339cf124753bafda336167f80e7860 + name: cffconvert + version: 2.0.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 + md5: c344c2e03cee091f3a0f79f3d65dfade depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 + - click >=7.0,<9 + - jsonschema >=3.0,<4 + - pykwalify >=1.6 + - python >=3.9 + - requests >=2.20,<3 + - ruamel.yaml >=0.16.0 license: Apache-2.0 - license_family: Apache - purls: [] - size: 110393 - timestamp: 1720949912044 + purls: + - pkg:pypi/cffconvert?source=conda-forge-mapping + size: 54965 + timestamp: 1736073317785 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h9b659bc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - sha256: 572c1a14b06a8af5cad56856b555a1b0dc498f6f58f517861e1fa2b2fb7e977f - md5: 089a61ca4d46ed9fe6613435815e36b2 + name: cffi + version: 1.17.1 + build: py39h15c3d72_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 + md5: 7e61b8777f42e00b08ff059f9e8ebc44 depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 115204 - timestamp: 1720949965612 + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 241610 + timestamp: 1725571230934 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h9b659bc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - sha256: 572c1a14b06a8af5cad56856b555a1b0dc498f6f58f517861e1fa2b2fb7e977f - md5: 089a61ca4d46ed9fe6613435815e36b2 + name: cffi + version: 1.17.1 + build: py39h15c3d72_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 + md5: 7e61b8777f42e00b08ff059f9e8ebc44 depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 115204 - timestamp: 1720949965612 + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 241610 + timestamp: 1725571230934 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: ha9fd6de_2 - build_number: 2 + name: cffi + version: 1.17.1 + build: py39h7f933ea_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - sha256: 1c3c682ec25a3b3842f9dc14bcdb01705acf828e37c291cf244032299ae22416 - md5: a326f688d66aa81fc403a2227e93a327 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 + md5: 8d1481721ef903515e19d989fe3a9251 depends: - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - size: 94615 - timestamp: 1720949958165 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 227265 + timestamp: 1725560892881 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: ha9fd6de_2 - build_number: 2 + name: cffi + version: 1.17.1 + build: py39h7f933ea_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - sha256: 1c3c682ec25a3b3842f9dc14bcdb01705acf828e37c291cf244032299ae22416 - md5: a326f688d66aa81fc403a2227e93a327 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 + md5: 8d1481721ef903515e19d989fe3a9251 depends: - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 94615 - timestamp: 1720949958165 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 227265 + timestamp: 1725560892881 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: hb746b11_2 - build_number: 2 + name: cffi + version: 1.17.1 + build: py39h8ddeee6_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 + md5: ea57b55b4b6884ae7a9dcb14cd9782e9 + depends: + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 229582 + timestamp: 1725560793066 +- kind: conda + name: cffi + version: 1.17.1 + build: py39h8ddeee6_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 + md5: ea57b55b4b6884ae7a9dcb14cd9782e9 + depends: + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 229582 + timestamp: 1725560793066 +- kind: conda + name: cffi + version: 1.17.1 + build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 - md5: f2a22db8c6fa50b13b45e5b8f7d18f11 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 + md5: 1e0c1867544dc5f3adfad28742f4d983 depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 106792 - timestamp: 1720950156987 + license: MIT + license_family: MIT + size: 236935 + timestamp: 1725561195746 - kind: conda - name: aws-c-s3 - version: 0.6.0 - build: hb746b11_2 - build_number: 2 + name: cffi + version: 1.17.1 + build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 - md5: f2a22db8c6fa50b13b45e5b8f7d18f11 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 + md5: 1e0c1867544dc5f3adfad28742f4d983 depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 106792 - timestamp: 1720950156987 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 236935 + timestamp: 1725561195746 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h3ff8e8a_3 - build_number: 3 + name: cffi + version: 1.17.1 + build: py39hecfc5ed_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 - md5: 17b4343013540f7cfb0cffb66f1f18fa + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f + md5: 5c431ce74f9fcffca9e9a29990b318e5 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 57121 - timestamp: 1718973294281 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 258765 + timestamp: 1725561719332 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h3ff8e8a_3 - build_number: 3 + name: cffi + version: 1.17.1 + build: py39hecfc5ed_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 - md5: 17b4343013540f7cfb0cffb66f1f18fa + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f + md5: 5c431ce74f9fcffca9e9a29990b318e5 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 57121 - timestamp: 1718973294281 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 258765 + timestamp: 1725561719332 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h94d0942_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 - md5: 1f9dd57e79cf2191ed139491aa460e24 + name: charset-normalizer + version: 3.4.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b + md5: e83a31202d1c0a000fce3e9cf3825875 depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 49180 - timestamp: 1718973550277 + - python >=3.9 + license: MIT + license_family: MIT + size: 47438 + timestamp: 1735929811779 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h94d0942_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 - md5: 1f9dd57e79cf2191ed139491aa460e24 + name: charset-normalizer + version: 3.4.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b + md5: e83a31202d1c0a000fce3e9cf3825875 depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49180 - timestamp: 1718973550277 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/charset-normalizer?source=conda-forge-mapping + size: 47438 + timestamp: 1735929811779 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hd73d8db_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - sha256: b944db69a4bf7481362378d81ff634b5eeed88f0b85c6609f195cd68ab3a8948 - md5: 7932c9b2420f0a809ab1b08e2ea53896 + name: click + version: 8.1.8 + build: pyh707e725_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab + md5: f22f4d4970e09d68a10b922cbb0408d3 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 49533 - timestamp: 1718973334715 + - __unix + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 84705 + timestamp: 1734858922844 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hd73d8db_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - sha256: b944db69a4bf7481362378d81ff634b5eeed88f0b85c6609f195cd68ab3a8948 - md5: 7932c9b2420f0a809ab1b08e2ea53896 + name: click + version: 8.1.8 + build: pyh707e725_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab + md5: f22f4d4970e09d68a10b922cbb0408d3 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49533 - timestamp: 1718973334715 + - __unix + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click?source=conda-forge-mapping + size: 84705 + timestamp: 1734858922844 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: he027950_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb - md5: adbf0c44ca88a3cded175cd809a106b6 + name: click + version: 8.1.8 + build: pyh7428d3b_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d + md5: 90e5571556f7a45db92ee51cb8f97af6 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 54943 - timestamp: 1718973317061 + - __win + - colorama + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 85169 + timestamp: 1734858972635 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: he027950_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb - md5: adbf0c44ca88a3cded175cd809a106b6 + name: click + version: 8.1.8 + build: pyh7428d3b_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d + md5: 90e5571556f7a45db92ee51cb8f97af6 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54943 - timestamp: 1718973317061 + - __win + - colorama + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click?source=conda-forge-mapping + size: 85169 + timestamp: 1734858972635 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hea5f451_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b - md5: 367b3cc3a418fca38f7afc47e753c993 + name: click-plugins + version: 1.1.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 + md5: 82bea35e4dac4678ba623cf10e95e375 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 54072 - timestamp: 1718973704299 + - click >=3.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 12057 + timestamp: 1733731217399 - kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hea5f451_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b - md5: 367b3cc3a418fca38f7afc47e753c993 + name: click-plugins + version: 1.1.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 + md5: 82bea35e4dac4678ba623cf10e95e375 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54072 - timestamp: 1718973704299 + - click >=3.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click-plugins?source=conda-forge-mapping + size: 12057 + timestamp: 1733731217399 - kind: conda - name: aws-checksums - version: 0.1.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba - md5: 069ec92cf4097befba1ab4b3f1e9e832 + name: cligj + version: 0.7.2 + build: pyhd8ed1ab_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 + md5: 55c7804f428719241a90b152016085a1 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 50036 - timestamp: 1718973063178 + - click >=4.0 + - python >=3.9,<4.0 + license: BSD-3-Clause + license_family: BSD + size: 12521 + timestamp: 1733750069604 - kind: conda - name: aws-checksums - version: 0.1.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba - md5: 069ec92cf4097befba1ab4b3f1e9e832 + name: cligj + version: 0.7.2 + build: pyhd8ed1ab_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 + md5: 55c7804f428719241a90b152016085a1 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 50036 - timestamp: 1718973063178 + - click >=4.0 + - python >=3.9,<4.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cligj?source=conda-forge-mapping + size: 12521 + timestamp: 1733750069604 - kind: conda - name: aws-checksums - version: 0.1.18 - build: h94d0942_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 - md5: fbd0be30bdd84b6735dfa3d6c5916b2e + name: codespell + version: 2.3.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda + sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec + md5: 6e67fa19bedafa7eb7d6ea91de53e03d depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 49160 - timestamp: 1718973261942 + - python >=3.8 + license: GPL-2.0-only + license_family: GPL + size: 290955 + timestamp: 1716536580880 - kind: conda - name: aws-checksums - version: 0.1.18 - build: h94d0942_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 - md5: fbd0be30bdd84b6735dfa3d6c5916b2e + name: codespell + version: 2.3.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda + sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec + md5: 6e67fa19bedafa7eb7d6ea91de53e03d depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49160 - timestamp: 1718973261942 + - python >=3.8 + license: GPL-2.0-only + license_family: GPL + purls: + - pkg:pypi/codespell?source=conda-forge-mapping + size: 290955 + timestamp: 1716536580880 - kind: conda - name: aws-checksums - version: 0.1.18 - build: hd73d8db_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - sha256: a4e2dc37e4bbb2d64d1fac29c1d9fbc7c50ad3b5e15ff52e05ae63e8052e54d3 - md5: c3f25d79d4a36a89b3c638a6e3614f28 + name: colorama + version: 0.4.6 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 + md5: 962b9857ee8e7018c22f2776ffa0b2d7 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - size: 49210 - timestamp: 1718973197891 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 27011 + timestamp: 1733218222191 - kind: conda - name: aws-checksums - version: 0.1.18 - build: hd73d8db_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - sha256: a4e2dc37e4bbb2d64d1fac29c1d9fbc7c50ad3b5e15ff52e05ae63e8052e54d3 - md5: c3f25d79d4a36a89b3c638a6e3614f28 + name: colorama + version: 0.4.6 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 + md5: 962b9857ee8e7018c22f2776ffa0b2d7 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49210 - timestamp: 1718973197891 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 - md5: 95611b325a9728ed68b8f7eef2dd3feb - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 50220 - timestamp: 1718973002363 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/colorama?source=conda-forge-mapping + size: 27011 + timestamp: 1733218222191 - kind: conda - name: aws-checksums - version: 0.1.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 - md5: 95611b325a9728ed68b8f7eef2dd3feb + name: comm + version: 0.2.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + sha256: 7e87ef7c91574d9fac19faedaaee328a70f718c9b4ddadfdc0ba9ac021bd64af + md5: 74673132601ec2b7fc592755605f4c1b depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 50220 - timestamp: 1718973002363 + - python >=3.9 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/comm?source=conda-forge-mapping + size: 12103 + timestamp: 1733503053903 - kind: conda - name: aws-checksums - version: 0.1.18 - build: hea5f451_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 - md5: 1f9a89bde3856fe9feb32eb05f59f231 + name: configargparse + version: '1.7' + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 + md5: c5f4eec949e6514ca49e606b1fb7c043 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 52585 - timestamp: 1718973550940 + - python >=3.9 + license: MIT + license_family: MIT + size: 39656 + timestamp: 1734442903773 - kind: conda - name: aws-checksums - version: 0.1.18 - build: hea5f451_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 - md5: 1f9a89bde3856fe9feb32eb05f59f231 + name: configargparse + version: '1.7' + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 + md5: c5f4eec949e6514ca49e606b1fb7c043 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 52585 - timestamp: 1718973550940 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/configargparse?source=conda-forge-mapping + size: 39656 + timestamp: 1734442903773 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h0a15bd7_2 + name: contourpy + version: 1.3.0 + build: py39h0d3c867_2 build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc - md5: 58f9e6e6e0848a4dda31c123c577107a + url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + sha256: e0e06531f855aa84bc66625fecaf9305d5cf05781f0427292ce182558134048e + md5: f31ddc6c146667d9595bf98c4a8125c3 depends: - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 291354 - timestamp: 1720963559899 + - libcxx >=17 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 245001 + timestamp: 1729602646623 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h0a15bd7_2 + name: contourpy + version: 1.3.0 + build: py39h0d3c867_2 build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc - md5: 58f9e6e6e0848a4dda31c123c577107a + url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + sha256: e0e06531f855aa84bc66625fecaf9305d5cf05781f0427292ce182558134048e + md5: f31ddc6c146667d9595bf98c4a8125c3 depends: - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 291354 - timestamp: 1720963559899 + - libcxx >=17 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 245001 + timestamp: 1729602646623 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h8c89294_2 + name: contourpy + version: 1.3.0 + build: py39h2b77a98_2 build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c - md5: 0e2b0e8c97696f1584304ca9fe1e601e + url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 + md5: 37f8619ee96710220ead6bb386b9b24b depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 255271 - timestamp: 1720963842160 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h8c89294_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c - md5: 0e2b0e8c97696f1584304ca9fe1e601e - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + license: BSD-3-Clause + license_family: BSD + size: 196844 + timestamp: 1727294312191 +- kind: conda + name: contourpy + version: 1.3.0 + build: py39h2b77a98_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 + md5: 37f8619ee96710220ead6bb386b9b24b + depends: + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 255271 - timestamp: 1720963842160 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 196844 + timestamp: 1727294312191 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9b188e2_2 + name: contourpy + version: 1.3.0 + build: py39h74842e3_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 - md5: 58796590793f302e9f982dfb891c94eb + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d + md5: 5645190ef7f6d3aebee71e298dc9677b depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 271628 - timestamp: 1720963456439 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9b188e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 - md5: 58796590793f302e9f982dfb891c94eb - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 271628 - timestamp: 1720963456439 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 261801 + timestamp: 1727293684267 +- kind: conda + name: contourpy + version: 1.3.0 + build: py39h74842e3_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d + md5: 5645190ef7f6d3aebee71e298dc9677b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 261801 + timestamp: 1727293684267 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9d3339c_2 + name: contourpy + version: 1.3.0 + build: py39h85b62ae_2 build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - sha256: d863e05f421e23a7a7dc1bf545b409857bddac99231290af442a448d26143eb3 - md5: bca678a227f7083dffc3d4c0dbd9f2de + url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + sha256: f35a6359e0e33f4df03558c1523b91e4c06dcb8a29e40ea35192dfa10fbae1b2 + md5: 78be56565acee571fc0f1343afde6306 depends: - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 227663 - timestamp: 1720963606175 + - libcxx >=17 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 234286 + timestamp: 1729602726665 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9d3339c_2 + name: contourpy + version: 1.3.0 + build: py39h85b62ae_2 build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - sha256: d863e05f421e23a7a7dc1bf545b409857bddac99231290af442a448d26143eb3 - md5: bca678a227f7083dffc3d4c0dbd9f2de + url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + sha256: f35a6359e0e33f4df03558c1523b91e4c06dcb8a29e40ea35192dfa10fbae1b2 + md5: 78be56565acee571fc0f1343afde6306 depends: - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 227663 - timestamp: 1720963606175 + - libcxx >=17 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 234286 + timestamp: 1729602726665 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: hda66527_2 + name: contourpy + version: 1.3.0 + build: py39hbd2ca3f_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f - md5: 734875312c8196feecc91f89856da612 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + sha256: 5f52568ebe0c1afeb2a7c1f44580e730693b2f32181d78d58c9186a8106093e2 + md5: 57fa6811a7a80c5641e373408389bc5a depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 345359 - timestamp: 1720963443140 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 269619 + timestamp: 1727293915832 - kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: hda66527_2 + name: contourpy + version: 1.3.0 + build: py39hbd2ca3f_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f - md5: 734875312c8196feecc91f89856da612 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + sha256: 5f52568ebe0c1afeb2a7c1f44580e730693b2f32181d78d58c9186a8106093e2 + md5: 57fa6811a7a80c5641e373408389bc5a depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 269619 + timestamp: 1727293915832 +- kind: conda + name: cpython + version: 3.9.21 + build: py39hd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 + md5: 88c825b761db70b42004d12a14f125bf + depends: + - python 3.9.21.* + - python_abi * *_cp39 + license: Python-2.0 + size: 48066 + timestamp: 1733406274681 +- kind: conda + name: cpython + version: 3.9.21 + build: py39hd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 + md5: 88c825b761db70b42004d12a14f125bf + depends: + - python 3.9.21.* + - python_abi * *_cp39 + license: Python-2.0 purls: [] - size: 345359 - timestamp: 1720963443140 + size: 48066 + timestamp: 1733406274681 +- kind: conda + name: cycler + version: 0.12.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c + md5: 44600c4667a319d67dbe0681fc0bc833 + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 13399 + timestamp: 1733332563512 +- kind: conda + name: cycler + version: 0.12.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c + md5: 44600c4667a319d67dbe0681fc0bc833 + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cycler?source=conda-forge-mapping + size: 13399 + timestamp: 1733332563512 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h46c3b66_9 - build_number: 9 + name: cyrus-sasl + version: 2.1.27 + build: h54b06d7_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - sha256: 983f6977cc6b25c8bc785b20859970009242b3812e6b4de592ceb17caf93acb6 - md5: c840f07ec58dc0b06041e7f36550a539 + url: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda + sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 + md5: dce22f70b4e5a407ce88f2be046f4ceb depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 + - libntlm - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3619739 - timestamp: 1720816476436 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause-Attribution + license_family: BSD + size: 219527 + timestamp: 1690061203707 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h46c3b66_9 - build_number: 9 + name: cyrus-sasl + version: 2.1.27 + build: h54b06d7_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - sha256: 983f6977cc6b25c8bc785b20859970009242b3812e6b4de592ceb17caf93acb6 - md5: c840f07ec58dc0b06041e7f36550a539 + url: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda + sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 + md5: dce22f70b4e5a407ce88f2be046f4ceb depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 + - libntlm - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause-Attribution + license_family: BSD purls: [] - size: 3619739 - timestamp: 1720816476436 + size: 219527 + timestamp: 1690061203707 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h554caeb_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 - md5: a875dc66bc06f0bf49dc9739e6e2fbab + name: cyrus-sasl + version: 2.1.27 + build: hf6b2984_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + sha256: bee91ceb748b91b3fefcfe161608c9658b62e4d938aa87050ad1a49f04715552 + md5: 7a85d417c8acd7a5215c082c5b9219e5 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3417533 - timestamp: 1720817049208 + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libntlm + - libstdcxx-ng >=12 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause-Attribution + license_family: BSD + size: 235884 + timestamp: 1690062556588 +- kind: conda + name: cyrus-sasl + version: 2.1.27 + build: hf6b2984_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + sha256: bee91ceb748b91b3fefcfe161608c9658b62e4d938aa87050ad1a49f04715552 + md5: 7a85d417c8acd7a5215c082c5b9219e5 + depends: + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libntlm + - libstdcxx-ng >=12 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause-Attribution + license_family: BSD + purls: [] + size: 235884 + timestamp: 1690062556588 +- kind: conda + name: dav1d + version: 1.2.1 + build: h0dc2134_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + md5: 9d88733c715300a39f8ca2e936b7808d + license: BSD-2-Clause + license_family: BSD + size: 668439 + timestamp: 1685696184631 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h554caeb_9 - build_number: 9 + name: dav1d + version: 1.2.1 + build: h0dc2134_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 - md5: a875dc66bc06f0bf49dc9739e6e2fbab + url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + md5: 9d88733c715300a39f8ca2e936b7808d + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 668439 + timestamp: 1685696184631 +- kind: conda + name: dav1d + version: 1.2.1 + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 + md5: 6e5a87182d66b2d1328a96b61ca43a62 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 347363 + timestamp: 1685696690003 +- kind: conda + name: dav1d + version: 1.2.1 + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 + md5: 6e5a87182d66b2d1328a96b61ca43a62 + depends: + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 347363 + timestamp: 1685696690003 +- kind: conda + name: dav1d + version: 1.2.1 + build: hb547adb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 + md5: 5a74cdee497e6b65173e10d94582fae6 + license: BSD-2-Clause + license_family: BSD + size: 316394 + timestamp: 1685695959391 +- kind: conda + name: dav1d + version: 1.2.1 + build: hb547adb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 + md5: 5a74cdee497e6b65173e10d94582fae6 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3417533 - timestamp: 1720817049208 + size: 316394 + timestamp: 1685695959391 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he0aa860_9 - build_number: 9 + name: dav1d + version: 1.2.1 + build: hcfcfb64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 - md5: 4fe9877157ca105fce0608c339c2f5b1 + url: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda + sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4 + md5: ed2c27bda330e3f0ab41577cf8b9b585 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 3443586 - timestamp: 1720817600288 + license: BSD-2-Clause + license_family: BSD + size: 618643 + timestamp: 1685696352968 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he0aa860_9 - build_number: 9 + name: dav1d + version: 1.2.1 + build: hcfcfb64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 - md5: 4fe9877157ca105fce0608c339c2f5b1 + url: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda + sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4 + md5: ed2c27bda330e3f0ab41577cf8b9b585 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3443586 - timestamp: 1720817600288 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he6360a2_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - sha256: 46e6e18df4c9a8f8cd34ef0a1952dd2d96bf5fe78a1237d4bdeac212de2eb97d - md5: df8458d1bc6ec9616f8e88a0eadb05c7 - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3353366 - timestamp: 1720817128688 + size: 618643 + timestamp: 1685696352968 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he6360a2_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - sha256: 46e6e18df4c9a8f8cd34ef0a1952dd2d96bf5fe78a1237d4bdeac212de2eb97d - md5: df8458d1bc6ec9616f8e88a0eadb05c7 + name: dav1d + version: 1.2.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 + md5: 418c6ca5929a611cbd69204907a83995 depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 3353366 - timestamp: 1720817128688 + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 760229 + timestamp: 1685695754230 - kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: hecfb68f_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 - md5: 074782015c32b2870350b084935fcbe7 + name: dav1d + version: 1.2.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 + md5: 418c6ca5929a611cbd69204907a83995 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 3431459 - timestamp: 1720816699480 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: hecfb68f_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 - md5: 074782015c32b2870350b084935fcbe7 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3431459 - timestamp: 1720816699480 + size: 760229 + timestamp: 1685695754230 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h60f91e5_0 + name: dbus + version: 1.13.6 + build: h12b9eeb_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - sha256: b3aecc4e01db67a18891e6e9517ec9b628577bbd2e1b6616d147c7c5f2f28a2b - md5: fc41d5a9f2c98fd37324c20f47b0124b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + sha256: 5fe76bdf27a142cfb9da0fb3197c562e528d2622b573765bee5c9904cf5e6b6b + md5: f3d63805602166bac09386741e00935e depends: - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 331714 - timestamp: 1720854524500 + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 672759 + timestamp: 1640113663539 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h60f91e5_0 + name: dbus + version: 1.13.6 + build: h12b9eeb_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - sha256: b3aecc4e01db67a18891e6e9517ec9b628577bbd2e1b6616d147c7c5f2f28a2b - md5: fc41d5a9f2c98fd37324c20f47b0124b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + sha256: 5fe76bdf27a142cfb9da0fb3197c562e528d2622b573765bee5c9904cf5e6b6b + md5: f3d63805602166bac09386741e00935e depends: - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 331714 - timestamp: 1720854524500 + size: 672759 + timestamp: 1640113663539 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h935415a_0 + name: dbus + version: 1.13.6 + build: h5008d03_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 - md5: debd1677c2fea41eb2233a260f48a298 + url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 + sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 + md5: ecfff944ba3960ecb334b9a2663d708d depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 338134 - timestamp: 1720853194547 + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 618596 + timestamp: 1640112124844 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h935415a_0 + name: dbus + version: 1.13.6 + build: h5008d03_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 - md5: debd1677c2fea41eb2233a260f48a298 + url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 + sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 + md5: ecfff944ba3960ecb334b9a2663d708d depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 338134 - timestamp: 1720853194547 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: haf5610f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 - md5: 14ed34c3091f89784d926cc7cf4b773b - depends: - - libcurl >=8.8.0,<9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 487099 - timestamp: 1720853456727 + size: 618596 + timestamp: 1640112124844 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: haf5610f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 - md5: 14ed34c3091f89784d926cc7cf4b773b + name: debugpy + version: 1.8.11 + build: py39h7dbf29c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + sha256: f226df76e54c7dc600280efd30dd3d577fdd8dd142a2866ec893a65ef508349f + md5: b631f2943890b87fbaa2a6a44c1da8b5 depends: - - libcurl >=8.8.0,<9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 487099 - timestamp: 1720853456727 + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2093259 + timestamp: 1734159298268 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hd01fc5c_0 + name: debugpy + version: 1.8.11 + build: py39h941272d_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d - md5: 2083f6313e623079db6ee67af00e6b27 + url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda + sha256: c9ec63c128fef09a3177738902130a48404a43f8499cdccf04c89872d1c33e46 + md5: 1091cdfc14e7d7bfaad5b9ea05b94b37 depends: - __osx >=11.0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - libcxx >=18 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 287922 - timestamp: 1720853302106 + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2066935 + timestamp: 1734159213134 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hd01fc5c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d - md5: 2083f6313e623079db6ee67af00e6b27 + name: debugpy + version: 1.8.11 + build: py39ha51f57c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.11-py39ha51f57c_0.conda + sha256: e9dcdbc12a6848a2adfc27e609046417d648256dbc79ac999949ccc1551e0eb0 + md5: 624e1b73564c3b36eadbe7393581f043 depends: - - __osx >=11.0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: [] - size: 287922 - timestamp: 1720853302106 + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 3158619 + timestamp: 1734159202884 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hf8dbe3c_0 + name: debugpy + version: 1.8.11 + build: py39hdf37715_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 - md5: 514d3cbb527a88930e816370e34caa19 + url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda + sha256: 9591da75ee101699fdcf1a080fa786f5b85d6981f25449206ab0db0e8b41f18f + md5: 8cd0c561c10e87a68de9fad8b272c294 depends: - __osx >=10.13 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - libcxx >=18 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 296234 - timestamp: 1720853326346 + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2063108 + timestamp: 1734159315544 - kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hf8dbe3c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 - md5: 514d3cbb527a88930e816370e34caa19 + name: debugpy + version: 1.8.11 + build: py39hf88036b_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + sha256: d7a3d96b221b3e4f039011453c997ef86605029461ed1cd303fab964a2530410 + md5: f735d25789adbe78c1f34ab6593054c1 depends: - - __osx >=10.13 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 296234 - timestamp: 1720853326346 + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2147389 + timestamp: 1734159075635 - kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h13ea094_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - sha256: 11b01715cae19390890f29ebb56d36d895feafd787ba929aa10b6ce712f3f4b9 - md5: 383b72f2ee009992b21f4db08a708510 - depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 142135 - timestamp: 1721777696118 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h13ea094_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - sha256: 11b01715cae19390890f29ebb56d36d895feafd787ba929aa10b6ce712f3f4b9 - md5: 383b72f2ee009992b21f4db08a708510 - depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 142135 - timestamp: 1721777696118 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h148e6f0_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 - md5: 83ec332c6f07f9e48c8d5706cceab962 - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 383395 - timestamp: 1721777916149 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h148e6f0_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 - md5: 83ec332c6f07f9e48c8d5706cceab962 - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 383395 - timestamp: 1721777916149 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h60298e3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 - md5: 29dc05d3b825fd7e2efe0263621c2fdb - depends: - - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 148019 - timestamp: 1721777648770 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h60298e3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 - md5: 29dc05d3b825fd7e2efe0263621c2fdb - depends: - - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 148019 - timestamp: 1721777648770 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hd126650_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba - md5: 36df3cf05459de5d0a41c77c4329634b + name: decorator + version: 5.1.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + sha256: 84e5120c97502a3785e8c3241c3bf51f64b4d445f13b4d2445db00d9816fe479 + md5: d622d8d7ee8868870f9cbe259f381181 depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 199516 - timestamp: 1721777604325 + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/decorator?source=conda-forge-mapping + size: 14068 + timestamp: 1733236549190 +- kind: pypi + name: defusedxml + version: 0.7.1 + url: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl + sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' - kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hd126650_2 + name: docopt + version: 0.6.2 + build: pyhd8ed1ab_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba - md5: 36df3cf05459de5d0a41c77c4329634b + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d + md5: a83e0c5be564702a79a9e3efda32009f depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 199516 - timestamp: 1721777604325 + size: 18876 + timestamp: 1733817956506 - kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hf0f394c_2 + name: docopt + version: 0.6.2 + build: pyhd8ed1ab_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 - md5: 3e74c83218d71b01f988e6bada2f4e22 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d + md5: a83e0c5be564702a79a9e3efda32009f depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - python >=3.9 license: MIT license_family: MIT - size: 182768 - timestamp: 1721779454639 + purls: + - pkg:pypi/docopt?source=conda-forge-mapping + size: 18876 + timestamp: 1733817956506 - kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hf0f394c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 - md5: 3e74c83218d71b01f988e6bada2f4e22 + name: docutils + version: 0.21.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + sha256: fa5966bb1718bbf6967a85075e30e4547901410cc7cb7b16daf68942e9a94823 + md5: 24c1ca34138ee57de72a943237cde4cc depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 182768 - timestamp: 1721779454639 + - python >=3.9 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 402700 + timestamp: 1733217860944 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h17ca4bd_0 + name: double-conversion + version: 3.3.0 + build: h2f0025b_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - sha256: 4955de4131a1b4a16ac1f63d3e6f325904b997e1adb0f3fadf5a3b112eee6803 - md5: 9a26fea6b69f4f02689893366961be49 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + sha256: a60f4223b0c090873ab029bf350e54da590d855cefe4ae15f727f3db93d24ac0 + md5: 3b34b29f68d60abc1ce132b87f5a213c depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 473009 - timestamp: 1721866393941 + license: BSD-3-Clause + license_family: BSD + size: 78230 + timestamp: 1686485872718 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h17ca4bd_0 + name: double-conversion + version: 3.3.0 + build: h2f0025b_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - sha256: 4955de4131a1b4a16ac1f63d3e6f325904b997e1adb0f3fadf5a3b112eee6803 - md5: 9a26fea6b69f4f02689893366961be49 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + sha256: a60f4223b0c090873ab029bf350e54da590d855cefe4ae15f727f3db93d24ac0 + md5: 3b34b29f68d60abc1ce132b87f5a213c depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 473009 - timestamp: 1721866393941 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h646f05d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - sha256: 7153e4ba0112246fc93b2b6631c17b1c2c4f7878f2c4a25426e38a78a0b4cd4c - md5: d3f572c8ebf9ad5cdc07558b3b2c27ce - depends: - - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 423224 - timestamp: 1721865021128 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h646f05d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - sha256: 7153e4ba0112246fc93b2b6631c17b1c2c4f7878f2c4a25426e38a78a0b4cd4c - md5: d3f572c8ebf9ad5cdc07558b3b2c27ce - depends: - - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: [] - size: 423224 - timestamp: 1721865021128 + size: 78230 + timestamp: 1686485872718 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hd2e3451_0 + name: double-conversion + version: 3.3.0 + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 - md5: 61f1c193452f0daa582f39634627ea33 + url: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 + md5: c2f83a5ddadadcdb08fe05863295ee97 depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 523120 - timestamp: 1721865032339 + license: BSD-3-Clause + license_family: BSD + size: 78645 + timestamp: 1686489937183 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hd2e3451_0 + name: double-conversion + version: 3.3.0 + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 - md5: 61f1c193452f0daa582f39634627ea33 + url: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 + md5: c2f83a5ddadadcdb08fe05863295ee97 depends: - - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: [] - size: 523120 - timestamp: 1721865032339 + size: 78645 + timestamp: 1686489937183 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hf03c1c4_0 + name: double-conversion + version: 3.3.0 + build: h63175ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f - md5: 093769d5e96a6940cf10086af031dbca + url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 + md5: 1a8bc18b24014167b2184c5afbe6037e depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 967558 - timestamp: 1721865277797 + license: BSD-3-Clause + license_family: BSD + size: 70425 + timestamp: 1686490368655 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hf03c1c4_0 + name: double-conversion + version: 3.3.0 + build: h63175ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f - md5: 093769d5e96a6940cf10086af031dbca + url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 + md5: 1a8bc18b24014167b2184c5afbe6037e depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: [] - size: 967558 - timestamp: 1721865277797 + size: 70425 + timestamp: 1686490368655 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hfde595f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d - md5: f2c935764fdacd0fafc05f975fd347e0 + name: exceptiongroup + version: 1.2.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 + md5: a16662747cdeb9abbac74d0057cc976e depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 + - python >=3.9 + license: MIT and PSF-2.0 + size: 20486 + timestamp: 1733208916977 +- kind: conda + name: exceptiongroup + version: 1.2.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 + md5: a16662747cdeb9abbac74d0057cc976e + depends: + - python >=3.9 + license: MIT and PSF-2.0 + purls: + - pkg:pypi/exceptiongroup?source=conda-forge-mapping + size: 20486 + timestamp: 1733208916977 +- kind: conda + name: execnet + version: 2.1.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 + md5: a71efeae2c160f6789900ba2631a2c90 + depends: + - python >=3.9 license: MIT license_family: MIT - size: 419976 - timestamp: 1721865180569 + size: 38835 + timestamp: 1733231086305 - kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hfde595f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d - md5: f2c935764fdacd0fafc05f975fd347e0 + name: execnet + version: 2.1.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 + md5: a71efeae2c160f6789900ba2631a2c90 depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 419976 - timestamp: 1721865180569 + purls: + - pkg:pypi/execnet?source=conda-forge-mapping + size: 38835 + timestamp: 1733231086305 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h10ac4d7_1 + name: executing + version: 2.1.0 + build: pyhd8ed1ab_1 build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + sha256: 28d25ea375ebab4bf7479228f8430db20986187b04999136ff5c722ebd32eb60 + md5: ef8b5fca76806159fc25b4f48d8737eb + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/executing?source=conda-forge-mapping + size: 28348 + timestamp: 1733569440265 +- kind: conda + name: expat + version: 2.6.4 + build: h5888daf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8 - md5: ab6d507ad16dbe2157920451d662e4a1 + url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + sha256: 1848c7db9e264e3b8036ee133d570dd880422983cd20dd9585a505289606d276 + md5: 1d6afef758879ef5ee78127eb4cd2c4a depends: - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 + - libexpat 2.6.4 h5888daf_0 + - libgcc >=13 license: MIT license_family: MIT - size: 143039 - timestamp: 1721832724803 + size: 138145 + timestamp: 1730967050578 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h10ac4d7_1 - build_number: 1 + name: expat + version: 2.6.4 + build: h5888daf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8 - md5: ab6d507ad16dbe2157920451d662e4a1 + url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + sha256: 1848c7db9e264e3b8036ee133d570dd880422983cd20dd9585a505289606d276 + md5: 1d6afef758879ef5ee78127eb4cd2c4a depends: - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 + - libexpat 2.6.4 h5888daf_0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 143039 - timestamp: 1721832724803 + size: 138145 + timestamp: 1730967050578 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h148e6f0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 - md5: 9802dfd947dba7777ffcb25078c59c2d + name: expat + version: 2.6.4 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + sha256: 13905ad49c2f43776bac0e464ffd3c9ec10ef35cc7dd7e187af6f66f843fa29a + md5: e8f1d587055376ea2419cc78696abd0b depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libexpat 2.6.4 h5ad3122_0 + - libgcc >=13 license: MIT license_family: MIT - size: 239921 - timestamp: 1721833165139 + size: 130354 + timestamp: 1730967212801 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h148e6f0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 - md5: 9802dfd947dba7777ffcb25078c59c2d + name: expat + version: 2.6.4 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + sha256: 13905ad49c2f43776bac0e464ffd3c9ec10ef35cc7dd7e187af6f66f843fa29a + md5: e8f1d587055376ea2419cc78696abd0b depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libexpat 2.6.4 h5ad3122_0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 239921 - timestamp: 1721833165139 + size: 130354 + timestamp: 1730967212801 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h68dbd84_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - sha256: a4e0afd65ffed6cc788f13068b452d253e4bfa61d8ca0ebaa80e26fe62fed5f7 - md5: 368c9e33d8cc763bf883ca12c163b93c - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 135615 - timestamp: 1721834497638 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h68dbd84_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - sha256: a4e0afd65ffed6cc788f13068b452d253e4bfa61d8ca0ebaa80e26fe62fed5f7 - md5: 368c9e33d8cc763bf883ca12c163b93c - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 135615 - timestamp: 1721834497638 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hcf3b6fd_1 + name: filelock + version: 3.16.1 + build: pyhd8ed1ab_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - sha256: 3fdf9c0337c48706cffe2e4c761cdea4132fb6dbd1f144d969c28afd903cf256 - md5: df7e01bcf8f3a9bfb0ab06778f915f29 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 + md5: d692e9ba6f92dc51484bf3477e36ce7c depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 119821 - timestamp: 1721832870493 + - python >=3.9 + license: Unlicense + size: 17441 + timestamp: 1733240909987 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hcf3b6fd_1 + name: filelock + version: 3.16.1 + build: pyhd8ed1ab_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - sha256: 3fdf9c0337c48706cffe2e4c761cdea4132fb6dbd1f144d969c28afd903cf256 - md5: df7e01bcf8f3a9bfb0ab06778f915f29 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 + md5: d692e9ba6f92dc51484bf3477e36ce7c depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 119821 - timestamp: 1721832870493 + - python >=3.9 + license: Unlicense + purls: + - pkg:pypi/filelock?source=conda-forge-mapping + size: 17441 + timestamp: 1733240909987 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hf91904f_1 - build_number: 1 + name: fiona + version: 1.10.1 + build: py39h0546fa5_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb - md5: 99146c62f4b2a74c3026f128f42e35bf + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + sha256: 5144cd842f51cf4eae5045d8964ed239ce4b05047e235c267262791afb379d76 + md5: 6f6c98e9bd128880ce0001279c7d05a8 depends: - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 124472 - timestamp: 1721832914540 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - shapely + license: BSD-3-Clause + license_family: BSD + size: 996692 + timestamp: 1733507736405 - kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hf91904f_1 - build_number: 1 + name: fiona + version: 1.10.1 + build: py39h0546fa5_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb - md5: 99146c62f4b2a74c3026f128f42e35bf + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + sha256: 5144cd842f51cf4eae5045d8964ed239ce4b05047e235c267262791afb379d76 + md5: 6f6c98e9bd128880ce0001279c7d05a8 depends: - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 124472 - timestamp: 1721832914540 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - shapely + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/fiona?source=conda-forge-mapping + size: 996692 + timestamp: 1733507736405 - kind: conda - name: babel - version: 2.14.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 - md5: 9669586875baeced8fc30c0826c3270e + name: fiona + version: 1.10.1 + build: py39h4bd6204_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 + md5: f7a18b2b249a4da6f7479c6a74c17206 depends: - - python >=3.7 - - pytz - - setuptools + - __glibc >=2.17,<3.0.a0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - shapely + license: BSD-3-Clause + license_family: BSD + size: 1144557 + timestamp: 1733507676751 +- kind: conda + name: fiona + version: 1.10.1 + build: py39h4bd6204_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 + md5: f7a18b2b249a4da6f7479c6a74c17206 + depends: + - __glibc >=2.17,<3.0.a0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - shapely license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/babel?source=conda-forge-mapping - size: 7609750 - timestamp: 1702422720584 -- kind: pypi - name: beautifulsoup4 - version: 4.12.3 - url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed - requires_dist: - - soupsieve>1.2 - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' + - pkg:pypi/fiona?source=conda-forge-mapping + size: 1144557 + timestamp: 1733507676751 - kind: conda - name: black - version: 24.4.2 - build: py39h2804cbe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 - md5: 7ee0de95f9dd40e50a067b3edf567d33 + name: fiona + version: 1.10.1 + build: py39h6ecdd97_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb + md5: b4602586585d85c5fe14594a1abf3c26 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 303017 - timestamp: 1714119944526 + - shapely + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + size: 957384 + timestamp: 1733508026385 - kind: conda - name: black - version: 24.4.2 - build: py39h2804cbe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 - md5: 7ee0de95f9dd40e50a067b3edf567d33 + name: fiona + version: 1.10.1 + build: py39h6ecdd97_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb + md5: b4602586585d85c5fe14594a1abf3c26 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT + - shapely + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 303017 - timestamp: 1714119944526 + - pkg:pypi/fiona?source=conda-forge-mapping + size: 957384 + timestamp: 1733508026385 - kind: conda - name: black - version: 24.4.2 - build: py39h4420490_0 + name: fiona + version: 1.10.1 + build: py39h761ec99_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - sha256: ac888294ff7d83003926a77e5493b4ca6c951adc6f40be95105aeb1a0c052702 - md5: 524a56d77c08d2ebf3869357356b3d60 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + sha256: 1343a09a25bd272ecb03e9f343167f2dbcafcb99832df8fafe5bffac8e8e80f1 + md5: 5f07cf34e18543ccd67189130d581ad2 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 301607 - timestamp: 1714119855598 + - shapely + license: BSD-3-Clause + license_family: BSD + size: 1111454 + timestamp: 1733507780268 - kind: conda - name: black - version: 24.4.2 - build: py39h4420490_0 + name: fiona + version: 1.10.1 + build: py39h761ec99_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - sha256: ac888294ff7d83003926a77e5493b4ca6c951adc6f40be95105aeb1a0c052702 - md5: 524a56d77c08d2ebf3869357356b3d60 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + sha256: 1343a09a25bd272ecb03e9f343167f2dbcafcb99832df8fafe5bffac8e8e80f1 + md5: 5f07cf34e18543ccd67189130d581ad2 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT + - shapely + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301607 - timestamp: 1714119855598 + - pkg:pypi/fiona?source=conda-forge-mapping + size: 1111454 + timestamp: 1733507780268 - kind: conda - name: black - version: 24.4.2 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - sha256: def6012f4789ff61bd8f6d1cec32b2c54ce60de7401e9ec5752f868972f64568 - md5: 90ccc6f946cba439366661b0e3f552e0 + name: fiona + version: 1.10.1 + build: py39h77209e7_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + sha256: 8d3ef517a5b7d20d64b3dc9e44bf9f2259f3e7a3e67b69c1ec35a75c3239aa44 + md5: 843f2f43f1c94c1c844d15dbc7023392 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - __osx >=11.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 301980 - timestamp: 1714119822546 + - shapely + license: BSD-3-Clause + license_family: BSD + size: 1001630 + timestamp: 1733507968660 - kind: conda - name: black - version: 24.4.2 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - sha256: def6012f4789ff61bd8f6d1cec32b2c54ce60de7401e9ec5752f868972f64568 - md5: 90ccc6f946cba439366661b0e3f552e0 + name: fiona + version: 1.10.1 + build: py39h77209e7_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + sha256: 8d3ef517a5b7d20d64b3dc9e44bf9f2259f3e7a3e67b69c1ec35a75c3239aa44 + md5: 843f2f43f1c94c1c844d15dbc7023392 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 + - __osx >=11.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT + - shapely + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301980 - timestamp: 1714119822546 + - pkg:pypi/fiona?source=conda-forge-mapping + size: 1001630 + timestamp: 1733507968660 - kind: conda - name: black - version: 24.4.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 - md5: 6b4f72c3d5590e626ee37f8e6564f097 + name: flaky + version: 3.8.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 + md5: 7e081d00fdcba21b76658c1649691836 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 320216 - timestamp: 1714120236535 + - python >=3.9 + license: Apache-2.0 + license_family: Apache + size: 22239 + timestamp: 1736040820816 - kind: conda - name: black - version: 24.4.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 - md5: 6b4f72c3d5590e626ee37f8e6564f097 + name: flaky + version: 3.8.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 + md5: 7e081d00fdcba21b76658c1649691836 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT + - python >=3.9 + license: Apache-2.0 + license_family: Apache purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 320216 - timestamp: 1714120236535 + - pkg:pypi/flaky?source=conda-forge-mapping + size: 22239 + timestamp: 1736040820816 - kind: conda - name: black - version: 24.4.2 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 - md5: 4e57cd7b3828beb539dd5da422fb1525 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 301934 - timestamp: 1714119735053 + name: font-ttf-dejavu-sans-mono + version: '2.37' + build: hab24e00_0 + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + size: 397370 + timestamp: 1566932522327 - kind: conda - name: black - version: 24.4.2 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 - md5: 4e57cd7b3828beb539dd5da422fb1525 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301934 - timestamp: 1714119735053 -- kind: pypi - name: bleach - version: 6.1.0 - url: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 - requires_dist: - - six>=1.9.0 - - webencodings - - tinycss2<1.3,>=1.1.0 ; extra == 'css' - requires_python: '>=3.8' + name: font-ttf-dejavu-sans-mono + version: '2.37' + build: hab24e00_0 + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 397370 + timestamp: 1566932522327 - kind: conda - name: blosc - version: 1.21.6 - build: h5499902_0 + name: font-ttf-inconsolata + version: '3.000' + build: h77eed37_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + license: OFL-1.1 + license_family: Other + size: 96530 + timestamp: 1620479909603 +- kind: conda + name: font-ttf-inconsolata + version: '3.000' + build: h77eed37_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + license: OFL-1.1 + license_family: Other + purls: [] + size: 96530 + timestamp: 1620479909603 +- kind: conda + name: font-ttf-source-code-pro + version: '2.038' + build: h77eed37_0 + subdir: noarch + 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 + license: OFL-1.1 + license_family: Other + size: 700814 + timestamp: 1620479612257 +- kind: conda + name: font-ttf-source-code-pro + version: '2.038' + build: h77eed37_0 + subdir: noarch + 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 + license: OFL-1.1 + license_family: Other + purls: [] + size: 700814 + timestamp: 1620479612257 +- kind: conda + name: font-ttf-ubuntu + version: '0.83' + build: h77eed37_3 + build_number: 3 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 + md5: 49023d73832ef61042f6a237cb2687e7 + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + size: 1620504 + timestamp: 1727511233259 +- kind: conda + name: font-ttf-ubuntu + version: '0.83' + build: h77eed37_3 + build_number: 3 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 + md5: 49023d73832ef61042f6a237cb2687e7 + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + purls: [] + size: 1620504 + timestamp: 1727511233259 +- kind: conda + name: fontconfig + version: 2.15.0 + build: h1383a14_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e - md5: e94ca7aec8544f700d45b24aff2dd4d7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda + sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc + md5: 7b29f48742cea5d1ccb5edd839cb5621 depends: - __osx >=11.0 - - libcxx >=16 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 33201 - timestamp: 1719266149627 + license: MIT + license_family: MIT + size: 234227 + timestamp: 1730284037572 - kind: conda - name: blosc - version: 1.21.6 - build: h5499902_0 + name: fontconfig + version: 2.15.0 + build: h1383a14_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e - md5: e94ca7aec8544f700d45b24aff2dd4d7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda + sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc + md5: 7b29f48742cea5d1ccb5edd839cb5621 depends: - __osx >=11.0 - - libcxx >=16 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: [] - size: 33201 - timestamp: 1719266149627 + size: 234227 + timestamp: 1730284037572 - kind: conda - name: blosc - version: 1.21.6 - build: h7d75f6d_0 + name: fontconfig + version: 2.15.0 + build: h37eeddb_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda - sha256: 65e5f5dd3d68ed0d9d35e79d64f8141283cad2b55dcd9a04480ceea0e436aca8 - md5: 3e5669e51737d04f4806dd3e8c424663 + url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda + sha256: 61a9aa1d2dd115ffc1ab372966dc8b1ac7b69870e6b1744641da276b31ea5c0b + md5: 84ccec5ee37eb03dd352db0a3f89ada3 depends: - __osx >=10.13 - - libcxx >=16 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 47051 - timestamp: 1719266142315 + license: MIT + license_family: MIT + size: 232313 + timestamp: 1730283983397 - kind: conda - name: blosc - version: 1.21.6 - build: h7d75f6d_0 + name: fontconfig + version: 2.15.0 + build: h37eeddb_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda - sha256: 65e5f5dd3d68ed0d9d35e79d64f8141283cad2b55dcd9a04480ceea0e436aca8 - md5: 3e5669e51737d04f4806dd3e8c424663 + url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda + sha256: 61a9aa1d2dd115ffc1ab372966dc8b1ac7b69870e6b1744641da276b31ea5c0b + md5: 84ccec5ee37eb03dd352db0a3f89ada3 depends: - __osx >=10.13 - - libcxx >=16 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: [] - size: 47051 - timestamp: 1719266142315 + size: 232313 + timestamp: 1730283983397 - kind: conda - name: blosc - version: 1.21.6 - build: h85f69ea_0 + name: fontconfig + version: 2.15.0 + build: h765892d_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa - md5: 2390269374fded230fcbca8332a4adc0 + url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 + md5: 9bb0026a2131b09404c59c4290c697cd depends: + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 50135 - timestamp: 1719266616208 + license: MIT + license_family: MIT + size: 192355 + timestamp: 1730284147944 - kind: conda - name: blosc - version: 1.21.6 - build: h85f69ea_0 + name: fontconfig + version: 2.15.0 + build: h765892d_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa - md5: 2390269374fded230fcbca8332a4adc0 + url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 + md5: 9bb0026a2131b09404c59c4290c697cd depends: + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: [] - size: 50135 - timestamp: 1719266616208 + size: 192355 + timestamp: 1730284147944 - kind: conda - name: blosc - version: 1.21.6 - build: hd2997c2_0 + name: fontconfig + version: 2.15.0 + build: h7e30c49_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda + sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 + md5: 8f5b0b297b59e1ac160ad4beec99dbee + depends: + - __glibc >=2.17,<3.0.a0 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + size: 265599 + timestamp: 1730283881107 +- kind: conda + name: fontconfig + version: 2.15.0 + build: h7e30c49_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda + sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 + md5: 8f5b0b297b59e1ac160ad4beec99dbee + depends: + - __glibc >=2.17,<3.0.a0 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 265599 + timestamp: 1730283881107 +- kind: conda + name: fontconfig + version: 2.15.0 + build: h8dda3cd_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 - md5: 7e34841d8b76a87cb9ed5b2028f0f37f + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda + sha256: fe023bb8917c8a3138af86ef537b70c8c5d60c44f93946a87d1e8bb1a6634b55 + md5: 112b71b6af28b47c624bcbeefeea685b depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 35975 - timestamp: 1719266339092 + license: MIT + license_family: MIT + size: 277832 + timestamp: 1730284967179 - kind: conda - name: blosc - version: 1.21.6 - build: hd2997c2_0 + name: fontconfig + version: 2.15.0 + build: h8dda3cd_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 - md5: 7e34841d8b76a87cb9ed5b2028f0f37f + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda + sha256: fe023bb8917c8a3138af86ef537b70c8c5d60c44f93946a87d1e8bb1a6634b55 + md5: 112b71b6af28b47c624bcbeefeea685b depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: [] - size: 35975 - timestamp: 1719266339092 + size: 277832 + timestamp: 1730284967179 - kind: conda - name: blosc - version: 1.21.6 - build: hef167b5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 - md5: 54fe76ab3d0189acaef95156874db7f9 + name: fonts-conda-ecosystem + version: '1' + build: '0' + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 + - fonts-conda-forge license: BSD-3-Clause license_family: BSD - size: 48842 - timestamp: 1719266029046 + size: 3667 + timestamp: 1566974674465 - kind: conda - name: blosc - version: 1.21.6 - build: hef167b5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 - md5: 54fe76ab3d0189acaef95156874db7f9 + name: fonts-conda-ecosystem + version: '1' + build: '0' + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 + - fonts-conda-forge license: BSD-3-Clause license_family: BSD purls: [] - size: 48842 - timestamp: 1719266029046 + size: 3667 + timestamp: 1566974674465 - kind: conda - name: bmipy - version: 2.0.1 - build: pyhd8ed1ab_0 + name: fonts-conda-forge + version: '1' + build: '0' subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd - md5: 686cb5c54d3a3a028f4bce356b3e0030 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 + md5: f766549260d6815b0c52253f1fb1bb29 depends: - - black - - click - - jinja2 - - numpy - - python >=3 - license: MIT - license_family: MIT - size: 14075 - timestamp: 1698243713437 + - font-ttf-dejavu-sans-mono + - font-ttf-inconsolata + - font-ttf-source-code-pro + - font-ttf-ubuntu + license: BSD-3-Clause + license_family: BSD + size: 4102 + timestamp: 1566932280397 - kind: conda - name: bmipy - version: 2.0.1 - build: pyhd8ed1ab_0 + name: fonts-conda-forge + version: '1' + build: '0' subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd - md5: 686cb5c54d3a3a028f4bce356b3e0030 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 + md5: f766549260d6815b0c52253f1fb1bb29 depends: - - black - - click - - jinja2 - - numpy - - python >=3 - license: MIT - license_family: MIT - purls: - - pkg:pypi/bmipy?source=conda-forge-mapping - size: 14075 - timestamp: 1698243713437 + - font-ttf-dejavu-sans-mono + - font-ttf-inconsolata + - font-ttf-source-code-pro + - font-ttf-ubuntu + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 4102 + timestamp: 1566932280397 - kind: conda - name: brotli - version: 1.1.0 - build: h0dc2134_1 + name: fonttools + version: 4.55.3 + build: py39h9399b63_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 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b + md5: 5cd3b942589049b43ef3a65d1f63c488 depends: - - brotli-bin 1.1.0 h0dc2134_1 - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 + - __glibc >=2.17,<3.0.a0 + - brotli + - libgcc >=13 + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - size: 19530 - timestamp: 1695990310168 + size: 2317987 + timestamp: 1735335999918 - kind: conda - name: brotli - version: 1.1.0 - build: h0dc2134_1 + name: fonttools + version: 4.55.3 + build: py39h9399b63_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 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b + md5: 5cd3b942589049b43ef3a65d1f63c488 depends: - - brotli-bin 1.1.0 h0dc2134_1 - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 + - __glibc >=2.17,<3.0.a0 + - brotli + - libgcc >=13 + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - purls: [] - size: 19530 - timestamp: 1695990310168 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 2317987 + timestamp: 1735335999918 - kind: conda - name: brotli - version: 1.1.0 - build: h31becfc_1 + name: fonttools + version: 4.55.3 + build: py39hbebea31_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - sha256: 1e1e46a4d16936d1bd1a605767b4cc36cf8fd3180ad776b5ba9e4c8ce64859bf - md5: e41f5862ac746428407f3fd44d2ed01f + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a + md5: 8f6cca97167821f34fc339f18f0acea8 depends: - - brotli-bin 1.1.0 h31becfc_1 - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - brotli + - libgcc >=13 + - munkres + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - size: 19586 - timestamp: 1695990171649 + size: 2285092 + timestamp: 1735336093544 - kind: conda - name: brotli - version: 1.1.0 - build: h31becfc_1 + name: fonttools + version: 4.55.3 + build: py39hbebea31_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - sha256: 1e1e46a4d16936d1bd1a605767b4cc36cf8fd3180ad776b5ba9e4c8ce64859bf - md5: e41f5862ac746428407f3fd44d2ed01f + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a + md5: 8f6cca97167821f34fc339f18f0acea8 depends: - - brotli-bin 1.1.0 h31becfc_1 - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - brotli + - libgcc >=13 + - munkres + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - purls: [] - size: 19586 - timestamp: 1695990171649 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 2285092 + timestamp: 1735336093544 - kind: conda - name: brotli - version: 1.1.0 - build: hb547adb_1 + name: fonttools + version: 4.55.3 + build: py39hd18e689_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f - md5: a33aa58d448cbc054f887e39dd1dfaea + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 + md5: 192c4523bffebfa4b0c8461bedc564f7 depends: - - brotli-bin 1.1.0 hb547adb_1 - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 + - __osx >=10.13 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - size: 19506 - timestamp: 1695990588610 + size: 2252144 + timestamp: 1735336066172 - kind: conda - name: brotli - version: 1.1.0 - build: hb547adb_1 + name: fonttools + version: 4.55.3 + build: py39hd18e689_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f - md5: a33aa58d448cbc054f887e39dd1dfaea + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 + md5: 192c4523bffebfa4b0c8461bedc564f7 depends: - - brotli-bin 1.1.0 hb547adb_1 - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 + - __osx >=10.13 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT - purls: [] - size: 19506 - timestamp: 1695990588610 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 2252144 + timestamp: 1735336066172 - kind: conda - name: brotli - version: 1.1.0 - build: hcfcfb64_1 + name: fonttools + version: 4.55.3 + build: py39hefdd603_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d + md5: 5e8f25f5e9d2552ce85470ff6dd1d69d + depends: + - __osx >=11.0 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 + license: MIT + license_family: MIT + size: 2212416 + timestamp: 1735336115892 +- kind: conda + name: fonttools + version: 4.55.3 + build: py39hefdd603_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d + md5: 5e8f25f5e9d2552ce85470ff6dd1d69d + depends: + - __osx >=11.0 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 2212416 + timestamp: 1735336115892 +- kind: conda + name: fonttools + version: 4.55.3 + build: py39hf73967f_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - md5: f47f6db2528e38321fb00ae31674c133 + url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda + sha256: 1a09d0bf80a258af4aef60c3ca16e6ed878a659baa6de77de1c8011f19bb5faf + md5: 8401c0a5f5a3faf092ac6ebb00de608a depends: - - brotli-bin 1.1.0 hcfcfb64_1 - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 + - unicodedata2 >=15.1.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 19772 - timestamp: 1695990547936 + size: 1936629 + timestamp: 1735336433886 - kind: conda - name: brotli - version: 1.1.0 - build: hcfcfb64_1 + name: fonttools + version: 4.55.3 + build: py39hf73967f_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - md5: f47f6db2528e38321fb00ae31674c133 + url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda + sha256: 1a09d0bf80a258af4aef60c3ca16e6ed878a659baa6de77de1c8011f19bb5faf + md5: 8401c0a5f5a3faf092ac6ebb00de608a depends: - - brotli-bin 1.1.0 hcfcfb64_1 - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 + - unicodedata2 >=15.1.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: [] - size: 19772 - timestamp: 1695990547936 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 1936629 + timestamp: 1735336433886 - kind: conda - name: brotli - version: 1.1.0 - 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 + name: fortran-language-server + version: 1.12.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad + md5: 6d2677b354c9596e77d4583ddc15aa00 depends: - - brotli-bin 1.1.0 hd590300_1 - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - - libgcc-ng >=12 + - python >=3.6 license: MIT license_family: MIT - size: 19383 - timestamp: 1695990069230 + size: 62350 + timestamp: 1637570882364 - kind: conda - name: brotli - version: 1.1.0 - 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 + name: fortran-language-server + version: 1.12.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad + md5: 6d2677b354c9596e77d4583ddc15aa00 depends: - - brotli-bin 1.1.0 hd590300_1 - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - - libgcc-ng >=12 + - python >=3.6 license: MIT license_family: MIT - purls: [] - size: 19383 - timestamp: 1695990069230 + purls: + - pkg:pypi/fortran-language-server?source=conda-forge-mapping + size: 62350 + timestamp: 1637570882364 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h0dc2134_1 + name: fprettify + version: 0.3.7 + build: pyhd8ed1ab_1 build_number: 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 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b + md5: 303bd33e15b3964388c96a928f1a83a7 depends: - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - size: 16660 - timestamp: 1695990286737 + - configargparse + - python >=3.9 + license: GPL-3.0-or-later + license_family: GPL + size: 140467 + timestamp: 1735847394472 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h0dc2134_1 + name: fprettify + version: 0.3.7 + build: pyhd8ed1ab_1 build_number: 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 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b + md5: 303bd33e15b3964388c96a928f1a83a7 depends: - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - purls: [] - size: 16660 - timestamp: 1695990286737 + - configargparse + - python >=3.9 + license: GPL-3.0-or-later + license_family: GPL + purls: + - pkg:pypi/fprettify?source=conda-forge-mapping + size: 140467 + timestamp: 1735847394472 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - sha256: fd1e57615b995565939fdb9910534933c4c27ec0c37a911a2c923241dbf8ad3b - md5: 9e4a13596ab651ea8d77aae023d0ce3f + name: freetype + version: 2.12.1 + build: h267a509_2 + 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: - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 18915 - timestamp: 1695990154825 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + size: 634972 + timestamp: 1694615932610 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - sha256: fd1e57615b995565939fdb9910534933c4c27ec0c37a911a2c923241dbf8ad3b - md5: 9e4a13596ab651ea8d77aae023d0ce3f + name: freetype + version: 2.12.1 + build: h267a509_2 + 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: - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - libgcc-ng >=12 - license: MIT - license_family: MIT + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL purls: [] - size: 18915 - timestamp: 1695990154825 + size: 634972 + timestamp: 1694615932610 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hb547adb_1 - build_number: 1 + name: freetype + version: 2.12.1 + build: h60636b9_2 + 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,<2.0.0a0 + license: GPL-2.0-only OR FTL + size: 599300 + timestamp: 1694616137838 +- kind: conda + name: freetype + version: 2.12.1 + build: h60636b9_2 + 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,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 599300 + timestamp: 1694616137838 +- kind: conda + name: freetype + version: 2.12.1 + build: hadb7bae_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 - md5: 990d04f8c017b1b77103f9a7730a5f12 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda + sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 + md5: e6085e516a3e304ce41a8ee08b9b89ad depends: - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - size: 17001 - timestamp: 1695990551239 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + size: 596430 + timestamp: 1694616332835 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hb547adb_1 - build_number: 1 + name: freetype + version: 2.12.1 + build: hadb7bae_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 - md5: 990d04f8c017b1b77103f9a7730a5f12 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda + sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 + md5: e6085e516a3e304ce41a8ee08b9b89ad depends: - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 - license: MIT - license_family: MIT + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL purls: [] - size: 17001 - timestamp: 1695990551239 + size: 596430 + timestamp: 1694616332835 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 + name: freetype + version: 2.12.1 + build: hdaf720e_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - md5: 0105229d7c5fabaa840043a86c10ec64 + url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda + sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 + md5: 3761b23693f768dc75a8fd0a73ca053f depends: - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 20885 - timestamp: 1695990517506 + license: GPL-2.0-only OR FTL + size: 510306 + timestamp: 1694616398888 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 + name: freetype + version: 2.12.1 + build: hdaf720e_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - md5: 0105229d7c5fabaa840043a86c10ec64 + url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda + sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 + md5: 3761b23693f768dc75a8fd0a73ca053f depends: - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: GPL-2.0-only OR FTL purls: [] - size: 20885 - timestamp: 1695990517506 + size: 510306 + timestamp: 1694616398888 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hd590300_1 - build_number: 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 + name: freetype + version: 2.12.1 + build: hf0a5ef3_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda + sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 + md5: a5ab74c5bd158c3d5532b66d8d83d907 depends: - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 18980 - timestamp: 1695990054140 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + size: 642092 + timestamp: 1694617858496 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hd590300_1 - build_number: 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 + name: freetype + version: 2.12.1 + build: hf0a5ef3_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda + sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 + md5: a5ab74c5bd158c3d5532b66d8d83d907 depends: - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - libgcc-ng >=12 - license: MIT - license_family: MIT + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL purls: [] - size: 18980 - timestamp: 1695990054140 + size: 642092 + timestamp: 1694617858496 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h387a81e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 - md5: 983fb0d6a8d0ad30f7213dccadea185d + name: freexl + version: 2.0.0 + build: h3183152_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda + sha256: cf924a5373def22030f73435082efbb3efb1039faeec926b006fb53a6f738f7c + md5: 5cb34c1d2ed89fd36f4e3759c966daf0 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h31becfc_1 - license: MIT - license_family: MIT - size: 355569 - timestamp: 1695990300233 + - __osx >=10.13 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + size: 53798 + timestamp: 1734015115203 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h387a81e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 - md5: 983fb0d6a8d0ad30f7213dccadea185d + name: freexl + version: 2.0.0 + build: h3183152_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda + sha256: cf924a5373def22030f73435082efbb3efb1039faeec926b006fb53a6f738f7c + md5: 5cb34c1d2ed89fd36f4e3759c966daf0 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h31becfc_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 355569 - timestamp: 1695990300233 + - __osx >=10.13 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 53798 + timestamp: 1734015115203 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h3d6467e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda - sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 - md5: c48418c8b35f1d59ae9ae1174812b40a + name: freexl + version: 2.0.0 + build: h3ab3353_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda + sha256: b4146ac9ba1676494e3d812ca39664dd7dd454e4d0984f3665fd6feec318c71c + md5: dd655a29b40fe0d1bf95c64cf3cb348d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hd590300_1 - license: MIT - license_family: MIT - size: 350065 - timestamp: 1695990113673 + - __osx >=11.0 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + size: 53378 + timestamp: 1734014980768 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h3d6467e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda - sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 - md5: c48418c8b35f1d59ae9ae1174812b40a + name: freexl + version: 2.0.0 + build: h3ab3353_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda + sha256: b4146ac9ba1676494e3d812ca39664dd7dd454e4d0984f3665fd6feec318c71c + md5: dd655a29b40fe0d1bf95c64cf3cb348d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hd590300_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 350065 - timestamp: 1695990113673 + - __osx >=11.0 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 53378 + timestamp: 1734014980768 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h840bb9f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda - sha256: e19de8f5d9e1fe650b49eff6b0111eebd3b98368b5ae82733b90ec0abea5062a - md5: bf1edb07835e15685718843f7e71bab1 + name: freexl + version: 2.0.0 + build: h82fd2cb_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda + sha256: 366d17984cd53819dd6f4b7ad113a87529ba043f7f2ac390d681bc5557a92a04 + md5: 6cd9f0cd937682306efcdb5cbf272594 depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - size: 367262 - timestamp: 1695990623703 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + size: 60596 + timestamp: 1734014928567 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h840bb9f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda - sha256: e19de8f5d9e1fe650b49eff6b0111eebd3b98368b5ae82733b90ec0abea5062a - md5: bf1edb07835e15685718843f7e71bab1 + name: freexl + version: 2.0.0 + build: h82fd2cb_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda + sha256: 366d17984cd53819dd6f4b7ad113a87529ba043f7f2ac390d681bc5557a92a04 + md5: 6cd9f0cd937682306efcdb5cbf272594 depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 367262 - timestamp: 1695990623703 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 60596 + timestamp: 1734014928567 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h99910a6_1 - build_number: 1 + name: freexl + version: 2.0.0 + build: h9dce30a_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda + sha256: c8960e00a6db69b85c16c693ce05484facf20f1a80430552145f652a880e0d2a + md5: ecb5d11305b8ba1801543002e69d2f2f + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + size: 59299 + timestamp: 1734014884486 +- kind: conda + name: freexl + version: 2.0.0 + build: h9dce30a_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda + sha256: c8960e00a6db69b85c16c693ce05484facf20f1a80430552145f652a880e0d2a + md5: ecb5d11305b8ba1801543002e69d2f2f + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 59299 + timestamp: 1734014884486 +- kind: conda + name: freexl + version: 2.0.0 + build: hf297d47_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec - md5: f24ba3942ece1e5d3dcde934f0532998 + url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda + sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 + md5: d6a8059de245e53478b581742b53f71d depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 - license: MIT - license_family: MIT - size: 321654 - timestamp: 1695990742536 + license: MPL-1.1 + license_family: MOZILLA + size: 77528 + timestamp: 1734015193826 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h99910a6_1 - build_number: 1 + name: freexl + version: 2.0.0 + build: hf297d47_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec - md5: f24ba3942ece1e5d3dcde934f0532998 + url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda + sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 + md5: d6a8059de245e53478b581742b53f71d depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 321654 - timestamp: 1695990742536 + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 77528 + timestamp: 1734015193826 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hb198ff7_1 - build_number: 1 + name: fribidi + version: 1.0.10 + build: h27ca646_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda - sha256: 014639c1f57be1dadf7b5c17e53df562e7e6bab71d3435fdd5bd56213dece9df - md5: ddf01dd9a743bd3ec9cf829d18bb8002 - depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - size: 344364 - timestamp: 1695991093404 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + license: LGPL-2.1 + size: 60255 + timestamp: 1604417405528 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hb198ff7_1 - build_number: 1 + name: fribidi + version: 1.0.10 + build: h27ca646_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda - sha256: 014639c1f57be1dadf7b5c17e53df562e7e6bab71d3435fdd5bd56213dece9df - md5: ddf01dd9a743bd3ec9cf829d18bb8002 - depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 344364 - timestamp: 1695991093404 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + license: LGPL-2.1 + purls: [] + size: 60255 + timestamp: 1604417405528 - kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 + name: fribidi + version: 1.0.10 + build: h36c2ea0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 + md5: ac7bc6a654f8f41b352b38f4051135f8 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - size: 54927 - timestamp: 1720974860185 + - libgcc-ng >=7.5.0 + license: LGPL-2.1 + size: 114383 + timestamp: 1604416621168 - kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 + name: fribidi + version: 1.0.10 + build: h36c2ea0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 + md5: ac7bc6a654f8f41b352b38f4051135f8 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD + - libgcc-ng >=7.5.0 + license: LGPL-2.1 purls: [] - size: 54927 - timestamp: 1720974860185 + size: 114383 + timestamp: 1604416621168 - kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 + name: fribidi + version: 1.0.10 + build: h8d14728_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 + sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 + md5: 807e81d915f2bb2e49951648615241f6 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 252783 - timestamp: 1720974456583 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: LGPL-2.1 + size: 64567 + timestamp: 1604417122064 - kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 + name: fribidi + version: 1.0.10 + build: h8d14728_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 + sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 + md5: 807e81d915f2bb2e49951648615241f6 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: LGPL-2.1 purls: [] - size: 252783 - timestamp: 1720974456583 + size: 64567 + timestamp: 1604417122064 - kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 + name: fribidi + version: 1.0.10 + build: hb9de7d4_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 + sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e + md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 189884 - timestamp: 1720974504976 + - libgcc-ng >=7.5.0 + license: LGPL-2.1 + size: 115689 + timestamp: 1604417149643 - kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 + name: fribidi + version: 1.0.10 + build: hb9de7d4_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 + sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e + md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD + - libgcc-ng >=7.5.0 + license: LGPL-2.1 purls: [] - size: 189884 - timestamp: 1720974504976 + size: 115689 + timestamp: 1604417149643 - kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 + name: fribidi + version: 1.0.10 + build: hbcb3906_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 + sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 + md5: f1c6b41e0f56998ecd9a3e210faa1dc0 + license: LGPL-2.1 + size: 65388 + timestamp: 1604417213 +- kind: conda + name: fribidi + version: 1.0.10 + build: hbcb3906_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 + sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 + md5: f1c6b41e0f56998ecd9a3e210faa1dc0 + license: LGPL-2.1 + purls: [] + size: 65388 + timestamp: 1604417213 +- kind: conda + name: gdk-pixbuf + version: 2.42.12 + build: h7ddc832_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda + sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 + md5: 151309a7e1eb57a3c2ab8088a1d74f3e depends: - __osx >=11.0 - license: bzip2-1.0.6 - license_family: BSD - size: 122909 - timestamp: 1720974522888 + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 509570 + timestamp: 1715783199780 - kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 + name: gdk-pixbuf + version: 2.42.12 + build: h7ddc832_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda + sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 + md5: 151309a7e1eb57a3c2ab8088a1d74f3e depends: - __osx >=11.0 - license: bzip2-1.0.6 - license_family: BSD + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL purls: [] - size: 122909 - timestamp: 1720974522888 + size: 509570 + timestamp: 1715783199780 - kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 + name: gdk-pixbuf + version: 2.42.12 + build: ha587570_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 + url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda + sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 + md5: ee186d2e8db4605030753dc05025d4a0 depends: - __osx >=10.13 - license: bzip2-1.0.6 - license_family: BSD - size: 134188 - timestamp: 1720974491916 + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 516815 + timestamp: 1715783154558 - kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 + name: gdk-pixbuf + version: 2.42.12 + build: ha587570_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 + url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda + sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 + md5: ee186d2e8db4605030753dc05025d4a0 depends: - __osx >=10.13 - license: bzip2-1.0.6 - license_family: BSD + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL purls: [] - size: 134188 - timestamp: 1720974491916 + size: 516815 + timestamp: 1715783154558 - kind: conda - name: c-ares - version: 1.32.3 - build: h2466b09_0 + name: gdk-pixbuf + version: 2.42.12 + build: ha61d561_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda + sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 + md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + depends: + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 536613 + timestamp: 1715784386033 +- kind: conda + name: gdk-pixbuf + version: 2.42.12 + build: ha61d561_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda + sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 + md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + depends: + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 536613 + timestamp: 1715784386033 +- kind: conda + name: gdk-pixbuf + version: 2.42.12 + build: hb9ae30d_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda + sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb + md5: 201db6c2d9a3c5e46573ac4cb2e92f4f + depends: + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 528149 + timestamp: 1715782983957 +- kind: conda + name: gdk-pixbuf + version: 2.42.12 + build: hb9ae30d_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda + sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb + md5: 201db6c2d9a3c5e46573ac4cb2e92f4f + depends: + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 528149 + timestamp: 1715782983957 +- kind: conda + name: geos + version: 3.13.0 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + sha256: 5c70d6d16e044859edca85feb9d4f1c3c6062aaf88d650826f5ccdf8c44336de + md5: 40b4ab956c90390e407bb177f8a58bab + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-2.1-only + size: 1869233 + timestamp: 1725676083126 +- kind: conda + name: geos + version: 3.13.0 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + sha256: 5c70d6d16e044859edca85feb9d4f1c3c6062aaf88d650826f5ccdf8c44336de + md5: 40b4ab956c90390e407bb177f8a58bab + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-2.1-only + purls: [] + size: 1869233 + timestamp: 1725676083126 +- kind: conda + name: geos + version: 3.13.0 + build: h5a68840_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 - md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 + url: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f + md5: 08a30fe29a645fc5c768c0968db116d3 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 165093 - timestamp: 1721835227167 + license: LGPL-2.1-only + size: 1665961 + timestamp: 1725676536384 - kind: conda - name: c-ares - version: 1.32.3 - build: h2466b09_0 + name: geos + version: 3.13.0 + build: h5a68840_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 - md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 + url: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f + md5: 08a30fe29a645fc5c768c0968db116d3 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: LGPL-2.1-only purls: [] - size: 165093 - timestamp: 1721835227167 + size: 1665961 + timestamp: 1725676536384 - kind: conda - name: c-ares - version: 1.32.3 - build: h4bc722e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - sha256: 3c5a844bb60b0d52d89c3f1bd828c9856417fe33a6102fd8bbd5c13c3351704a - md5: 7624e34ee6baebfc80d67bac76cc9d9d + name: geos + version: 3.13.0 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + sha256: cb4591c01e2cb9b9b48e52f050bc7bc89e6ec48c4d55ff8caa2babdc5b952b32 + md5: 7e15d067b9fa7cfd65e9a38ecdfbecad depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-2.1-only + size: 1821820 + timestamp: 1725676037102 +- kind: conda + name: geos + version: 3.13.0 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + sha256: cb4591c01e2cb9b9b48e52f050bc7bc89e6ec48c4d55ff8caa2babdc5b952b32 + md5: 7e15d067b9fa7cfd65e9a38ecdfbecad + depends: + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-2.1-only + purls: [] + size: 1821820 + timestamp: 1725676037102 +- kind: conda + name: geos + version: 3.13.0 + build: hac325c4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + sha256: 7e3201780fda37f23623e384557eb66047942db1c2fe0a7453c0caf301ec8bbb + md5: 905fbe84dd83254e4e0db610123dd32d + depends: + - __osx >=10.13 + - libcxx >=17 + license: LGPL-2.1-only + size: 1577166 + timestamp: 1725676182968 +- kind: conda + name: geos + version: 3.13.0 + build: hac325c4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + sha256: 7e3201780fda37f23623e384557eb66047942db1c2fe0a7453c0caf301ec8bbb + md5: 905fbe84dd83254e4e0db610123dd32d + depends: + - __osx >=10.13 + - libcxx >=17 + license: LGPL-2.1-only + purls: [] + size: 1577166 + timestamp: 1725676182968 +- kind: conda + name: geos + version: 3.13.0 + build: hf9b8971_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + sha256: 273381020b72bde1597d4e07e855ed50ffac083512e61ccbdd99d93f03c6cbf2 + md5: 45b2e9adb9663644b1eefa5300b9eef3 + depends: + - __osx >=11.0 + - libcxx >=17 + license: LGPL-2.1-only + size: 1481430 + timestamp: 1725676193541 +- kind: conda + name: geos + version: 3.13.0 + build: hf9b8971_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + sha256: 273381020b72bde1597d4e07e855ed50ffac083512e61ccbdd99d93f03c6cbf2 + md5: 45b2e9adb9663644b1eefa5300b9eef3 + depends: + - __osx >=11.0 + - libcxx >=17 + license: LGPL-2.1-only + purls: [] + size: 1481430 + timestamp: 1725676193541 +- kind: conda + name: geotiff + version: 1.7.3 + build: h17a0a10_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda + sha256: 08573ea147a8ed8a4198ca7d3682b1399fd2447f59943920e69c94eca8edd7f9 + md5: 3a1a66142835725b8f386fc84e6bf791 + depends: + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT - size: 179736 - timestamp: 1721834714515 + size: 139256 + timestamp: 1726603012108 - kind: conda - name: c-ares - version: 1.32.3 - build: h4bc722e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - sha256: 3c5a844bb60b0d52d89c3f1bd828c9856417fe33a6102fd8bbd5c13c3351704a - md5: 7624e34ee6baebfc80d67bac76cc9d9d + name: geotiff + version: 1.7.3 + build: h17a0a10_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda + sha256: 08573ea147a8ed8a4198ca7d3682b1399fd2447f59943920e69c94eca8edd7f9 + md5: 3a1a66142835725b8f386fc84e6bf791 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT purls: [] - size: 179736 - timestamp: 1721834714515 + size: 139256 + timestamp: 1726603012108 - kind: conda - name: c-ares - version: 1.32.3 - build: h51dda26_0 + name: geotiff + version: 1.7.3 + build: h2b6e260_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 - md5: 5487b45a597e142da7839941ab2494a9 + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda + sha256: 7e58d94340a499c3c62022ba070231f1dcc7c55a98f8f2a7e982d2071dfd421c + md5: bbc58a544b03990b3bc8c2139cc6c34f depends: - __osx >=10.13 + - libcxx >=17 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT - size: 160304 - timestamp: 1721834876236 + size: 115513 + timestamp: 1726603109733 - kind: conda - name: c-ares - version: 1.32.3 - build: h51dda26_0 + name: geotiff + version: 1.7.3 + build: h2b6e260_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 - md5: 5487b45a597e142da7839941ab2494a9 + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda + sha256: 7e58d94340a499c3c62022ba070231f1dcc7c55a98f8f2a7e982d2071dfd421c + md5: bbc58a544b03990b3bc8c2139cc6c34f depends: - __osx >=10.13 + - libcxx >=17 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT purls: [] - size: 160304 - timestamp: 1721834876236 + size: 115513 + timestamp: 1726603109733 - kind: conda - name: c-ares - version: 1.32.3 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - sha256: 9c0505e6e8a23c85f10e4b5c8924c4f9d51cccb89b81b59369b167adf2448fd1 - md5: 13d442f0a28e5a71073328a9b2140cb8 + name: geotiff + version: 1.7.3 + build: h496ac4d_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac + md5: fb20f424102030f3952532cc7aebdbd8 depends: - - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib license: MIT license_family: MIT - size: 187241 - timestamp: 1721834713576 + size: 123087 + timestamp: 1726603487099 - kind: conda - name: c-ares - version: 1.32.3 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - sha256: 9c0505e6e8a23c85f10e4b5c8924c4f9d51cccb89b81b59369b167adf2448fd1 - md5: 13d442f0a28e5a71073328a9b2140cb8 + name: geotiff + version: 1.7.3 + build: h496ac4d_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac + md5: fb20f424102030f3952532cc7aebdbd8 depends: - - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib license: MIT license_family: MIT purls: [] - size: 187241 - timestamp: 1721834713576 + size: 123087 + timestamp: 1726603487099 - kind: conda - name: c-ares - version: 1.32.3 - build: h99b78c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - sha256: dc8e2c2508295595675fb829345a156b0bb42b164271c2fcafb7fb193449bcf8 - md5: c27bebc62991ab075b773f86ba64aa9b + name: geotiff + version: 1.7.3 + build: h77b800c_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda + sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 + md5: 4eb52aecb43e7c72f8e4fca0c386354e depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT - size: 157977 - timestamp: 1721834921671 + size: 131394 + timestamp: 1726602918349 - kind: conda - name: c-ares - version: 1.32.3 - build: h99b78c6_0 + name: geotiff + version: 1.7.3 + build: h77b800c_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda + sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 + md5: 4eb52aecb43e7c72f8e4fca0c386354e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib + license: MIT + license_family: MIT + purls: [] + size: 131394 + timestamp: 1726602918349 +- kind: conda + name: geotiff + version: 1.7.3 + build: h82bf549_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - sha256: dc8e2c2508295595675fb829345a156b0bb42b164271c2fcafb7fb193449bcf8 - md5: c27bebc62991ab075b773f86ba64aa9b + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda + sha256: 7ce4d6dced3cd313ea170db69d6929b88d77ebd40715f9f38c3bcba3633d6c65 + md5: cb84033d7c167a16c4577272b4493bc5 depends: - __osx >=11.0 + - libcxx >=17 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT - purls: [] - size: 157977 - timestamp: 1721834921671 + size: 113739 + timestamp: 1726603324989 - kind: conda - name: ca-certificates - version: 2024.7.4 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e - md5: 9caa97c9504072cd060cf0a3142cc0ed - license: ISC - size: 154943 - timestamp: 1720077592592 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e - md5: 9caa97c9504072cd060cf0a3142cc0ed - license: ISC - purls: [] - size: 154943 - timestamp: 1720077592592 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 - md5: 7df874a4b05b2d2b82826190170eaa0f - license: ISC - size: 154473 - timestamp: 1720077510541 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 - md5: 7df874a4b05b2d2b82826190170eaa0f - license: ISC - purls: [] - size: 154473 - timestamp: 1720077510541 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - sha256: c1548a3235376f464f9931850b64b02492f379b2f2bb98bc786055329b080446 - md5: 23ab7665c5f63cfb9f1f6195256daac6 - license: ISC - size: 154853 - timestamp: 1720077432978 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - sha256: c1548a3235376f464f9931850b64b02492f379b2f2bb98bc786055329b080446 - md5: 23ab7665c5f63cfb9f1f6195256daac6 - license: ISC - purls: [] - size: 154853 - timestamp: 1720077432978 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - sha256: 562bfc2608d82996a08e5b5b2366ed319a51ace6a2518a004ba672edca75fc23 - md5: c4c784a1336d72fff54f6b207f3dd75f - license: ISC - size: 154904 - timestamp: 1720078197019 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - sha256: 562bfc2608d82996a08e5b5b2366ed319a51ace6a2518a004ba672edca75fc23 - md5: c4c784a1336d72fff54f6b207f3dd75f - license: ISC - purls: [] - size: 154904 - timestamp: 1720078197019 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b - md5: 21f9a33e5fe996189e470c19c5354dbe - license: ISC - size: 154517 - timestamp: 1720077468981 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hf0a4a13_0 + name: geotiff + version: 1.7.3 + build: h82bf549_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b - md5: 21f9a33e5fe996189e470c19c5354dbe - license: ISC - purls: [] - size: 154517 - timestamp: 1720077468981 -- kind: conda - name: cairo - version: 1.18.0 - build: h5c54ea9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 - md5: 4d1f14b671945d8d6cf5b67dde7a4e73 - 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - size: 984589 - timestamp: 1718985664015 -- kind: conda - name: cairo - version: 1.18.0 - build: h5c54ea9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 - md5: 4d1f14b671945d8d6cf5b67dde7a4e73 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda + sha256: 7ce4d6dced3cd313ea170db69d6929b88d77ebd40715f9f38c3bcba3633d6c65 + md5: cb84033d7c167a16c4577272b4493bc5 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - __osx >=11.0 + - libcxx >=17 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - proj >=9.5.0,<9.6.0a0 - zlib - license: LGPL-2.1-only or MPL-1.1 + license: MIT + license_family: MIT purls: [] - size: 984589 - timestamp: 1718985664015 + size: 113739 + timestamp: 1726603324989 - kind: conda - name: cairo - version: 1.18.0 - build: h91e5215_2 - build_number: 2 + name: getopt-win32 + version: '0.1' + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c - md5: 7a0b2818b003bd79106c29f55126d2c3 + url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda + sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c + md5: 714d0882dc5e692ca4683d8e520f73c6 depends: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: LGPL-2.1-only or MPL-1.1 - size: 1519852 - timestamp: 1718986279087 + license: LGPL-3.0-only + license_family: GPL + size: 21903 + timestamp: 1694400856979 - kind: conda - name: cairo - version: 1.18.0 - build: h91e5215_2 - build_number: 2 + name: getopt-win32 + version: '0.1' + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c - md5: 7a0b2818b003bd79106c29f55126d2c3 + url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda + sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c + md5: 714d0882dc5e692ca4683d8e520f73c6 depends: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: LGPL-2.1-only or MPL-1.1 + license: LGPL-3.0-only + license_family: GPL purls: [] - size: 1519852 - timestamp: 1718986279087 + size: 21903 + timestamp: 1694400856979 - kind: conda - name: cairo - version: 1.18.0 - build: h9f650ed_2 - build_number: 2 + name: giflib + version: 5.2.2 + build: h10d778d_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - sha256: 1d2480538838cf5009df0285a73aa405798bc49de0c689ab270f543f5ae961aa - md5: d264e5b9759cab8d203cdfe43eabd8b5 - depends: - - __osx >=10.13 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - size: 886028 - timestamp: 1718985776278 + url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda + sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 + md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + license: MIT + license_family: MIT + size: 74516 + timestamp: 1712692686914 - kind: conda - name: cairo - version: 1.18.0 - build: h9f650ed_2 - build_number: 2 + name: giflib + version: 5.2.2 + build: h10d778d_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - sha256: 1d2480538838cf5009df0285a73aa405798bc49de0c689ab270f543f5ae961aa - md5: d264e5b9759cab8d203cdfe43eabd8b5 - depends: - - __osx >=10.13 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 + url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda + sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 + md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + license: MIT + license_family: MIT purls: [] - size: 886028 - timestamp: 1718985776278 + size: 74516 + timestamp: 1712692686914 - kind: conda - name: cairo - version: 1.18.0 - build: hbb29018_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c - md5: b6d90276c5aee9b4407dd94eb0cd40a8 + name: giflib + version: 5.2.2 + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda + sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 + md5: 2f809afaf0ba1ea4135dce158169efac 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - size: 984224 - timestamp: 1718985592664 + license: MIT + license_family: MIT + size: 82124 + timestamp: 1712692444545 - kind: conda - name: cairo - version: 1.18.0 - build: hbb29018_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c - md5: b6d90276c5aee9b4407dd94eb0cd40a8 + name: giflib + version: 5.2.2 + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda + sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 + md5: 2f809afaf0ba1ea4135dce158169efac 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 + license: MIT + license_family: MIT purls: [] - size: 984224 - timestamp: 1718985592664 -- kind: conda - name: cairo - version: 1.18.0 - build: hc6c324b_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c - md5: 6efeefcad878c15377f49f64e2cbf232 - depends: - - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - size: 898820 - timestamp: 1718985829269 + size: 82124 + timestamp: 1712692444545 - kind: conda - name: cairo - version: 1.18.0 - build: hc6c324b_2 - build_number: 2 + name: giflib + version: 5.2.2 + build: h93a5062_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c - md5: 6efeefcad878c15377f49f64e2cbf232 + url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda + sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c + md5: 95fa1486c77505330c20f7202492b913 + license: MIT + license_family: MIT + size: 71613 + timestamp: 1712692611426 +- kind: conda + name: giflib + version: 5.2.2 + build: h93a5062_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda + sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c + md5: 95fa1486c77505330c20f7202492b913 + license: MIT + license_family: MIT + purls: [] + size: 71613 + timestamp: 1712692611426 +- kind: conda + name: giflib + version: 5.2.2 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda + sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff + md5: 3bf7b9fd5a7136126e0234db4b87c8b6 depends: - - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 + - libgcc-ng >=12 + license: MIT + license_family: MIT + size: 77248 + timestamp: 1712692454246 +- kind: conda + name: giflib + version: 5.2.2 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda + sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff + md5: 3bf7b9fd5a7136126e0234db4b87c8b6 + depends: + - libgcc-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 898820 - timestamp: 1718985829269 + size: 77248 + timestamp: 1712692454246 - kind: conda - name: certifi - version: 2024.7.4 + name: gitdb + version: 4.0.12 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 - md5: 24e7fd6ca65997938fff9e5ab6f653e4 + url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 + md5: 7c14f3706e099f8fcd47af2d494616cc depends: - - python >=3.7 - license: ISC - size: 159308 - timestamp: 1720458053074 + - python >=3.9 + - smmap >=3.0.1,<6 + license: BSD-3-Clause + license_family: BSD + size: 53136 + timestamp: 1735887290843 - kind: conda - name: certifi - version: 2024.7.4 + name: gitdb + version: 4.0.12 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 - md5: 24e7fd6ca65997938fff9e5ab6f653e4 + url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 + md5: 7c14f3706e099f8fcd47af2d494616cc depends: - - python >=3.7 - license: ISC + - python >=3.9 + - smmap >=3.0.1,<6 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/certifi?source=conda-forge-mapping - size: 159308 - timestamp: 1720458053074 + - pkg:pypi/gitdb?source=conda-forge-mapping + size: 53136 + timestamp: 1735887290843 - kind: conda - name: cffi - version: 1.16.0 - build: py39h18ef598_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b - md5: c31ac48f93f773fd27e99f113cfffb98 + name: gitpython + version: 3.1.44 + build: pyhff2d567_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 + md5: 140a4e944f7488467872e562a2a52789 depends: - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 228801 - timestamp: 1696002021683 + - gitdb >=4.0.1,<5 + - python >=3.9 + - typing_extensions >=3.7.4.3 + license: BSD-3-Clause + license_family: BSD + size: 157200 + timestamp: 1735929768433 - kind: conda - name: cffi - version: 1.16.0 - build: py39h18ef598_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b - md5: c31ac48f93f773fd27e99f113cfffb98 + name: gitpython + version: 3.1.44 + build: pyhff2d567_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 + md5: 140a4e944f7488467872e562a2a52789 depends: - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT + - gitdb >=4.0.1,<5 + - python >=3.9 + - typing_extensions >=3.7.4.3 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 228801 - timestamp: 1696002021683 + - pkg:pypi/gitpython?source=conda-forge-mapping + size: 157200 + timestamp: 1735929768433 - kind: conda - name: cffi - version: 1.16.0 - build: py39h7a31438_0 + name: graphite2 + version: 1.3.13 + build: h2f0025b_1003 + build_number: 1003 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda + sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 + md5: f33009add6a08358bc12d114ceec1304 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + size: 99453 + timestamp: 1711634223220 +- kind: conda + name: graphite2 + version: 1.3.13 + build: h2f0025b_1003 + build_number: 1003 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda + sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 + md5: f33009add6a08358bc12d114ceec1304 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 99453 + timestamp: 1711634223220 +- kind: conda + name: graphite2 + version: 1.3.13 + build: h59595ed_1003 + build_number: 1003 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - sha256: 1536a2ca65caaf568bbdfe75aff8e12cb0e0507587b25af3b532a8bd22cb3ddb - md5: ac992767d7f8ed2cb27e71e78f0fb2d7 + url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda + sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add + md5: f87c7b7c2cb45f323ffbce941c78ab7c depends: - - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 239801 - timestamp: 1696001890928 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + size: 96855 + timestamp: 1711634169756 - kind: conda - name: cffi - version: 1.16.0 - build: py39h7a31438_0 + name: graphite2 + version: 1.3.13 + build: h59595ed_1003 + build_number: 1003 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - sha256: 1536a2ca65caaf568bbdfe75aff8e12cb0e0507587b25af3b532a8bd22cb3ddb - md5: ac992767d7f8ed2cb27e71e78f0fb2d7 + url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda + sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add + md5: f87c7b7c2cb45f323ffbce941c78ab7c depends: - - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 239801 - timestamp: 1696001890928 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 96855 + timestamp: 1711634169756 - kind: conda - name: cffi - version: 1.16.0 - build: py39ha55989b_0 + name: graphite2 + version: 1.3.13 + build: h63175ca_1003 + build_number: 1003 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 - md5: 3641cc4492220301e0b0c65cf2985a80 + url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda + sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f + md5: 3194499ee7d1a67404a87d0eefdd92c6 depends: - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 236120 - timestamp: 1696002149834 + license: LGPL-2.0-or-later + license_family: LGPL + size: 95406 + timestamp: 1711634622644 - kind: conda - name: cffi - version: 1.16.0 - build: py39ha55989b_0 + name: graphite2 + version: 1.3.13 + build: h63175ca_1003 + build_number: 1003 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 - md5: 3641cc4492220301e0b0c65cf2985a80 + url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda + sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f + md5: 3194499ee7d1a67404a87d0eefdd92c6 depends: - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 236120 - timestamp: 1696002149834 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 95406 + timestamp: 1711634622644 - kind: conda - name: cffi - version: 1.16.0 - build: py39hdf53b9e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 - md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb + name: graphite2 + version: 1.3.13 + build: h73e2aa4_1003 + build_number: 1003 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda + sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a + md5: fc7124f86e1d359fc5d878accd9e814c depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 259104 - timestamp: 1696002899863 + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + size: 84384 + timestamp: 1711634311095 - kind: conda - name: cffi - version: 1.16.0 - build: py39hdf53b9e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 - md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb + name: graphite2 + version: 1.3.13 + build: h73e2aa4_1003 + build_number: 1003 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda + sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a + md5: fc7124f86e1d359fc5d878accd9e814c depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 259104 - timestamp: 1696002899863 + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 84384 + timestamp: 1711634311095 - kind: conda - name: cffi - version: 1.16.0 - build: py39he153c15_0 + name: graphite2 + version: 1.3.13 + build: hebf3989_1003 + build_number: 1003 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - sha256: 2766a3bec7747d14fe646b2a3ec4ba508495ea8b0a434213189d3e4d20e24e4b - md5: 2be3a21503b84cbd74dd1c11f36c4a3c + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda + sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 + md5: 339991336eeddb70076d8ca826dac625 depends: - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 231790 - timestamp: 1696002104149 + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + size: 79774 + timestamp: 1711634444608 - kind: conda - name: cffi - version: 1.16.0 - build: py39he153c15_0 + name: graphite2 + version: 1.3.13 + build: hebf3989_1003 + build_number: 1003 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - sha256: 2766a3bec7747d14fe646b2a3ec4ba508495ea8b0a434213189d3e4d20e24e4b - md5: 2be3a21503b84cbd74dd1c11f36c4a3c + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda + sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 + md5: 339991336eeddb70076d8ca826dac625 depends: - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 231790 - timestamp: 1696002104149 + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 79774 + timestamp: 1711634444608 - kind: conda - name: cfitsio - version: 4.4.1 - build: h14ced4b_0 + name: graphviz + version: 12.0.0 + build: h2a7c30b_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda - sha256: 0f7cbec989bea8c670989cbdeac0088bff4bf36cdc210ca57dad1ab7c98f90d8 - md5: 48b3df2b55f007499bc4e69e408db019 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 + md5: ce14a315beb92bfa8e544e912a17c7e7 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - size: 904450 - timestamp: 1718908871607 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + size: 2402404 + timestamp: 1722673792633 - kind: conda - name: cfitsio - version: 4.4.1 - build: h14ced4b_0 + name: graphviz + version: 12.0.0 + build: h2a7c30b_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda - sha256: 0f7cbec989bea8c670989cbdeac0088bff4bf36cdc210ca57dad1ab7c98f90d8 - md5: 48b3df2b55f007499bc4e69e408db019 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 + md5: ce14a315beb92bfa8e544e912a17c7e7 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 904450 - timestamp: 1718908871607 -- kind: conda - name: cfitsio - version: 4.4.1 - build: h793ed5c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda - sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 - md5: c2a9a79b58d2de021ad9295f53e1f40a - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - size: 802060 - timestamp: 1718906517515 -- kind: conda - name: cfitsio - version: 4.4.1 - build: h793ed5c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda - sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 - md5: c2a9a79b58d2de021ad9295f53e1f40a - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 802060 - timestamp: 1718906517515 -- kind: conda - name: cfitsio - version: 4.4.1 - build: ha105788_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda - sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 - md5: 99445be39aaea44a05046c479f8c6dc9 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - size: 849075 - timestamp: 1718906514228 -- kind: conda - name: cfitsio - version: 4.4.1 - build: ha105788_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda - sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 - md5: 99445be39aaea44a05046c479f8c6dc9 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other purls: [] - size: 849075 - timestamp: 1718906514228 + size: 2402404 + timestamp: 1722673792633 - kind: conda - name: cfitsio - version: 4.4.1 - build: hc2ea260_0 + name: graphviz + version: 12.0.0 + build: hb01754f_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda - sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee - md5: b3263858e6a924d05dc2e9ce335593ba + url: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda + sha256: 19c229d7ca0e866c70ffe79e1258aaab598e7caa7fa258ffe6cbff15b71c1ced + md5: 8074641ca215d6f30b6152d9d79f0b9e depends: - - libcurl >=8.8.0,<9.0a0 + - cairo >=1.18.0,<2.0a0 + - getopt-win32 >=0.1,<0.2.0a0 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LicenseRef-fitsio - size: 601046 - timestamp: 1718906922426 + license: EPL-1.0 + license_family: Other + size: 1157652 + timestamp: 1722674488876 - kind: conda - name: cfitsio - version: 4.4.1 - build: hc2ea260_0 + name: graphviz + version: 12.0.0 + build: hb01754f_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda - sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee - md5: b3263858e6a924d05dc2e9ce335593ba + url: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda + sha256: 19c229d7ca0e866c70ffe79e1258aaab598e7caa7fa258ffe6cbff15b71c1ced + md5: 8074641ca215d6f30b6152d9d79f0b9e depends: - - libcurl >=8.8.0,<9.0a0 + - cairo >=1.18.0,<2.0a0 + - getopt-win32 >=0.1,<0.2.0a0 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LicenseRef-fitsio + license: EPL-1.0 + license_family: Other purls: [] - size: 601046 - timestamp: 1718906922426 + size: 1157652 + timestamp: 1722674488876 - kind: conda - name: cfitsio - version: 4.4.1 - build: hf8ad068_0 + name: graphviz + version: 12.0.0 + build: hba01fac_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda - sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf - md5: 1b7a01fd02d11efe0eb5a676842a7b7d + url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a + md5: 953e31ea00d46beb7e64a79fc291ec44 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - size: 924198 - timestamp: 1718906379286 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + size: 2303111 + timestamp: 1722673717117 - kind: conda - name: cfitsio - version: 4.4.1 - build: hf8ad068_0 + name: graphviz + version: 12.0.0 + build: hba01fac_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda - sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf - md5: 1b7a01fd02d11efe0eb5a676842a7b7d + url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a + md5: 953e31ea00d46beb7e64a79fc291ec44 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other purls: [] - size: 924198 - timestamp: 1718906379286 -- kind: conda - name: charset-normalizer - version: 3.3.2 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - size: 46597 - timestamp: 1698833765762 + size: 2303111 + timestamp: 1722673717117 - kind: conda - name: charset-normalizer - version: 3.3.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - md5: 7f4a9e3fcff3f6356ae99244a014da6a + name: graphviz + version: 12.0.0 + build: hbf8cc41_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 + md5: 29c0dcbd4ec7135b7a55805aa3a5a331 depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/charset-normalizer?source=conda-forge-mapping - size: 46597 - timestamp: 1698833765762 + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + size: 5082874 + timestamp: 1722673934247 - kind: conda - name: click - version: 8.1.7 - build: unix_pyh707e725_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - md5: f3ad426304898027fc619827ff428eca + name: graphviz + version: 12.0.0 + build: hbf8cc41_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 + md5: 29c0dcbd4ec7135b7a55805aa3a5a331 depends: - - __unix - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - size: 84437 - timestamp: 1692311973840 + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + purls: [] + size: 5082874 + timestamp: 1722673934247 - kind: conda - name: click - version: 8.1.7 - build: unix_pyh707e725_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - md5: f3ad426304898027fc619827ff428eca + name: graphviz + version: 12.0.0 + build: he14ced1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c + md5: ef49aa1e3614bfc6fb5369675129c09b depends: - - __unix - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/click?source=conda-forge-mapping - size: 84437 - timestamp: 1692311973840 -- kind: conda - name: click - version: 8.1.7 - build: win_pyh7428d3b_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - md5: 3549ecbceb6cd77b91a105511b7d0786 - depends: - - __win - - colorama - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - size: 85051 - timestamp: 1692312207348 + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + size: 4984341 + timestamp: 1722673941539 - kind: conda - name: click - version: 8.1.7 - build: win_pyh7428d3b_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - md5: 3549ecbceb6cd77b91a105511b7d0786 + name: graphviz + version: 12.0.0 + build: he14ced1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c + md5: ef49aa1e3614bfc6fb5369675129c09b depends: - - __win - - colorama - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/click?source=conda-forge-mapping - size: 85051 - timestamp: 1692312207348 + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other + purls: [] + size: 4984341 + timestamp: 1722673941539 - kind: conda - name: click-plugins - version: 1.1.1 - build: py_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f + name: gtk2 + version: 2.24.33 + build: h8ee276e_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 + md5: 28a9681054948a7d7e96a7b8fe9b604e depends: - - click >=3.0 - - python - license: BSD-3-Clause - license_family: BSD - size: 8992 - timestamp: 1554588104889 + - __glibc >=2.17,<3.0.a0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: LGPL-2.1-or-later + size: 6521748 + timestamp: 1734919384107 - kind: conda - name: click-plugins - version: 1.1.1 - build: py_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f + name: gtk2 + version: 2.24.33 + build: h8ee276e_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 + md5: 28a9681054948a7d7e96a7b8fe9b604e depends: - - click >=3.0 - - python - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/click-plugins?source=conda-forge-mapping - size: 8992 - timestamp: 1554588104889 + - __glibc >=2.17,<3.0.a0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6521748 + timestamp: 1734919384107 - kind: conda - name: cligj - version: 0.7.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - md5: a29b7c141d6b2de4bb67788a5f107734 + name: gtk2 + version: 2.24.33 + build: ha6b09d8_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b + md5: c4558cdc1278a6d1949c265adb0e7835 depends: - - click >=4.0 - - python <4.0 - license: BSD-3-Clause - license_family: BSD - size: 10255 - timestamp: 1633637895378 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: LGPL-2.1-or-later + size: 6621659 + timestamp: 1734927874980 - kind: conda - name: cligj - version: 0.7.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - md5: a29b7c141d6b2de4bb67788a5f107734 + name: gtk2 + version: 2.24.33 + build: ha6b09d8_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b + md5: c4558cdc1278a6d1949c265adb0e7835 depends: - - click >=4.0 - - python <4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/cligj?source=conda-forge-mapping - size: 10255 - timestamp: 1633637895378 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6621659 + timestamp: 1734927874980 - kind: conda - name: codespell - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec - md5: 6e67fa19bedafa7eb7d6ea91de53e03d + name: gtk2 + version: 2.24.33 + build: hc5c4cae_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 + md5: 3a2a37b8a8e407421dce820377d84da6 depends: - - python >=3.8 - license: GPL-2.0-only - license_family: GPL - size: 290955 - timestamp: 1716536580880 + - __osx >=11.0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + size: 6193142 + timestamp: 1734920088088 - kind: conda - name: codespell - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec - md5: 6e67fa19bedafa7eb7d6ea91de53e03d + name: gtk2 + version: 2.24.33 + build: hc5c4cae_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 + md5: 3a2a37b8a8e407421dce820377d84da6 depends: - - python >=3.8 - license: GPL-2.0-only - license_family: GPL - purls: - - pkg:pypi/codespell?source=conda-forge-mapping - size: 290955 - timestamp: 1716536580880 + - __osx >=11.0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6193142 + timestamp: 1734920088088 - kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 + name: gtk2 + version: 2.24.33 + build: he806959_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 + md5: c4bf60cbe56ab09fbd30809aaa89b333 depends: - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - size: 25170 - timestamp: 1666700778190 + - __osx >=10.13 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + size: 6072642 + timestamp: 1734919573363 - kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 + name: gtk2 + version: 2.24.33 + build: he806959_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 + md5: c4bf60cbe56ab09fbd30809aaa89b333 depends: - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/colorama?source=conda-forge-mapping - size: 25170 - timestamp: 1666700778190 + - __osx >=10.13 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6072642 + timestamp: 1734919573363 - kind: conda - name: comm - version: 0.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda - sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe - md5: 948d84721b578d426294e17a02e24cbb + name: gts + version: 0.7.6 + build: h53e17e3_4 + build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda + sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 + md5: 848cc963fcfbd063c7a023024aa3bec0 depends: - - python >=3.6 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/comm?source=conda-forge-mapping - size: 12134 - timestamp: 1710320435158 + - libcxx >=15.0.7 + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + size: 280972 + timestamp: 1686545425074 - kind: conda - name: configargparse - version: '1.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 - md5: 0d07dc29b1c1cc973f76b74beb44915f - depends: - - python >=3.5 - license: MIT - license_family: MIT - size: 39491 - timestamp: 1690138171226 -- kind: conda - name: configargparse - version: '1.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 - md5: 0d07dc29b1c1cc973f76b74beb44915f - depends: - - python >=3.5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/configargparse?source=conda-forge-mapping - size: 39491 - timestamp: 1690138171226 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h0ca7971_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 - md5: a4c478d3b64c81d1742dc8073e4996b6 - depends: - - libcxx >=16 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 232611 - timestamp: 1712430213507 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h0ca7971_0 + name: gts + version: 0.7.6 + build: h53e17e3_4 + build_number: 4 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 - md5: a4c478d3b64c81d1742dc8073e4996b6 + url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda + sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 + md5: 848cc963fcfbd063c7a023024aa3bec0 depends: - - libcxx >=16 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 232611 - timestamp: 1712430213507 + - libcxx >=15.0.7 + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 280972 + timestamp: 1686545425074 - kind: conda - name: contourpy - version: 1.2.1 - build: py39h1f6ef14_0 + name: gts + version: 0.7.6 + build: h6b5321d_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 - md5: 03e25c6bae87f4f9595337255b44b0fb + url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda + sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 + md5: a41f14768d5e377426ad60c613f2923b depends: - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libglib >=2.76.3,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 186813 - timestamp: 1712430556544 + license: LGPL-2.0-or-later + license_family: LGPL + size: 188688 + timestamp: 1686545648050 - kind: conda - name: contourpy - version: 1.2.1 - build: py39h1f6ef14_0 + name: gts + version: 0.7.6 + build: h6b5321d_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 - md5: 03e25c6bae87f4f9595337255b44b0fb + url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda + sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 + md5: a41f14768d5e377426ad60c613f2923b depends: - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libglib >=2.76.3,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 186813 - timestamp: 1712430556544 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h48c5dd5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d - md5: 2c4998473ca34fa4df959bd90eb9247a - depends: - - libcxx >=16 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 225466 - timestamp: 1712430376578 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h48c5dd5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d - md5: 2c4998473ca34fa4df959bd90eb9247a - depends: - - libcxx >=16 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 225466 - timestamp: 1712430376578 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 188688 + timestamp: 1686545648050 - kind: conda - name: contourpy - version: 1.2.1 - build: py39h7633fee_0 + name: gts + version: 0.7.6 + build: h977cf35_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc - md5: bdc188e59857d6efab332714e0d01d93 + url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda + sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b + md5: 4d8df0b0db060d33c9a702ada998a8fe depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 241771 - timestamp: 1712430062056 + license: LGPL-2.0-or-later + license_family: LGPL + size: 318312 + timestamp: 1686545244763 - kind: conda - name: contourpy - version: 1.2.1 - build: py39h7633fee_0 + name: gts + version: 0.7.6 + build: h977cf35_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc - md5: bdc188e59857d6efab332714e0d01d93 + url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda + sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b + md5: 4d8df0b0db060d33c9a702ada998a8fe depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 241771 - timestamp: 1712430062056 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 318312 + timestamp: 1686545244763 - kind: conda - name: contourpy - version: 1.2.1 - build: py39hd16970a_0 + name: gts + version: 0.7.6 + build: he293c15_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 - md5: 66b9718539ecdd38876b0176c315bcad + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda + sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c + md5: 2aeaeddbd89e84b60165463225814cfc depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 248196 - timestamp: 1712430213230 + license: LGPL-2.0-or-later + license_family: LGPL + size: 332673 + timestamp: 1686545222091 - kind: conda - name: contourpy - version: 1.2.1 - build: py39hd16970a_0 + name: gts + version: 0.7.6 + build: he293c15_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 - md5: 66b9718539ecdd38876b0176c315bcad + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda + sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c + md5: 2aeaeddbd89e84b60165463225814cfc depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - numpy >=1.20 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 248196 - timestamp: 1712430213230 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 332673 + timestamp: 1686545222091 - kind: conda - name: cycler - version: 0.12.1 - build: pyhd8ed1ab_0 + name: gts + version: 0.7.6 + build: he42f4ea_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda + sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba + md5: 21b4dd3098f63a74cf2aa9159cbef57d + depends: + - libcxx >=15.0.7 + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + size: 304331 + timestamp: 1686545503242 +- kind: conda + name: gts + version: 0.7.6 + build: he42f4ea_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda + sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba + md5: 21b4dd3098f63a74cf2aa9159cbef57d + depends: + - libcxx >=15.0.7 + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 304331 + timestamp: 1686545503242 +- kind: conda + name: h2 + version: 4.1.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - md5: 5cd86562580f274031ede6aa6aa24441 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c + md5: 825927dc7b0f287ef8d4d0011bb113b1 depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - size: 13458 - timestamp: 1696677888423 + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.9 + license: MIT + license_family: MIT + size: 52000 + timestamp: 1733298867359 - kind: conda - name: cycler - version: 0.12.1 - build: pyhd8ed1ab_0 + name: h2 + version: 4.1.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - md5: 5cd86562580f274031ede6aa6aa24441 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c + md5: 825927dc7b0f287ef8d4d0011bb113b1 depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/cycler?source=conda-forge-mapping - size: 13458 - timestamp: 1696677888423 + - pkg:pypi/h2?source=conda-forge-mapping + size: 52000 + timestamp: 1733298867359 - kind: conda - name: dbus - version: 1.13.6 - build: h5008d03_3 - build_number: 3 + name: harfbuzz + version: 10.1.0 + build: h0b3b770_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - md5: ecfff944ba3960ecb334b9a2663d708d + url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda + sha256: da2b3b3c1fc34444fa484ed227e4c2d313cdff2ed3ce5a45d01f07b78f9273f8 + md5: ab1d7d56034814f4c3ed9f69f8c68806 depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 618596 - timestamp: 1640112124844 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + license: MIT + license_family: MIT + size: 1600521 + timestamp: 1733706966476 - kind: conda - name: dbus - version: 1.13.6 - build: h5008d03_3 - build_number: 3 + name: harfbuzz + version: 10.1.0 + build: h0b3b770_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - md5: ecfff944ba3960ecb334b9a2663d708d + url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda + sha256: da2b3b3c1fc34444fa484ed227e4c2d313cdff2ed3ce5a45d01f07b78f9273f8 + md5: ab1d7d56034814f4c3ed9f69f8c68806 depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + license: MIT + license_family: MIT purls: [] - size: 618596 - timestamp: 1640112124844 + size: 1600521 + timestamp: 1733706966476 - kind: conda - name: debugpy - version: 1.8.2 - build: py39h09c4c31_0 + name: harfbuzz + version: 10.1.0 + build: h467a7e8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda - sha256: 1a605c201fe38e44000713b0d493532103af13e127a85d52f67b94c4384ca6a7 - md5: 2a6a6fbedb20cdf21c83142bef220608 + url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda + sha256: 1a8583682f40ad848e650276b8b2f7116f50f94745a12aaff8aff5afd22599c9 + md5: 0c16053a4be93d286e4e86fdccdd7295 depends: - __osx >=10.13 - - libcxx >=16 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1845508 - timestamp: 1719378927809 + size: 1399328 + timestamp: 1733707122714 - kind: conda - name: debugpy - version: 1.8.2 - build: py39h6e76b30_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda - sha256: 5dd7a4e595ad82be8ab29507768de13d4ef612047d88553ce90c3c59ce2752a7 - md5: 277adafd4f84a5c3c84d5028d978f4a8 + name: harfbuzz + version: 10.1.0 + build: h467a7e8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda + sha256: 1a8583682f40ad848e650276b8b2f7116f50f94745a12aaff8aff5afd22599c9 + md5: 0c16053a4be93d286e4e86fdccdd7295 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - __osx >=10.13 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1897519 - timestamp: 1719378937312 + purls: [] + size: 1399328 + timestamp: 1733707122714 - kind: conda - name: debugpy - version: 1.8.2 - build: py39h84cc369_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda - sha256: b7a8a46f84b05ea8311f9b88d90d4667ee17b4a230d63459673d6d92883f4603 - md5: 424efb85a8a177259c8ee3b536ed5de2 + name: harfbuzz + version: 10.1.0 + build: h9df47df_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda + sha256: 8b56a8e0847a2a86a80211f5c5e4f19d0d7fa0be12cc1a5337e555857757cc6d + md5: bbd10a18fb41d0892fbb3aa810b4937d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - __osx >=11.0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1952592 - timestamp: 1719378842049 + size: 1357252 + timestamp: 1733707517728 - kind: conda - name: debugpy - version: 1.8.2 - build: py39ha51f57c_0 + name: harfbuzz + version: 10.1.0 + build: h9df47df_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda + sha256: 8b56a8e0847a2a86a80211f5c5e4f19d0d7fa0be12cc1a5337e555857757cc6d + md5: bbd10a18fb41d0892fbb3aa810b4937d + depends: + - __osx >=11.0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1357252 + timestamp: 1733707517728 +- kind: conda + name: harfbuzz + version: 10.1.0 + build: ha6ce084_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e - md5: 1c6118c0f12a412582242bd087e4c136 + url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda + sha256: 47c58914d172a6f75e882be8a192f4b5eb7017d2bab8efb572c825c66beac384 + md5: ad1da267c13505dbcc7fb9f0d21f24ae depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2831905 - timestamp: 1719379131318 + size: 1100980 + timestamp: 1733707770488 - kind: conda - name: debugpy - version: 1.8.2 - build: py39hbf7db11_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda - sha256: 804dc9abc5d73d55b8e2a9669248889a8b1c946055d23dfdcf55b98a2d7e7af1 - md5: 7818afb9cf3596235345d1edba849165 + name: harfbuzz + version: 10.1.0 + build: ha6ce084_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda + sha256: 47c58914d172a6f75e882be8a192f4b5eb7017d2bab8efb572c825c66beac384 + md5: ad1da267c13505dbcc7fb9f0d21f24ae depends: - - __osx >=11.0 - - libcxx >=16 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1823956 - timestamp: 1719378906513 -- kind: conda - name: decorator - version: 5.1.1 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/decorator?source=conda-forge-mapping - size: 12072 - timestamp: 1641555714315 -- kind: pypi - name: defusedxml - version: 0.7.1 - url: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 - requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: conda - name: docutils - version: 0.20.1 - build: py39h2804cbe_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda - sha256: ab092e0c2f4084e0b7e38893a05e81d807a07a6a4a965bec027c39e4147672b7 - md5: 70e347b3f092848cf7eb473b3ee3a72b - depends: - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 708124 - timestamp: 1701883210803 -- kind: conda - name: docutils - version: 0.20.1 - build: py39h6e9494a_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda - sha256: 4dcabec8ce6d47cf465c902b0ed6142fb1e86ce7e3a676458c39d02aedd750a6 - md5: e62f04874e6143288ee89ca941dcc302 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706047 - timestamp: 1701883093890 + purls: [] + size: 1100980 + timestamp: 1733707770488 - kind: conda - name: docutils - version: 0.20.1 - build: py39ha65689a_3 - build_number: 3 + name: harfbuzz + version: 10.1.0 + build: hbdc1db7_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda - sha256: 4b56431e3f09f67dad2c94a8544554c1528918926339d54d6c7c4ad2496f2d0e - md5: 49c8586dae52d03a328d9a63f6ad2937 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706384 - timestamp: 1701884077283 -- kind: conda - name: docutils - version: 0.20.1 - build: py39hcbf5309_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda - sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d - md5: 47cec089153a05d38df88a6fa9aa6119 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda + sha256: 69a269f04f72632f5949e422c2ff673e408a76a9bf451e4e4e58a0996e1e8e65 + md5: 881e8d9b31e1a7335d4dea4d66851bc0 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 757111 - timestamp: 1701883327171 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + license: MIT + license_family: MIT + size: 1626591 + timestamp: 1733709685847 - kind: conda - name: docutils - version: 0.20.1 - build: py39hf3d152e_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda - sha256: fe2b7316146a73a33fd16c637e6e82c2638e91d1b8c95560b9c477a6f3082b6d - md5: 09a48956e1c155907fd0d626f3e80f2e + name: harfbuzz + version: 10.1.0 + build: hbdc1db7_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda + sha256: 69a269f04f72632f5949e422c2ff673e408a76a9bf451e4e4e58a0996e1e8e65 + md5: 881e8d9b31e1a7335d4dea4d66851bc0 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706306 - timestamp: 1701882760318 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + license: MIT + license_family: MIT + purls: [] + size: 1626591 + timestamp: 1733709685847 - kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_0 + name: hpack + version: 4.0.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 - md5: d02ae936e42063ca46af6cdad2dbd1e0 + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 + md5: 2aa5ff7fa34a81b9196532c84c10d865 depends: - - python >=3.7 - license: MIT and PSF-2.0 - size: 20418 - timestamp: 1720869435725 + - python >=3.9 + license: MIT + license_family: MIT + size: 29412 + timestamp: 1733299296857 - kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_0 + name: hpack + version: 4.0.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 - md5: d02ae936e42063ca46af6cdad2dbd1e0 + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 + md5: 2aa5ff7fa34a81b9196532c84c10d865 depends: - - python >=3.7 - license: MIT and PSF-2.0 + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/exceptiongroup?source=conda-forge-mapping - size: 20418 - timestamp: 1720869435725 + - pkg:pypi/hpack?source=conda-forge-mapping + size: 29412 + timestamp: 1733299296857 - kind: conda - name: execnet - version: 2.1.1 - build: pyhd8ed1ab_0 + name: hyperframe + version: 6.0.1 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 - md5: 15dda3cdbf330abfe9f555d22f66db46 + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b + md5: 566e75c90c1d0c8c459eb0ad9833dc7a depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT - size: 38883 - timestamp: 1712591929944 + size: 17239 + timestamp: 1733298862681 - kind: conda - name: execnet - version: 2.1.1 - build: pyhd8ed1ab_0 + name: hyperframe + version: 6.0.1 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 - md5: 15dda3cdbf330abfe9f555d22f66db46 + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b + md5: 566e75c90c1d0c8c459eb0ad9833dc7a depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/execnet?source=conda-forge-mapping - size: 38883 - timestamp: 1712591929944 + - pkg:pypi/hyperframe?source=conda-forge-mapping + size: 17239 + timestamp: 1733298862681 - kind: conda - name: executing - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - md5: e16be50e378d8a4533b989035b196ab8 + name: icu + version: '75.1' + build: h120a0e1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 + md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - - python >=2.7 + - __osx >=10.13 license: MIT license_family: MIT - purls: - - pkg:pypi/executing?source=conda-forge-mapping - size: 27689 - timestamp: 1698580072627 + size: 11761697 + timestamp: 1720853679409 - kind: conda - name: expat - version: 2.6.2 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 - md5: 6d31100ba1e12773b4f1ef0693fb0169 + name: icu + version: '75.1' + build: h120a0e1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 + md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - - libexpat 2.6.2 h2f0025b_0 - - libgcc-ng >=12 + - __osx >=10.13 license: MIT license_family: MIT - size: 128302 - timestamp: 1710362329008 + purls: [] + size: 11761697 + timestamp: 1720853679409 - kind: conda - name: expat - version: 2.6.2 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 - md5: 6d31100ba1e12773b4f1ef0693fb0169 - depends: - - libexpat 2.6.2 h2f0025b_0 - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 128302 - timestamp: 1710362329008 -- kind: conda - name: expat - version: 2.6.2 - build: h59595ed_0 + name: icu + version: '75.1' + build: he02047a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda - sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 - md5: 53fb86322bdb89496d7579fe3f02fd61 + url: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + md5: 8b189310083baabfb622af68fd9d3ae3 depends: - - libexpat 2.6.2 h59595ed_0 + - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 137627 - timestamp: 1710362144873 + size: 12129203 + timestamp: 1720853576813 - kind: conda - name: expat - version: 2.6.2 - build: h59595ed_0 + name: icu + version: '75.1' + build: he02047a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda - sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 - md5: 53fb86322bdb89496d7579fe3f02fd61 + url: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + md5: 8b189310083baabfb622af68fd9d3ae3 depends: - - libexpat 2.6.2 h59595ed_0 + - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 137627 - timestamp: 1710362144873 + size: 12129203 + timestamp: 1720853576813 - kind: conda - name: expat - version: 2.6.2 - build: h63175ca_0 + name: icu + version: '75.1' + build: he0c23c2_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 - md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 + md5: 8579b6bb8d18be7c0b27fb08adeeeb40 depends: - - libexpat 2.6.2 h63175ca_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 229627 - timestamp: 1710362661692 + size: 14544252 + timestamp: 1720853966338 - kind: conda - name: expat - version: 2.6.2 - build: h63175ca_0 + name: icu + version: '75.1' + build: he0c23c2_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 - md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 + md5: 8579b6bb8d18be7c0b27fb08adeeeb40 depends: - - libexpat 2.6.2 h63175ca_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 229627 - timestamp: 1710362661692 + size: 14544252 + timestamp: 1720853966338 - kind: conda - name: expat - version: 2.6.2 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda - sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 - md5: dc0882915da2ec74696ad87aa2350f27 + name: icu + version: '75.1' + build: hf9b3779_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 + md5: 268203e8b983fddb6412b36f2024e75c depends: - - libexpat 2.6.2 h73e2aa4_0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 126612 - timestamp: 1710362607162 + size: 12282786 + timestamp: 1720853454991 - kind: conda - name: expat - version: 2.6.2 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda - sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 - md5: dc0882915da2ec74696ad87aa2350f27 + name: icu + version: '75.1' + build: hf9b3779_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 + md5: 268203e8b983fddb6412b36f2024e75c depends: - - libexpat 2.6.2 h73e2aa4_0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 126612 - timestamp: 1710362607162 + size: 12282786 + timestamp: 1720853454991 - kind: conda - name: expat - version: 2.6.2 - build: hebf3989_0 + name: icu + version: '75.1' + build: hfee45f7_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda - sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a - md5: de0cff0ec74f273c4b6aa281479906c3 + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 + md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - - libexpat 2.6.2 hebf3989_0 + - __osx >=11.0 license: MIT license_family: MIT - size: 124594 - timestamp: 1710362455984 + size: 11857802 + timestamp: 1720853997952 - kind: conda - name: expat - version: 2.6.2 - build: hebf3989_0 + name: icu + version: '75.1' + build: hfee45f7_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda - sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a - md5: de0cff0ec74f273c4b6aa281479906c3 + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 + md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - - libexpat 2.6.2 hebf3989_0 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 124594 - timestamp: 1710362455984 + size: 11857802 + timestamp: 1720853997952 - kind: conda - name: filelock - version: 3.15.4 - build: pyhd8ed1ab_0 + name: idna + version: '3.10' + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a - md5: 0e7e4388e9d5283e22b35a9443bdbcc9 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 39a4f67be3286c86d696df570b1201b7 depends: - - python >=3.7 - license: Unlicense - size: 17592 - timestamp: 1719088395353 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 49765 + timestamp: 1733211921194 - kind: conda - name: filelock - version: 3.15.4 - build: pyhd8ed1ab_0 + name: idna + version: '3.10' + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a - md5: 0e7e4388e9d5283e22b35a9443bdbcc9 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 39a4f67be3286c86d696df570b1201b7 depends: - - python >=3.7 - license: Unlicense - purls: - - pkg:pypi/filelock?source=conda-forge-mapping - size: 17592 - timestamp: 1719088395353 -- kind: conda - name: fiona - version: 1.9.6 - build: py39h0760b8a_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad - md5: 77a00a30f5601c7a5266fcf77381bdd6 - depends: - - __osx >=11.0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 835617 - timestamp: 1722411895618 + purls: + - pkg:pypi/idna?source=conda-forge-mapping + size: 49765 + timestamp: 1733211921194 - kind: conda - name: fiona - version: 1.9.6 - build: py39h0760b8a_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad - md5: 77a00a30f5601c7a5266fcf77381bdd6 + name: imagesize + version: 1.4.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 7de5386c8fea29e76b303f37dde4c352 depends: - - __osx >=11.0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD + - python >=3.4 + license: MIT + license_family: MIT purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 835617 - timestamp: 1722411895618 + - pkg:pypi/imagesize?source=conda-forge-mapping + size: 10164 + timestamp: 1656939625410 - kind: conda - name: fiona - version: 1.9.6 - build: py39h3c07364_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - sha256: 0b67159eeb5b2711c7bb2a42aad03dcdc9866dab56cc13f09cbd33b90ab279b8 - md5: bb34d4d3e70b2a18ec18ec3b4420b725 + name: importlib-metadata + version: 8.5.0 + build: pyha770c72_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 + md5: 315607a3030ad5d5227e76e0733798ff depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - size: 935148 - timestamp: 1722411828865 + - python >=3.9 + - zipp >=0.5 + license: Apache-2.0 + license_family: APACHE + size: 28623 + timestamp: 1733223207185 - kind: conda - name: fiona - version: 1.9.6 - build: py39h3c07364_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - sha256: 0b67159eeb5b2711c7bb2a42aad03dcdc9866dab56cc13f09cbd33b90ab279b8 - md5: bb34d4d3e70b2a18ec18ec3b4420b725 + name: importlib-metadata + version: 8.5.0 + build: pyha770c72_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 + md5: 315607a3030ad5d5227e76e0733798ff depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD + - python >=3.9 + - zipp >=0.5 + license: Apache-2.0 + license_family: APACHE purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 935148 - timestamp: 1722411828865 + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 28623 + timestamp: 1733223207185 - kind: conda - name: fiona - version: 1.9.6 - build: py39h7434916_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - sha256: d635cbb630d14de919884ef4bbb21676366cb25929382afb93a29beb07075354 - md5: 126e1d468a8d8b9660427c8f6a74b2cf + name: importlib-resources + version: 6.4.5 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + sha256: 6f0dd1966593ac8b9c9cc86a6c38febd1001048cc911c1cad0838d6297b5711d + md5: 59561d9b70f9df3b884c29910eba6593 depends: - - __osx >=10.13 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - size: 837517 - timestamp: 1722411918275 + - importlib_resources >=6.4.5,<6.4.6.0a0 + - python >=3.9 + license: Apache-2.0 + license_family: APACHE + size: 9598 + timestamp: 1733231448458 - kind: conda - name: fiona - version: 1.9.6 - build: py39h7434916_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - sha256: d635cbb630d14de919884ef4bbb21676366cb25929382afb93a29beb07075354 - md5: 126e1d468a8d8b9660427c8f6a74b2cf + name: importlib-resources + version: 6.4.5 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda + sha256: 6f0dd1966593ac8b9c9cc86a6c38febd1001048cc911c1cad0838d6297b5711d + md5: 59561d9b70f9df3b884c29910eba6593 depends: - - __osx >=10.13 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD + - importlib_resources >=6.4.5,<6.4.6.0a0 + - python >=3.9 + license: Apache-2.0 + license_family: APACHE purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 837517 - timestamp: 1722411918275 + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 9598 + timestamp: 1733231448458 - kind: conda - name: fiona - version: 1.9.6 - build: py39ha18aef2_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c - md5: b6ce97c5802c470b64ad47f286c2b276 + name: importlib_resources + version: 6.4.5 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + sha256: 461199e429a3db01f0a673f8beaac5e0be75b88895952fb9183f2ab01c5c3c24 + md5: 15798fa69312d433af690c8c42b3fb36 depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 814844 - timestamp: 1722412467645 + - python >=3.9 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.4.5,<6.4.6.0a0 + license: Apache-2.0 + license_family: APACHE + size: 32701 + timestamp: 1733231441973 - kind: conda - name: fiona - version: 1.9.6 - build: py39ha18aef2_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c - md5: b6ce97c5802c470b64ad47f286c2b276 - depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 814844 - timestamp: 1722412467645 -- kind: conda - name: fiona - version: 1.9.6 - build: py39hd0e8ec2_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 - md5: c91ae4388db98e870a95dfabaaaa3d4f - depends: - - __glibc >=2.17,<3.0.a0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - size: 954367 - timestamp: 1722411718762 -- kind: conda - name: fiona - version: 1.9.6 - build: py39hd0e8ec2_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 - md5: c91ae4388db98e870a95dfabaaaa3d4f - depends: - - __glibc >=2.17,<3.0.a0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 954367 - timestamp: 1722411718762 -- kind: conda - name: flaky - version: 3.8.1 - build: pyhd8ed1ab_0 + name: importlib_resources + version: 6.4.5 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 - md5: 4673657910db1d7914dc272124fe03ae + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda + sha256: 461199e429a3db01f0a673f8beaac5e0be75b88895952fb9183f2ab01c5c3c24 + md5: 15798fa69312d433af690c8c42b3fb36 depends: - - python >=3.6 + - python >=3.9 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.4.5,<6.4.6.0a0 license: Apache-2.0 - license_family: Apache - size: 22156 - timestamp: 1710293112378 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 32701 + timestamp: 1733231441973 - kind: conda - name: flaky - version: 3.8.1 - build: pyhd8ed1ab_0 + name: iniconfig + version: 2.0.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 - md5: 4673657910db1d7914dc272124fe03ae - depends: - - python >=3.6 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/flaky?source=conda-forge-mapping - size: 22156 - timestamp: 1710293112378 -- kind: conda - name: fmt - version: 11.0.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda - sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 - md5: 18a370942db21a7f527c2d18ac3240c6 - depends: - - __osx >=10.13 - - libcxx >=16 - license: MIT - license_family: MIT - size: 182493 - timestamp: 1720363574426 -- kind: conda - name: fmt - version: 11.0.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda - sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 - md5: 18a370942db21a7f527c2d18ac3240c6 - depends: - - __osx >=10.13 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 182493 - timestamp: 1720363574426 -- kind: conda - name: fmt - version: 11.0.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda - sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae - md5: 0fdce5c605afb582ffe039f65cf09aad - depends: - - __osx >=11.0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 178026 - timestamp: 1720363634143 -- kind: conda - name: fmt - version: 11.0.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda - sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae - md5: 0fdce5c605afb582ffe039f65cf09aad - depends: - - __osx >=11.0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 178026 - timestamp: 1720363634143 -- kind: conda - name: fmt - version: 11.0.1 - build: h434a139_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda - sha256: 374c969801064e4317007f8e48494f4f7c843b455a41adee41c56f40e5ceea6f - md5: 0568852d3fc5d4854bbfa530cf2a38ab - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 194967 - timestamp: 1720363557415 -- kind: conda - name: fmt - version: 11.0.1 - build: h434a139_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda - sha256: 374c969801064e4317007f8e48494f4f7c843b455a41adee41c56f40e5ceea6f - md5: 0568852d3fc5d4854bbfa530cf2a38ab - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 194967 - timestamp: 1720363557415 -- kind: conda - name: fmt - version: 11.0.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda - sha256: 5987d2c3558f03618d90394188319472f9773fa94d18ce86d7fd8cc3cc71c9f4 - md5: 747ff056b54ea0317090448ea9e83116 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca + md5: 6837f3eff7dcea42ecd714ce1ac2b108 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - python >=3.9 license: MIT license_family: MIT - size: 192283 - timestamp: 1720363541175 + size: 11474 + timestamp: 1733223232820 - kind: conda - name: fmt - version: 11.0.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda - sha256: 5987d2c3558f03618d90394188319472f9773fa94d18ce86d7fd8cc3cc71c9f4 - md5: 747ff056b54ea0317090448ea9e83116 + name: iniconfig + version: 2.0.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca + md5: 6837f3eff7dcea42ecd714ce1ac2b108 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 192283 - timestamp: 1720363541175 + purls: + - pkg:pypi/iniconfig?source=conda-forge-mapping + size: 11474 + timestamp: 1733223232820 - kind: conda - name: fmt - version: 11.0.1 - build: h7f575de_0 + name: intel-openmp + version: 2024.2.1 + build: h57928b3_1083 + build_number: 1083 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda - sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 - md5: af430df6ac41b09d5ef99fe60a108a3a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 189241 - timestamp: 1720363932863 + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 + md5: 2d89243bfb53652c182a7c73182cce4f + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary + size: 1852356 + timestamp: 1723739573141 - kind: conda - name: fmt - version: 11.0.1 - build: h7f575de_0 + name: intel-openmp + version: 2024.2.1 + build: h57928b3_1083 + build_number: 1083 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda - sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 - md5: af430df6ac41b09d5ef99fe60a108a3a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 + md5: 2d89243bfb53652c182a7c73182cce4f + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary purls: [] - size: 189241 - timestamp: 1720363932863 + size: 1852356 + timestamp: 1723739573141 - kind: conda - name: font-ttf-dejavu-sans-mono - version: '2.37' - build: hab24e00_0 + name: ipykernel + version: 6.29.5 + build: pyh3099207_0 subdir: noarch - 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 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda + sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a + md5: b40131ab6a36ac2c09b7c57d4d3fbf99 + 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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 license: BSD-3-Clause license_family: BSD - size: 397370 - timestamp: 1566932522327 + purls: + - pkg:pypi/ipykernel?source=conda-forge-mapping + size: 119084 + timestamp: 1719845605084 - kind: conda - name: font-ttf-dejavu-sans-mono - version: '2.37' - build: hab24e00_0 + name: ipykernel + version: 6.29.5 + build: pyh4bbf305_0 subdir: noarch - 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 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda + sha256: dc569094125127c0078aa536f78733f383dd7e09507277ef8bcd1789786e7086 + md5: 18df5fc4944a679e085e0e8f31775fc8 + 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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 license: BSD-3-Clause license_family: BSD - purls: [] - size: 397370 - timestamp: 1566932522327 + purls: + - pkg:pypi/ipykernel?source=conda-forge-mapping + size: 119853 + timestamp: 1719845858082 - kind: conda - name: font-ttf-inconsolata - version: '3.000' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - md5: 34893075a5c9e55cdafac56607368fc6 - license: OFL-1.1 - license_family: Other - size: 96530 - timestamp: 1620479909603 + name: ipykernel + version: 6.29.5 + build: pyh57ce528_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda + sha256: 072534d4d379225b2c3a4e38bc7730b65ae171ac7f0c2d401141043336e97980 + md5: 9eb15d654daa0ef5a98802f586bb4ffc + 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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/ipykernel?source=conda-forge-mapping + size: 119568 + timestamp: 1719845667420 - kind: conda - name: font-ttf-inconsolata - version: '3.000' - build: h77eed37_0 + name: ipython + version: 8.18.1 + build: pyh707e725_3 + build_number: 3 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - md5: 34893075a5c9e55cdafac56607368fc6 - license: OFL-1.1 - license_family: Other - purls: [] - size: 96530 - timestamp: 1620479909603 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda + sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b + md5: 15c6f45a45f7ac27f6d60b0b084f6761 + depends: + - __unix + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pexpect >4.3 + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.9 + - stack_data + - traitlets >=5 + - typing_extensions + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/ipython?source=conda-forge-mapping + size: 591040 + timestamp: 1701831872415 - kind: conda - name: font-ttf-source-code-pro - version: '2.038' - build: h77eed37_0 + name: ipython + version: 8.18.1 + build: pyh7428d3b_3 + build_number: 3 subdir: noarch - 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 - license: OFL-1.1 - license_family: Other - size: 700814 - timestamp: 1620479612257 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda + sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 + md5: 656a798e52fbe1ca72f7d97b3c36aeff + depends: + - __win + - colorama + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.9 + - stack_data + - traitlets >=5 + - typing_extensions + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/ipython?source=conda-forge-mapping + size: 590143 + timestamp: 1701832398069 - kind: conda - name: font-ttf-source-code-pro - version: '2.038' - build: h77eed37_0 + name: jedi + version: 0.19.2 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch - 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 - license: OFL-1.1 - license_family: Other - purls: [] - size: 700814 - timestamp: 1620479612257 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + depends: + - parso >=0.8.3,<0.9.0 + - python >=3.9 + license: Apache-2.0 AND MIT + purls: + - pkg:pypi/jedi?source=conda-forge-mapping + size: 843646 + timestamp: 1733300981994 - kind: conda - name: font-ttf-ubuntu - version: '0.83' - build: h77eed37_2 - build_number: 2 + name: jinja2 + version: 3.1.5 + build: pyhd8ed1ab_0 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda - sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 - md5: cbbe59391138ea5ad3658c76912e147f - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - size: 1622566 - timestamp: 1714483134319 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 + md5: 2752a6ed44105bfb18c9bef1177d9dcd + depends: + - markupsafe >=2.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 112561 + timestamp: 1734824044952 - kind: conda - name: font-ttf-ubuntu - version: '0.83' - build: h77eed37_2 - build_number: 2 + name: jinja2 + version: 3.1.5 + build: pyhd8ed1ab_0 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda - sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 - md5: cbbe59391138ea5ad3658c76912e147f - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - purls: [] - size: 1622566 - timestamp: 1714483134319 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 + md5: 2752a6ed44105bfb18c9bef1177d9dcd + depends: + - markupsafe >=2.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jinja2?source=conda-forge-mapping + size: 112561 + timestamp: 1734824044952 - kind: conda - name: fontconfig - version: 2.14.2 - build: h14ed4e7_0 + name: json-c + version: '0.18' + build: h6688a6e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 - md5: 0f69b688f52ff6da70bccb7ff7001d1d + url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + sha256: 09e706cb388d3ea977fabcee8e28384bdaad8ce1fc49340df5f868a2bd95a7da + md5: 38f5dbc9ac808e31c00650f7be1db93f 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,<2.0.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 272010 - timestamp: 1674828850194 + size: 82709 + timestamp: 1726487116178 - kind: conda - name: fontconfig - version: 2.14.2 - build: h14ed4e7_0 + name: json-c + version: '0.18' + build: h6688a6e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 - md5: 0f69b688f52ff6da70bccb7ff7001d1d + url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + sha256: 09e706cb388d3ea977fabcee8e28384bdaad8ce1fc49340df5f868a2bd95a7da + md5: 38f5dbc9ac808e31c00650f7be1db93f 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,<2.0.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 272010 - timestamp: 1674828850194 + size: 82709 + timestamp: 1726487116178 - kind: conda - name: fontconfig - version: 2.14.2 - build: h5bb23bf_0 + name: json-c + version: '0.18' + build: hc62ec3d_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 - md5: 86cc5867dfbee4178118392bae4a3c89 + url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + sha256: b58f8002318d6b880a98e1b0aa943789b3b0f49334a3bdb9c19b463a0b799cad + md5: 2c5a3c42de607dda0cfa0edd541fd279 depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __osx >=10.13 license: MIT license_family: MIT - size: 237068 - timestamp: 1674829100063 + size: 71514 + timestamp: 1726487153769 - kind: conda - name: fontconfig - version: 2.14.2 - build: h5bb23bf_0 + name: json-c + version: '0.18' + build: hc62ec3d_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 - md5: 86cc5867dfbee4178118392bae4a3c89 + url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + sha256: b58f8002318d6b880a98e1b0aa943789b3b0f49334a3bdb9c19b463a0b799cad + md5: 2c5a3c42de607dda0cfa0edd541fd279 depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 237068 - timestamp: 1674829100063 + size: 71514 + timestamp: 1726487153769 - kind: conda - name: fontconfig - version: 2.14.2 - build: h82840c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b - md5: f77d47ddb6d3cc5b39b9bdf65635afbb + name: json-c + version: '0.18' + build: hd4cd8d4_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + sha256: 54794a9aaeabb4d9010574f92e13c20f2fe9a8b5ec7cacf033d50cc339c86e32 + md5: 9c23430bcadd724434a88657abbeef46 depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libgcc >=13 license: MIT license_family: MIT - size: 237668 - timestamp: 1674829263740 + size: 89391 + timestamp: 1726487169057 - kind: conda - name: fontconfig - version: 2.14.2 - build: h82840c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b - md5: f77d47ddb6d3cc5b39b9bdf65635afbb + name: json-c + version: '0.18' + build: hd4cd8d4_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + sha256: 54794a9aaeabb4d9010574f92e13c20f2fe9a8b5ec7cacf033d50cc339c86e32 + md5: 9c23430bcadd724434a88657abbeef46 depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 237668 - timestamp: 1674829263740 + size: 89391 + timestamp: 1726487169057 - kind: conda - name: fontconfig - version: 2.14.2 - build: ha9a116f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 - md5: 6d2d19ea85f9d41534cd28fdefd59a25 + name: json-c + version: '0.18' + build: he4178ee_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + sha256: 73179a1cd0b45c09d4f631cb359d9e755e6e573c5d908df42006728e0bf8297c + md5: 94f14ef6157687c30feb44e1abecd577 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,<2.0.0a0 + - __osx >=11.0 license: MIT license_family: MIT - size: 280375 - timestamp: 1674830224830 + size: 73715 + timestamp: 1726487214495 - kind: conda - name: fontconfig - version: 2.14.2 - build: ha9a116f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 - md5: 6d2d19ea85f9d41534cd28fdefd59a25 + name: json-c + version: '0.18' + build: he4178ee_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + sha256: 73179a1cd0b45c09d4f631cb359d9e755e6e573c5d908df42006728e0bf8297c + md5: 94f14ef6157687c30feb44e1abecd577 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,<2.0.0a0 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 280375 - timestamp: 1674830224830 + size: 73715 + timestamp: 1726487214495 - kind: conda - name: fontconfig - version: 2.14.2 - build: hbde0cde_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - md5: 08767992f1a4f1336a257af1241034bd + name: jsonschema + version: 3.2.0 + build: pyhd8ed1ab_3 + build_number: 3 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 + md5: 66125e28711d8ffc04a207a2b170316d depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 + - attrs >=17.4.0 + - importlib-metadata + - pyrsistent >=0.14.0 + - python >=3.6 + - setuptools + - six >=1.11.0 license: MIT license_family: MIT - size: 190111 - timestamp: 1674829354122 + size: 45999 + timestamp: 1614815999960 - kind: conda - name: fontconfig - version: 2.14.2 - build: hbde0cde_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - md5: 08767992f1a4f1336a257af1241034bd + name: jsonschema + version: 3.2.0 + build: pyhd8ed1ab_3 + build_number: 3 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 + md5: 66125e28711d8ffc04a207a2b170316d depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 + - attrs >=17.4.0 + - importlib-metadata + - pyrsistent >=0.14.0 + - python >=3.6 + - setuptools + - six >=1.11.0 license: MIT license_family: MIT - purls: [] - size: 190111 - timestamp: 1674829354122 + purls: + - pkg:pypi/jsonschema?source=conda-forge-mapping + size: 45999 + timestamp: 1614815999960 - kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' + name: jupyter_client + version: 8.6.3 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - md5: fee5683a3f04bd15cbd8318b096a27ab + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a + md5: 4ebae00eae9705b0c3d6d1018a81d047 depends: - - fonts-conda-forge + - importlib-metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.9 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - size: 3667 - timestamp: 1566974674465 + purls: + - pkg:pypi/jupyter-client?source=conda-forge-mapping + size: 106342 + timestamp: 1733441040958 - kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' + name: jupyter_core + version: 5.7.2 + build: pyh31011fe_1 + build_number: 1 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - md5: fee5683a3f04bd15cbd8318b096a27ab + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd + md5: 0a2980dada0dd7fd0998f0342308b1b1 depends: - - fonts-conda-forge + - __unix + - platformdirs >=2.5 + - python >=3.8 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - purls: [] - size: 3667 - timestamp: 1566974674465 + size: 57671 + timestamp: 1727163547058 - kind: conda - name: fonts-conda-forge - version: '1' - build: '0' + name: jupyter_core + version: 5.7.2 + build: pyh31011fe_1 + build_number: 1 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - md5: f766549260d6815b0c52253f1fb1bb29 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd + md5: 0a2980dada0dd7fd0998f0342308b1b1 depends: - - font-ttf-dejavu-sans-mono - - font-ttf-inconsolata - - font-ttf-source-code-pro - - font-ttf-ubuntu + - __unix + - platformdirs >=2.5 + - python >=3.8 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - size: 4102 - timestamp: 1566932280397 + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 57671 + timestamp: 1727163547058 - kind: conda - name: fonts-conda-forge - version: '1' - build: '0' + name: jupyter_core + version: 5.7.2 + build: pyh5737063_1 + build_number: 1 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - md5: f766549260d6815b0c52253f1fb1bb29 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd + md5: 46d87d1c0ea5da0aae36f77fa406e20d depends: - - font-ttf-dejavu-sans-mono - - font-ttf-inconsolata - - font-ttf-source-code-pro - - font-ttf-ubuntu + - __win + - cpython + - platformdirs >=2.5 + - python >=3.8 + - pywin32 >=300 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - purls: [] - size: 4102 - timestamp: 1566932280397 + size: 58269 + timestamp: 1727164026641 - kind: conda - name: fonttools - version: 4.53.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f - md5: 81bbae03542e491178a620a45ad0b474 + name: jupyter_core + version: 5.7.2 + build: pyh5737063_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd + md5: 46d87d1c0ea5da0aae36f77fa406e20d depends: - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - unicodedata2 >=14.0.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __win + - cpython + - platformdirs >=2.5 + - python >=3.8 + - pywin32 >=300 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 58269 + timestamp: 1727164026641 +- kind: pypi + name: jupyterlab-pygments + version: 0.3.0 + url: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl + sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 + requires_python: '>=3.8' +- kind: conda + name: jupytext + version: 1.16.6 + build: pyh80e38bb_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 + md5: f25972a8da0a44826594059a1bb4d82a + depends: + - markdown-it-py >=1.0 + - mdit-py-plugins + - nbformat + - packaging + - python >=3.9 + - pyyaml + - tomli license: MIT license_family: MIT - size: 1918855 - timestamp: 1720359431607 + size: 105177 + timestamp: 1734606557069 - kind: conda - name: fonttools - version: 4.53.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f - md5: 81bbae03542e491178a620a45ad0b474 + name: jupytext + version: 1.16.6 + build: pyh80e38bb_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 + md5: f25972a8da0a44826594059a1bb4d82a depends: - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - unicodedata2 >=14.0.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - markdown-it-py >=1.0 + - mdit-py-plugins + - nbformat + - packaging + - python >=3.9 + - pyyaml + - tomli license: MIT license_family: MIT purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 1918855 - timestamp: 1720359431607 + - pkg:pypi/jupytext?source=conda-forge-mapping + size: 105177 + timestamp: 1734606557069 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hcd6043d_0 + name: keyutils + version: 1.6.1 + build: h166bdaf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 - md5: 297804eca6ea16a835a869699095de1c + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: - - __glibc >=2.17,<3.0.a0 - - brotli - - libgcc-ng >=12 - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - size: 2291725 - timestamp: 1720359199280 + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + size: 117831 + timestamp: 1646151697040 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hcd6043d_0 + name: keyutils + version: 1.6.1 + build: h166bdaf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 - md5: 297804eca6ea16a835a869699095de1c + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: - - __glibc >=2.17,<3.0.a0 - - brotli - - libgcc-ng >=12 - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2291725 - timestamp: 1720359199280 + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + purls: [] + size: 117831 + timestamp: 1646151697040 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hded5825_0 + name: keyutils + version: 1.6.1 + build: h4e544f5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 + sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b + md5: 1f24853e59c68892452ef94ddd8afd4b + depends: + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + size: 112327 + timestamp: 1646166857935 +- kind: conda + name: keyutils + version: 1.6.1 + build: h4e544f5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 + sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b + md5: 1f24853e59c68892452ef94ddd8afd4b + depends: + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later + purls: [] + size: 112327 + timestamp: 1646166857935 +- kind: conda + name: kiwisolver + version: 1.4.7 + build: py39h0d8d0ca_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda - sha256: 99c06fd0f0d2a081828aef515612c69e6038dedfd153c60fd4729f9be18c8fb4 - md5: 8c66634a32e68d3d5a89209c6a182e4d + url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda + sha256: 5efa62bc526877e00b535768c7f11680837eb45cd94cc1a4a3f264c0d0796cd5 + md5: b7a88917676e918e17feaba71cfddbab depends: - __osx >=10.13 - - brotli - - munkres + - libcxx >=17 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - size: 2255095 - timestamp: 1720359320022 + license: BSD-3-Clause + license_family: BSD + size: 60192 + timestamp: 1725459428281 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hded5825_0 + name: kiwisolver + version: 1.4.7 + build: py39h0d8d0ca_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda - sha256: 99c06fd0f0d2a081828aef515612c69e6038dedfd153c60fd4729f9be18c8fb4 - md5: 8c66634a32e68d3d5a89209c6a182e4d + url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda + sha256: 5efa62bc526877e00b535768c7f11680837eb45cd94cc1a4a3f264c0d0796cd5 + md5: b7a88917676e918e17feaba71cfddbab depends: - __osx >=10.13 - - brotli - - munkres + - libcxx >=17 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2255095 - timestamp: 1720359320022 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 60192 + timestamp: 1725459428281 - kind: conda - name: fonttools - version: 4.53.1 - build: py39he257ee7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 - md5: e30df3a3431af304f87bbd0cd07d5674 + name: kiwisolver + version: 1.4.7 + build: py39h157d57c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda + sha256: 4cf473ab535c879a7c52cc424393b28d55d1cef862aef4b10d70e592de639db2 + md5: 6eceef984bf5995ff335d03d0529a436 depends: - - brotli - - libgcc-ng >=12 - - munkres + - __osx >=11.0 + - libcxx >=17 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - size: 2270665 - timestamp: 1720359277200 + license: BSD-3-Clause + license_family: BSD + size: 59272 + timestamp: 1725459740832 - kind: conda - name: fonttools - version: 4.53.1 - build: py39he257ee7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 - md5: e30df3a3431af304f87bbd0cd07d5674 + name: kiwisolver + version: 1.4.7 + build: py39h157d57c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda + sha256: 4cf473ab535c879a7c52cc424393b28d55d1cef862aef4b10d70e592de639db2 + md5: 6eceef984bf5995ff335d03d0529a436 depends: - - brotli - - libgcc-ng >=12 - - munkres + - __osx >=11.0 + - libcxx >=17 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2270665 - timestamp: 1720359277200 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 59272 + timestamp: 1725459740832 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hfea33bf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd - md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc + name: kiwisolver + version: 1.4.7 + build: py39h2b77a98_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 + md5: c116c25e2e36f770f065559ad2a1da73 depends: - - __osx >=11.0 - - brotli - - munkres - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - size: 2191482 - timestamp: 1720359270521 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + size: 55579 + timestamp: 1725459633517 - kind: conda - name: fonttools - version: 4.53.1 - build: py39hfea33bf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd - md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc + name: kiwisolver + version: 1.4.7 + build: py39h2b77a98_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 + md5: c116c25e2e36f770f065559ad2a1da73 depends: - - __osx >=11.0 - - brotli - - munkres - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2191482 - timestamp: 1720359270521 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 55579 + timestamp: 1725459633517 - kind: conda - name: fortran-language-server - version: 1.12.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad - md5: 6d2677b354c9596e77d4583ddc15aa00 + name: kiwisolver + version: 1.4.7 + build: py39h74842e3_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda + sha256: 862384b028e006e77a0489671c67bca552063d0c95c988798126bea340220d9d + md5: 1bf77976372ff6de02af7b75cf034ce5 depends: - - python >=3.6 - license: MIT - license_family: MIT - size: 62350 - timestamp: 1637570882364 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 72123 + timestamp: 1725459398524 - kind: conda - name: fortran-language-server - version: 1.12.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad - md5: 6d2677b354c9596e77d4583ddc15aa00 + name: kiwisolver + version: 1.4.7 + build: py39h74842e3_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda + sha256: 862384b028e006e77a0489671c67bca552063d0c95c988798126bea340220d9d + md5: 1bf77976372ff6de02af7b75cf034ce5 depends: - - python >=3.6 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/fortran-language-server?source=conda-forge-mapping - size: 62350 - timestamp: 1637570882364 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 72123 + timestamp: 1725459398524 - kind: conda - name: fprettify - version: 0.3.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 - md5: 153742a29b4c22ee54442fb93a0e9127 + name: kiwisolver + version: 1.4.7 + build: py39h78c8b8d_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda + sha256: 68803ebbdc70ed211c7c24da1a8ce5cdf8b1f55718e326cdfe5933b48891403d + md5: 8dc5516dd121089f14c1a557ecec3224 depends: - - configargparse - - python >=3.5 - license: GPL-3.0-or-later - license_family: GPL - size: 137690 - timestamp: 1637859635697 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + size: 72461 + timestamp: 1725460764435 - kind: conda - name: fprettify - version: 0.3.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 - md5: 153742a29b4c22ee54442fb93a0e9127 + name: kiwisolver + version: 1.4.7 + build: py39h78c8b8d_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda + sha256: 68803ebbdc70ed211c7c24da1a8ce5cdf8b1f55718e326cdfe5933b48891403d + md5: 8dc5516dd121089f14c1a557ecec3224 depends: - - configargparse - - python >=3.5 - license: GPL-3.0-or-later - license_family: GPL + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/fprettify?source=conda-forge-mapping - size: 137690 - timestamp: 1637859635697 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 72461 + timestamp: 1725460764435 - kind: conda - name: freetype - version: 2.12.1 - build: h267a509_2 - 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 + name: krb5 + version: 1.21.3 + build: h237132a_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda + sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b + md5: c6dc8a0fdec13a0565936655c33069a1 depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 634972 - timestamp: 1694615932610 + - __osx >=11.0 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + size: 1155530 + timestamp: 1719463474401 - kind: conda - name: freetype - version: 2.12.1 - build: h267a509_2 - 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 + name: krb5 + version: 1.21.3 + build: h237132a_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda + sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b + md5: c6dc8a0fdec13a0565936655c33069a1 depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL + - __osx >=11.0 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT purls: [] - size: 634972 - timestamp: 1694615932610 + size: 1155530 + timestamp: 1719463474401 - kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - build_number: 2 + name: krb5 + version: 1.21.3 + build: h37d8d59_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda - sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e - md5: 25152fce119320c980e5470e64834b50 + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda + sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c + md5: d4765c524b1d91567886bde656fb514b depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 599300 - timestamp: 1694616137838 + - __osx >=10.13 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + size: 1185323 + timestamp: 1719463492984 - kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - build_number: 2 + name: krb5 + version: 1.21.3 + build: h37d8d59_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda - sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e - md5: 25152fce119320c980e5470e64834b50 + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda + sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c + md5: d4765c524b1d91567886bde656fb514b depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL + - __osx >=10.13 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT purls: [] - size: 599300 - timestamp: 1694616137838 + size: 1185323 + timestamp: 1719463492984 - kind: conda - name: freetype - version: 2.12.1 - build: hadb7bae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 - md5: e6085e516a3e304ce41a8ee08b9b89ad + name: krb5 + version: 1.21.3 + build: h50a48e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda + sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 + md5: 29c10432a2ca1472b53f299ffb2ffa37 depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 596430 - timestamp: 1694616332835 -- kind: conda - name: freetype - version: 2.12.1 - build: hadb7bae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 - md5: e6085e516a3e304ce41a8ee08b9b89ad - depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 596430 - timestamp: 1694616332835 -- kind: conda - name: freetype - version: 2.12.1 - build: hdaf720e_2 - 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,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only OR FTL - size: 510306 - timestamp: 1694616398888 -- kind: conda - name: freetype - version: 2.12.1 - build: hdaf720e_2 - 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,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only OR FTL - purls: [] - size: 510306 - timestamp: 1694616398888 -- kind: conda - name: freetype - version: 2.12.1 - build: hf0a5ef3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 642092 - timestamp: 1694617858496 -- kind: conda - name: freetype - version: 2.12.1 - build: hf0a5ef3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 642092 - timestamp: 1694617858496 -- kind: conda - name: freexl - version: 2.0.0 - build: h3ec172f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - md5: 640c34a8084e2a812bcee5b804597fc9 - depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 54007 - timestamp: 1694952882265 -- kind: conda - name: freexl - version: 2.0.0 - build: h3ec172f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - md5: 640c34a8084e2a812bcee5b804597fc9 - depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 54007 - timestamp: 1694952882265 -- kind: conda - name: freexl - version: 2.0.0 - build: h5428426_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda - sha256: d1c1b82336de80f6b2045654ec980419520e32db9d54e75a41feb6180ab26c8a - md5: 1338ecf4f6072e376e87f3ae6bc34170 - depends: - - libexpat >=2.5.0,<3.0a0 + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 60545 - timestamp: 1694952753443 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + size: 1474620 + timestamp: 1719463205834 - kind: conda - name: freexl - version: 2.0.0 - build: h5428426_0 + name: krb5 + version: 1.21.3 + build: h50a48e9_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda - sha256: d1c1b82336de80f6b2045654ec980419520e32db9d54e75a41feb6180ab26c8a - md5: 1338ecf4f6072e376e87f3ae6bc34170 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda + sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 + md5: 29c10432a2ca1472b53f299ffb2ffa37 depends: - - libexpat >=2.5.0,<3.0a0 + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT purls: [] - size: 60545 - timestamp: 1694952753443 + size: 1474620 + timestamp: 1719463205834 - kind: conda - name: freexl - version: 2.0.0 - build: h743c826_0 + name: krb5 + version: 1.21.3 + build: h659f571_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - md5: 12e6988845706b2cfbc3bc35c9a61a95 + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 + md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: - - libexpat >=2.5.0,<3.0a0 + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 59769 - timestamp: 1694952692595 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + size: 1370023 + timestamp: 1719463201255 - kind: conda - name: freexl - version: 2.0.0 - build: h743c826_0 + name: krb5 + version: 1.21.3 + build: h659f571_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - md5: 12e6988845706b2cfbc3bc35c9a61a95 + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 + md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: - - libexpat >=2.5.0,<3.0a0 + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT purls: [] - size: 59769 - timestamp: 1694952692595 + size: 1370023 + timestamp: 1719463201255 - kind: conda - name: freexl - version: 2.0.0 - build: h8276f4a_0 + name: krb5 + version: 1.21.3 + build: hdf4eb48_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - md5: 8e02e06229c677cbc9f5dc69ba49052c + url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda + sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 + md5: 31aec030344e962fbd7dbbbbd68e60a9 depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MPL-1.1 - license_family: MOZILLA - size: 77439 - timestamp: 1694953013560 + license: MIT + license_family: MIT + size: 712034 + timestamp: 1719463874284 - kind: conda - name: freexl - version: 2.0.0 - build: h8276f4a_0 + name: krb5 + version: 1.21.3 + build: hdf4eb48_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - md5: 8e02e06229c677cbc9f5dc69ba49052c + url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda + sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 + md5: 31aec030344e962fbd7dbbbbd68e60a9 depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MPL-1.1 - license_family: MOZILLA + license: MIT + license_family: MIT purls: [] - size: 77439 - timestamp: 1694953013560 + size: 712034 + timestamp: 1719463874284 - kind: conda - name: freexl - version: 2.0.0 - build: hfbad9fb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda - sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 - md5: 40722e5f48287567cda6fb2ec1f7891b + name: lcms2 + version: '2.16' + build: h67d730c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda + sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 + md5: d3592435917b62a8becff3a60db674f6 depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 55132 - timestamp: 1694952828719 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 507632 + timestamp: 1701648249706 - kind: conda - name: freexl - version: 2.0.0 - build: hfbad9fb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda - sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 - md5: 40722e5f48287567cda6fb2ec1f7891b + name: lcms2 + version: '2.16' + build: h67d730c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda + sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 + md5: d3592435917b62a8becff3a60db674f6 depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 55132 - timestamp: 1694952828719 + size: 507632 + timestamp: 1701648249706 - kind: conda - name: fribidi - version: 1.0.10 - build: h27ca646_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - size: 60255 - timestamp: 1604417405528 -- kind: conda - name: fribidi - version: 1.0.10 - build: h27ca646_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - purls: [] - size: 60255 - timestamp: 1604417405528 -- kind: conda - name: fribidi - version: 1.0.10 - build: h36c2ea0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 - md5: ac7bc6a654f8f41b352b38f4051135f8 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - size: 114383 - timestamp: 1604416621168 -- kind: conda - name: fribidi - version: 1.0.10 - build: h36c2ea0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 - md5: ac7bc6a654f8f41b352b38f4051135f8 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - purls: [] - size: 114383 - timestamp: 1604416621168 -- kind: conda - name: fribidi - version: 1.0.10 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 - md5: 807e81d915f2bb2e49951648615241f6 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: LGPL-2.1 - size: 64567 - timestamp: 1604417122064 -- kind: conda - name: fribidi - version: 1.0.10 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 - md5: 807e81d915f2bb2e49951648615241f6 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: LGPL-2.1 - purls: [] - size: 64567 - timestamp: 1604417122064 -- kind: conda - name: fribidi - version: 1.0.10 - build: hb9de7d4_0 + name: lcms2 + version: '2.16' + build: h922389a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e - md5: f6c91a43eace6fb926a8730b3b9a8a50 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda + sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d + md5: ffdd8267a04c515e7ce69c727b051414 depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - size: 115689 - timestamp: 1604417149643 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: MIT + license_family: MIT + size: 296219 + timestamp: 1701647961116 - kind: conda - name: fribidi - version: 1.0.10 - build: hb9de7d4_0 + name: lcms2 + version: '2.16' + build: h922389a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e - md5: f6c91a43eace6fb926a8730b3b9a8a50 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda + sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d + md5: ffdd8267a04c515e7ce69c727b051414 depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - purls: [] - size: 115689 - timestamp: 1604417149643 -- kind: conda - name: fribidi - version: 1.0.10 - build: hbcb3906_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 - md5: f1c6b41e0f56998ecd9a3e210faa1dc0 - license: LGPL-2.1 - size: 65388 - timestamp: 1604417213 -- kind: conda - name: fribidi - version: 1.0.10 - build: hbcb3906_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 - md5: f1c6b41e0f56998ecd9a3e210faa1dc0 - license: LGPL-2.1 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: MIT + license_family: MIT purls: [] - size: 65388 - timestamp: 1604417213 + size: 296219 + timestamp: 1701647961116 - kind: conda - name: gdal - version: 3.9.1 - build: py39h43ca41f_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - sha256: ce6560475a7f4d61e9cd6abe6bc155eb7d9bbd7cd35308146d1b3811dbe71470 - md5: 89f986d85f573e071fcd88ade2d0fd5e + name: lcms2 + version: '2.16' + build: ha0e7c42_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda + sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 + md5: 66f6c134e76fe13cce8a9ea5814b5dd5 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - size: 1528379 - timestamp: 1722370952893 + size: 211959 + timestamp: 1701647962657 - kind: conda - name: gdal - version: 3.9.1 - build: py39h43ca41f_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - sha256: ce6560475a7f4d61e9cd6abe6bc155eb7d9bbd7cd35308146d1b3811dbe71470 - md5: 89f986d85f573e071fcd88ade2d0fd5e + name: lcms2 + version: '2.16' + build: ha0e7c42_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda + sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 + md5: 66f6c134e76fe13cce8a9ea5814b5dd5 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1528379 - timestamp: 1722370952893 + purls: [] + size: 211959 + timestamp: 1701647962657 - kind: conda - name: gdal - version: 3.9.1 - build: py39h8e38deb_10 - build_number: 10 + name: lcms2 + version: '2.16' + build: ha2f27b4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 - md5: 7c02b8716492246c627bec3a6c5056d2 + url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + md5: 1442db8f03517834843666c422238c9b depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - size: 1507014 - timestamp: 1722371605506 + size: 224432 + timestamp: 1701648089496 - kind: conda - name: gdal - version: 3.9.1 - build: py39h8e38deb_10 - build_number: 10 + name: lcms2 + version: '2.16' + build: ha2f27b4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 - md5: 7c02b8716492246c627bec3a6c5056d2 + url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + md5: 1442db8f03517834843666c422238c9b depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1507014 - timestamp: 1722371605506 + purls: [] + size: 224432 + timestamp: 1701648089496 - kind: conda - name: gdal - version: 3.9.1 - build: py39h96760b6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f - md5: af386d551bf26e0a647ef077f07d6868 + name: lcms2 + version: '2.16' + build: hb7c19ff_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda + sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 + md5: 51bb7010fc86f70eee639b4bb7a894f5 depends: - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - size: 1462414 - timestamp: 1722372889837 + size: 245247 + timestamp: 1701647787198 - kind: conda - name: gdal - version: 3.9.1 - build: py39h96760b6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f - md5: af386d551bf26e0a647ef077f07d6868 + name: lcms2 + version: '2.16' + build: hb7c19ff_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda + sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 + md5: 51bb7010fc86f70eee639b4bb7a894f5 depends: - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1462414 - timestamp: 1722372889837 + purls: [] + size: 245247 + timestamp: 1701647787198 - kind: conda - name: gdal - version: 3.9.1 - build: py39habddcd1_10 - build_number: 10 + name: ld_impl_linux-64 + version: '2.43' + build: h712a8e2_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda + sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe + md5: 048b02e3962f066da18efe3a21b77672 + depends: + - __glibc >=2.17,<3.0.a0 + constrains: + - binutils_impl_linux-64 2.43 + license: GPL-3.0-only + license_family: GPL + size: 669211 + timestamp: 1729655358674 +- kind: conda + name: ld_impl_linux-64 + version: '2.43' + build: h712a8e2_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda + sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe + md5: 048b02e3962f066da18efe3a21b77672 + depends: + - __glibc >=2.17,<3.0.a0 + constrains: + - binutils_impl_linux-64 2.43 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 669211 + timestamp: 1729655358674 +- kind: conda + name: ld_impl_linux-aarch64 + version: '2.43' + build: h80caac9_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda + sha256: 80ec7e8f006196808fac5bd4b3773a652847f97bbf08044cd87731424ac64f8b + md5: fcbde5ea19d55468953bf588770c0501 + constrains: + - binutils_impl_linux-aarch64 2.43 + license: GPL-3.0-only + license_family: GPL + size: 698245 + timestamp: 1729655345825 +- kind: conda + name: ld_impl_linux-aarch64 + version: '2.43' + build: h80caac9_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b - md5: d041b4ec66ff88c713c5404e2d9f719a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda + sha256: 80ec7e8f006196808fac5bd4b3773a652847f97bbf08044cd87731424ac64f8b + md5: fcbde5ea19d55468953bf588770c0501 + constrains: + - binutils_impl_linux-aarch64 2.43 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 698245 + timestamp: 1729655345825 +- kind: conda + name: lerc + version: 4.0.0 + build: h27087fc_0 + subdir: linux-64 + 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 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 1491222 - timestamp: 1722371354565 + license: Apache-2.0 + license_family: Apache + size: 281798 + timestamp: 1657977462600 - kind: conda - name: gdal - version: 3.9.1 - build: py39habddcd1_10 - build_number: 10 + name: lerc + version: 4.0.0 + build: h27087fc_0 + subdir: linux-64 + 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 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 281798 + timestamp: 1657977462600 +- kind: conda + name: lerc + version: 4.0.0 + build: h4de3ea5_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b - md5: d041b4ec66ff88c713c5404e2d9f719a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 + sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 + md5: 1a0ffc65e03ce81559dbcb0695ad1476 depends: - libgcc-ng >=12 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1491222 - timestamp: 1722371354565 + license: Apache-2.0 + license_family: Apache + size: 262096 + timestamp: 1657978241894 - kind: conda - name: gdal - version: 3.9.1 - build: py39hd7edc34_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda - sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 - md5: 206c7b5916a24ab94c4b9a81bc8001d3 + name: lerc + version: 4.0.0 + build: h4de3ea5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 + sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 + md5: 1a0ffc65e03ce81559dbcb0695ad1476 depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 1493339 - timestamp: 1722372029528 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 262096 + timestamp: 1657978241894 - kind: conda - name: gdal - version: 3.9.1 - build: py39hd7edc34_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda - sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 - md5: 206c7b5916a24ab94c4b9a81bc8001d3 + name: lerc + version: 4.0.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: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1493339 - timestamp: 1722372029528 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 + license: Apache-2.0 + license_family: Apache + size: 194365 + timestamp: 1657977692274 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: h7ddc832_0 + name: lerc + version: 4.0.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 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 194365 + timestamp: 1657977692274 +- kind: conda + name: lerc + version: 4.0.0 + build: h9a09cb3_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e + url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 + md5: de462d5aacda3b30721b512c5da4e742 depends: - - __osx >=11.0 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 509570 - timestamp: 1715783199780 + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache + size: 215721 + timestamp: 1657977558796 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: h7ddc832_0 + name: lerc + version: 4.0.0 + build: h9a09cb3_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e + url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 + md5: de462d5aacda3b30721b512c5da4e742 depends: - - __osx >=11.0 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache purls: [] - size: 509570 - timestamp: 1715783199780 + size: 215721 + timestamp: 1657977558796 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha587570_0 + name: lerc + version: 4.0.0 + build: hb486fe8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 - md5: ee186d2e8db4605030753dc05025d4a0 + url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - - __osx >=10.13 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 516815 - timestamp: 1715783154558 + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache + size: 290319 + timestamp: 1657977526749 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha587570_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 - md5: ee186d2e8db4605030753dc05025d4a0 + name: lerc + version: 4.0.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: - - __osx >=10.13 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache purls: [] - size: 516815 - timestamp: 1715783154558 + size: 290319 + timestamp: 1657977526749 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha61d561_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 - md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + name: libarchive + version: 3.7.7 + build: h1a33361_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda + sha256: fd1f0d23787057fce1c9b7e598e91bde3868cfed02a0c3c666f720bab71b136e + md5: 5cc55f063de099a537a56c4db2e8d58d depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 536613 - timestamp: 1715784386033 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 744309 + timestamp: 1734021293850 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha61d561_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 - md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + name: libarchive + version: 3.7.7 + build: h1a33361_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda + sha256: fd1f0d23787057fce1c9b7e598e91bde3868cfed02a0c3c666f720bab71b136e + md5: 5cc55f063de099a537a56c4db2e8d58d depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 536613 - timestamp: 1715784386033 + size: 744309 + timestamp: 1734021293850 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: hb9ae30d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb - md5: 201db6c2d9a3c5e46573ac4cb2e92f4f + name: libarchive + version: 3.7.7 + build: h3b16cec_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda + sha256: cbce64423e72bcd3576b5cfe0e4edd255900100f72467d5b4ea1d77449ac1ce9 + md5: 1c2eda2163510220b9f9d56a85c8da9d depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 528149 - timestamp: 1715782983957 + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 772780 + timestamp: 1734021109752 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: hb9ae30d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb - md5: 201db6c2d9a3c5e46573ac4cb2e92f4f + name: libarchive + version: 3.7.7 + build: h3b16cec_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda + sha256: cbce64423e72bcd3576b5cfe0e4edd255900100f72467d5b4ea1d77449ac1ce9 + md5: 1c2eda2163510220b9f9d56a85c8da9d depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 528149 - timestamp: 1715782983957 + size: 772780 + timestamp: 1734021109752 - kind: conda - name: geos - version: 3.12.2 - build: h00cdb27_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 - md5: e07a7fa032741a056a72f46b43064ea2 + name: libarchive + version: 3.7.7 + build: h4585015_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda + sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 + md5: a28808eae584c7f519943719b2a2b386 depends: - - __osx >=11.0 - - libcxx >=16 - license: LGPL-2.1-only - size: 1400339 - timestamp: 1721747764174 + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 878021 + timestamp: 1734020918345 - kind: conda - name: geos - version: 3.12.2 - build: h00cdb27_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 - md5: e07a7fa032741a056a72f46b43064ea2 + name: libarchive + version: 3.7.7 + build: h4585015_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda + sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 + md5: a28808eae584c7f519943719b2a2b386 depends: - - __osx >=11.0 - - libcxx >=16 - license: LGPL-2.1-only + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 1400339 - timestamp: 1721747764174 + size: 878021 + timestamp: 1734020918345 - kind: conda - name: geos - version: 3.12.2 - build: h0a1ffab_1 - build_number: 1 + name: libarchive + version: 3.7.7 + build: h6223a6c_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - sha256: 7f3c6fd365fc70ba082b0149a334fd4bb514aa074349250c039fe5d69886e7b9 - md5: 1c96c4fea8a0bdfc86a2be404234cda5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + sha256: d8f6e3cf775f7aa10e767ba8daea2ae587f85cd782ea9d63d78bf990fcd47a46 + md5: e5ab5ecbdc352a5decae39c30c248fb8 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - size: 1692169 - timestamp: 1721746661378 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 991078 + timestamp: 1734020964844 - kind: conda - name: geos - version: 3.12.2 - build: h0a1ffab_1 - build_number: 1 + name: libarchive + version: 3.7.7 + build: h6223a6c_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - sha256: 7f3c6fd365fc70ba082b0149a334fd4bb514aa074349250c039fe5d69886e7b9 - md5: 1c96c4fea8a0bdfc86a2be404234cda5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + sha256: d8f6e3cf775f7aa10e767ba8daea2ae587f85cd782ea9d63d78bf990fcd47a46 + md5: e5ab5ecbdc352a5decae39c30c248fb8 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 1692169 - timestamp: 1721746661378 + size: 991078 + timestamp: 1734020964844 - kind: conda - name: geos - version: 3.12.2 - build: h5a68840_1 - build_number: 1 + name: libarchive + version: 3.7.7 + build: h979ed78_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 - md5: 019e3460f99eb7c2198c532c50d08791 + url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 + md5: 7c29b6918c2aa6a44ed32e2cf816da7b depends: + - bzip2 >=1.0.8,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - size: 1561663 - timestamp: 1721747131206 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 1082930 + timestamp: 1734021400781 - kind: conda - name: geos - version: 3.12.2 - build: h5a68840_1 - build_number: 1 + name: libarchive + version: 3.7.7 + build: h979ed78_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 - md5: 019e3460f99eb7c2198c532c50d08791 + url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 + md5: 7c29b6918c2aa6a44ed32e2cf816da7b depends: + - bzip2 >=1.0.8,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 1561663 - timestamp: 1721747131206 + size: 1082930 + timestamp: 1734021400781 - kind: conda - name: geos - version: 3.12.2 - build: he02047a_1 - build_number: 1 + name: libavif16 + version: 1.1.1 + build: h1909e37_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 - md5: aab9195bc018b82dc77a84584b36cce9 + url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 + md5: 21e468ed3786ebcb2124b123aa2484b7 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - size: 1737633 - timestamp: 1721746525671 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + size: 116202 + timestamp: 1730268687453 - kind: conda - name: geos - version: 3.12.2 - build: he02047a_1 - build_number: 1 + name: libavif16 + version: 1.1.1 + build: h1909e37_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 - md5: aab9195bc018b82dc77a84584b36cce9 + url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 + md5: 21e468ed3786ebcb2124b123aa2484b7 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 1737633 - timestamp: 1721746525671 + size: 116202 + timestamp: 1730268687453 - kind: conda - name: geos - version: 3.12.2 - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 - md5: fbb2688b537dafd5fb554d0b7ef27397 + name: libavif16 + version: 1.1.1 + build: h3b0c220_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + sha256: 8284693096532fb5d1af7fd5c170a4d4f0a54593ba29c881667327b61a7cd7bb + md5: 58ec6027e7b6ea460a4a7ed7112842d8 depends: - - __osx >=10.13 - - libcxx >=16 - license: LGPL-2.1-only - size: 1482492 - timestamp: 1721747118528 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + size: 116097 + timestamp: 1730268695528 - kind: conda - name: geos - version: 3.12.2 - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 - md5: fbb2688b537dafd5fb554d0b7ef27397 + name: libavif16 + version: 1.1.1 + build: h3b0c220_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + sha256: 8284693096532fb5d1af7fd5c170a4d4f0a54593ba29c881667327b61a7cd7bb + md5: 58ec6027e7b6ea460a4a7ed7112842d8 depends: - - __osx >=10.13 - - libcxx >=16 - license: LGPL-2.1-only + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 1482492 - timestamp: 1721747118528 + size: 116097 + timestamp: 1730268695528 - kind: conda - name: geotiff - version: 1.7.3 - build: h1116711_2 + name: libavif16 + version: 1.1.1 + build: h45b7238_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 - md5: 177dba77b18909c49af2291f3d271ad3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + sha256: c671365e8c822d29b53f20c4573fdbc70f18b50ff9a4b5b2b6b3c8f7ad2ac2a9 + md5: 7571064a60bc193ff5c25f36ed23394a depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - size: 136202 - timestamp: 1722335517470 + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + size: 96781 + timestamp: 1730268761553 - kind: conda - name: geotiff - version: 1.7.3 - build: h1116711_2 + name: libavif16 + version: 1.1.1 + build: h45b7238_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 - md5: 177dba77b18909c49af2291f3d271ad3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + sha256: c671365e8c822d29b53f20c4573fdbc70f18b50ff9a4b5b2b6b3c8f7ad2ac2a9 + md5: 7571064a60bc193ff5c25f36ed23394a depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 136202 - timestamp: 1722335517470 + size: 96781 + timestamp: 1730268761553 - kind: conda - name: geotiff - version: 1.7.3 - build: h232476a_2 + name: libavif16 + version: 1.1.1 + build: h4d049a7_2 build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 - md5: 8968032e8f14d84b40a20437707f8ec7 + url: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 + md5: e7e7405d962ebcb6803f29dc4eabae69 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - _libavif_api >=1.1.1,<1.1.2.0a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: MIT - license_family: MIT - size: 123406 - timestamp: 1722335928788 + license: BSD-2-Clause + license_family: BSD + size: 97828 + timestamp: 1730269135854 - kind: conda - name: geotiff - version: 1.7.3 - build: h232476a_2 + name: libavif16 + version: 1.1.1 + build: h4d049a7_2 build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 - md5: 8968032e8f14d84b40a20437707f8ec7 + url: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 + md5: e7e7405d962ebcb6803f29dc4eabae69 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - _libavif_api >=1.1.1,<1.1.2.0a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: MIT - license_family: MIT + license: BSD-2-Clause + license_family: BSD purls: [] - size: 123406 - timestamp: 1722335928788 + size: 97828 + timestamp: 1730269135854 - kind: conda - name: geotiff - version: 1.7.3 - build: h4bbec01_2 + name: libavif16 + version: 1.1.1 + build: h71406da_2 build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda - sha256: a56e2154bfd21588ffde48ae14f906ea6b7e0eb49f71b2e3fb320cd066c22503 - md5: d83428f874b4fc2d204613ad7ad42b6d + url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + sha256: 8e3d479f13a85ee73c3152704c1d9e0430065f4824bae625f2f35c463c172831 + md5: 804f440fd71e1a903215710826cf98aa depends: - __osx >=10.13 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - size: 115552 - timestamp: 1722335565552 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + size: 108913 + timestamp: 1730268731759 - kind: conda - name: geotiff - version: 1.7.3 - build: h4bbec01_2 + name: libavif16 + version: 1.1.1 + build: h71406da_2 build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda - sha256: a56e2154bfd21588ffde48ae14f906ea6b7e0eb49f71b2e3fb320cd066c22503 - md5: d83428f874b4fc2d204613ad7ad42b6d + url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + sha256: 8e3d479f13a85ee73c3152704c1d9e0430065f4824bae625f2f35c463c172831 + md5: 804f440fd71e1a903215710826cf98aa depends: - __osx >=10.13 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 115552 - timestamp: 1722335565552 + size: 108913 + timestamp: 1730268731759 - kind: conda - name: geotiff - version: 1.7.3 - build: h7e5fb84_2 - build_number: 2 + name: libblas + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c + md5: ac52800af2e0c0e7dac770b435ce768a + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_linux64_openblas + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 16393 + timestamp: 1734432564346 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c + md5: ac52800af2e0c0e7dac770b435ce768a + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_linux64_openblas + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16393 + timestamp: 1734432564346 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d + md5: 8d900b7079a00969d70305e9aad550b7 + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD + size: 16477 + timestamp: 1734432576699 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d + md5: 8d900b7079a00969d70305e9aad550b7 + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16477 + timestamp: 1734432576699 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_osx64_openblas + build_number: 26 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 + md5: 2f03da7a6d52d98bbea1f7390d6997bf + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_osx64_openblas + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD + size: 16611 + timestamp: 1734432938741 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_osx64_openblas + build_number: 26 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 + md5: 2f03da7a6d52d98bbea1f7390d6997bf + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_osx64_openblas + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16611 + timestamp: 1734432938741 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda - sha256: 2cd4db594cb9580c92ec40063a0160237d31fa633abf8b4c81730a0f2626ba7b - md5: 5a9ebf4312dffc9b44f41af5d2a2332e + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c + md5: 21be102c9ae80a67ba7de23b129aa7f6 depends: - - __osx >=11.0 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - size: 114324 - timestamp: 1722335738912 + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 16714 + timestamp: 1734433054681 - kind: conda - name: geotiff - version: 1.7.3 - build: h7e5fb84_2 - build_number: 2 + name: libblas + version: 3.9.0 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda - sha256: 2cd4db594cb9580c92ec40063a0160237d31fa633abf8b4c81730a0f2626ba7b - md5: 5a9ebf4312dffc9b44f41af5d2a2332e + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c + md5: 21be102c9ae80a67ba7de23b129aa7f6 depends: - - __osx >=11.0 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 114324 - timestamp: 1722335738912 + size: 16714 + timestamp: 1734433054681 - kind: conda - name: geotiff - version: 1.7.3 - build: hf7fa9e8_2 + name: libblas + version: 3.9.0 + build: 26_win64_mkl + build_number: 26 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda + sha256: d631993a5cf5b8d3201f881084fce7ff6a26cd49883e189bf582cd0b7975c80a + md5: ecfe732dbad1be001826fdb7e5e891b5 + depends: + - mkl 2024.2.2 h66d3029_15 + constrains: + - liblapacke 3.9.0 26_win64_mkl + - liblapack 3.9.0 26_win64_mkl + - blas * mkl + - libcblas 3.9.0 26_win64_mkl + license: BSD-3-Clause + license_family: BSD + size: 3733122 + timestamp: 1734432745507 +- kind: conda + name: libblas + version: 3.9.0 + build: 26_win64_mkl + build_number: 26 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda + sha256: d631993a5cf5b8d3201f881084fce7ff6a26cd49883e189bf582cd0b7975c80a + md5: ecfe732dbad1be001826fdb7e5e891b5 + depends: + - mkl 2024.2.2 h66d3029_15 + constrains: + - liblapacke 3.9.0 26_win64_mkl + - liblapack 3.9.0 26_win64_mkl + - blas * mkl + - libcblas 3.9.0 26_win64_mkl + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3733122 + timestamp: 1734432745507 +- kind: conda + name: libbrotlicommon + version: 1.1.0 + build: h00291cd_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 - md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 + md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib + - __osx >=10.13 license: MIT license_family: MIT - size: 131714 - timestamp: 1722335412421 + size: 67267 + timestamp: 1725267768667 - kind: conda - name: geotiff - version: 1.7.3 - build: hf7fa9e8_2 + name: libbrotlicommon + version: 1.1.0 + build: h00291cd_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 - md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 + md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 131714 - timestamp: 1722335412421 + size: 67267 + timestamp: 1725267768667 - kind: conda - name: getopt-win32 - version: '0.1' - build: hcfcfb64_1 - build_number: 1 + name: libbrotlicommon + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c - md5: 714d0882dc5e692ca4683d8e520f73c6 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: f7dc9a8f21d74eab46456df301da2972 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: GPL - size: 21903 - timestamp: 1694400856979 + license: MIT + license_family: MIT + size: 70526 + timestamp: 1725268159739 - kind: conda - name: getopt-win32 - version: '0.1' - build: hcfcfb64_1 - build_number: 1 + name: libbrotlicommon + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c - md5: 714d0882dc5e692ca4683d8e520f73c6 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: f7dc9a8f21d74eab46456df301da2972 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT purls: [] - size: 21903 - timestamp: 1694400856979 + size: 70526 + timestamp: 1725268159739 - kind: conda - name: gettext - version: 0.22.5 - build: h59595ed_2 + name: libbrotlicommon + version: 1.1.0 + build: h86ecc28_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - sha256: 386181254ddd2aed1fccdfc217da5b6545f6df4e9979ad8e08f5e91e22eaf7dc - md5: 219ba82e95d7614cf7140d2a4afc0926 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 + md5: 3ee026955c688f551a9999840cff4c67 depends: - - gettext-tools 0.22.5 h59595ed_2 - - libasprintf 0.22.5 h661eb56_2 - - libasprintf-devel 0.22.5 h661eb56_2 - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - - libgettextpo-devel 0.22.5 h59595ed_2 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 475058 - timestamp: 1712512357949 + - libgcc >=13 + license: MIT + license_family: MIT + size: 68982 + timestamp: 1725267774142 - kind: conda - name: gettext - version: 0.22.5 - build: h59595ed_2 + name: libbrotlicommon + version: 1.1.0 + build: h86ecc28_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - sha256: 386181254ddd2aed1fccdfc217da5b6545f6df4e9979ad8e08f5e91e22eaf7dc - md5: 219ba82e95d7614cf7140d2a4afc0926 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 + md5: 3ee026955c688f551a9999840cff4c67 depends: - - gettext-tools 0.22.5 h59595ed_2 - - libasprintf 0.22.5 h661eb56_2 - - libasprintf-devel 0.22.5 h661eb56_2 - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - - libgettextpo-devel 0.22.5 h59595ed_2 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later AND GPL-3.0-or-later + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 475058 - timestamp: 1712512357949 + size: 68982 + timestamp: 1725267774142 - kind: conda - name: gettext-tools - version: 0.22.5 - build: h59595ed_2 + name: libbrotlicommon + version: 1.1.0 + build: hb9d3cd8_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda - sha256: 67d7b1d6fe4f1c516df2000640ec7dcfebf3ff6ea0785f0276870e730c403d33 - md5: 985f2f453fb72408d6b6f1be0f324033 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: 41b599ed2b02abcfdd84302bff174b23 depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later - license_family: GPL - size: 2728420 - timestamp: 1712512328692 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + size: 68851 + timestamp: 1725267660471 - kind: conda - name: gettext-tools - version: 0.22.5 - build: h59595ed_2 + name: libbrotlicommon + version: 1.1.0 + build: hb9d3cd8_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda - sha256: 67d7b1d6fe4f1c516df2000640ec7dcfebf3ff6ea0785f0276870e730c403d33 - md5: 985f2f453fb72408d6b6f1be0f324033 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: 41b599ed2b02abcfdd84302bff174b23 depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 2728420 - timestamp: 1712512328692 + size: 68851 + timestamp: 1725267660471 - kind: conda - name: giflib - version: 5.2.2 - build: h10d778d_0 + name: libbrotlicommon + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 + md5: d0bf1dff146b799b319ea0434b93f779 + depends: + - __osx >=11.0 + license: MIT + license_family: MIT + size: 68426 + timestamp: 1725267943211 +- kind: conda + name: libbrotlicommon + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 + md5: d0bf1dff146b799b319ea0434b93f779 + depends: + - __osx >=11.0 + license: MIT + license_family: MIT + purls: [] + size: 68426 + timestamp: 1725267943211 +- kind: conda + name: libbrotlidec + version: 1.1.0 + build: h00291cd_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 - md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c + md5: 34709a1f5df44e054c4a12ab536c5459 + depends: + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT - size: 74516 - timestamp: 1712692686914 + size: 29872 + timestamp: 1725267807289 - kind: conda - name: giflib - version: 5.2.2 - build: h10d778d_0 + name: libbrotlidec + version: 1.1.0 + build: h00291cd_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 - md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c + md5: 34709a1f5df44e054c4a12ab536c5459 + depends: + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 74516 - timestamp: 1712692686914 + size: 29872 + timestamp: 1725267807289 - kind: conda - name: giflib - version: 5.2.2 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 - md5: 2f809afaf0ba1ea4135dce158169efac + name: libbrotlidec + version: 1.1.0 + build: h2466b09_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: 9bae75ce723fa34e98e239d21d752a7e depends: - - libgcc-ng >=12 + - libbrotlicommon 1.1.0 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 82124 - timestamp: 1712692444545 + size: 32685 + timestamp: 1725268208844 - kind: conda - name: giflib - version: 5.2.2 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 - md5: 2f809afaf0ba1ea4135dce158169efac + name: libbrotlidec + version: 1.1.0 + build: h2466b09_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: 9bae75ce723fa34e98e239d21d752a7e depends: - - libgcc-ng >=12 + - libbrotlicommon 1.1.0 h2466b09_2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 82124 - timestamp: 1712692444545 + size: 32685 + timestamp: 1725268208844 - kind: conda - name: giflib - version: 5.2.2 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c - md5: 95fa1486c77505330c20f7202492b913 + name: libbrotlidec + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c + md5: e64d0f3b59c7c4047446b97a8624a72d + depends: + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT - size: 71613 - timestamp: 1712692611426 + size: 31708 + timestamp: 1725267783442 - kind: conda - name: giflib - version: 5.2.2 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c - md5: 95fa1486c77505330c20f7202492b913 + name: libbrotlidec + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c + md5: e64d0f3b59c7c4047446b97a8624a72d + depends: + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 71613 - timestamp: 1712692611426 + size: 31708 + timestamp: 1725267783442 - kind: conda - name: giflib - version: 5.2.2 - build: hd590300_0 + name: libbrotlidec + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 9566f0bd264fbd463002e759b8a82401 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 license: MIT license_family: MIT - size: 77248 - timestamp: 1712692454246 + size: 32696 + timestamp: 1725267669305 - kind: conda - name: giflib - version: 5.2.2 - build: hd590300_0 + name: libbrotlidec + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 9566f0bd264fbd463002e759b8a82401 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 77248 - timestamp: 1712692454246 + size: 32696 + timestamp: 1725267669305 - kind: conda - name: gitdb - version: 4.0.11 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b - md5: 623b19f616f2ca0c261441067e18ae40 + name: libbrotlidec + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 + md5: 55e66e68ce55523a6811633dd1ac74e2 depends: - - python >=3.7 - - smmap >=3.0.1,<6 - license: BSD-3-Clause - license_family: BSD - size: 52872 - timestamp: 1697791718749 + - __osx >=11.0 + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + size: 28378 + timestamp: 1725267980316 - kind: conda - name: gitdb - version: 4.0.11 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b - md5: 623b19f616f2ca0c261441067e18ae40 + name: libbrotlidec + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 + md5: 55e66e68ce55523a6811633dd1ac74e2 depends: - - python >=3.7 - - smmap >=3.0.1,<6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitdb?source=conda-forge-mapping - size: 52872 - timestamp: 1697791718749 + - __osx >=11.0 + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + purls: [] + size: 28378 + timestamp: 1725267980316 - kind: conda - name: gitpython - version: 3.1.43 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a - md5: 0b2154c1818111e17381b1df5b4b0176 + name: libbrotlienc + version: 1.1.0 + build: h00291cd_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 + md5: 691f0dcb36f1ae67f5c489f20ae987ea depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - size: 156827 - timestamp: 1711991122366 + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + size: 296353 + timestamp: 1725267822076 - kind: conda - name: gitpython - version: 3.1.43 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a - md5: 0b2154c1818111e17381b1df5b4b0176 + name: libbrotlienc + version: 1.1.0 + build: h00291cd_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 + md5: 691f0dcb36f1ae67f5c489f20ae987ea depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitpython?source=conda-forge-mapping - size: 156827 - timestamp: 1711991122366 + - __osx >=10.13 + - libbrotlicommon 1.1.0 h00291cd_2 + license: MIT + license_family: MIT + purls: [] + size: 296353 + timestamp: 1725267822076 - kind: conda - name: glib - version: 2.80.3 - build: h7025463_1 - build_number: 1 + name: libbrotlienc + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 - md5: 13ce8fd2eb07f41c7108f7ad7bb0062e + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 85741a24d97954a991e55e34bc55990b depends: - - glib-tools 2.80.3 h4394cf3_1 - - libffi >=3.4,<4.0a0 - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - libintl-devel - - python * + - libbrotlicommon 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - size: 572358 - timestamp: 1720335131283 + license: MIT + license_family: MIT + size: 245929 + timestamp: 1725268238259 - kind: conda - name: glib - version: 2.80.3 - build: h7025463_1 - build_number: 1 + name: libbrotlienc + version: 1.1.0 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 - md5: 13ce8fd2eb07f41c7108f7ad7bb0062e + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 85741a24d97954a991e55e34bc55990b depends: - - glib-tools 2.80.3 h4394cf3_1 - - libffi >=3.4,<4.0a0 - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - libintl-devel - - python * + - libbrotlicommon 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later + license: MIT + license_family: MIT purls: [] - size: 572358 - timestamp: 1720335131283 + size: 245929 + timestamp: 1725268238259 - kind: conda - name: glib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 - md5: a3acc4920c9ca19cb6b295028d606477 + name: libbrotlienc + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c + md5: 0e9bd365480c72b25c71a448257b537d depends: - - glib-tools 2.80.3 h73ef956_1 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - - python * - license: LGPL-2.1-or-later - size: 599204 - timestamp: 1720334967965 + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 290230 + timestamp: 1725267792697 - kind: conda - name: glib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 - md5: a3acc4920c9ca19cb6b295028d606477 + name: libbrotlienc + version: 1.1.0 + build: h86ecc28_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c + md5: 0e9bd365480c72b25c71a448257b537d depends: - - glib-tools 2.80.3 h73ef956_1 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - - python * - license: LGPL-2.1-or-later - purls: [] - size: 599204 - timestamp: 1720334967965 -- kind: conda - name: glib-tools - version: 2.80.3 - build: h4394cf3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d - md5: 12d270a5f8b8ae0a9536c1960f21e0aa - depends: - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - size: 95020 - timestamp: 1720335074003 -- kind: conda - name: glib-tools - version: 2.80.3 - build: h4394cf3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d - md5: 12d270a5f8b8ae0a9536c1960f21e0aa - depends: - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 95020 - timestamp: 1720335074003 + size: 290230 + timestamp: 1725267792697 - kind: conda - name: glib-tools - version: 2.80.3 - build: h73ef956_1 - build_number: 1 + name: libbrotlienc + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 - md5: 99701cdc9a25a333d15265d1d243b2dc + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 06f70867945ea6a84d35836af780f1de depends: - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - license: LGPL-2.1-or-later - size: 113361 - timestamp: 1720334924695 + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT + size: 281750 + timestamp: 1725267679782 - kind: conda - name: glib-tools - version: 2.80.3 - build: h73ef956_1 - build_number: 1 + name: libbrotlienc + version: 1.1.0 + build: hb9d3cd8_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 - md5: 99701cdc9a25a333d15265d1d243b2dc + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 06f70867945ea6a84d35836af780f1de depends: - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - license: LGPL-2.1-or-later + - __glibc >=2.17,<3.0.a0 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 + license: MIT + license_family: MIT purls: [] - size: 113361 - timestamp: 1720334924695 + size: 281750 + timestamp: 1725267679782 - kind: conda - name: graphite2 - version: 1.3.13 - build: h2f0025b_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 + name: libbrotlienc + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 + md5: 4f3a434504c67b2c42565c0b85c1885c depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 99453 - timestamp: 1711634223220 + - __osx >=11.0 + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT + size: 279644 + timestamp: 1725268003553 - kind: conda - name: graphite2 - version: 1.3.13 - build: h2f0025b_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 + name: libbrotlienc + version: 1.1.0 + build: hd74edd7_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 + md5: 4f3a434504c67b2c42565c0b85c1885c depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL + - __osx >=11.0 + - libbrotlicommon 1.1.0 hd74edd7_2 + license: MIT + license_family: MIT purls: [] - size: 99453 - timestamp: 1711634223220 + size: 279644 + timestamp: 1725268003553 - kind: conda - name: graphite2 - version: 1.3.13 - build: h59595ed_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add - md5: f87c7b7c2cb45f323ffbce941c78ab7c + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee + md5: ebcc5f37a435aa3c19640533c82f8d76 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 96855 - timestamp: 1711634169756 + - libblas 3.9.0 26_linux64_openblas + constrains: + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 16336 + timestamp: 1734432570482 - kind: conda - name: graphite2 - version: 1.3.13 - build: h59595ed_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add - md5: f87c7b7c2cb45f323ffbce941c78ab7c + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee + md5: ebcc5f37a435aa3c19640533c82f8d76 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL + - libblas 3.9.0 26_linux64_openblas + constrains: + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 96855 - timestamp: 1711634169756 + size: 16336 + timestamp: 1734432570482 - kind: conda - name: graphite2 - version: 1.3.13 - build: h63175ca_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 + name: libcblas + version: 3.9.0 + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 + md5: d77f943ae4083f3aeddca698f2d28262 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - size: 95406 - timestamp: 1711634622644 + - libblas 3.9.0 26_linuxaarch64_openblas + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD + size: 16398 + timestamp: 1734432580937 - kind: conda - name: graphite2 - version: 1.3.13 - build: h63175ca_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 + name: libcblas + version: 3.9.0 + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 + md5: d77f943ae4083f3aeddca698f2d28262 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL + - libblas 3.9.0 26_linuxaarch64_openblas + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 95406 - timestamp: 1711634622644 + size: 16398 + timestamp: 1734432580937 - kind: conda - name: graphite2 - version: 1.3.13 - build: h73e2aa4_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_osx64_openblas + build_number: 26 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a - md5: fc7124f86e1d359fc5d878accd9e814c + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 + md5: 8726a2949c303b23da89be658a19675c depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - size: 84384 - timestamp: 1711634311095 + - libblas 3.9.0 26_osx64_openblas + constrains: + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD + size: 16579 + timestamp: 1734432954376 - kind: conda - name: graphite2 - version: 1.3.13 - build: h73e2aa4_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_osx64_openblas + build_number: 26 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a - md5: fc7124f86e1d359fc5d878accd9e814c + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 + md5: 8726a2949c303b23da89be658a19675c depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL + - libblas 3.9.0 26_osx64_openblas + constrains: + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 84384 - timestamp: 1711634311095 + size: 16579 + timestamp: 1734432954376 - kind: conda - name: graphite2 - version: 1.3.13 - build: hebf3989_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 - md5: 339991336eeddb70076d8ca826dac625 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 + md5: a0e9980fe12d42f6d0c0ec009f67e948 depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - size: 79774 - timestamp: 1711634444608 + - libblas 3.9.0 26_osxarm64_openblas + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 16628 + timestamp: 1734433061517 - kind: conda - name: graphite2 - version: 1.3.13 - build: hebf3989_1003 - build_number: 1003 + name: libcblas + version: 3.9.0 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 - md5: 339991336eeddb70076d8ca826dac625 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 + md5: a0e9980fe12d42f6d0c0ec009f67e948 depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL + - libblas 3.9.0 26_osxarm64_openblas + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 79774 - timestamp: 1711634444608 + size: 16628 + timestamp: 1734433061517 - kind: conda - name: graphviz - version: 11.0.0 - build: h09e431a_0 + name: libcblas + version: 3.9.0 + build: 26_win64_mkl + build_number: 26 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 - md5: c6c2ec410aa5e77e09948bf7a4367c00 + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda + sha256: 66699c4f84fd36b67a34a7ac59fb86e73ee0c5b3c3502441041c8dd51f0a7d49 + md5: 652f3adcb9d329050a325416edb14246 depends: - - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: EPL-1.0 - license_family: Other - size: 1161689 - timestamp: 1716134918752 -- kind: conda - name: graphviz - version: 11.0.0 - build: h09e431a_0 + - libblas 3.9.0 26_win64_mkl + constrains: + - liblapacke 3.9.0 26_win64_mkl + - liblapack 3.9.0 26_win64_mkl + - blas * mkl + license: BSD-3-Clause + license_family: BSD + size: 3732146 + timestamp: 1734432785653 +- kind: conda + name: libcblas + version: 3.9.0 + build: 26_win64_mkl + build_number: 26 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 - md5: c6c2ec410aa5e77e09948bf7a4367c00 + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda + sha256: 66699c4f84fd36b67a34a7ac59fb86e73ee0c5b3c3502441041c8dd51f0a7d49 + md5: 652f3adcb9d329050a325416edb14246 depends: - - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: EPL-1.0 - license_family: Other + - libblas 3.9.0 26_win64_mkl + constrains: + - liblapacke 3.9.0 26_win64_mkl + - liblapack 3.9.0 26_win64_mkl + - blas * mkl + license: BSD-3-Clause + license_family: BSD purls: [] - size: 1161689 - timestamp: 1716134918752 + size: 3732146 + timestamp: 1734432785653 - kind: conda - name: graphviz - version: 11.0.0 - build: h8cf0465_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - sha256: 69dd90c8dcf2a3b1d725ccef55fe7f3d024e622140468648475e473418f98ceb - md5: aba9fe9e948772c3889ca9cb0330748e + name: libclang-cpp19.1 + version: 19.1.6 + build: default_hb5137d0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda + sha256: 978320cb6107b9bc11d127783918500a330646ed825dc6c9da897941989d7d09 + md5: 9caebd39281536bf6bcb32f665dd4fbf depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - size: 2405073 - timestamp: 1716134379463 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 20531147 + timestamp: 1734506894098 - kind: conda - name: graphviz - version: 11.0.0 - build: h8cf0465_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - sha256: 69dd90c8dcf2a3b1d725ccef55fe7f3d024e622140468648475e473418f98ceb - md5: aba9fe9e948772c3889ca9cb0330748e + name: libclang-cpp19.1 + version: 19.1.6 + build: default_hb5137d0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda + sha256: 978320cb6107b9bc11d127783918500a330646ed825dc6c9da897941989d7d09 + md5: 9caebd39281536bf6bcb32f665dd4fbf depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 2405073 - timestamp: 1716134379463 + size: 20531147 + timestamp: 1734506894098 - kind: conda - name: graphviz - version: 11.0.0 - build: h9bb9bc9_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e - md5: c004a0e5dfbe0ce38af9ab4684abd236 + name: libclang-cpp19.1 + version: 19.1.6 + build: default_he324ac1_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda + sha256: e132aa4bf71a9a64e05745835d42af84cb04ba6f6c99d7585c928b495ac1c2a1 + md5: 2f399a5612317660f5c98f6cb634829b depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - size: 5047991 - timestamp: 1716134413760 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 20076217 + timestamp: 1734512689675 - kind: conda - name: graphviz - version: 11.0.0 - build: h9bb9bc9_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e - md5: c004a0e5dfbe0ce38af9ab4684abd236 + name: libclang-cpp19.1 + version: 19.1.6 + build: default_he324ac1_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda + sha256: e132aa4bf71a9a64e05745835d42af84cb04ba6f6c99d7585c928b495ac1c2a1 + md5: 2f399a5612317660f5c98f6cb634829b depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 5047991 - timestamp: 1716134413760 + size: 20076217 + timestamp: 1734512689675 - kind: conda - name: graphviz - version: 11.0.0 - build: hc68bbd7_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 - md5: 52a531ef95358086a56086c45d97ab75 + name: libclang13 + version: 19.1.6 + build: default_h4390ef5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda + sha256: 223437b4d973c75822c9312c034637cd699176ae5d32e91ebbc6ac2e6447d40b + md5: b3aa0944c1ae4277c0b2d23dfadc13da depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - size: 2304422 - timestamp: 1716134196230 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 11613307 + timestamp: 1734512984714 - kind: conda - name: graphviz - version: 11.0.0 - build: hc68bbd7_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 - md5: 52a531ef95358086a56086c45d97ab75 + name: libclang13 + version: 19.1.6 + build: default_h4390ef5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda + sha256: 223437b4d973c75822c9312c034637cd699176ae5d32e91ebbc6ac2e6447d40b + md5: b3aa0944c1ae4277c0b2d23dfadc13da depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 2304422 - timestamp: 1716134196230 + size: 11613307 + timestamp: 1734512984714 - kind: conda - name: graphviz - version: 11.0.0 - build: hc9017ca_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f - md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 + name: libclang13 + version: 19.1.6 + build: default_h9c6a7e4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda + sha256: 54a7fabfba7dee2caebe5e6a7538e3aba0a8f4c11e7366f65592aee4fdaa7519 + md5: e1d2936c320083f1c520c3a17372521c depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - size: 5030587 - timestamp: 1716134450573 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 11819857 + timestamp: 1734507076759 - kind: conda - name: graphviz - version: 11.0.0 - build: hc9017ca_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f - md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 + name: libclang13 + version: 19.1.6 + build: default_h9c6a7e4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda + sha256: 54a7fabfba7dee2caebe5e6a7538e3aba0a8f4c11e7366f65592aee4fdaa7519 + md5: e1d2936c320083f1c520c3a17372521c depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm19 >=19.1.6,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 5030587 - timestamp: 1716134450573 + size: 11819857 + timestamp: 1734507076759 - kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hb0a98b8_0 + name: libclang13 + version: 19.1.6 + build: default_ha5278ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 - md5: 3bd30e36b539ec931cd9be9ae36544f6 + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda + sha256: e9b332c3fc760ed7761446e752b881c66cf05acd7e2b8bfda2c352145af16ecc + md5: 1cfe412982fe3a83577aa80d1e39cfb3 depends: - - gstreamer 1.24.6 h5006eae_0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - size: 2064224 - timestamp: 1722361768824 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 26753310 + timestamp: 1734512609422 - kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hb0a98b8_0 + name: libclang13 + version: 19.1.6 + build: default_ha5278ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 - md5: 3bd30e36b539ec931cd9be9ae36544f6 + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda + sha256: e9b332c3fc760ed7761446e752b881c66cf05acd7e2b8bfda2c352145af16ecc + md5: 1cfe412982fe3a83577aa80d1e39cfb3 depends: - - gstreamer 1.24.6 h5006eae_0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 2064224 - timestamp: 1722361768824 + size: 26753310 + timestamp: 1734512609422 - kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hbaaba92_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - sha256: b4a64deb2e4d066882b3ee8cbe17916a064a64779066fb602e3714a1550cbb06 - md5: b22ffc80ac9af846df60b2640c98fea4 + name: libcups + version: 2.3.3 + build: h405e4a8_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + sha256: f9007d5ca44741de72f9d7be03e74c911b61af062ed7a3761594675f30f5890c + md5: d42c670b0c96c1795fd859d5e0275a55 depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 - - gstreamer 1.24.6 haf2f30d_0 - - libexpat >=2.6.2,<3.0a0 + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libpng >=1.6.43,<1.7.0a0 - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - xorg-libxxf86vm >=1.1.5,<2.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 2793963 - timestamp: 1722361035822 + - libzlib >=1.2.13,<2.0.0a0 + license: Apache-2.0 + license_family: Apache + size: 4551247 + timestamp: 1689195336749 - kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hbaaba92_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - sha256: b4a64deb2e4d066882b3ee8cbe17916a064a64779066fb602e3714a1550cbb06 - md5: b22ffc80ac9af846df60b2640c98fea4 + name: libcups + version: 2.3.3 + build: h405e4a8_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + sha256: f9007d5ca44741de72f9d7be03e74c911b61af062ed7a3761594675f30f5890c + md5: d42c670b0c96c1795fd859d5e0275a55 depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 - - gstreamer 1.24.6 haf2f30d_0 - - libexpat >=2.6.2,<3.0a0 + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libpng >=1.6.43,<1.7.0a0 - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - xorg-libxxf86vm >=1.1.5,<2.0a0 - license: LGPL-2.0-or-later - license_family: LGPL + - libzlib >=1.2.13,<2.0.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 2793963 - timestamp: 1722361035822 + size: 4551247 + timestamp: 1689195336749 - kind: conda - name: gstreamer - version: 1.24.6 - build: h5006eae_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 - md5: 81ffb18e1c5f4bd508b357f18292a597 + name: libcups + version: 2.3.3 + build: h4637d8d_4 + 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: - - glib >=2.80.3,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - size: 2026706 - timestamp: 1722361578619 + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: Apache-2.0 + license_family: Apache + size: 4519402 + timestamp: 1689195353551 - kind: conda - name: gstreamer - version: 1.24.6 - build: h5006eae_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 - md5: 81ffb18e1c5f4bd508b357f18292a597 + name: libcups + version: 2.3.3 + build: h4637d8d_4 + 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: - - glib >=2.80.3,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 2026706 - timestamp: 1722361578619 + size: 4519402 + timestamp: 1689195353551 - kind: conda - name: gstreamer - version: 1.24.6 - build: haf2f30d_0 + name: libcurl + version: 8.11.1 + build: h332b0f4_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - sha256: dc20889527dbbb4bb2843f38ab38db14cb5425749a254651d28d47409bbe08e0 - md5: a15d7b21e4b7b82b87ba04c3b46c1317 + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda + sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906 + md5: 2b3e0081006dc21e8bf53a91c83a055c depends: - __glibc >=2.17,<3.0.a0 - - glib >=2.80.3,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 2020818 - timestamp: 1722360910449 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT + size: 423011 + timestamp: 1733999897624 - kind: conda - name: gstreamer - version: 1.24.6 - build: haf2f30d_0 + name: libcurl + version: 8.11.1 + build: h332b0f4_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - sha256: dc20889527dbbb4bb2843f38ab38db14cb5425749a254651d28d47409bbe08e0 - md5: a15d7b21e4b7b82b87ba04c3b46c1317 + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda + sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906 + md5: 2b3e0081006dc21e8bf53a91c83a055c depends: - __glibc >=2.17,<3.0.a0 - - glib >=2.80.3,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT purls: [] - size: 2020818 - timestamp: 1722360910449 + size: 423011 + timestamp: 1733999897624 - kind: conda - name: gtk2 - version: 2.24.33 - build: h2c15c3c_5 - build_number: 5 + name: libcurl + version: 8.11.1 + build: h5dec5d8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 - md5: 308376a1154bc0ab3bbeeccf6ff986be + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + sha256: a4ee3da1a5fd753a382d129dffb079a1e8a244e5c7ff3f7aadc15bf127f8b5e5 + md5: 2f80e92674f4a92e9f8401494496ee62 depends: - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - size: 6162947 - timestamp: 1721286459536 + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT + size: 406590 + timestamp: 1734000110972 - kind: conda - name: gtk2 - version: 2.24.33 - build: h2c15c3c_5 - build_number: 5 + name: libcurl + version: 8.11.1 + build: h5dec5d8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 - md5: 308376a1154bc0ab3bbeeccf6ff986be + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + sha256: a4ee3da1a5fd753a382d129dffb079a1e8a244e5c7ff3f7aadc15bf127f8b5e5 + md5: 2f80e92674f4a92e9f8401494496ee62 depends: - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT purls: [] - size: 6162947 - timestamp: 1721286459536 + size: 406590 + timestamp: 1734000110972 - kind: conda - name: gtk2 - version: 2.24.33 - build: h4cb56f0_5 - build_number: 5 + name: libcurl + version: 8.11.1 + build: h6702fde_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae - md5: 1e19ec7c57430dcd5e475e21209f3996 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + sha256: 9fc65d21a58f4aad1bc39dfb94a178893aeb035850c5cf0ed9736674279f390b + md5: 7dec1cd271c403d1636bda5aa388a55d depends: - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later - size: 6591811 - timestamp: 1721293692701 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT + size: 440737 + timestamp: 1733999835504 - kind: conda - name: gtk2 - version: 2.24.33 - build: h4cb56f0_5 - build_number: 5 + name: libcurl + version: 8.11.1 + build: h6702fde_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae - md5: 1e19ec7c57430dcd5e475e21209f3996 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + sha256: 9fc65d21a58f4aad1bc39dfb94a178893aeb035850c5cf0ed9736674279f390b + md5: 7dec1cd271c403d1636bda5aa388a55d depends: - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT purls: [] - size: 6591811 - timestamp: 1721293692701 + size: 440737 + timestamp: 1733999835504 - kind: conda - name: gtk2 - version: 2.24.33 - build: h6470451_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 - md5: 1483ba046164be27df7f6eddbcec3a12 + name: libcurl + version: 8.11.1 + build: h73640d1_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6 + md5: 46d7524cabfdd199bffe63f8f19a552b depends: - - __glibc >=2.17,<3.0.a0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later - size: 6501561 - timestamp: 1721285940408 + - __osx >=11.0 + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT + size: 385098 + timestamp: 1734000160270 - kind: conda - name: gtk2 - version: 2.24.33 - build: h6470451_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 - md5: 1483ba046164be27df7f6eddbcec3a12 + name: libcurl + version: 8.11.1 + build: h73640d1_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6 + md5: 46d7524cabfdd199bffe63f8f19a552b depends: - - __glibc >=2.17,<3.0.a0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later + - __osx >=11.0 + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl + license_family: MIT purls: [] - size: 6501561 - timestamp: 1721285940408 + size: 385098 + timestamp: 1734000160270 - kind: conda - name: gtk2 - version: 2.24.33 - build: h91d5085_5 - build_number: 5 + name: libcurl + version: 8.11.1 + build: h88aaa65_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 + md5: 071d3f18dba5a6a13c6bb70cdb42678f + depends: + - krb5 >=1.21.3,<1.22.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: curl + license_family: MIT + size: 349553 + timestamp: 1734000095720 +- kind: conda + name: libcurl + version: 8.11.1 + build: h88aaa65_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 + md5: 071d3f18dba5a6a13c6bb70cdb42678f + depends: + - krb5 >=1.21.3,<1.22.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: curl + license_family: MIT + purls: [] + size: 349553 + timestamp: 1734000095720 +- kind: conda + name: libcxx + version: 19.1.6 + build: ha82da77_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda - sha256: 26ca08e16bb530465370d94309bfb500438f6cff4d6cf85725db3b7afcd9eccd - md5: 23558d38b8e80959b74cfe83acad7c66 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + sha256: 2b2443404503cd862385fd2f2a2c73f9624686fd1e5a45050b4034cfc06904ec + md5: ce5252d8db110cdb4ae4173d0a63c7c5 depends: - __osx >=11.0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - size: 6152068 - timestamp: 1721286930050 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 520992 + timestamp: 1734494699681 - kind: conda - name: gtk2 - version: 2.24.33 - build: h91d5085_5 - build_number: 5 + name: libcxx + version: 19.1.6 + build: ha82da77_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda - sha256: 26ca08e16bb530465370d94309bfb500438f6cff4d6cf85725db3b7afcd9eccd - md5: 23558d38b8e80959b74cfe83acad7c66 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + sha256: 2b2443404503cd862385fd2f2a2c73f9624686fd1e5a45050b4034cfc06904ec + md5: ce5252d8db110cdb4ae4173d0a63c7c5 depends: - __osx >=11.0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 6152068 - timestamp: 1721286930050 + size: 520992 + timestamp: 1734494699681 - kind: conda - name: gts - version: 0.7.6 - build: h53e17e3_4 - build_number: 4 + name: libcxx + version: 19.1.6 + build: hf95d169_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 - md5: 848cc963fcfbd063c7a023024aa3bec0 + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + sha256: c40661648c34c08e21b69e0eec021ccaf090ffff070d2a9cbcb1519e1b310568 + md5: 1bad6c181a0799298aad42fc5a7e98b7 depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 280972 - timestamp: 1686545425074 -- kind: conda - name: gts - version: 0.7.6 - build: h53e17e3_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 - md5: 848cc963fcfbd063c7a023024aa3bec0 - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 280972 - timestamp: 1686545425074 -- kind: conda - name: gts - version: 0.7.6 - build: h6b5321d_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 - md5: a41f14768d5e377426ad60c613f2923b - depends: - - libglib >=2.76.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - size: 188688 - timestamp: 1686545648050 + - __osx >=10.13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 527370 + timestamp: 1734494305140 - kind: conda - name: gts - version: 0.7.6 - build: h6b5321d_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 - md5: a41f14768d5e377426ad60c613f2923b + name: libcxx + version: 19.1.6 + build: hf95d169_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + sha256: c40661648c34c08e21b69e0eec021ccaf090ffff070d2a9cbcb1519e1b310568 + md5: 1bad6c181a0799298aad42fc5a7e98b7 depends: - - libglib >=2.76.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL + - __osx >=10.13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 188688 - timestamp: 1686545648050 + size: 527370 + timestamp: 1734494305140 - kind: conda - name: gts - version: 0.7.6 - build: h977cf35_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h00ab1b0_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b - md5: 4d8df0b0db060d33c9a702ada998a8fe + url: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d + md5: 407fee7a5d7ab2dca12c9ca7f62310ad depends: - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - license: LGPL-2.0-or-later + license: LGPL-3.0-or-later license_family: LGPL - size: 318312 - timestamp: 1686545244763 + size: 411814 + timestamp: 1703088639063 - kind: conda - name: gts - version: 0.7.6 - build: h977cf35_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h00ab1b0_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b - md5: 4d8df0b0db060d33c9a702ada998a8fe + url: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d + md5: 407fee7a5d7ab2dca12c9ca7f62310ad depends: - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - license: LGPL-2.0-or-later + license: LGPL-3.0-or-later license_family: LGPL purls: [] - size: 318312 - timestamp: 1686545244763 + size: 411814 + timestamp: 1703088639063 - kind: conda - name: gts - version: 0.7.6 - build: he293c15_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h2a328a1_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c - md5: 2aeaeddbd89e84b60165463225814cfc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + sha256: 7345e775c7a51ed2d9da33389d6e24aeb38378b0f3c6dea13b0b88179c867718 + md5: c5417cadddd73ace53e7152d8265f16a depends: - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - license: LGPL-2.0-or-later + license: LGPL-3.0-or-later license_family: LGPL - size: 332673 - timestamp: 1686545222091 + size: 385337 + timestamp: 1703088661961 - kind: conda - name: gts - version: 0.7.6 - build: he293c15_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h2a328a1_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c - md5: 2aeaeddbd89e84b60165463225814cfc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + sha256: 7345e775c7a51ed2d9da33389d6e24aeb38378b0f3c6dea13b0b88179c867718 + md5: c5417cadddd73ace53e7152d8265f16a depends: - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - license: LGPL-2.0-or-later + license: LGPL-3.0-or-later license_family: LGPL purls: [] - size: 332673 - timestamp: 1686545222091 + size: 385337 + timestamp: 1703088661961 - kind: conda - name: gts - version: 0.7.6 - build: he42f4ea_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h2ffa867_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba - md5: 21b4dd3098f63a74cf2aa9159cbef57d + url: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + sha256: 13747fa634f7f16d7f222b7d3869e3c1aab9d3a2791edeb2fc632a87663950e0 + md5: 7c718ee6d8497702145612fa0898a12d depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later + - libcxx >=15 + license: LGPL-3.0-or-later license_family: LGPL - size: 304331 - timestamp: 1686545503242 + size: 277861 + timestamp: 1703089176970 - kind: conda - name: gts - version: 0.7.6 - build: he42f4ea_4 - build_number: 4 + name: libde265 + version: 1.0.15 + build: h2ffa867_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba - md5: 21b4dd3098f63a74cf2aa9159cbef57d + url: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + sha256: 13747fa634f7f16d7f222b7d3869e3c1aab9d3a2791edeb2fc632a87663950e0 + md5: 7c718ee6d8497702145612fa0898a12d depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later + - libcxx >=15 + license: LGPL-3.0-or-later license_family: LGPL purls: [] - size: 304331 - timestamp: 1686545503242 + size: 277861 + timestamp: 1703089176970 - kind: conda - name: h2 - version: 4.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a - md5: b748fbf7060927a6e82df7cb5ee8f097 + name: libde265 + version: 1.0.15 + build: h7728843_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + sha256: a67544ca45a082da0c868fbcd1a0f49fc6f92281aa9aedd20bdce9e7c7e45817 + md5: a270b0e1a2a3326cc21eee82c42efffc depends: - - hpack >=4.0,<5 - - hyperframe >=6.0,<7 - - python >=3.6.1 - license: MIT - license_family: MIT - size: 46754 - timestamp: 1634280590080 + - libcxx >=15 + license: LGPL-3.0-or-later + license_family: LGPL + size: 331376 + timestamp: 1703088831061 - kind: conda - name: h2 - version: 4.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a - md5: b748fbf7060927a6e82df7cb5ee8f097 + name: libde265 + version: 1.0.15 + build: h7728843_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + sha256: a67544ca45a082da0c868fbcd1a0f49fc6f92281aa9aedd20bdce9e7c7e45817 + md5: a270b0e1a2a3326cc21eee82c42efffc depends: - - hpack >=4.0,<5 - - hyperframe >=6.0,<7 - - python >=3.6.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/h2?source=conda-forge-mapping - size: 46754 - timestamp: 1634280590080 + - libcxx >=15 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 331376 + timestamp: 1703088831061 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h053f038_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - sha256: eb94445e4ea3e794582f47365d3b429adfddc24209a39bb8102f17198a0661e1 - md5: 0a4256cad662dc36666221a2a8daa34e + name: libde265 + version: 1.0.15 + build: h91493d7_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 + md5: 9dc3c1fbc1c7bc6204e8a603f45e156b depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-3.0-or-later + license_family: LGPL + size: 252968 + timestamp: 1703089151021 +- kind: conda + name: libde265 + version: 1.0.15 + build: h91493d7_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 + md5: 9dc3c1fbc1c7bc6204e8a603f45e156b + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 252968 + timestamp: 1703089151021 +- kind: conda + name: libdeflate + version: '1.23' + build: h4ddbbb0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 + md5: 8dfae1d2e74767e9ce36d5fa0d8605db + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 1355063 - timestamp: 1719580353790 + size: 72255 + timestamp: 1734373823254 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h053f038_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - sha256: eb94445e4ea3e794582f47365d3b429adfddc24209a39bb8102f17198a0661e1 - md5: 0a4256cad662dc36666221a2a8daa34e + name: libdeflate + version: '1.23' + build: h4ddbbb0_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 + md5: 8dfae1d2e74767e9ce36d5fa0d8605db depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 1355063 - timestamp: 1719580353790 + size: 72255 + timestamp: 1734373823254 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h1836168_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - sha256: 9d2a30e652c0f0e6d7f87a527687d74ea8eaa0274199e08122dd6b400f23d9cb - md5: b6b6313a34c08e587c04dc2ed9a6c724 + name: libdeflate + version: '1.23' + build: h5e3c512_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + sha256: 959419d87cd2b789a9055db95704c614f31aeb70bef7949fa2f734122a3a2863 + md5: 7e7ca2607b11b180120cefc2354fc0cb depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 + - libgcc >=13 license: MIT license_family: MIT - size: 1320754 - timestamp: 1719580394276 + size: 69862 + timestamp: 1734373858306 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h1836168_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - sha256: 9d2a30e652c0f0e6d7f87a527687d74ea8eaa0274199e08122dd6b400f23d9cb - md5: b6b6313a34c08e587c04dc2ed9a6c724 + name: libdeflate + version: '1.23' + build: h5e3c512_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + sha256: 959419d87cd2b789a9055db95704c614f31aeb70bef7949fa2f734122a3a2863 + md5: 7e7ca2607b11b180120cefc2354fc0cb depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 1320754 - timestamp: 1719580394276 + size: 69862 + timestamp: 1734373858306 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h81778c3_0 + name: libdeflate + version: '1.23' + build: h9062f6e_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa - md5: 7b49dd4fc5ec701184302e848c79d813 + url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 + md5: a9624935147a25b06013099d3038e467 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 1100946 - timestamp: 1719581231427 + size: 155723 + timestamp: 1734374084110 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h81778c3_0 + name: libdeflate + version: '1.23' + build: h9062f6e_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa - md5: 7b49dd4fc5ec701184302e848c79d813 + url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 + md5: a9624935147a25b06013099d3038e467 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 1100946 - timestamp: 1719581231427 + size: 155723 + timestamp: 1734374084110 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h9812418_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 - md5: d783645c712ed75677dda0f87a4fae1b + name: libdeflate + version: '1.23' + build: he65b83e_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + sha256: 20c1e685e7409bb82c819ba55b9f7d9a654e8e6d597081581493badb7464520e + md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 license: MIT license_family: MIT - size: 1618051 - timestamp: 1719583714412 + size: 69309 + timestamp: 1734374105905 - kind: conda - name: harfbuzz - version: 9.0.0 - build: h9812418_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 - md5: d783645c712ed75677dda0f87a4fae1b + name: libdeflate + version: '1.23' + build: he65b83e_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + sha256: 20c1e685e7409bb82c819ba55b9f7d9a654e8e6d597081581493badb7464520e + md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 1618051 - timestamp: 1719583714412 + size: 69309 + timestamp: 1734374105905 - kind: conda - name: harfbuzz - version: 9.0.0 - build: hfac3d4d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 - md5: c7b47c64af53e8ecee01d101eeab2342 + name: libdeflate + version: '1.23' + build: hec38601_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53 + md5: 1d8b9588be14e71df38c525767a1ac30 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 + - __osx >=11.0 license: MIT license_family: MIT - size: 1590518 - timestamp: 1719579998295 + size: 54132 + timestamp: 1734373971372 - kind: conda - name: harfbuzz - version: 9.0.0 - build: hfac3d4d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 - md5: c7b47c64af53e8ecee01d101eeab2342 + name: libdeflate + version: '1.23' + build: hec38601_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53 + md5: 1d8b9588be14e71df38c525767a1ac30 depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 1590518 - timestamp: 1719579998295 + size: 54132 + timestamp: 1734373971372 - kind: conda - name: hdf4 - version: 4.2.15 - build: h2a13503_7 - build_number: 7 + name: libdrm + version: 2.4.124 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + sha256: a0a89edcd142942ec5730f2b7d3b3f3e702b9be2d4c675fea3a8b62d40e6adc3 + md5: a8058bcb6b4fa195aaa20452437c7727 + depends: + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 + license: MIT + license_family: MIT + size: 246299 + timestamp: 1733424417343 +- kind: conda + name: libdrm + version: 2.4.124 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + sha256: a0a89edcd142942ec5730f2b7d3b3f3e702b9be2d4c675fea3a8b62d40e6adc3 + md5: a8058bcb6b4fa195aaa20452437c7727 + depends: + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 + license: MIT + license_family: MIT + purls: [] + size: 246299 + timestamp: 1733424417343 +- kind: conda + name: libdrm + version: 2.4.124 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 - md5: bd77f8da987968ec3927990495dc22e4 + url: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 + md5: 8bc89311041d7fcb510238cf0848ccae depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 756742 - timestamp: 1695661547874 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 + license: MIT + license_family: MIT + size: 242533 + timestamp: 1733424409299 - kind: conda - name: hdf4 - version: 4.2.15 - build: h2a13503_7 - build_number: 7 + name: libdrm + version: 2.4.124 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 - md5: bd77f8da987968ec3927990495dc22e4 + url: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 + md5: 8bc89311041d7fcb510238cf0848ccae depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 + license: MIT + license_family: MIT purls: [] - size: 756742 - timestamp: 1695661547874 + size: 242533 + timestamp: 1733424409299 - kind: conda - name: hdf4 - version: 4.2.15 - build: h2ee6834_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 - md5: ff5d749fd711dc7759e127db38005924 + name: libedit + version: 3.1.20191231 + build: h0678c8f_2 + 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: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD - size: 762257 - timestamp: 1695661864625 + size: 105382 + timestamp: 1597616576726 - kind: conda - name: hdf4 - version: 4.2.15 - build: h2ee6834_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 - md5: ff5d749fd711dc7759e127db38005924 + name: libedit + version: 3.1.20191231 + build: h0678c8f_2 + 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: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 762257 - timestamp: 1695661864625 + size: 105382 + timestamp: 1597616576726 - kind: conda - name: hdf4 - version: 4.2.15 - build: h5557f11_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - md5: 84344a916a73727c1326841007b52ca8 + name: libedit + version: 3.1.20191231 + 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 + sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca + md5: 30e4362988a2623e9eb34337b83e01f9 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD - size: 779637 - timestamp: 1695662145568 + size: 96607 + timestamp: 1597616630749 - kind: conda - name: hdf4 - version: 4.2.15 - build: h5557f11_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - md5: 84344a916a73727c1326841007b52ca8 + name: libedit + version: 3.1.20191231 + 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 + sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca + md5: 30e4362988a2623e9eb34337b83e01f9 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 779637 - timestamp: 1695662145568 + size: 96607 + timestamp: 1597616630749 - kind: conda - name: hdf4 - version: 4.2.15 - build: h8138101_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d - md5: 7ce543bf38dbfae0de9af112ee178af2 + 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: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD - size: 724103 - timestamp: 1695661907511 + size: 123878 + timestamp: 1597616541093 - kind: conda - name: hdf4 - version: 4.2.15 - build: h8138101_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d - md5: 7ce543bf38dbfae0de9af112ee178af2 + 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: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 724103 - timestamp: 1695661907511 + size: 123878 + timestamp: 1597616541093 - kind: conda - name: hdf4 - version: 4.2.15 - build: hb6ba311_7 - build_number: 7 + name: libedit + version: 3.1.20191231 + build: he28a2e2_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 - md5: e1b6676b77b9690d07ea25de48aed97e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d + md5: 29371161d77933a54fccf1bb66b96529 depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD - size: 773862 - timestamp: 1695661552544 + size: 134104 + timestamp: 1597617110769 - kind: conda - name: hdf4 - version: 4.2.15 - build: hb6ba311_7 - build_number: 7 + name: libedit + version: 3.1.20191231 + build: he28a2e2_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 - md5: e1b6676b77b9690d07ea25de48aed97e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d + md5: 29371161d77933a54fccf1bb66b96529 depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 773862 - timestamp: 1695661552544 + size: 134104 + timestamp: 1597617110769 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h2b43c12_105 - build_number: 105 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 - md5: 5788de34381caf624b78c4981618dc0a + name: libegl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda + sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 + md5: c151d5eb730e9b7480e6d48c0fc44048 depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 2039111 - timestamp: 1717587493910 + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd + size: 44840 + timestamp: 1731330973553 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h2b43c12_105 - build_number: 105 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 - md5: 5788de34381caf624b78c4981618dc0a + name: libegl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda + sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 + md5: c151d5eb730e9b7480e6d48c0fc44048 depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd purls: [] - size: 2039111 - timestamp: 1717587493910 + size: 44840 + timestamp: 1731330973553 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h687a608_105 - build_number: 105 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 - md5: 98544299f6bb2ef4d7362506a3dde886 + name: libegl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda + sha256: 8962abf38a58c235611ce356b9899f6caeb0352a8bce631b0bcc59352fda455e + md5: cf105bce884e4ef8c8ccdca9fe6695e7 depends: - - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 3733954 - timestamp: 1717588360008 + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + size: 53551 + timestamp: 1731330990477 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h687a608_105 - build_number: 105 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 - md5: 98544299f6bb2ef4d7362506a3dde886 + name: libegl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda + sha256: 8962abf38a58c235611ce356b9899f6caeb0352a8bce631b0bcc59352fda455e + md5: cf105bce884e4ef8c8ccdca9fe6695e7 depends: - - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd purls: [] - size: 3733954 - timestamp: 1717588360008 + size: 53551 + timestamp: 1731330990477 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hd1676c9_105 - build_number: 105 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - sha256: 1361452c161a780f0e1e7a185917d738b609327350ef1711430cd9e06a881b84 - md5: 55dd1e8edf52fc44e71cf1c6890032c8 - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + name: libev + version: '4.33' + build: h10d778d_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + md5: 899db79329439820b7e8f8de41bca902 + license: BSD-2-Clause license_family: BSD - size: 3988950 - timestamp: 1717596727874 + size: 106663 + timestamp: 1702146352558 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hd1676c9_105 - build_number: 105 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - sha256: 1361452c161a780f0e1e7a185917d738b609327350ef1711430cd9e06a881b84 - md5: 55dd1e8edf52fc44e71cf1c6890032c8 - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + name: libev + version: '4.33' + build: h10d778d_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + md5: 899db79329439820b7e8f8de41bca902 + license: BSD-2-Clause license_family: BSD purls: [] - size: 3988950 - timestamp: 1717596727874 + size: 106663 + timestamp: 1702146352558 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hdf9ad27_105 - build_number: 105 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a - md5: 7e1729554e209627636a0f6fabcdd115 + name: libev + version: '4.33' + build: h31becfc_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda + sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 + md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + license: BSD-2-Clause license_family: BSD - size: 3911675 - timestamp: 1717587866574 + size: 115123 + timestamp: 1702146237623 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hdf9ad27_105 - build_number: 105 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a - md5: 7e1729554e209627636a0f6fabcdd115 + name: libev + version: '4.33' + build: h31becfc_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda + sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 + md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + license: BSD-2-Clause license_family: BSD purls: [] - size: 3911675 - timestamp: 1717587866574 + size: 115123 + timestamp: 1702146237623 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hec07895_105 - build_number: 105 + name: libev + version: '4.33' + build: h93a5062_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - sha256: 5d87a1b63862e7da78c7bd9c17dea3526c0462c11df9004943cfa4569cc25dd3 - md5: f9c8c7304d52c8846eab5d6c34219812 - depends: - - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda + sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f + md5: 36d33e440c31857372a72137f78bacf5 + license: BSD-2-Clause license_family: BSD - size: 3445248 - timestamp: 1717587775787 + size: 107458 + timestamp: 1702146414478 - kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hec07895_105 - build_number: 105 + name: libev + version: '4.33' + build: h93a5062_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - sha256: 5d87a1b63862e7da78c7bd9c17dea3526c0462c11df9004943cfa4569cc25dd3 - md5: f9c8c7304d52c8846eab5d6c34219812 - depends: - - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause + url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda + sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f + md5: 36d33e440c31857372a72137f78bacf5 + license: BSD-2-Clause license_family: BSD purls: [] - size: 3445248 - timestamp: 1717587775787 + size: 107458 + timestamp: 1702146414478 - kind: conda - name: hpack - version: 4.0.0 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 - md5: 914d6646c4dbb1fd3ff539830a12fd71 + name: libev + version: '4.33' + build: hd590300_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + md5: 172bf1cd1ff8629f2b1179945ed45055 depends: - - python - license: MIT - license_family: MIT - size: 25341 - timestamp: 1598856368685 + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 112766 + timestamp: 1702146165126 - kind: conda - name: hpack - version: 4.0.0 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 - md5: 914d6646c4dbb1fd3ff539830a12fd71 + name: libev + version: '4.33' + build: hd590300_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + md5: 172bf1cd1ff8629f2b1179945ed45055 depends: - - python - license: MIT - license_family: MIT - purls: - - pkg:pypi/hpack?source=conda-forge-mapping - size: 25341 - timestamp: 1598856368685 + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 112766 + timestamp: 1702146165126 - kind: conda - name: hyperframe - version: 6.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 - md5: 9f765cbfab6870c8435b9eefecd7a1f4 + name: libexpat + version: 2.6.4 + build: h240833e_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda + sha256: d10f43d0c5df6c8cf55259bce0fe14d2377eed625956cddce06f58827d288c59 + md5: 20307f4049a735a78a29073be1be2626 depends: - - python >=3.6 + - __osx >=10.13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - size: 14646 - timestamp: 1619110249723 + size: 70758 + timestamp: 1730967204736 - kind: conda - name: hyperframe - version: 6.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 - md5: 9f765cbfab6870c8435b9eefecd7a1f4 + name: libexpat + version: 2.6.4 + build: h240833e_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda + sha256: d10f43d0c5df6c8cf55259bce0fe14d2377eed625956cddce06f58827d288c59 + md5: 20307f4049a735a78a29073be1be2626 depends: - - python >=3.6 + - __osx >=10.13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - purls: - - pkg:pypi/hyperframe?source=conda-forge-mapping - size: 14646 - timestamp: 1619110249723 + purls: [] + size: 70758 + timestamp: 1730967204736 - kind: conda - name: icu - version: '73.2' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - md5: cc47e1facc155f91abd89b11e48e72ff + name: libexpat + version: 2.6.4 + build: h286801f_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda + sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745 + md5: 38d2656dd914feb0cab8c629370768bf depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=11.0 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - size: 12089150 - timestamp: 1692900650789 + size: 64693 + timestamp: 1730967175868 - kind: conda - name: icu - version: '73.2' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - md5: cc47e1facc155f91abd89b11e48e72ff + name: libexpat + version: 2.6.4 + build: h286801f_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda + sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745 + md5: 38d2656dd914feb0cab8c629370768bf depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=11.0 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 12089150 - timestamp: 1692900650789 + size: 64693 + timestamp: 1730967175868 - kind: conda - name: icu - version: '73.2' - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - md5: 0f47d9e3192d9e09ae300da0d28e0f56 + name: libexpat + version: 2.6.4 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda + sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26 + md5: db833e03127376d461e1e13e76f09b6c depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - size: 13422193 - timestamp: 1692901469029 + size: 73304 + timestamp: 1730967041968 - kind: conda - name: icu - version: '73.2' - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - md5: 0f47d9e3192d9e09ae300da0d28e0f56 + name: libexpat + version: 2.6.4 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda + sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26 + md5: db833e03127376d461e1e13e76f09b6c depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 13422193 - timestamp: 1692901469029 + size: 73304 + timestamp: 1730967041968 - kind: conda - name: icu - version: '73.2' - build: h787c7f5_0 + name: libexpat + version: 2.6.4 + build: h5ad3122_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 - md5: 9d3c29d71f28452a2e843aff8cbe09d2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda + sha256: f42e758009ba9db90d1fe7992bc3e60d0c52f71fb20923375d2c44ae69a5a2b3 + md5: f1b3fab36861b3ce945a13f0dfdfc688 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - size: 12237094 - timestamp: 1692900632394 + size: 72345 + timestamp: 1730967203789 - kind: conda - name: icu - version: '73.2' - build: h787c7f5_0 + name: libexpat + version: 2.6.4 + build: h5ad3122_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 - md5: 9d3c29d71f28452a2e843aff8cbe09d2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda + sha256: f42e758009ba9db90d1fe7992bc3e60d0c52f71fb20923375d2c44ae69a5a2b3 + md5: f1b3fab36861b3ce945a13f0dfdfc688 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 12237094 - timestamp: 1692900632394 + size: 72345 + timestamp: 1730967203789 - kind: conda - name: icu - version: '73.2' - build: hc8870d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 - md5: 8521bd47c0e11c5902535bb1a17c565f + name: libexpat + version: 2.6.4 + build: he0c23c2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 + md5: eb383771c680aa792feb529eaf9df82f + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT - size: 11997841 - timestamp: 1692902104771 + size: 139068 + timestamp: 1730967442102 - kind: conda - name: icu - version: '73.2' - build: hc8870d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 - md5: 8521bd47c0e11c5902535bb1a17c565f + name: libexpat + version: 2.6.4 + build: he0c23c2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 + md5: eb383771c680aa792feb529eaf9df82f + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 11997841 - timestamp: 1692902104771 + size: 139068 + timestamp: 1730967442102 - kind: conda - name: icu - version: '73.2' - build: hf5e326d_0 + name: libffi + version: 3.4.2 + build: h0d85af4_5 + build_number: 5 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - md5: 5cc301d759ec03f28328428e28f65591 + url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT license_family: MIT - size: 11787527 - timestamp: 1692901622519 + size: 51348 + timestamp: 1636488394370 - kind: conda - name: icu - version: '73.2' - build: hf5e326d_0 + name: libffi + version: 3.4.2 + build: h0d85af4_5 + build_number: 5 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - md5: 5cc301d759ec03f28328428e28f65591 + url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT license_family: MIT purls: [] - size: 11787527 - timestamp: 1692901622519 + size: 51348 + timestamp: 1636488394370 - kind: conda - name: idna - version: '3.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b - md5: c0cc1420498b17414d8617d0b9f506ca + name: libffi + version: 3.4.2 + build: h3422bc3_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 + sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca + md5: 086914b672be056eb70fd4285b6783b6 + license: MIT + license_family: MIT + size: 39020 + timestamp: 1636488587153 +- kind: conda + name: libffi + version: 3.4.2 + build: h3422bc3_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 + sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca + md5: 086914b672be056eb70fd4285b6783b6 + license: MIT + license_family: MIT + purls: [] + size: 39020 + timestamp: 1636488587153 +- kind: conda + name: libffi + version: 3.4.2 + build: h3557bc0_5 + build_number: 5 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c + md5: dddd85f4d52121fab0a8b099c5e06501 depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - size: 52718 - timestamp: 1713279497047 + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + size: 59450 + timestamp: 1636488255090 - kind: conda - name: idna - version: '3.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b - md5: c0cc1420498b17414d8617d0b9f506ca + name: libffi + version: 3.4.2 + build: h3557bc0_5 + build_number: 5 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c + md5: dddd85f4d52121fab0a8b099c5e06501 depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/idna?source=conda-forge-mapping - size: 52718 - timestamp: 1713279497047 + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + purls: [] + size: 59450 + timestamp: 1636488255090 - kind: conda - name: imagesize - version: 1.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - md5: 7de5386c8fea29e76b303f37dde4c352 + name: libffi + version: 3.4.2 + build: h7f98852_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 depends: - - python >=3.4 + - libgcc-ng >=9.4.0 license: MIT license_family: MIT - purls: - - pkg:pypi/imagesize?source=conda-forge-mapping - size: 10164 - timestamp: 1656939625410 + size: 58292 + timestamp: 1636488182923 - kind: conda - name: importlib-metadata - version: 8.2.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a - md5: c261d14fc7f49cdd403868998a18c318 + name: libffi + version: 3.4.2 + build: h7f98852_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 depends: - - python >=3.8 - - zipp >=0.5 - license: Apache-2.0 - license_family: APACHE - size: 28110 - timestamp: 1721856614564 + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + purls: [] + size: 58292 + timestamp: 1636488182923 - kind: conda - name: importlib-metadata - version: 8.2.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a - md5: c261d14fc7f49cdd403868998a18c318 + 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: - - python >=3.8 - - zipp >=0.5 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 28110 - timestamp: 1721856614564 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: MIT + license_family: MIT + size: 42063 + timestamp: 1636489106777 - kind: conda - name: importlib-resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 - md5: dcbadab7a68738a028e195ab68ab2d2e + 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: - - importlib_resources >=6.4.0,<6.4.1.0a0 - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - size: 9657 - timestamp: 1711041029062 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: MIT + license_family: MIT + purls: [] + size: 42063 + timestamp: 1636489106777 - kind: conda - name: importlib-resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 - md5: dcbadab7a68738a028e195ab68ab2d2e + name: libgcc + version: 14.2.0 + build: h1383e82_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d + md5: 75fdd34824997a0f9950a703b15d8ac5 depends: - - importlib_resources >=6.4.0,<6.4.1.0a0 - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 9657 - timestamp: 1711041029062 + - _openmp_mutex >=4.5 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 h1383e82_1 + - msys2-conda-epoch <0.0a0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 666386 + timestamp: 1729089506769 - kind: conda - name: importlib_metadata - version: 8.2.0 - build: hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 - md5: 0fd030dce707a6654472cf7619b0b01b + name: libgcc + version: 14.2.0 + build: h1383e82_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d + md5: 75fdd34824997a0f9950a703b15d8ac5 depends: - - importlib-metadata >=8.2.0,<8.2.1.0a0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 9330 - timestamp: 1721856618848 + - _openmp_mutex >=4.5 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 h1383e82_1 + - msys2-conda-epoch <0.0a0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 666386 + timestamp: 1729089506769 - kind: conda - name: importlib_resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda - sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de - md5: c5d3907ad8bd7bf557521a1833cf7e6d + name: libgcc + version: 14.2.0 + build: h77fa898_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 + md5: 3cb76c3f10d3bc7f1105b2fc9db984df depends: - - python >=3.8 - - zipp >=3.1.0 + - _libgcc_mutex 0.1 conda_forge + - _openmp_mutex >=4.5 constrains: - - importlib-resources >=6.4.0,<6.4.1.0a0 - license: Apache-2.0 - license_family: APACHE - size: 33056 - timestamp: 1711041009039 + - libgomp 14.2.0 h77fa898_1 + - libgcc-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 848745 + timestamp: 1729027721139 - kind: conda - name: importlib_resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda - sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de - md5: c5d3907ad8bd7bf557521a1833cf7e6d + name: libgcc + version: 14.2.0 + build: h77fa898_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 + md5: 3cb76c3f10d3bc7f1105b2fc9db984df depends: - - python >=3.8 - - zipp >=3.1.0 + - _libgcc_mutex 0.1 conda_forge + - _openmp_mutex >=4.5 constrains: - - importlib-resources >=6.4.0,<6.4.1.0a0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 33056 - timestamp: 1711041009039 + - libgomp 14.2.0 h77fa898_1 + - libgcc-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 848745 + timestamp: 1729027721139 - kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 + name: libgcc + version: 14.2.0 + build: he277a41_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 + md5: 511b511c5445e324066c3377481bcab8 depends: - - python >=3.7 - license: MIT - license_family: MIT - size: 11101 - timestamp: 1673103208955 + - _openmp_mutex >=4.5 + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 535243 + timestamp: 1729089435134 - kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 + name: libgcc + version: 14.2.0 + build: he277a41_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 + md5: 511b511c5445e324066c3377481bcab8 depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/iniconfig?source=conda-forge-mapping - size: 11101 - timestamp: 1673103208955 + - _openmp_mutex >=4.5 + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 535243 + timestamp: 1729089435134 - kind: conda - name: intel-openmp - version: 2024.2.0 - build: h57928b3_980 - build_number: 980 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 - md5: 9c28c39e64871a0adef7d1195bd58655 - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 1860328 - timestamp: 1721088141110 + name: libgcc-ng + version: 14.2.0 + build: h69a702a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda + sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 + md5: e39480b9ca41323497b05492a63bc35b + depends: + - libgcc 14.2.0 h77fa898_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54142 + timestamp: 1729027726517 - kind: conda - name: intel-openmp - version: 2024.2.0 - build: h57928b3_980 - build_number: 980 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 - md5: 9c28c39e64871a0adef7d1195bd58655 - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary + name: libgcc-ng + version: 14.2.0 + build: h69a702a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda + sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 + md5: e39480b9ca41323497b05492a63bc35b + depends: + - libgcc 14.2.0 h77fa898_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 1860328 - timestamp: 1721088141110 + size: 54142 + timestamp: 1729027726517 - kind: conda - name: ipykernel - version: 6.29.5 - build: pyh3099207_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a - md5: b40131ab6a36ac2c09b7c57d4d3fbf99 + name: libgcc-ng + version: 14.2.0 + build: he9431aa_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda + sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 + md5: 0694c249c61469f2c0f7e2990782af21 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119084 - timestamp: 1719845605084 + - libgcc 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54104 + timestamp: 1729089444587 - kind: conda - name: ipykernel - version: 6.29.5 - build: pyh4bbf305_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - sha256: dc569094125127c0078aa536f78733f383dd7e09507277ef8bcd1789786e7086 - md5: 18df5fc4944a679e085e0e8f31775fc8 + name: libgcc-ng + version: 14.2.0 + build: he9431aa_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda + sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 + md5: 0694c249c61469f2c0f7e2990782af21 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119853 - timestamp: 1719845858082 + - libgcc 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 54104 + timestamp: 1729089444587 - kind: conda - name: ipykernel - version: 6.29.5 - build: pyh57ce528_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - sha256: 072534d4d379225b2c3a4e38bc7730b65ae171ac7f0c2d401141043336e97980 - md5: 9eb15d654daa0ef5a98802f586bb4ffc + name: libgd + version: 2.3.3 + build: h085315d_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda + sha256: 301b6da73cef796766945299a3dea776728703298aac90827aa6bf15134bc03c + md5: ac0cda3730da6013715a0d9e8e677d83 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xorg-libxpm >=3.5.17,<4.0a0 + license: GD license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119568 - timestamp: 1719845667420 + size: 344264 + timestamp: 1722928697150 - kind: conda - name: ipython - version: 8.18.1 - build: pyh707e725_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b - md5: 15c6f45a45f7ac27f6d60b0b084f6761 + name: libgd + version: 2.3.3 + build: h085315d_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda + sha256: 301b6da73cef796766945299a3dea776728703298aac90827aa6bf15134bc03c + md5: ac0cda3730da6013715a0d9e8e677d83 depends: - - __unix - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pexpect >4.3 - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - license: BSD-3-Clause + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xorg-libxpm >=3.5.17,<4.0a0 + license: GD license_family: BSD - purls: - - pkg:pypi/ipython?source=conda-forge-mapping - size: 591040 - timestamp: 1701831872415 + purls: [] + size: 344264 + timestamp: 1722928697150 - kind: conda - name: ipython - version: 8.18.1 - build: pyh7428d3b_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 - md5: 656a798e52fbe1ca72f7d97b3c36aeff + name: libgd + version: 2.3.3 + build: h2e77e4f_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d + md5: a87f68ea91c66e1a9fb515f6aeba6ba2 depends: - - __win - - colorama - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - license: BSD-3-Clause + - __osx >=10.13 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD license_family: BSD - purls: - - pkg:pypi/ipython?source=conda-forge-mapping - size: 590143 - timestamp: 1701832398069 -- kind: conda - name: jedi - version: 0.19.1 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/jedi?source=conda-forge-mapping - size: 841312 - timestamp: 1696326218364 + size: 200456 + timestamp: 1722928713359 - kind: conda - name: jinja2 - version: 3.1.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d - md5: 7b86ecb7d3557821c649b3c31e3eb9f2 + name: libgd + version: 2.3.3 + build: h2e77e4f_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d + md5: a87f68ea91c66e1a9fb515f6aeba6ba2 depends: - - markupsafe >=2.0 - - python >=3.7 - license: BSD-3-Clause + - __osx >=10.13 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD license_family: BSD - size: 111565 - timestamp: 1715127275924 + purls: [] + size: 200456 + timestamp: 1722928713359 - kind: conda - name: jinja2 - version: 3.1.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d - md5: 7b86ecb7d3557821c649b3c31e3eb9f2 - depends: - - markupsafe >=2.0 - - python >=3.7 - license: BSD-3-Clause + name: libgd + version: 2.3.3 + build: h6818b27_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 + md5: 33725322288f22cd4e29db5356653d76 + depends: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD license_family: BSD - purls: - - pkg:pypi/jinja2?source=conda-forge-mapping - size: 111565 - timestamp: 1715127275924 + size: 227975 + timestamp: 1722928173564 - kind: conda - name: json-c - version: '0.17' - build: h1220068_1 - build_number: 1 + name: libgd + version: 2.3.3 + build: h6818b27_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 + md5: 33725322288f22cd4e29db5356653d76 + depends: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD + purls: [] + size: 227975 + timestamp: 1722928173564 +- kind: conda + name: libgd + version: 2.3.3 + build: hac1b3a8_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e + md5: c9e450ce5ced76f107c494fbd37325f5 + depends: + - __osx >=11.0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD + size: 200309 + timestamp: 1722928354606 +- kind: conda + name: libgd + version: 2.3.3 + build: hac1b3a8_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e + md5: c9e450ce5ced76f107c494fbd37325f5 + depends: + - __osx >=11.0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD + purls: [] + size: 200309 + timestamp: 1722928354606 +- kind: conda + name: libgd + version: 2.3.3 + build: hd3e95f3_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - sha256: 0caf06ccfbd6f9a7b3a1e09fa83e318c9e84f2d1c1003a9e486f2600f4096720 - md5: f8f0f0c4338bad5c34a4e9e11460481d + url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 + md5: 30ee3a29c84cf7b842a8c5828c4b7c13 depends: - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 83682 - timestamp: 1720812978049 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD + size: 225113 + timestamp: 1722928278395 - kind: conda - name: json-c - version: '0.17' - build: h1220068_1 - build_number: 1 + name: libgd + version: 2.3.3 + build: hd3e95f3_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - sha256: 0caf06ccfbd6f9a7b3a1e09fa83e318c9e84f2d1c1003a9e486f2600f4096720 - md5: f8f0f0c4338bad5c34a4e9e11460481d + url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 + md5: 30ee3a29c84cf7b842a8c5828c4b7c13 depends: - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - license: MIT - license_family: MIT + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD purls: [] - size: 83682 - timestamp: 1720812978049 + size: 225113 + timestamp: 1722928278395 - kind: conda - name: json-c - version: '0.17' - build: h6253ea5_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - sha256: 66ddd1a4d643c7c800a1bb8e61f5f4198ec102be37db9a6d2e037004442eff8d - md5: fb72a2ef514c2df4ba035187945a6dcf + name: libgdal-core + version: 3.10.0 + build: h095903c_13 + build_number: 13 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda + sha256: 9e9d9db10f34b4948ec7d3a34d5c2579c592420a767f3ebc71a76713152e8eaa + md5: 7f216b88f4919e918edf305c2589db79 depends: - - __osx >=10.13 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - size: 72163 - timestamp: 1720813111542 + size: 8426143 + timestamp: 1735411552110 - kind: conda - name: json-c - version: '0.17' - build: h6253ea5_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - sha256: 66ddd1a4d643c7c800a1bb8e61f5f4198ec102be37db9a6d2e037004442eff8d - md5: fb72a2ef514c2df4ba035187945a6dcf + name: libgdal-core + version: 3.10.0 + build: h095903c_13 + build_number: 13 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda + sha256: 9e9d9db10f34b4948ec7d3a34d5c2579c592420a767f3ebc71a76713152e8eaa + md5: 7f216b88f4919e918edf305c2589db79 depends: - - __osx >=10.13 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT purls: [] - size: 72163 - timestamp: 1720813111542 + size: 8426143 + timestamp: 1735411552110 - kind: conda - name: json-c - version: '0.17' - build: he54c16a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - sha256: b12b280c0179628b2aa355286331d48b136104cf96179c355971f2e7c5b226ac - md5: 4831302cd6badbdb87c0334163fb7d68 + name: libgdal-core + version: 3.10.0 + build: h3359108_13 + build_number: 13 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda + sha256: 63e52a79712b11b75c81c6a67ae4be04445f2f4bb4f8a59be0dbc0d877e83126 + md5: e9c2fb75425038991370f72231eca6e8 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - size: 74409 - timestamp: 1720813255190 + size: 10791475 + timestamp: 1735410325715 - kind: conda - name: json-c - version: '0.17' - build: he54c16a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - sha256: b12b280c0179628b2aa355286331d48b136104cf96179c355971f2e7c5b226ac - md5: 4831302cd6badbdb87c0334163fb7d68 + name: libgdal-core + version: 3.10.0 + build: h3359108_13 + build_number: 13 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda + sha256: 63e52a79712b11b75c81c6a67ae4be04445f2f4bb4f8a59be0dbc0d877e83126 + md5: e9c2fb75425038991370f72231eca6e8 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT purls: [] - size: 74409 - timestamp: 1720813255190 + size: 10791475 + timestamp: 1735410325715 - kind: conda - name: json-c - version: '0.17' - build: hf9262ea_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f - md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f + name: libgdal-core + version: 3.10.0 + build: h9ef0d2d_13 + build_number: 13 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda + sha256: 89d2fd46130b6b9b1612c39737154f1101dbd14fee1adb6c571711f8d6f3dbf2 + md5: c350c8c0bc3a741932574e66a9a5d3bb depends: - - libgcc-ng >=12 + - __osx >=11.0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - size: 88473 - timestamp: 1720813047136 + size: 8495760 + timestamp: 1735421197080 - kind: conda - name: json-c - version: '0.17' - build: hf9262ea_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f - md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f + name: libgdal-core + version: 3.10.0 + build: h9ef0d2d_13 + build_number: 13 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda + sha256: 89d2fd46130b6b9b1612c39737154f1101dbd14fee1adb6c571711f8d6f3dbf2 + md5: c350c8c0bc3a741932574e66a9a5d3bb depends: - - libgcc-ng >=12 + - __osx >=11.0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT purls: [] - size: 88473 - timestamp: 1720813047136 + size: 8495760 + timestamp: 1735421197080 - kind: conda - name: jsonschema - version: 4.23.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - sha256: 7d0c4c0346b26be9f220682b7c5c0d84606d48c6dbc36fc238e4452dda733aff - md5: da304c192ad59975202859b367d0f6a2 - depends: - - attrs >=22.2.0 - - importlib_resources >=1.4.0 - - jsonschema-specifications >=2023.03.6 - - pkgutil-resolve-name >=1.3.10 - - python >=3.8 - - referencing >=0.28.4 - - rpds-py >=0.7.1 + name: libgdal-core + version: 3.10.0 + build: ha746336_13 + build_number: 13 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda + sha256: f71f389102e185f9939ac31bc64f21ba44197a402150bc3fe9683e6667ca45b1 + md5: 3821cb9439701da9166ec6ba1bef51e4 + depends: + - __osx >=10.13 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - size: 74323 - timestamp: 1720529611305 + size: 9210730 + timestamp: 1735410526351 - kind: conda - name: jsonschema - version: 4.23.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.23.0-pyhd8ed1ab_0.conda - sha256: 7d0c4c0346b26be9f220682b7c5c0d84606d48c6dbc36fc238e4452dda733aff - md5: da304c192ad59975202859b367d0f6a2 - depends: - - attrs >=22.2.0 - - importlib_resources >=1.4.0 - - jsonschema-specifications >=2023.03.6 - - pkgutil-resolve-name >=1.3.10 - - python >=3.8 - - referencing >=0.28.4 - - rpds-py >=0.7.1 + name: libgdal-core + version: 3.10.0 + build: ha746336_13 + build_number: 13 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda + sha256: f71f389102e185f9939ac31bc64f21ba44197a402150bc3fe9683e6667ca45b1 + md5: 3821cb9439701da9166ec6ba1bef51e4 + depends: + - __osx >=10.13 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - purls: - - pkg:pypi/jsonschema?source=conda-forge-mapping - size: 74323 - timestamp: 1720529611305 + purls: [] + size: 9210730 + timestamp: 1735410526351 - kind: conda - name: jsonschema-specifications - version: 2023.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 - md5: a0e4efb5f35786a05af4809a2fb1f855 + name: libgdal-core + version: 3.10.0 + build: hedfbfe8_13 + build_number: 13 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda + sha256: dbc109fa287a2ce13bd2ff329d51aa166bb93a7bf4bb549ad6da829a9bf38ee5 + md5: b193fcb264f95ee765637c4698fae9ad depends: - - importlib_resources >=1.4.0 - - python >=3.8 - - referencing >=0.31.0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - size: 16431 - timestamp: 1703778502971 + size: 10594888 + timestamp: 1735410545885 - kind: conda - name: jsonschema-specifications - version: 2023.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda - sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 - md5: a0e4efb5f35786a05af4809a2fb1f855 + name: libgdal-core + version: 3.10.0 + build: hedfbfe8_13 + build_number: 13 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda + sha256: dbc109fa287a2ce13bd2ff329d51aa166bb93a7bf4bb549ad6da829a9bf38ee5 + md5: b193fcb264f95ee765637c4698fae9ad depends: - - importlib_resources >=1.4.0 - - python >=3.8 - - referencing >=0.31.0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.0.* license: MIT license_family: MIT - purls: - - pkg:pypi/jsonschema-specifications?source=conda-forge-mapping - size: 16431 - timestamp: 1703778502971 -- kind: conda - name: jupyter_client - version: 8.6.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c - md5: 3cdbb2fa84490e5fd44c9f9806c0d292 - 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 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-client?source=conda-forge-mapping - size: 106248 - timestamp: 1716472312833 + purls: [] + size: 10594888 + timestamp: 1735410545885 - kind: conda - name: jupyter_core - version: 5.7.1 - build: py39h6e9494a_0 + name: libgfortran + version: 5.0.0 + build: 13_2_0_h97931a8_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e - md5: 9611b1806866adc1693cfb5a323f16e4 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d + md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - size: 80149 - timestamp: 1704727554036 + - libgfortran5 13.2.0 h2873a65_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 110106 + timestamp: 1707328956438 - kind: conda - name: jupyter_core - version: 5.7.1 - build: py39h6e9494a_0 + name: libgfortran + version: 5.0.0 + build: 13_2_0_h97931a8_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e - md5: 9611b1806866adc1693cfb5a323f16e4 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d + md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80149 - timestamp: 1704727554036 + - libgfortran5 13.2.0 h2873a65_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 110106 + timestamp: 1707328956438 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h2804cbe_0 + name: libgfortran + version: 5.0.0 + build: 13_2_0_hd922786_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 - md5: 4466162887415f41a30c5c70776bee76 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda + sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b + md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - size: 79895 - timestamp: 1710257881036 + - libgfortran5 13.2.0 hf226fd6_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 110233 + timestamp: 1707330749033 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h2804cbe_0 + name: libgfortran + version: 5.0.0 + build: 13_2_0_hd922786_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 - md5: 4466162887415f41a30c5c70776bee76 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda + sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b + md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79895 - timestamp: 1710257881036 + - libgfortran5 13.2.0 hf226fd6_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 110233 + timestamp: 1707330749033 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h4420490_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 - md5: 7d9cb6936e2b7c33480a8890d4f2d41c + name: libgfortran + version: 14.2.0 + build: h69a702a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 + md5: f1fd30127802683586f768875127a987 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - size: 80302 - timestamp: 1710257538687 + - libgfortran5 14.2.0 hd5240d6_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 53997 + timestamp: 1729027752995 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h4420490_0 + name: libgfortran + version: 14.2.0 + build: h69a702a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 + md5: f1fd30127802683586f768875127a987 + depends: + - libgfortran5 14.2.0 hd5240d6_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 53997 + timestamp: 1729027752995 +- kind: conda + name: libgfortran + version: 14.2.0 + build: he9431aa_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 - md5: 7d9cb6936e2b7c33480a8890d4f2d41c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b + md5: 0294b92d2f47a240bebb1e3336b495f1 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80302 - timestamp: 1710257538687 + - libgfortran5 14.2.0 hb6113d0_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54105 + timestamp: 1729089471124 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 - md5: 78ec20214b67efe5caebb4f08bdee094 + name: libgfortran + version: 14.2.0 + build: he9431aa_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b + md5: 0294b92d2f47a240bebb1e3336b495f1 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - pywin32 >=300 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - size: 96366 - timestamp: 1710257842034 + - libgfortran5 14.2.0 hb6113d0_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 54105 + timestamp: 1729089471124 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 - md5: 78ec20214b67efe5caebb4f08bdee094 + name: libgfortran-ng + version: 14.2.0 + build: h69a702a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 + md5: 0a7f4cd238267c88e5d69f7826a407eb depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - pywin32 >=300 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 96366 - timestamp: 1710257842034 + - libgfortran 14.2.0 h69a702a_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54106 + timestamp: 1729027945817 - kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hf3d152e_0 + name: libgfortran-ng + version: 14.2.0 + build: h69a702a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf - md5: 612f7a003a8a407955572c0d53952ceb + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 + md5: 0a7f4cd238267c88e5d69f7826a407eb depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - size: 79658 - timestamp: 1710257600539 -- kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf - md5: 612f7a003a8a407955572c0d53952ceb - depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79658 - timestamp: 1710257600539 -- kind: pypi - name: jupyterlab-pygments - version: 0.3.0 - url: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 - requires_python: '>=3.8' + - libgfortran 14.2.0 h69a702a_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 54106 + timestamp: 1729027945817 - kind: conda - name: jupytext - version: 1.16.4 - build: pyh80e38bb_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 - md5: 1df7fd1594a7f2f6496ff23834a099bf + name: libgfortran-ng + version: 14.2.0 + build: he9431aa_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 + md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: - - markdown-it-py >=1.0 - - mdit-py-plugins - - nbformat - - packaging - - python >=3.8 - - pyyaml - - tomli - license: MIT - license_family: MIT - size: 104513 - timestamp: 1722332096729 + - libgfortran 14.2.0 he9431aa_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54111 + timestamp: 1729089714658 - kind: conda - name: jupytext - version: 1.16.4 - build: pyh80e38bb_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 - md5: 1df7fd1594a7f2f6496ff23834a099bf + name: libgfortran-ng + version: 14.2.0 + build: he9431aa_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 + md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: - - markdown-it-py >=1.0 - - mdit-py-plugins - - nbformat - - packaging - - python >=3.8 - - pyyaml - - tomli - license: MIT - license_family: MIT - purls: - - pkg:pypi/jupytext?source=conda-forge-mapping - size: 104513 - timestamp: 1722332096729 + - libgfortran 14.2.0 he9431aa_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 54111 + timestamp: 1729089714658 - kind: conda - name: kealib - version: 1.5.3 - build: h6c43f9b_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 - md5: a20c9e3598a55ca3e61cad90ef33ada3 + name: libgfortran5 + version: 13.2.0 + build: h2873a65_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b + md5: e4fb4d23ec2870ff3c40d10afe305aec depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 133355 - timestamp: 1716158947179 + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1571379 + timestamp: 1707328880361 - kind: conda - name: kealib - version: 1.5.3 - build: h6c43f9b_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 - md5: a20c9e3598a55ca3e61cad90ef33ada3 + name: libgfortran5 + version: 13.2.0 + build: h2873a65_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b + md5: e4fb4d23ec2870ff3c40d10afe305aec depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 133355 - timestamp: 1716158947179 + size: 1571379 + timestamp: 1707328880361 - kind: conda - name: kealib - version: 1.5.3 - build: h848a2d4_1 - build_number: 1 + name: libgfortran5 + version: 13.2.0 + build: hf226fd6_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 - md5: dafdda3213a216870027af0c76f204c7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a + md5: 66ac81d54e95c534ae488726c1f698ea depends: - - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 142911 - timestamp: 1716158475936 + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 997381 + timestamp: 1707330687590 - kind: conda - name: kealib - version: 1.5.3 - build: h848a2d4_1 - build_number: 1 + name: libgfortran5 + version: 13.2.0 + build: hf226fd6_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 - md5: dafdda3213a216870027af0c76f204c7 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a + md5: 66ac81d54e95c534ae488726c1f698ea depends: - - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - license: MIT - license_family: MIT + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 142911 - timestamp: 1716158475936 + size: 997381 + timestamp: 1707330687590 - kind: conda - name: kealib - version: 1.5.3 - build: h8e54105_1 + name: libgfortran5 + version: 14.2.0 + build: hb6113d0_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda - sha256: 5174d4475ddbe6aa97ffdc23c1582ddc3f921bc6f9ee01d8bea7e74b25f4479a - md5: 1e6ad5c605e5f613b119c1afba688923 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f + md5: fc068e11b10e18f184e027782baa12b6 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 140223 - timestamp: 1716158308507 + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1102158 + timestamp: 1729089452640 - kind: conda - name: kealib - version: 1.5.3 - build: h8e54105_1 + name: libgfortran5 + version: 14.2.0 + build: hb6113d0_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda - sha256: 5174d4475ddbe6aa97ffdc23c1582ddc3f921bc6f9ee01d8bea7e74b25f4479a - md5: 1e6ad5c605e5f613b119c1afba688923 - depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 140223 - timestamp: 1716158308507 -- kind: conda - name: kealib - version: 1.5.3 - build: hb2b617a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - sha256: 3150dedf047284e8b808a169dfe630d818d8513b79d08a5404b90973c61c6914 - md5: e24e1fa559fd29c34593d6a47b459443 - depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 152270 - timestamp: 1716158359765 -- kind: conda - name: kealib - version: 1.5.3 - build: hb2b617a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - sha256: 3150dedf047284e8b808a169dfe630d818d8513b79d08a5404b90973c61c6914 - md5: e24e1fa559fd29c34593d6a47b459443 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f + md5: fc068e11b10e18f184e027782baa12b6 depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - license: MIT - license_family: MIT + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 152270 - timestamp: 1716158359765 + size: 1102158 + timestamp: 1729089452640 - kind: conda - name: kealib - version: 1.5.3 - build: hee9dde6_1 + name: libgfortran5 + version: 14.2.0 + build: hd5240d6_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 - md5: c5b7b29e2b66107553d0366538257a51 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d + md5: 9822b874ea29af082e5d36098d25427d depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 170709 - timestamp: 1716158265533 + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1462645 + timestamp: 1729027735353 - kind: conda - name: kealib - version: 1.5.3 - build: hee9dde6_1 + name: libgfortran5 + version: 14.2.0 + build: hd5240d6_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 - md5: c5b7b29e2b66107553d0366538257a51 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d + md5: 9822b874ea29af082e5d36098d25427d depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libgcc >=14.2.0 + constrains: + - libgfortran 14.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 170709 - timestamp: 1716158265533 + size: 1462645 + timestamp: 1729027735353 - kind: conda - name: keyutils - version: 1.6.1 - build: h166bdaf_0 + name: libgl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - md5: 30186d27e2c9fa62b45fb1476b7200e3 + url: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d + md5: 928b8be80851f5d8ffb016f9c81dae7a depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 117831 - timestamp: 1646151697040 + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - libglx 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd + size: 134712 + timestamp: 1731330998354 - kind: conda - name: keyutils - version: 1.6.1 - build: h166bdaf_0 + name: libgl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - md5: 30186d27e2c9fa62b45fb1476b7200e3 + url: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d + md5: 928b8be80851f5d8ffb016f9c81dae7a depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - libglx 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd purls: [] - size: 117831 - timestamp: 1646151697040 + size: 134712 + timestamp: 1731330998354 - kind: conda - name: keyutils - version: 1.6.1 - build: h4e544f5_0 + name: libgl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b - md5: 1f24853e59c68892452ef94ddd8afd4b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + sha256: 3e954380f16255d1c8ae5da3bd3044d3576a0e1ac2e3c3ff2fe8f2f1ad2e467a + md5: 0d00176464ebb25af83d40736a2cd3bb depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 112327 - timestamp: 1646166857935 + - libglvnd 1.7.0 hd24410f_2 + - libglx 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + size: 145442 + timestamp: 1731331005019 - kind: conda - name: keyutils - version: 1.6.1 - build: h4e544f5_0 + name: libgl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b - md5: 1f24853e59c68892452ef94ddd8afd4b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + sha256: 3e954380f16255d1c8ae5da3bd3044d3576a0e1ac2e3c3ff2fe8f2f1ad2e467a + md5: 0d00176464ebb25af83d40736a2cd3bb depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later + - libglvnd 1.7.0 hd24410f_2 + - libglx 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd purls: [] - size: 112327 - timestamp: 1646166857935 + size: 145442 + timestamp: 1731331005019 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h1f6ef14_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 - md5: 4fc5bd0a7b535252028c647cc27d6c87 + name: libglib + version: 2.82.2 + build: h07bd6cf_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda + sha256: 101fb31c509d6a69ac5d612b51d4088ddbc675fca18cf0c3589cfee26cd01ca0 + md5: 890783f64502fa6bfcdc723cfbf581b4 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 + - __osx >=11.0 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + size: 3635416 + timestamp: 1729191799117 +- kind: conda + name: libglib + version: 2.82.2 + build: h07bd6cf_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda + sha256: 101fb31c509d6a69ac5d612b51d4088ddbc675fca18cf0c3589cfee26cd01ca0 + md5: 890783f64502fa6bfcdc723cfbf581b4 + depends: + - __osx >=11.0 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + purls: [] + size: 3635416 + timestamp: 1729191799117 +- kind: conda + name: libglib + version: 2.82.2 + build: h2ff4ddf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda + sha256: 49ee9401d483a76423461c50dcd37f91d070efaec7e4dc2828d8cdd2ce694231 + md5: 13e8e54035ddd2b91875ba399f0f7c04 + depends: + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + size: 3931898 + timestamp: 1729191404130 +- kind: conda + name: libglib + version: 2.82.2 + build: h2ff4ddf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda + sha256: 49ee9401d483a76423461c50dcd37f91d070efaec7e4dc2828d8cdd2ce694231 + md5: 13e8e54035ddd2b91875ba399f0f7c04 + depends: + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + purls: [] + size: 3931898 + timestamp: 1729191404130 +- kind: conda + name: libglib + version: 2.82.2 + build: h7025463_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda + sha256: 7dfbf492b736f8d379f8c3b32a823f0bf2167ff69963e4c940339b146a04c54a + md5: 3e379c1b908a7101ecbc503def24613f + depends: + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 55660 - timestamp: 1695380433980 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + size: 3810166 + timestamp: 1729192227078 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h1f6ef14_1 - build_number: 1 + name: libglib + version: 2.82.2 + build: h7025463_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 - md5: 4fc5bd0a7b535252028c647cc27d6c87 + url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda + sha256: 7dfbf492b736f8d379f8c3b32a823f0bf2167ff69963e4c940339b146a04c54a + md5: 3e379c1b908a7101ecbc503def24613f depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 55660 - timestamp: 1695380433980 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + purls: [] + size: 3810166 + timestamp: 1729192227078 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h7633fee_1 - build_number: 1 + name: libglib + version: 2.82.2 + build: hb6ef654_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda + sha256: d782be2d8d6784f0b8584ca3cfa93357cddc71b0975560a2bcabd174dac60fff + md5: 2e0511f82f1481210f148e1205fe2482 + depends: + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + size: 3692367 + timestamp: 1729191628049 +- kind: conda + name: libglib + version: 2.82.2 + build: hb6ef654_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda + sha256: d782be2d8d6784f0b8584ca3cfa93357cddc71b0975560a2bcabd174dac60fff + md5: 2e0511f82f1481210f148e1205fe2482 + depends: + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + purls: [] + size: 3692367 + timestamp: 1729191628049 +- kind: conda + name: libglib + version: 2.82.2 + build: hc486b8e_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda + sha256: 6797d24de7acd298f81a86078c64e4f3fea6d551a3e8892205c9e72a37a7cc3c + md5: 47f6d85fe47b865e56c539f2ba5f4dad + depends: + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + size: 4020802 + timestamp: 1729191545578 +- kind: conda + name: libglib + version: 2.82.2 + build: hc486b8e_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda + sha256: 6797d24de7acd298f81a86078c64e4f3fea6d551a3e8892205c9e72a37a7cc3c + md5: 47f6d85fe47b865e56c539f2ba5f4dad + depends: + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 + constrains: + - glib 2.82.2 *_0 + license: LGPL-2.1-or-later + purls: [] + size: 4020802 + timestamp: 1729191545578 +- kind: conda + name: libglvnd + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda - sha256: 620d2aa2c3f016aa569b4a679688cb34f27c05e08555e4860099cf001bd740e4 - md5: c9f74d717e5a2847a9f8b779c54130f2 + url: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 + md5: 434ca7e50e40f4918ab701e3facd59a0 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 73457 - timestamp: 1695380118523 + - __glibc >=2.17,<3.0.a0 + license: LicenseRef-libglvnd + size: 132463 + timestamp: 1731330968309 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h7633fee_1 - build_number: 1 + name: libglvnd + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda - sha256: 620d2aa2c3f016aa569b4a679688cb34f27c05e08555e4860099cf001bd740e4 - md5: c9f74d717e5a2847a9f8b779c54130f2 + url: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 + md5: 434ca7e50e40f4918ab701e3facd59a0 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 73457 - timestamp: 1695380118523 + - __glibc >=2.17,<3.0.a0 + license: LicenseRef-libglvnd + purls: [] + size: 132463 + timestamp: 1731330968309 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h8ee36c8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b - md5: 6072db04642b21329b0502a177ec18bf + name: libglvnd + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da + md5: 9e115653741810778c9a915a2f8439e7 + license: LicenseRef-libglvnd + size: 152135 + timestamp: 1731330986070 +- kind: conda + name: libglvnd + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da + md5: 9e115653741810778c9a915a2f8439e7 + license: LicenseRef-libglvnd + purls: [] + size: 152135 + timestamp: 1731330986070 +- kind: conda + name: libglx + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 + md5: c8013e438185f33b13814c5c488acd5c depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 60498 - timestamp: 1695380322018 + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - xorg-libx11 >=1.8.10,<2.0a0 + license: LicenseRef-libglvnd + size: 75504 + timestamp: 1731330988898 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h8ee36c8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b - md5: 6072db04642b21329b0502a177ec18bf + name: libglx + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 + md5: c8013e438185f33b13814c5c488acd5c depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 60498 - timestamp: 1695380322018 + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - xorg-libx11 >=1.8.10,<2.0a0 + license: LicenseRef-libglvnd + purls: [] + size: 75504 + timestamp: 1731330988898 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39had2cf8c_1 - build_number: 1 + name: libglx + version: 1.7.0 + build: hd24410f_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda - sha256: aa6b1145e81ec1e5458f54b1ce0243cc24a70c6a2da20c6afae0482fed6a05a9 - md5: ddb99610f7b950fdd5ff2aff19136363 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + sha256: 6591af640cb05a399fab47646025f8b1e1a06a0d4bbb4d2e320d6629b47a1c61 + md5: 1d4269e233636148696a67e2d30dad2a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 73233 - timestamp: 1695381496108 + - libglvnd 1.7.0 hd24410f_2 + - xorg-libx11 >=1.8.9,<2.0a0 + license: LicenseRef-libglvnd + size: 77736 + timestamp: 1731330998960 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39had2cf8c_1 - build_number: 1 + name: libglx + version: 1.7.0 + build: hd24410f_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda - sha256: aa6b1145e81ec1e5458f54b1ce0243cc24a70c6a2da20c6afae0482fed6a05a9 - md5: ddb99610f7b950fdd5ff2aff19136363 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + sha256: 6591af640cb05a399fab47646025f8b1e1a06a0d4bbb4d2e320d6629b47a1c61 + md5: 1d4269e233636148696a67e2d30dad2a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 73233 - timestamp: 1695381496108 + - libglvnd 1.7.0 hd24410f_2 + - xorg-libx11 >=1.8.9,<2.0a0 + license: LicenseRef-libglvnd + purls: [] + size: 77736 + timestamp: 1731330998960 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39hbd775c9_1 + name: libgomp + version: 14.2.0 + build: h1383e82_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda - sha256: ef29cfa7a05431f89f0bcf456d2d094dc3ff3cdbfebf7210a1fd55755ef61926 - md5: 6a5917bf932fcaae394baaf72cc11edb + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e + md5: 9e2d4d1214df6f21cba12f6eff4972f9 depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 62080 - timestamp: 1695380521068 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + constrains: + - msys2-conda-epoch <0.0a0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 524249 + timestamp: 1729089441747 - kind: conda - name: kiwisolver - version: 1.4.5 - build: py39hbd775c9_1 + name: libgomp + version: 14.2.0 + build: h1383e82_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda - sha256: ef29cfa7a05431f89f0bcf456d2d094dc3ff3cdbfebf7210a1fd55755ef61926 - md5: 6a5917bf932fcaae394baaf72cc11edb + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e + md5: 9e2d4d1214df6f21cba12f6eff4972f9 depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 62080 - timestamp: 1695380521068 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + constrains: + - msys2-conda-epoch <0.0a0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 524249 + timestamp: 1729089441747 - kind: conda - name: krb5 - version: 1.21.3 - build: h237132a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 + name: libgomp + version: 14.2.0 + build: h77fa898_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 + md5: cc3573974587f12dda90d96e3e55a702 depends: - - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1155530 - timestamp: 1719463474401 -- kind: conda - name: krb5 - version: 1.21.3 - build: h237132a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 + - _libgcc_mutex 0.1 conda_forge + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 460992 + timestamp: 1729027639220 +- kind: conda + name: libgomp + version: 14.2.0 + build: h77fa898_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 + md5: cc3573974587f12dda90d96e3e55a702 depends: - - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + - _libgcc_mutex 0.1 conda_forge + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 1155530 - timestamp: 1719463474401 + size: 460992 + timestamp: 1729027639220 - kind: conda - name: krb5 - version: 1.21.3 - build: h37d8d59_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b - depends: - - __osx >=10.13 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1185323 - timestamp: 1719463492984 + name: libgomp + version: 14.2.0 + build: he277a41_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda + sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf + md5: 376f0e73abbda6d23c0cb749adc195ef + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 463521 + timestamp: 1729089357313 - kind: conda - name: krb5 - version: 1.21.3 - build: h37d8d59_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b - depends: - - __osx >=10.13 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + name: libgomp + version: 14.2.0 + build: he277a41_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda + sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf + md5: 376f0e73abbda6d23c0cb749adc195ef + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 1185323 - timestamp: 1719463492984 + size: 463521 + timestamp: 1729089357313 - kind: conda - name: krb5 - version: 1.21.3 - build: h50a48e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 - md5: 29c10432a2ca1472b53f299ffb2ffa37 + name: libheif + version: 1.19.5 + build: gpl_h297b2c4_100 + build_number: 100 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda + sha256: f340e8e51519bcf885da9dd12602f19f76f3206347701accb28034dd0112b1a1 + md5: 5e457131dd237050dbfe6b141592f3ea depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1474620 - timestamp: 1719463205834 + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + size: 429678 + timestamp: 1735260330340 - kind: conda - name: krb5 - version: 1.21.3 - build: h50a48e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 - md5: 29c10432a2ca1472b53f299ffb2ffa37 + name: libheif + version: 1.19.5 + build: gpl_h297b2c4_100 + build_number: 100 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda + sha256: f340e8e51519bcf885da9dd12602f19f76f3206347701accb28034dd0112b1a1 + md5: 5e457131dd237050dbfe6b141592f3ea depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL purls: [] - size: 1474620 - timestamp: 1719463205834 + size: 429678 + timestamp: 1735260330340 +- kind: conda + name: libheif + version: 1.19.5 + build: gpl_h9ad4cf6_100 + build_number: 100 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda + sha256: 2d85dcda3e39db17b3a909ee681624aab6d709690ac3909047e537be5decaa12 + md5: a71d758e44f5286bd9abc156a86846ae + depends: + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + size: 585864 + timestamp: 1735260275639 +- kind: conda + name: libheif + version: 1.19.5 + build: gpl_h9ad4cf6_100 + build_number: 100 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda + sha256: 2d85dcda3e39db17b3a909ee681624aab6d709690ac3909047e537be5decaa12 + md5: a71d758e44f5286bd9abc156a86846ae + depends: + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 585864 + timestamp: 1735260275639 - kind: conda - name: krb5 - version: 1.21.3 - build: h659f571_0 + name: libheif + version: 1.19.5 + build: gpl_hc21c24c_100 + build_number: 100 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 + url: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda + sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 + md5: 3b57852666eaacc13414ac811dde3f8a depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1370023 - timestamp: 1719463201255 + - __glibc >=2.17,<3.0.a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + size: 588609 + timestamp: 1735260140647 - kind: conda - name: krb5 - version: 1.21.3 - build: h659f571_0 + name: libheif + version: 1.19.5 + build: gpl_hc21c24c_100 + build_number: 100 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 + url: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda + sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 + md5: 3b57852666eaacc13414ac811dde3f8a depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL purls: [] - size: 1370023 - timestamp: 1719463201255 + size: 588609 + timestamp: 1735260140647 - kind: conda - name: krb5 - version: 1.21.3 - build: hdf4eb48_0 + name: libheif + version: 1.19.5 + build: gpl_hc62a4a2_100 + build_number: 100 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda + sha256: 2c37ca00e28623ddb1e86e443f6aacc2c5c4f78353a33714475c20160a40aa53 + md5: 8fe3273539e2f4d0b8dc3d9aa960f2bf + depends: + - __osx >=10.13 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + size: 475342 + timestamp: 1735260287225 +- kind: conda + name: libheif + version: 1.19.5 + build: gpl_hc62a4a2_100 + build_number: 100 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda + sha256: 2c37ca00e28623ddb1e86e443f6aacc2c5c4f78353a33714475c20160a40aa53 + md5: 8fe3273539e2f4d0b8dc3d9aa960f2bf + depends: + - __osx >=10.13 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 475342 + timestamp: 1735260287225 +- kind: conda + name: libheif + version: 1.19.5 + build: gpl_hc631cee_100 + build_number: 100 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 - md5: 31aec030344e962fbd7dbbbbd68e60a9 + url: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 + md5: 8c77ee62663e5e4bbb60b86ba54fdbeb depends: - - openssl >=3.3.1,<4.0a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 712034 - timestamp: 1719463874284 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + size: 388187 + timestamp: 1735260582529 - kind: conda - name: krb5 - version: 1.21.3 - build: hdf4eb48_0 + name: libheif + version: 1.19.5 + build: gpl_hc631cee_100 + build_number: 100 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 - md5: 31aec030344e962fbd7dbbbbd68e60a9 + url: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 + md5: 8c77ee62663e5e4bbb60b86ba54fdbeb depends: - - openssl >=3.3.1,<4.0a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 712034 - timestamp: 1719463874284 -- kind: conda - name: lame - version: '3.100' - build: h166bdaf_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - md5: a8832b479f93521a9e7b5b743803be51 - depends: - - libgcc-ng >=12 - license: LGPL-2.0-only - license_family: LGPL - size: 508258 - timestamp: 1664996250081 -- kind: conda - name: lame - version: '3.100' - build: h166bdaf_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - md5: a8832b479f93521a9e7b5b743803be51 - depends: - - libgcc-ng >=12 - license: LGPL-2.0-only + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later license_family: LGPL purls: [] - size: 508258 - timestamp: 1664996250081 + size: 388187 + timestamp: 1735260582529 - kind: conda - name: lcms2 - version: '2.16' - build: h67d730c_0 + name: libhwloc + version: 2.11.2 + build: default_ha69328c_1001 + build_number: 1001 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda - sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 - md5: d3592435917b62a8becff3a60db674f6 + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 + md5: b87a0ac5ab6495d8225db5dc72dd21cd depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxml2 >=2.13.4,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 507632 - timestamp: 1701648249706 + license: BSD-3-Clause + license_family: BSD + size: 2390021 + timestamp: 1731375651179 - kind: conda - name: lcms2 - version: '2.16' - build: h67d730c_0 + name: libhwloc + version: 2.11.2 + build: default_ha69328c_1001 + build_number: 1001 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda - sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 - md5: d3592435917b62a8becff3a60db674f6 + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 + md5: b87a0ac5ab6495d8225db5dc72dd21cd depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxml2 >=2.13.4,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: [] - size: 507632 - timestamp: 1701648249706 + size: 2390021 + timestamp: 1731375651179 - kind: conda - name: lcms2 - version: '2.16' - build: h922389a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d - md5: ffdd8267a04c515e7ce69c727b051414 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT - size: 296219 - timestamp: 1701647961116 + name: libiconv + version: '1.17' + build: h0d3ecfb_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + md5: 69bda57310071cf6d2b86caf11573d2d + license: LGPL-2.1-only + size: 676469 + timestamp: 1702682458114 - kind: conda - name: lcms2 - version: '2.16' - build: h922389a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d - md5: ffdd8267a04c515e7ce69c727b051414 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT + name: libiconv + version: '1.17' + build: h0d3ecfb_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + md5: 69bda57310071cf6d2b86caf11573d2d + license: LGPL-2.1-only purls: [] - size: 296219 - timestamp: 1701647961116 + size: 676469 + timestamp: 1702682458114 - kind: conda - name: lcms2 - version: '2.16' - build: ha0e7c42_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda - sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 - md5: 66f6c134e76fe13cce8a9ea5814b5dd5 + name: libiconv + version: '1.17' + build: h31becfc_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 + md5: 9a8eb13f14de7d761555a98712e6df65 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT - size: 211959 - timestamp: 1701647962657 + - libgcc-ng >=12 + license: LGPL-2.1-only + size: 705787 + timestamp: 1702684557134 - kind: conda - name: lcms2 - version: '2.16' - build: ha0e7c42_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda - sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 - md5: 66f6c134e76fe13cce8a9ea5814b5dd5 + name: libiconv + version: '1.17' + build: h31becfc_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 + md5: 9a8eb13f14de7d761555a98712e6df65 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT + - libgcc-ng >=12 + license: LGPL-2.1-only purls: [] - size: 211959 - timestamp: 1701647962657 + size: 705787 + timestamp: 1702684557134 - kind: conda - name: lcms2 - version: '2.16' - build: ha2f27b4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda - sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e - md5: 1442db8f03517834843666c422238c9b + name: libiconv + version: '1.17' + build: hcfcfb64_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b + md5: e1eb10b1cca179f2baa3601e4efc8712 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT - size: 224432 - timestamp: 1701648089496 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-only + size: 636146 + timestamp: 1702682547199 - kind: conda - name: lcms2 - version: '2.16' - build: ha2f27b4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda - sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e - md5: 1442db8f03517834843666c422238c9b + name: libiconv + version: '1.17' + build: hcfcfb64_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b + md5: e1eb10b1cca179f2baa3601e4efc8712 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-only purls: [] - size: 224432 - timestamp: 1701648089496 + size: 636146 + timestamp: 1702682547199 - kind: conda - name: lcms2 - version: '2.16' - build: hb7c19ff_0 + name: libiconv + version: '1.17' + build: hd590300_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 - md5: 51bb7010fc86f70eee639b4bb7a894f5 + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + md5: d66573916ffcf376178462f1b61c941e depends: - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT - size: 245247 - timestamp: 1701647787198 + license: LGPL-2.1-only + size: 705775 + timestamp: 1702682170569 - kind: conda - name: lcms2 - version: '2.16' - build: hb7c19ff_0 + name: libiconv + version: '1.17' + build: hd590300_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 - md5: 51bb7010fc86f70eee639b4bb7a894f5 + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + md5: d66573916ffcf376178462f1b61c941e depends: - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT + license: LGPL-2.1-only purls: [] - size: 245247 - timestamp: 1701647787198 + size: 705775 + timestamp: 1702682170569 - kind: conda - name: ld_impl_linux-64 - version: '2.40' - build: hf3520f5_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda - sha256: 764b6950aceaaad0c67ef925417594dd14cd2e22fff864aeef455ac259263d15 - md5: b80f2f396ca2c28b8c14c437a4ed1e74 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 707602 - timestamp: 1718625640445 + name: libiconv + version: '1.17' + build: hd75f5a5_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + md5: 6c3628d047e151efba7cf08c5e54d1ca + license: LGPL-2.1-only + size: 666538 + timestamp: 1702682713201 - kind: conda - name: ld_impl_linux-64 - version: '2.40' - build: hf3520f5_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda - sha256: 764b6950aceaaad0c67ef925417594dd14cd2e22fff864aeef455ac259263d15 - md5: b80f2f396ca2c28b8c14c437a4ed1e74 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL + name: libiconv + version: '1.17' + build: hd75f5a5_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + md5: 6c3628d047e151efba7cf08c5e54d1ca + license: LGPL-2.1-only purls: [] - size: 707602 - timestamp: 1718625640445 + size: 666538 + timestamp: 1702682713201 - kind: conda - name: ld_impl_linux-aarch64 - version: '2.40' - build: h9fc2d93_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda - sha256: 4a6c0bd77e125da8472bd73bba7cd4169a3ce4699b00a3893026ae8664b2387d - md5: 1b0feef706f4d03eff0b76626ead64fc - constrains: - - binutils_impl_linux-aarch64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 735885 - timestamp: 1718625653417 + name: libintl + version: 0.22.5 + build: h5728263_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 + md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 + depends: + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + size: 95568 + timestamp: 1723629479451 - kind: conda - name: ld_impl_linux-aarch64 - version: '2.40' - build: h9fc2d93_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda - sha256: 4a6c0bd77e125da8472bd73bba7cd4169a3ce4699b00a3893026ae8664b2387d - md5: 1b0feef706f4d03eff0b76626ead64fc - constrains: - - binutils_impl_linux-aarch64 2.40 - license: GPL-3.0-only - license_family: GPL + name: libintl + version: 0.22.5 + build: h5728263_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 + md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 + depends: + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 735885 - timestamp: 1718625653417 + size: 95568 + timestamp: 1723629479451 - kind: conda - name: lerc - version: 4.0.0 - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - md5: 76bbff344f0134279f225174e9064c8f + name: libintl + version: 0.22.5 + build: h8414b35_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 + md5: 3b98ec32e91b3b59ad53dbb9c96dd334 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 281798 - timestamp: 1657977462600 + - __osx >=11.0 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + size: 81171 + timestamp: 1723626968270 - kind: conda - name: lerc - version: 4.0.0 - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - md5: 76bbff344f0134279f225174e9064c8f + name: libintl + version: 0.22.5 + build: h8414b35_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 + md5: 3b98ec32e91b3b59ad53dbb9c96dd334 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 281798 - timestamp: 1657977462600 -- kind: conda - name: lerc - version: 4.0.0 - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 - md5: 1a0ffc65e03ce81559dbcb0695ad1476 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 262096 - timestamp: 1657978241894 -- kind: conda - name: lerc - version: 4.0.0 - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 - md5: 1a0ffc65e03ce81559dbcb0695ad1476 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 262096 - timestamp: 1657978241894 -- kind: conda - name: lerc - version: 4.0.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 - license: Apache-2.0 - license_family: Apache - size: 194365 - timestamp: 1657977692274 -- kind: conda - name: lerc - version: 4.0.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 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 194365 - timestamp: 1657977692274 -- kind: conda - name: lerc - version: 4.0.0 - build: h9a09cb3_0 - subdir: osx-arm64 - 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 - license: Apache-2.0 - license_family: Apache - size: 215721 - timestamp: 1657977558796 -- kind: conda - name: lerc - version: 4.0.0 - build: h9a09cb3_0 - subdir: osx-arm64 - 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 - license: Apache-2.0 - license_family: Apache + - __osx >=11.0 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 215721 - timestamp: 1657977558796 + size: 81171 + timestamp: 1723626968270 - kind: conda - name: lerc - version: 4.0.0 - build: hb486fe8_0 + name: libintl + version: 0.22.5 + build: hdfe23c8_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 - sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - md5: f9d6a4c82889d5ecedec1d90eb673c55 + url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af + md5: 52d4d643ed26c07599736326c46bf12f depends: - - libcxx >=13.0.1 - license: Apache-2.0 - license_family: Apache - size: 290319 - timestamp: 1657977526749 + - __osx >=10.13 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + size: 88086 + timestamp: 1723626826235 - kind: conda - name: lerc - version: 4.0.0 - build: hb486fe8_0 + name: libintl + version: 0.22.5 + build: hdfe23c8_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 - sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - md5: f9d6a4c82889d5ecedec1d90eb673c55 + url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af + md5: 52d4d643ed26c07599736326c46bf12f depends: - - libcxx >=13.0.1 - license: Apache-2.0 - license_family: Apache + - __osx >=10.13 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 290319 - timestamp: 1657977526749 + size: 88086 + timestamp: 1723626826235 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h00cdb27_1 + name: libjpeg-turbo + version: 3.0.0 + build: h0dc2134_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda - sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb - md5: f16963d88aed907af8b90878b8d8a05c - depends: - - __osx >=11.0 - - libcxx >=16 + 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: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1136123 - timestamp: 1720857649214 + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 579748 + timestamp: 1694475265912 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h00cdb27_1 + name: libjpeg-turbo + version: 3.0.0 + build: h0dc2134_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda - sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb - md5: f16963d88aed907af8b90878b8d8a05c - depends: - - __osx >=11.0 - - libcxx >=16 + 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: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 1136123 - timestamp: 1720857649214 + size: 579748 + timestamp: 1694475265912 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h0a1ffab_1 + name: libjpeg-turbo + version: 3.0.0 + build: h31becfc_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - sha256: a6e1a6f13fd49c24238373838c266101a2bf3b521b0a36a3a7e586b40f50ec5b - md5: 9cadd103cf89edb2ea68d33728511158 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda + sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 + md5: ed24e702928be089d9ba3f05618515c6 depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1283386 - timestamp: 1720857389114 + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 647126 + timestamp: 1694475003570 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h0a1ffab_1 + name: libjpeg-turbo + version: 3.0.0 + build: h31becfc_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - sha256: a6e1a6f13fd49c24238373838c266101a2bf3b521b0a36a3a7e586b40f50ec5b - md5: 9cadd103cf89edb2ea68d33728511158 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda + sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 + md5: ed24e702928be089d9ba3f05618515c6 depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 1283386 - timestamp: 1720857389114 + size: 647126 + timestamp: 1694475003570 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he02047a_1 + name: libjpeg-turbo + version: 3.0.0 + build: hb547adb_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda - sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 - md5: c48fc56ec03229f294176923c3265c05 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda + sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 + md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1264712 - timestamp: 1720857377573 + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 547541 + timestamp: 1694475104253 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he02047a_1 + name: libjpeg-turbo + version: 3.0.0 + build: hb547adb_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda - sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 - md5: c48fc56ec03229f294176923c3265c05 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda + sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 + md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 1264712 - timestamp: 1720857377573 + size: 547541 + timestamp: 1694475104253 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he0c23c2_1 + name: libjpeg-turbo + version: 3.0.0 + build: hcfcfb64_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda - sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc - md5: 19725e54b7f996e0a5748ec5e9e37ae9 + 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: - - libabseil-static =20240116.2=cxx17* - - abseil-cpp =20240116.2 - license: Apache-2.0 - license_family: Apache - size: 1802886 - timestamp: 1720857653184 + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 822966 + timestamp: 1694475223854 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he0c23c2_1 + name: libjpeg-turbo + version: 3.0.0 + build: hcfcfb64_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda - sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc - md5: 19725e54b7f996e0a5748ec5e9e37ae9 + 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: - - libabseil-static =20240116.2=cxx17* - - abseil-cpp =20240116.2 - license: Apache-2.0 - license_family: Apache + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 1802886 - timestamp: 1720857653184 + size: 822966 + timestamp: 1694475223854 - kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_hf036a51_1 + name: libjpeg-turbo + version: 3.0.0 + build: hd590300_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda - sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac - md5: d6c78ca84abed3fea5f308ac83b8f54e - depends: - - __osx >=10.13 - - libcxx >=16 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1124364 - timestamp: 1720857589333 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda - sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac - md5: d6c78ca84abed3fea5f308ac83b8f54e - depends: - - __osx >=10.13 - - libcxx >=16 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1124364 - timestamp: 1720857589333 -- kind: conda - name: libaec - version: 1.1.3 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 - md5: e52c4a30901a90354855e40992af907d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 35339 - timestamp: 1711021162162 -- kind: conda - name: libaec - version: 1.1.3 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 - md5: e52c4a30901a90354855e40992af907d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 35339 - timestamp: 1711021162162 -- kind: conda - name: libaec - version: 1.1.3 - build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 - md5: 5e97e271911b8b2001a8b71860c32faa + url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f + md5: ea25936bb4080d843790b586850f82b8 depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 35446 - timestamp: 1711021212685 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 618575 + timestamp: 1694474974816 - kind: conda - name: libaec - version: 1.1.3 - build: h59595ed_0 + name: libjpeg-turbo + version: 3.0.0 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 - md5: 5e97e271911b8b2001a8b71860c32faa + url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f + md5: ea25936bb4080d843790b586850f82b8 depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 35446 - timestamp: 1711021212685 + size: 618575 + timestamp: 1694474974816 - kind: conda - name: libaec - version: 1.1.3 - build: h63175ca_0 + name: libkml + version: 1.3.0 + build: h538826c_1021 + build_number: 1021 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 + url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda + sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd + md5: 431ec3b40b041576811641e2d643954e depends: + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 + - uriparser >=0.9.8,<1.0a0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause + license: BSD-3-Clause license_family: BSD - size: 32567 - timestamp: 1711021603471 + size: 1651104 + timestamp: 1724667610262 - kind: conda - name: libaec - version: 1.1.3 - build: h63175ca_0 + name: libkml + version: 1.3.0 + build: h538826c_1021 + build_number: 1021 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 + url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda + sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd + md5: 431ec3b40b041576811641e2d643954e depends: + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 + - uriparser >=0.9.8,<1.0a0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 32567 - timestamp: 1711021603471 -- kind: conda - name: libaec - version: 1.1.3 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 - md5: 66d3c1f6dd4636216b4fca7a748d50eb - depends: - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - size: 28602 - timestamp: 1711021419744 -- kind: conda - name: libaec - version: 1.1.3 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 - md5: 66d3c1f6dd4636216b4fca7a748d50eb - depends: - - libcxx >=16 - license: BSD-2-Clause + license: BSD-3-Clause license_family: BSD purls: [] - size: 28602 - timestamp: 1711021419744 + size: 1651104 + timestamp: 1724667610262 - kind: conda - name: libaec - version: 1.1.3 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed - md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 + name: libkml + version: 1.3.0 + build: h62bc5a7_1021 + build_number: 1021 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + sha256: a6de6940f220bbfb3af7396635b90f09d6ea49a489f478ee563b7b7263ceb961 + md5: dfa83014442562a942f78942a259d07e depends: - - libcxx >=16 - license: BSD-2-Clause + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD - size: 28451 - timestamp: 1711021498493 + size: 373869 + timestamp: 1724666898774 - kind: conda - name: libaec - version: 1.1.3 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed - md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 + name: libkml + version: 1.3.0 + build: h62bc5a7_1021 + build_number: 1021 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + sha256: a6de6940f220bbfb3af7396635b90f09d6ea49a489f478ee563b7b7263ceb961 + md5: dfa83014442562a942f78942a259d07e depends: - - libcxx >=16 - license: BSD-2-Clause + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 28451 - timestamp: 1711021498493 + size: 373869 + timestamp: 1724666898774 - kind: conda - name: libarchive - version: 3.7.4 - build: h20e244c_0 + name: libkml + version: 1.3.0 + build: h9ee1731_1021 + build_number: 1021 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a - md5: 82a85fa38e83366009b7f4b2cef4deb8 + url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-h9ee1731_1021.conda + sha256: dba3732e9a3b204e5af01c5ddba8630f4a337693b1c5375c2981a88b580116bd + md5: b098eeacf7e78f09c8771f5088b97bbb depends: - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libcxx >=17 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD - size: 742682 - timestamp: 1716394747351 + size: 286877 + timestamp: 1724667518323 - kind: conda - name: libarchive - version: 3.7.4 - build: h20e244c_0 + name: libkml + version: 1.3.0 + build: h9ee1731_1021 + build_number: 1021 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a - md5: 82a85fa38e83366009b7f4b2cef4deb8 + url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-h9ee1731_1021.conda + sha256: dba3732e9a3b204e5af01c5ddba8630f4a337693b1c5375c2981a88b580116bd + md5: b098eeacf7e78f09c8771f5088b97bbb depends: - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 742682 - timestamp: 1716394747351 -- kind: conda - name: libarchive - version: 3.7.4 - build: h2c0effa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - sha256: 38da3dc42b58215ce73d722dae0974ad16c6cb580c3bbf00302dfc1f75cfbf6b - md5: f072f6e4884e984e9d78e1523ecfed32 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - size: 968083 - timestamp: 1716394545178 -- kind: conda - name: libarchive - version: 3.7.4 - build: h2c0effa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - sha256: 38da3dc42b58215ce73d722dae0974ad16c6cb580c3bbf00302dfc1f75cfbf6b - md5: f072f6e4884e984e9d78e1523ecfed32 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libcxx >=17 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 968083 - timestamp: 1716394545178 + size: 286877 + timestamp: 1724667518323 - kind: conda - name: libarchive - version: 3.7.4 - build: h83d404f_0 + name: libkml + version: 1.3.0 + build: he250239_1021 + build_number: 1021 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - sha256: 5301d7dc52c2e1f87b229606033c475caf87cd94ef5a5efb3af565a62b88127e - md5: 8b604ee634caafd92f2ff2fab6a1f75a + url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda + sha256: e578ba448489465b8fea743e214272a9fcfccb0d152ba1ff57657aaa76a0cd7d + md5: 891bb2a18eaef684f37bd4fb942cd8b2 depends: - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libcxx >=17 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD - size: 775700 - timestamp: 1716394811506 + size: 281362 + timestamp: 1724667138089 - kind: conda - name: libarchive - version: 3.7.4 - build: h83d404f_0 + name: libkml + version: 1.3.0 + build: he250239_1021 + build_number: 1021 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - sha256: 5301d7dc52c2e1f87b229606033c475caf87cd94ef5a5efb3af565a62b88127e - md5: 8b604ee634caafd92f2ff2fab6a1f75a + url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda + sha256: e578ba448489465b8fea743e214272a9fcfccb0d152ba1ff57657aaa76a0cd7d + md5: 891bb2a18eaef684f37bd4fb942cd8b2 depends: - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libcxx >=17 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 775700 - timestamp: 1716394811506 + size: 281362 + timestamp: 1724667138089 - kind: conda - name: libarchive - version: 3.7.4 - build: haf234dc_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b - md5: 86de12ebf8d7fffeba4ca9dbf13e9733 + name: libkml + version: 1.3.0 + build: hf539b9f_1021 + build_number: 1021 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + sha256: 721c3916d41e052ffd8b60e77f2da6ee47ff0d18babfca48ccf93606f1e0656a + md5: e8c7620cc49de0c6a2349b6dd6e39beb depends: - - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD - size: 957632 - timestamp: 1716395481752 + size: 402219 + timestamp: 1724667059411 - kind: conda - name: libarchive - version: 3.7.4 - build: haf234dc_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b - md5: 86de12ebf8d7fffeba4ca9dbf13e9733 + name: libkml + version: 1.3.0 + build: hf539b9f_1021 + build_number: 1021 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + sha256: 721c3916d41e052ffd8b60e77f2da6ee47ff0d18babfca48ccf93606f1e0656a + md5: e8c7620cc49de0c6a2349b6dd6e39beb depends: - - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 957632 - timestamp: 1716395481752 + size: 402219 + timestamp: 1724667059411 - kind: conda - name: libarchive - version: 3.7.4 - build: hfca40fe_0 + name: liblapack + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 - md5: 32ddb97f897740641d8d46a829ce1704 + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 + md5: 3792604c43695d6a273bc5faaac47d48 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libblas 3.9.0 26_linux64_openblas + constrains: + - libcblas 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause license_family: BSD - size: 871853 - timestamp: 1716394516418 + size: 16338 + timestamp: 1734432576650 - kind: conda - name: libarchive - version: 3.7.4 - build: hfca40fe_0 + name: liblapack + version: 3.9.0 + build: 26_linux64_openblas + build_number: 26 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 - md5: 32ddb97f897740641d8d46a829ce1704 + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 + md5: 3792604c43695d6a273bc5faaac47d48 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause + - libblas 3.9.0 26_linux64_openblas + constrains: + - libcblas 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + license: BSD-3-Clause license_family: BSD purls: [] - size: 871853 - timestamp: 1716394516418 + size: 16338 + timestamp: 1734432576650 - kind: conda - name: libasprintf - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - sha256: 31d58af7eb54e2938123200239277f14893c5fa4b5d0280c8cf55ae10000638b - md5: dd197c968bf9760bba0031888d431ede - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later - size: 43226 - timestamp: 1712512265295 -- kind: conda - name: libasprintf - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - sha256: 31d58af7eb54e2938123200239277f14893c5fa4b5d0280c8cf55ae10000638b - md5: dd197c968bf9760bba0031888d431ede - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 43226 - timestamp: 1712512265295 -- kind: conda - name: libasprintf-devel - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - sha256: 99d26d272a8203d30b3efbe734a99c823499884d7759b4291674438137c4b5ca - md5: 02e41ab5834dcdcc8590cf29d9526f50 - depends: - - libasprintf 0.22.5 h661eb56_2 - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 34225 - timestamp: 1712512295117 -- kind: conda - name: libasprintf-devel - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - sha256: 99d26d272a8203d30b3efbe734a99c823499884d7759b4291674438137c4b5ca - md5: 02e41ab5834dcdcc8590cf29d9526f50 - depends: - - libasprintf 0.22.5 h661eb56_2 - - libgcc-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 34225 - timestamp: 1712512295117 -- kind: conda - name: libblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14749 - timestamp: 1712542279018 -- kind: conda - name: libblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14749 - timestamp: 1712542279018 -- kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda - sha256: edb1cee5da3ac4936940052dcab6969673ba3874564f90f5110f8c11eed789c2 - md5: 96c8450a40aa2b9733073a9460de972c + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 + md5: a5d4e18876393633da62fd8492c00156 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_linuxaarch64_openblas constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD - size: 14880 - timestamp: 1721688759937 + size: 16403 + timestamp: 1734432585123 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda - sha256: edb1cee5da3ac4936940052dcab6969673ba3874564f90f5110f8c11eed789c2 - md5: 96c8450a40aa2b9733073a9460de972c + build: 26_linuxaarch64_openblas + build_number: 26 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 + md5: a5d4e18876393633da62fd8492c00156 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_linuxaarch64_openblas constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 14880 - timestamp: 1721688759937 + size: 16403 + timestamp: 1734432585123 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - sha256: 17d90edd4742fbee0bcafb4f12d08dd5d1939b12a9c2f21caccfa3717fcab065 - md5: 3ac1ad627e1a07fae62556d6aabafdfd + build: 26_osx64_openblas + build_number: 26 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d + md5: c0c54bb6382ff1e52bf08f1da539e9b4 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_osx64_openblas constrains: + - libcblas 3.9.0 26_osx64_openblas - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 14917 - timestamp: 1721688777901 + size: 16588 + timestamp: 1734432968940 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - sha256: 17d90edd4742fbee0bcafb4f12d08dd5d1939b12a9c2f21caccfa3717fcab065 - md5: 3ac1ad627e1a07fae62556d6aabafdfd + build: 26_osx64_openblas + build_number: 26 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d + md5: c0c54bb6382ff1e52bf08f1da539e9b4 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_osx64_openblas constrains: + - libcblas 3.9.0 26_osx64_openblas - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 14917 - timestamp: 1721688777901 + size: 16588 + timestamp: 1734432968940 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - sha256: 1c30da861e306a25fac8cd30ce0c1b31c9238d04e7768c381cf4d431b4361e6c - md5: acae9191e8772f5aff48ab5232d4d2a3 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 + md5: cebad79038a75cfd28fa90d147a2d34d depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_osxarm64_openblas constrains: - - liblapack 3.9.0 23_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas license: BSD-3-Clause license_family: BSD - size: 15103 - timestamp: 1721688997980 + size: 16624 + timestamp: 1734433068120 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 + build: 26_osxarm64_openblas + build_number: 26 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - sha256: 1c30da861e306a25fac8cd30ce0c1b31c9238d04e7768c381cf4d431b4361e6c - md5: acae9191e8772f5aff48ab5232d4d2a3 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 + md5: cebad79038a75cfd28fa90d147a2d34d depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 + - libblas 3.9.0 26_osxarm64_openblas constrains: - - liblapack 3.9.0 23_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 15103 - timestamp: 1721688997980 + size: 16624 + timestamp: 1734433068120 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_win64_mkl - build_number: 23 + build: 26_win64_mkl + build_number: 26 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda - sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c - md5: 693407a31c27e70c750b5ae153251d9a + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda + sha256: 6701bd162d105531b75d05acf82b4ad9fbc5a24ffbccf8c66efa9e72c386b33c + md5: 0a717f5fda7279b77bcce671b324408a depends: - - mkl 2024.1.0 h66d3029_694 + - libblas 3.9.0 26_win64_mkl constrains: + - liblapacke 3.9.0 26_win64_mkl - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - libcblas 3.9.0 26_win64_mkl license: BSD-3-Clause license_family: BSD - size: 5192100 - timestamp: 1721689573083 + size: 3732160 + timestamp: 1734432822278 - kind: conda - name: libblas + name: liblapack version: 3.9.0 - build: 23_win64_mkl - build_number: 23 + build: 26_win64_mkl + build_number: 26 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda - sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c - md5: 693407a31c27e70c750b5ae153251d9a + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda + sha256: 6701bd162d105531b75d05acf82b4ad9fbc5a24ffbccf8c66efa9e72c386b33c + md5: 0a717f5fda7279b77bcce671b324408a depends: - - mkl 2024.1.0 h66d3029_694 + - libblas 3.9.0 26_win64_mkl constrains: + - liblapacke 3.9.0 26_win64_mkl - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - libcblas 3.9.0 26_win64_mkl license: BSD-3-Clause license_family: BSD purls: [] - size: 5192100 - timestamp: 1721689573083 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h0dc2134_1 - 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 - license: MIT - license_family: MIT - size: 67476 - timestamp: 1695990207321 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h0dc2134_1 - 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 - license: MIT - license_family: MIT - purls: [] - size: 67476 - timestamp: 1695990207321 + size: 3732160 + timestamp: 1734432822278 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h31becfc_1 - build_number: 1 + name: libllvm19 + version: 19.1.6 + build: h2edbd07_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - sha256: 1c3d4ea61e862eb5f1968915f6f5917ea61db9921aec30b14785775c87234060 - md5: 1b219fd801eddb7a94df5bd001053ad9 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda + sha256: ead0ad0a4a1f57b3b010e7aefccd60f287976258ddc20cd5ca79e1044c14e457 + md5: 9e755607ec3a05f5ca9eba87abc76d65 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 69237 - timestamp: 1695990107496 + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 39424641 + timestamp: 1734483121382 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h31becfc_1 - build_number: 1 + name: libllvm19 + version: 19.1.6 + build: h2edbd07_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - sha256: 1c3d4ea61e862eb5f1968915f6f5917ea61db9921aec30b14785775c87234060 - md5: 1b219fd801eddb7a94df5bd001053ad9 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda + sha256: ead0ad0a4a1f57b3b010e7aefccd60f287976258ddc20cd5ca79e1044c14e457 + md5: 9e755607ec3a05f5ca9eba87abc76d65 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 69237 - timestamp: 1695990107496 + size: 39424641 + timestamp: 1734483121382 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 - md5: cd68f024df0304be41d29a9088162b02 - license: MIT - license_family: MIT - size: 68579 - timestamp: 1695990426128 + name: libllvm19 + version: 19.1.6 + build: ha7bfdaf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda + sha256: 1d9d4657179d74dcbd429a17555e13c9e1253cc7c9aa1244cf5c5bca2cb46c25 + md5: ec6abc65eefc96cba8443b2716dcc43b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 40121731 + timestamp: 1734486321896 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 - md5: cd68f024df0304be41d29a9088162b02 - license: MIT - license_family: MIT + name: libllvm19 + version: 19.1.6 + build: ha7bfdaf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda + sha256: 1d9d4657179d74dcbd429a17555e13c9e1253cc7c9aa1244cf5c5bca2cb46c25 + md5: ec6abc65eefc96cba8443b2716dcc43b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 68579 - timestamp: 1695990426128 + size: 40121731 + timestamp: 1734486321896 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hcfcfb64_1 + name: liblzma + version: 5.6.3 + build: h2466b09_1 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 + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa + md5: 015b9c0bd1eef60729ab577a38aaf0b5 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 70598 - timestamp: 1695990405143 + license: 0BSD + size: 104332 + timestamp: 1733407872569 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hcfcfb64_1 + name: liblzma + version: 5.6.3 + build: h2466b09_1 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 + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa + md5: 015b9c0bd1eef60729ab577a38aaf0b5 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: 0BSD purls: [] - size: 70598 - timestamp: 1695990405143 + size: 104332 + timestamp: 1733407872569 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd590300_1 + name: liblzma + version: 5.6.3 + build: h39f12f2_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 + md5: b2553114a7f5e20ccd02378a77d836aa + depends: + - __osx >=11.0 + license: 0BSD + size: 99129 + timestamp: 1733407496073 +- kind: conda + name: liblzma + version: 5.6.3 + build: h39f12f2_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 + md5: b2553114a7f5e20ccd02378a77d836aa + depends: + - __osx >=11.0 + license: 0BSD + purls: [] + size: 99129 + timestamp: 1733407496073 +- kind: conda + name: liblzma + version: 5.6.3 + build: h86ecc28_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 + md5: eb08b903681f9f2432c320e8ed626723 + depends: + - libgcc >=13 + license: 0BSD + size: 124138 + timestamp: 1733409137214 +- kind: conda + name: liblzma + version: 5.6.3 + build: h86ecc28_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 + md5: eb08b903681f9f2432c320e8ed626723 + depends: + - libgcc >=13 + license: 0BSD + purls: [] + size: 124138 + timestamp: 1733409137214 +- kind: conda + name: liblzma + version: 5.6.3 + build: hb9d3cd8_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - md5: aec6c91c7371c26392a06708a73c70e5 + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 + md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 69403 - timestamp: 1695990007212 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: 0BSD + size: 111132 + timestamp: 1733407410083 - kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd590300_1 + name: liblzma + version: 5.6.3 + build: hb9d3cd8_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - md5: aec6c91c7371c26392a06708a73c70e5 + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 + md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: 0BSD purls: [] - size: 69403 - timestamp: 1695990007212 + size: 111132 + timestamp: 1733407410083 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: h0dc2134_1 + name: liblzma + version: 5.6.3 + build: hd471939_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 + url: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e + md5: f9e9205fed9c664421c1c09f0b90ce6d depends: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - size: 30327 - timestamp: 1695990232422 + - __osx >=10.13 + license: 0BSD + size: 103745 + timestamp: 1733407504892 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: h0dc2134_1 + name: liblzma + version: 5.6.3 + build: hd471939_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 + url: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e + md5: f9e9205fed9c664421c1c09f0b90ce6d depends: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT + - __osx >=10.13 + license: 0BSD purls: [] - size: 30327 - timestamp: 1695990232422 + size: 103745 + timestamp: 1733407504892 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - sha256: 1d2558efbb727f9065dd94d5f906aa68252153f80e571456d3695fa102e8a352 - md5: 8db7cff89510bec0b863a0a8ee6a7bce + name: libnghttp2 + version: 1.64.0 + build: h161d5f1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda + sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 + md5: 19e57602824042dfd0446292ef90488b depends: - - libbrotlicommon 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - c-ares >=1.32.3,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT - size: 31926 - timestamp: 1695990123189 + size: 647599 + timestamp: 1729571887612 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - sha256: 1d2558efbb727f9065dd94d5f906aa68252153f80e571456d3695fa102e8a352 - md5: 8db7cff89510bec0b863a0a8ee6a7bce + name: libnghttp2 + version: 1.64.0 + build: h161d5f1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda + sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 + md5: 19e57602824042dfd0446292ef90488b depends: - - libbrotlicommon 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - c-ares >=1.32.3,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 31926 - timestamp: 1695990123189 + size: 647599 + timestamp: 1729571887612 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: hb547adb_1 - build_number: 1 + name: libnghttp2 + version: 1.64.0 + build: h6d7220d_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a - md5: ee1a519335cc10d0ec7e097602058c0a + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f + md5: 3408c02539cee5f1141f9f11450b6a51 depends: - - libbrotlicommon 1.1.0 hb547adb_1 + - __osx >=11.0 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT - size: 28928 - timestamp: 1695990463780 + size: 566719 + timestamp: 1729572385640 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: hb547adb_1 - build_number: 1 + name: libnghttp2 + version: 1.64.0 + build: h6d7220d_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a - md5: ee1a519335cc10d0ec7e097602058c0a + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f + md5: 3408c02539cee5f1141f9f11450b6a51 depends: - - libbrotlicommon 1.1.0 hb547adb_1 + - __osx >=11.0 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 28928 - timestamp: 1695990463780 + size: 566719 + timestamp: 1729572385640 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: hcfcfb64_1 - 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 + name: libnghttp2 + version: 1.64.0 + build: hc7306c3_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + sha256: 0dcfdcf3a445d2d7de4f3b186ab0a794dc872f4ea21622f9b997be72712c027f + md5: ab21007194b97beade22ceb7a3f6fee5 depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 32788 - timestamp: 1695990443165 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hcfcfb64_1 - 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 - license: MIT - license_family: MIT - purls: [] - size: 32788 - timestamp: 1695990443165 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd590300_1 - build_number: 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 + - __osx >=10.13 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT - size: 32775 - timestamp: 1695990022788 + size: 606663 + timestamp: 1729572019083 - kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 - md5: f07002e225d7a60a694d42a7bf5ff53f + name: libnghttp2 + version: 1.64.0 + build: hc7306c3_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + sha256: 0dcfdcf3a445d2d7de4f3b186ab0a794dc872f4ea21622f9b997be72712c027f + md5: ab21007194b97beade22ceb7a3f6fee5 depends: - - libbrotlicommon 1.1.0 hd590300_1 - - libgcc-ng >=12 + - __osx >=10.13 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 32775 - timestamp: 1695990022788 + size: 606663 + timestamp: 1729572019083 - kind: conda - name: libbrotlienc - version: 1.1.0 - 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 + name: libnghttp2 + version: 1.64.0 + build: hc8609a4_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda + sha256: c093c6d370aadbf0409c20b6c54c488ee2f6fea976181919fcc63e87ee232673 + md5: f52c614fa214a8bedece9421c771670d depends: - - libbrotlicommon 1.1.0 h0dc2134_1 + - c-ares >=1.32.3,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT - size: 299092 - timestamp: 1695990259225 + size: 714610 + timestamp: 1729571912479 - kind: conda - name: libbrotlienc - version: 1.1.0 - 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 + name: libnghttp2 + version: 1.64.0 + build: hc8609a4_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda + sha256: c093c6d370aadbf0409c20b6c54c488ee2f6fea976181919fcc63e87ee232673 + md5: f52c614fa214a8bedece9421c771670d depends: - - libbrotlicommon 1.1.0 h0dc2134_1 + - c-ares >=1.32.3,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 299092 - timestamp: 1695990259225 + size: 714610 + timestamp: 1729571912479 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: h31becfc_1 - build_number: 1 + name: libnsl + version: 2.0.1 + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - sha256: 271fd8ef9181ad19246bf8b4273c99b9608c6eedecb6b11cd925211b8f1c6217 - md5: ad3d3a826b5848d99936e4466ebbaa26 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 + md5: c14f32510f694e3185704d89967ec422 depends: - - libbrotlicommon 1.1.0 h31becfc_1 - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 290542 - timestamp: 1695990138784 + license: LGPL-2.1-only + license_family: GPL + size: 34501 + timestamp: 1697358973269 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: h31becfc_1 - build_number: 1 + name: libnsl + version: 2.0.1 + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - sha256: 271fd8ef9181ad19246bf8b4273c99b9608c6eedecb6b11cd925211b8f1c6217 - md5: ad3d3a826b5848d99936e4466ebbaa26 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 + md5: c14f32510f694e3185704d89967ec422 depends: - - libbrotlicommon 1.1.0 h31becfc_1 - libgcc-ng >=12 - license: MIT - license_family: MIT + license: LGPL-2.1-only + license_family: GPL purls: [] - size: 290542 - timestamp: 1695990138784 + size: 34501 + timestamp: 1697358973269 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a - md5: d7e077f326a98b2cc60087eaff7c730b + name: libnsl + version: 2.0.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 depends: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - size: 280943 - timestamp: 1695990509392 + - libgcc-ng >=12 + license: LGPL-2.1-only + license_family: GPL + size: 33408 + timestamp: 1697359010159 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a - md5: d7e077f326a98b2cc60087eaff7c730b + name: libnsl + version: 2.0.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 depends: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT + - libgcc-ng >=12 + license: LGPL-2.1-only + license_family: GPL purls: [] - size: 280943 - timestamp: 1695990509392 + size: 33408 + timestamp: 1697359010159 - 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 + name: libntlm + version: '1.4' + build: hf897c2e_1002 + build_number: 1002 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + sha256: 0e303d7a8845391bd1634efb65dc9d9b82b5608ebeb32fb77a56d1ed696d2eee + md5: 835c7c4137821de5c309f4266a51ba89 depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 246515 - timestamp: 1695990479484 + - libgcc-ng >=9.3.0 + license: LGPL-2.1-or-later + size: 39449 + timestamp: 1609781865660 - 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 + name: libntlm + version: '1.4' + build: hf897c2e_1002 + build_number: 1002 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + sha256: 0e303d7a8845391bd1634efb65dc9d9b82b5608ebeb32fb77a56d1ed696d2eee + md5: 835c7c4137821de5c309f4266a51ba89 depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - libgcc-ng >=9.3.0 + license: LGPL-2.1-or-later purls: [] - size: 246515 - timestamp: 1695990479484 + size: 39449 + timestamp: 1609781865660 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: hd590300_1 - build_number: 1 + name: libntlm + version: '1.8' + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - md5: 5fc11c6020d421960607d821310fcd4d + url: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 + md5: 7c7927b404672409d9917d49bff5f2d6 depends: - - libbrotlicommon 1.1.0 hd590300_1 - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 282523 - timestamp: 1695990038302 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: LGPL-2.1-or-later + size: 33418 + timestamp: 1734670021371 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: hd590300_1 - build_number: 1 + name: libntlm + version: '1.8' + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - md5: 5fc11c6020d421960607d821310fcd4d + url: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 + md5: 7c7927b404672409d9917d49bff5f2d6 depends: - - libbrotlicommon 1.1.0 hd590300_1 - - libgcc-ng >=12 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: LGPL-2.1-or-later purls: [] - size: 282523 - timestamp: 1695990038302 + size: 33418 + timestamp: 1734670021371 - kind: conda - name: libcap - version: '2.69' - build: h0f662aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda - sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c - md5: 25cb5999faa414e5ccb2c1388f62d3d5 + name: libopenblas + version: 0.3.28 + build: openmp_hbf64a52_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + sha256: cef5856952688ce9303f85f5bc62c99e8c2256b4c679f63afdfb381f222e90c7 + md5: cd2c572c02a73b88c4d378eb31110e85 depends: - - attr >=2.5.1,<2.6.0a0 - - libgcc-ng >=12 + - __osx >=10.13 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 + constrains: + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD - size: 100582 - timestamp: 1684162447012 + size: 6165715 + timestamp: 1730773348340 - kind: conda - name: libcap - version: '2.69' - build: h0f662aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda - sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c - md5: 25cb5999faa414e5ccb2c1388f62d3d5 + name: libopenblas + version: 0.3.28 + build: openmp_hbf64a52_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + sha256: cef5856952688ce9303f85f5bc62c99e8c2256b4c679f63afdfb381f222e90c7 + md5: cd2c572c02a73b88c4d378eb31110e85 depends: - - attr >=2.5.1,<2.6.0a0 - - libgcc-ng >=12 + - __osx >=10.13 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 + constrains: + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 100582 - timestamp: 1684162447012 + size: 6165715 + timestamp: 1730773348340 - kind: conda - name: libcblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b + name: libopenblas + version: 0.3.28 + build: openmp_hf332438_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + sha256: 62bb669c37a845129096f73d446cdb6bb170e4927f2fea2b661329680dbbc373 + md5: 40803a48d947c8639da6704e9a44d3ce depends: - - libblas 3.9.0 22_osx64_openblas + - __osx >=11.0 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD - size: 14636 - timestamp: 1712542311437 + size: 4165774 + timestamp: 1730772154295 - kind: conda - name: libcblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b + name: libopenblas + version: 0.3.28 + build: openmp_hf332438_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + sha256: 62bb669c37a845129096f73d446cdb6bb170e4927f2fea2b661329680dbbc373 + md5: 40803a48d947c8639da6704e9a44d3ce depends: - - libblas 3.9.0 22_osx64_openblas + - __osx >=11.0 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 14636 - timestamp: 1712542311437 + size: 4165774 + timestamp: 1730772154295 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 + name: libopenblas + version: 0.3.28 + build: pthreads_h94d23a6_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - sha256: 3e7a3236e7e03e308e1667d91d0aa70edd0cba96b4b5563ef4adde088e0881a5 - md5: eede29b40efa878cbe5bdcb767e97310 + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe + md5: 62857b389e42b36b686331bec0922050 depends: - - libblas 3.9.0 23_linux64_openblas + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - liblapacke 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - - blas * openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD - size: 14798 - timestamp: 1721688767584 + size: 5578513 + timestamp: 1730772671118 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 + name: libopenblas + version: 0.3.28 + build: pthreads_h94d23a6_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - sha256: 3e7a3236e7e03e308e1667d91d0aa70edd0cba96b4b5563ef4adde088e0881a5 - md5: eede29b40efa878cbe5bdcb767e97310 + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe + md5: 62857b389e42b36b686331bec0922050 depends: - - libblas 3.9.0 23_linux64_openblas + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - liblapacke 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - - blas * openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 14798 - timestamp: 1721688767584 + size: 5578513 + timestamp: 1730772671118 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 + name: libopenblas + version: 0.3.28 + build: pthreads_h9d3fd7e_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - sha256: a885bc11fcbe568a7abaff1188f1713b8709e35382606e6ee2cf7cfed6a0b6de - md5: 65a4f18036c0f5419146fddee6653a96 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + sha256: 30623a40764e935aa77e0d4db54c1a1589189a9bf3a03fdb445505c1e319b5a6 + md5: e8dde93dd199da3c1f2c1fcfd0042cd4 depends: - - libblas 3.9.0 23_linuxaarch64_openblas + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD - size: 14828 - timestamp: 1721688783578 + size: 4793435 + timestamp: 1730773029647 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 + name: libopenblas + version: 0.3.28 + build: pthreads_h9d3fd7e_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - sha256: a885bc11fcbe568a7abaff1188f1713b8709e35382606e6ee2cf7cfed6a0b6de - md5: 65a4f18036c0f5419146fddee6653a96 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + sha256: 30623a40764e935aa77e0d4db54c1a1589189a9bf3a03fdb445505c1e319b5a6 + md5: e8dde93dd199da3c1f2c1fcfd0042cd4 depends: - - libblas 3.9.0 23_linuxaarch64_openblas + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 14828 - timestamp: 1721688783578 + size: 4793435 + timestamp: 1730773029647 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda - sha256: c39d944909d0608bd0333398be5e0051045c9451bfd6cc6320732d33375569c8 - md5: bad6ee9b7d5584efc2bc5266137b5f0d + name: libopengl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead + md5: 7df50d44d4a14d6c31a2c54f2cd92157 depends: - - libblas 3.9.0 23_osxarm64_openblas - constrains: - - liblapack 3.9.0 23_osxarm64_openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14991 - timestamp: 1721689017803 + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd + size: 50757 + timestamp: 1731330993524 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda - sha256: c39d944909d0608bd0333398be5e0051045c9451bfd6cc6320732d33375569c8 - md5: bad6ee9b7d5584efc2bc5266137b5f0d + name: libopengl + version: 1.7.0 + build: ha4b6fd6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead + md5: 7df50d44d4a14d6c31a2c54f2cd92157 depends: - - libblas 3.9.0 23_osxarm64_openblas - constrains: - - liblapack 3.9.0 23_osxarm64_openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + license: LicenseRef-libglvnd purls: [] - size: 14991 - timestamp: 1721689017803 + size: 50757 + timestamp: 1731330993524 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_win64_mkl - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda - sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 - md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 + name: libopengl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + sha256: e359df399fb2f308774237384414e318fac8870c1bf6481bdc67ae16e0bd2a02 + md5: cf9d12bfab305e48d095a4c79002c922 depends: - - libblas 3.9.0 23_win64_mkl - constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5191981 - timestamp: 1721689628480 + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + size: 56355 + timestamp: 1731331001820 - kind: conda - name: libcblas - version: 3.9.0 - build: 23_win64_mkl - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda - sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 - md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 + name: libopengl + version: 1.7.0 + build: hd24410f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + sha256: e359df399fb2f308774237384414e318fac8870c1bf6481bdc67ae16e0bd2a02 + md5: cf9d12bfab305e48d095a4c79002c922 depends: - - libblas 3.9.0 23_win64_mkl - constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl - license: BSD-3-Clause - license_family: BSD + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd purls: [] - size: 5191981 - timestamp: 1721689628480 + size: 56355 + timestamp: 1731331001820 - kind: conda - name: libclang-cpp15 - version: 15.0.7 - build: default_h127d8a8_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - sha256: 9b0238e705a33da74ca82efd03974f499550f7dada1340cc9cb7c35a92411ed8 - md5: d0a9633b53cdc319b8a1a532ae7822b8 + name: libpciaccess + version: '0.18' + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + sha256: 0c6806dcd53da457c472cf22ad7793aef074cb198a10677a91b02c7dceeee770 + md5: 6d48179630f00e8c9ad9e30879ce1e54 depends: - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 17206402 - timestamp: 1711063711931 + license: MIT + license_family: MIT + size: 29211 + timestamp: 1707101477910 - kind: conda - name: libclang-cpp15 - version: 15.0.7 - build: default_h127d8a8_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - sha256: 9b0238e705a33da74ca82efd03974f499550f7dada1340cc9cb7c35a92411ed8 - md5: d0a9633b53cdc319b8a1a532ae7822b8 + name: libpciaccess + version: '0.18' + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + sha256: 0c6806dcd53da457c472cf22ad7793aef074cb198a10677a91b02c7dceeee770 + md5: 6d48179630f00e8c9ad9e30879ce1e54 depends: - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 17206402 - timestamp: 1711063711931 + size: 29211 + timestamp: 1707101477910 - kind: conda - name: libclang13 - version: 18.1.8 - build: default_h9def88c_1 - build_number: 1 + name: libpciaccess + version: '0.18' + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda - sha256: ec9a672623c5d485e48bd14f36353ec0b5c14f516440dfbb6674b1c784289eb4 - md5: 04c8c481b30c3fe62bec148fa4a75857 + url: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb + md5: 48f4330bfcd959c3cfb704d424903c82 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libllvm18 >=18.1.8,<18.2.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11016960 - timestamp: 1721479548831 + license: MIT + license_family: MIT + size: 28361 + timestamp: 1707101388552 - kind: conda - name: libclang13 - version: 18.1.8 - build: default_h9def88c_1 - build_number: 1 + name: libpciaccess + version: '0.18' + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda - sha256: ec9a672623c5d485e48bd14f36353ec0b5c14f516440dfbb6674b1c784289eb4 - md5: 04c8c481b30c3fe62bec148fa4a75857 + url: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb + md5: 48f4330bfcd959c3cfb704d424903c82 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libllvm18 >=18.1.8,<18.2.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 11016960 - timestamp: 1721479548831 + size: 28361 + timestamp: 1707101388552 - kind: conda - name: libclang13 - version: 18.1.8 - build: default_ha5278ca_1 - build_number: 1 + name: libpng + version: 1.6.44 + build: h3ca93ac_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda - sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 - md5: 30a167d5b69555fbf39192a23e40df52 + url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda + sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 + md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 depends: - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 25327749 - timestamp: 1721486985259 + license: zlib-acknowledgement + size: 348933 + timestamp: 1726235196095 - kind: conda - name: libclang13 - version: 18.1.8 - build: default_ha5278ca_1 - build_number: 1 + name: libpng + version: 1.6.44 + build: h3ca93ac_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda - sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 - md5: 30a167d5b69555fbf39192a23e40df52 + url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda + sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 + md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 depends: - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 25327749 - timestamp: 1721486985259 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h01db608_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea - md5: 268ee639c17ada0002fb04dd21816cc2 - depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - license: BSD-3-Clause - license_family: BSD - size: 18669 - timestamp: 1633683724891 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h01db608_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea - md5: 268ee639c17ada0002fb04dd21816cc2 - depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - license: BSD-3-Clause - license_family: BSD + license: zlib-acknowledgement purls: [] - size: 18669 - timestamp: 1633683724891 + size: 348933 + timestamp: 1726235196095 - kind: conda - name: libcrc32c - version: 1.1.2 - 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 + name: libpng + version: 1.6.44 + build: h4b8f8c9_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda + sha256: 12b44e58f8832798d7a5c0a7480c95e905dbd6c3558dec09739062411f9e08d1 + md5: f32ac2c8dd390dbf169f550887ed09d9 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD - size: 25694 - timestamp: 1633684287072 + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement + size: 268073 + timestamp: 1726234803010 - kind: conda - name: libcrc32c - version: 1.1.2 - 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 + name: libpng + version: 1.6.44 + build: h4b8f8c9_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda + sha256: 12b44e58f8832798d7a5c0a7480c95e905dbd6c3558dec09739062411f9e08d1 + md5: f32ac2c8dd390dbf169f550887ed09d9 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement purls: [] - size: 25694 - timestamp: 1633684287072 + size: 268073 + timestamp: 1726234803010 - kind: conda - name: libcrc32c - version: 1.1.2 - build: h9c3ff4c_0 + name: libpng + version: 1.6.44 + build: hadc24fc_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 + url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda + sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 + md5: f4cc49d7aa68316213e4b12be35308d1 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - license: BSD-3-Clause - license_family: BSD - size: 20440 - timestamp: 1633683576494 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement + size: 290661 + timestamp: 1726234747153 - kind: conda - name: libcrc32c - version: 1.1.2 - build: h9c3ff4c_0 + name: libpng + version: 1.6.44 + build: hadc24fc_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 + url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda + sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 + md5: f4cc49d7aa68316213e4b12be35308d1 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement purls: [] - size: 20440 - timestamp: 1633683576494 + size: 290661 + timestamp: 1726234747153 - kind: conda - name: libcrc32c - version: 1.1.2 - build: hbdafb3b_0 + name: libpng + version: 1.6.44 + build: hc14010f_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 - md5: 32bd82a6a625ea6ce090a81c3d34edeb + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda + sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1 + md5: fb36e93f0ea6a6f5d2b99984f34b049e depends: - - libcxx >=11.1.0 - license: BSD-3-Clause - license_family: BSD - size: 18765 - timestamp: 1633683992603 + - __osx >=11.0 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement + size: 263385 + timestamp: 1726234714421 - kind: conda - name: libcrc32c - version: 1.1.2 - build: hbdafb3b_0 + name: libpng + version: 1.6.44 + build: hc14010f_0 subdir: osx-arm64 - 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 18765 - timestamp: 1633683992603 -- kind: conda - name: libcrc32c - version: 1.1.2 - 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 - license: BSD-3-Clause - license_family: BSD - size: 20128 - timestamp: 1633683906221 -- kind: conda - name: libcrc32c - version: 1.1.2 - 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 20128 - timestamp: 1633683906221 -- kind: conda - name: libcups - version: 2.3.3 - build: h4637d8d_4 - 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,<2.0.0a0 - license: Apache-2.0 - license_family: Apache - size: 4519402 - timestamp: 1689195353551 -- kind: conda - name: libcups - version: 2.3.3 - build: h4637d8d_4 - 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 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda + sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1 + md5: fb36e93f0ea6a6f5d2b99984f34b049e depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: Apache-2.0 - license_family: Apache + - __osx >=11.0 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement purls: [] - size: 4519402 - timestamp: 1689195353551 + size: 263385 + timestamp: 1726234714421 - kind: conda - name: libcurl - version: 8.9.1 - build: h18fefc2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda - sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 - md5: 099a1016d23baa4f41148a985351a7a8 + name: libpng + version: 1.6.44 + build: hc4a20ef_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda + sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 + md5: 5d25802b25fcc7419fa13e21affaeb3a depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 + - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT - size: 339298 - timestamp: 1722440239161 + license: zlib-acknowledgement + size: 294907 + timestamp: 1726236639270 - kind: conda - name: libcurl - version: 8.9.1 - build: h18fefc2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda - sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 - md5: 099a1016d23baa4f41148a985351a7a8 + name: libpng + version: 1.6.44 + build: hc4a20ef_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda + sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 + md5: 5d25802b25fcc7419fa13e21affaeb3a depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 + - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT + license: zlib-acknowledgement purls: [] - size: 339298 - timestamp: 1722440239161 + size: 294907 + timestamp: 1726236639270 - kind: conda - name: libcurl - version: 8.9.1 - build: hdb1bdb2_0 + name: libpq + version: '17.2' + build: h3b95a9b_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda - sha256: 0ba60f83709068e9ec1ab543af998cb5a201c8379c871205447684a34b5abfd8 - md5: 7da1d242ca3591e174a3c7d82230d3c0 + url: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f + md5: 37724d8bae042345a19ca1a25dde786b depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - size: 416057 - timestamp: 1722439924963 + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + license: PostgreSQL + size: 2656919 + timestamp: 1733427612100 - kind: conda - name: libcurl - version: 8.9.1 - build: hdb1bdb2_0 + name: libpq + version: '17.2' + build: h3b95a9b_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda - sha256: 0ba60f83709068e9ec1ab543af998cb5a201c8379c871205447684a34b5abfd8 - md5: 7da1d242ca3591e174a3c7d82230d3c0 + url: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f + md5: 37724d8bae042345a19ca1a25dde786b depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + license: PostgreSQL purls: [] - size: 416057 - timestamp: 1722439924963 + size: 2656919 + timestamp: 1733427612100 - kind: conda - name: libcurl - version: 8.9.1 - build: hfa30633_0 + name: libpq + version: '17.2' + build: hd56632b_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - sha256: ded3a7ce889fc45926a49be14801ed334f2e40ca52380edabbcf5484ec7a889b - md5: efeb999ea2b519696001823b8e49cdbd + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 + md5: 2113425a121b0aa65dc87728ed5601ac depends: + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - size: 429297 - timestamp: 1722439988823 + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + license: PostgreSQL + size: 2779208 + timestamp: 1733427598553 - kind: conda - name: libcurl - version: 8.9.1 - build: hfa30633_0 + name: libpq + version: '17.2' + build: hd56632b_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - sha256: ded3a7ce889fc45926a49be14801ed334f2e40ca52380edabbcf5484ec7a889b - md5: efeb999ea2b519696001823b8e49cdbd + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 + md5: 2113425a121b0aa65dc87728ed5601ac depends: + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + license: PostgreSQL purls: [] - size: 429297 - timestamp: 1722439988823 + size: 2779208 + timestamp: 1733427598553 - kind: conda - name: libcurl - version: 8.9.1 - build: hfcf2730_0 + name: librsvg + version: 2.58.4 + build: h21a6cfa_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda - sha256: a7ce066fbb2d34f7948d8e5da30d72ff01f0a5bcde05ea46fa2d647eeedad3a7 - md5: 6ea09f173c46d135ee6d6845fe50a9c0 + url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + sha256: 482cde0a3828935edc31c529e15c2686425f64b07a7e52551b6ed672360f2a15 + md5: 0aa68f5a6ebfd2254daae40170439f03 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - size: 397060 - timestamp: 1722440158491 + - __osx >=10.13 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __osx >=10.13 + license: LGPL-2.1-or-later + size: 4841346 + timestamp: 1734902391160 - kind: conda - name: libcurl - version: 8.9.1 - build: hfcf2730_0 + name: librsvg + version: 2.58.4 + build: h21a6cfa_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda - sha256: a7ce066fbb2d34f7948d8e5da30d72ff01f0a5bcde05ea46fa2d647eeedad3a7 - md5: 6ea09f173c46d135ee6d6845fe50a9c0 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - purls: [] - size: 397060 - timestamp: 1722440158491 -- kind: conda - name: libcurl - version: 8.9.1 - build: hfd8ffcc_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda - sha256: 4d6006c866844a39fb835436a48407f54f2310111a6f1d3e89efb16cf5c4d81b - md5: be0f46c6362775504d8894bd788a45b2 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - size: 374937 - timestamp: 1722440523552 -- kind: conda - name: libcurl - version: 8.9.1 - build: hfd8ffcc_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda - sha256: 4d6006c866844a39fb835436a48407f54f2310111a6f1d3e89efb16cf5c4d81b - md5: be0f46c6362775504d8894bd788a45b2 + url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + sha256: 482cde0a3828935edc31c529e15c2686425f64b07a7e52551b6ed672360f2a15 + md5: 0aa68f5a6ebfd2254daae40170439f03 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT + - __osx >=10.13 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __osx >=10.13 + license: LGPL-2.1-or-later purls: [] - size: 374937 - timestamp: 1722440523552 + size: 4841346 + timestamp: 1734902391160 - kind: conda - name: libcxx - version: 18.1.8 - build: h167917d_2 + name: librsvg + version: 2.58.4 + build: h266df6f_2 build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - sha256: 001b211de6264f7160f4e781efbff11cd67a326f67b7d6b07e6278fcb0cc2f50 - md5: 15656a04159b40ab98e02b46b52b7919 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + sha256: c1ef2c5855166001967952d7525aa2f29707214495c74c2bbb60e691aee45ef0 + md5: 82c31ce77bac095b5700b1fdaad9a628 depends: - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1220245 - timestamp: 1722378613893 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __osx >=11.0 + license: LGPL-2.1-or-later + size: 4728552 + timestamp: 1734903448902 - kind: conda - name: libcxx - version: 18.1.8 - build: h167917d_2 + name: librsvg + version: 2.58.4 + build: h266df6f_2 build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - sha256: 001b211de6264f7160f4e781efbff11cd67a326f67b7d6b07e6278fcb0cc2f50 - md5: 15656a04159b40ab98e02b46b52b7919 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + sha256: c1ef2c5855166001967952d7525aa2f29707214495c74c2bbb60e691aee45ef0 + md5: 82c31ce77bac095b5700b1fdaad9a628 depends: - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __osx >=11.0 + license: LGPL-2.1-or-later purls: [] - size: 1220245 - timestamp: 1722378613893 + size: 4728552 + timestamp: 1734903448902 - kind: conda - name: libcxx - version: 18.1.8 - build: hef8daea_2 + name: librsvg + version: 2.58.4 + build: h49af25d_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 - md5: c21d8b63b5cf5d3290d5a7aa2b028bcc + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 + md5: b9846db0abffb09847e2cb0fec4b4db6 depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1221021 - timestamp: 1722378520414 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __glibc >=2.17 + license: LGPL-2.1-or-later + size: 6342757 + timestamp: 1734902068235 - kind: conda - name: libcxx - version: 18.1.8 - build: hef8daea_2 + name: librsvg + version: 2.58.4 + build: h49af25d_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 - md5: c21d8b63b5cf5d3290d5a7aa2b028bcc + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 + md5: b9846db0abffb09847e2cb0fec4b4db6 depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __glibc >=2.17 + license: LGPL-2.1-or-later purls: [] - size: 1221021 - timestamp: 1722378520414 + size: 6342757 + timestamp: 1734902068235 - kind: conda - name: libdeflate - version: '1.20' - build: h31becfc_0 + name: librsvg + version: 2.58.4 + build: h9b423fc_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - sha256: 01efbc296d47de9861100d9a9ad2c7f682adc71a0e9b9b040a35b454d1ccd3bd - md5: 018592a3d691662f451f89d0de474a20 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + sha256: 6ce5fb6eb20e8754c025a8f758b5ecaf071f00751fed570063719a8feb792208 + md5: 57122e6d1d085802579a32ec502c6699 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 69943 - timestamp: 1711196586503 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __glibc >=2.17 + license: LGPL-2.1-or-later + size: 6019802 + timestamp: 1734908318062 - kind: conda - name: libdeflate - version: '1.20' - build: h31becfc_0 + name: librsvg + version: 2.58.4 + build: h9b423fc_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - sha256: 01efbc296d47de9861100d9a9ad2c7f682adc71a0e9b9b040a35b454d1ccd3bd - md5: 018592a3d691662f451f89d0de474a20 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + sha256: 6ce5fb6eb20e8754c025a8f758b5ecaf071f00751fed570063719a8feb792208 + md5: 57122e6d1d085802579a32ec502c6699 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __glibc >=2.17 + license: LGPL-2.1-or-later purls: [] - size: 69943 - timestamp: 1711196586503 + size: 6019802 + timestamp: 1734908318062 - kind: conda - name: libdeflate - version: '1.20' - build: h49d49c5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda - sha256: 8c2087952db55c4118dd2e29381176a54606da47033fd61ebb1b0f4391fcd28d - md5: d46104f6a896a0bc6a1d37b88b2edf5c - license: MIT - license_family: MIT - size: 70364 - timestamp: 1711196727346 + name: librttopo + version: 1.1.0 + build: h97f6797_17 + build_number: 17 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + sha256: 1fb8a71bdbc236b8e74f0475887786735d5fa6f5d76d9a4135021279c7ff54b8 + md5: e16e9b1333385c502bf915195f421934 + depends: + - __glibc >=2.17,<3.0.a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + license: GPL-2.0-or-later + license_family: GPL + size: 231770 + timestamp: 1727338518657 - kind: conda - name: libdeflate - version: '1.20' - build: h49d49c5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda - sha256: 8c2087952db55c4118dd2e29381176a54606da47033fd61ebb1b0f4391fcd28d - md5: d46104f6a896a0bc6a1d37b88b2edf5c - license: MIT - license_family: MIT + name: librttopo + version: 1.1.0 + build: h97f6797_17 + build_number: 17 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + sha256: 1fb8a71bdbc236b8e74f0475887786735d5fa6f5d76d9a4135021279c7ff54b8 + md5: e16e9b1333385c502bf915195f421934 + depends: + - __glibc >=2.17,<3.0.a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 70364 - timestamp: 1711196727346 + size: 231770 + timestamp: 1727338518657 - kind: conda - name: libdeflate - version: '1.20' - build: h93a5062_0 + name: librttopo + version: 1.1.0 + build: ha2cf0f4_17 + build_number: 17 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda - sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925 - md5: 97efeaeba2a9a82bdf46fc6d025e3a57 - license: MIT - license_family: MIT - size: 54481 - timestamp: 1711196723486 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + sha256: 9ff3162d035a1d9022f6145755a70d0c0ce6c9152792402bc42294354c871a17 + md5: ba729f000ea379b76ed2190119d21e13 + depends: + - __osx >=11.0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 + license: GPL-2.0-or-later + license_family: GPL + size: 191064 + timestamp: 1727265842691 - kind: conda - name: libdeflate - version: '1.20' - build: h93a5062_0 + name: librttopo + version: 1.1.0 + build: ha2cf0f4_17 + build_number: 17 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda - sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925 - md5: 97efeaeba2a9a82bdf46fc6d025e3a57 - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + sha256: 9ff3162d035a1d9022f6145755a70d0c0ce6c9152792402bc42294354c871a17 + md5: ba729f000ea379b76ed2190119d21e13 + depends: + - __osx >=11.0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 54481 - timestamp: 1711196723486 + size: 191064 + timestamp: 1727265842691 - kind: conda - name: libdeflate - version: '1.20' - build: hcfcfb64_0 + name: librttopo + version: 1.1.0 + build: hbcf326e_17 + build_number: 17 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + sha256: a0f8c760cfeb3abd948e4ca7a0415cb1b2dc166742c1ac70b9c7b37a08dccb67 + md5: c334c7b1cf56a219ed151d8cefc904c8 + depends: + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + license: GPL-2.0-or-later + license_family: GPL + size: 252102 + timestamp: 1727265887913 +- kind: conda + name: librttopo + version: 1.1.0 + build: hbcf326e_17 + build_number: 17 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + sha256: a0f8c760cfeb3abd948e4ca7a0415cb1b2dc166742c1ac70b9c7b37a08dccb67 + md5: c334c7b1cf56a219ed151d8cefc904c8 + depends: + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 252102 + timestamp: 1727265887913 +- kind: conda + name: librttopo + version: 1.1.0 + build: hd4c2148_17 + build_number: 17 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 - md5: b12b5bde5eb201a1df75e49320cc938a + url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 + md5: 06ea16b8c60b4ce1970c06191f8639d4 depends: + - geos >=3.13.0,<3.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 155358 - timestamp: 1711197066985 + license: GPL-2.0-or-later + license_family: GPL + size: 404515 + timestamp: 1727265928370 - kind: conda - name: libdeflate - version: '1.20' - build: hcfcfb64_0 + name: librttopo + version: 1.1.0 + build: hd4c2148_17 + build_number: 17 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 - md5: b12b5bde5eb201a1df75e49320cc938a + url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 + md5: 06ea16b8c60b4ce1970c06191f8639d4 depends: + - geos >=3.13.0,<3.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 155358 - timestamp: 1711197066985 + size: 404515 + timestamp: 1727265928370 - kind: conda - name: libdeflate - version: '1.20' - build: hd590300_0 + name: librttopo + version: 1.1.0 + build: hdfb80b9_17 + build_number: 17 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + sha256: 683ec76fcc035f3803aedbffdc4e8ab62fbde360bfaa73f3693eeb429c48b029 + md5: 627b89a9764485ebace5ebe42b6e6ab4 + depends: + - __osx >=10.13 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 + license: GPL-2.0-or-later + license_family: GPL + size: 213348 + timestamp: 1727265795635 +- kind: conda + name: librttopo + version: 1.1.0 + build: hdfb80b9_17 + build_number: 17 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + sha256: 683ec76fcc035f3803aedbffdc4e8ab62fbde360bfaa73f3693eeb429c48b029 + md5: 627b89a9764485ebace5ebe42b6e6ab4 + depends: + - __osx >=10.13 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 213348 + timestamp: 1727265795635 +- kind: conda + name: libsodium + version: 1.0.20 + build: h4ab18f5_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda - sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 - md5: 8e88f9389f1165d7c0936fe40d9a9a79 + url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda + sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161 + md5: a587892d3c13b6621a6091be690dbca2 depends: - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 71500 - timestamp: 1711196523408 + license: ISC + purls: [] + size: 205978 + timestamp: 1716828628198 - kind: conda - name: libdeflate - version: '1.20' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda - sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 - md5: 8e88f9389f1165d7c0936fe40d9a9a79 + name: libsodium + version: 1.0.20 + build: h68df207_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda + sha256: 448df5ea3c5cf1af785aad46858d7a5be0522f4234a4dc9bb764f4d11ff3b981 + md5: 2e4a8f23bebdcb85ca8e5a0fbe75666a depends: - libgcc-ng >=12 - license: MIT - license_family: MIT + license: ISC purls: [] - size: 71500 - timestamp: 1711196523408 + size: 177394 + timestamp: 1716828514515 - kind: conda - name: libedit - version: 3.1.20191231 - build: h0678c8f_2 - 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 + name: libsodium + version: 1.0.20 + build: h99b78c6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda + sha256: fade8223e1e1004367d7101dd17261003b60aa576df6d7802191f8972f7470b1 + md5: a7ce36e284c5faaf93c220dfc39e3abd depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 105382 - timestamp: 1597616576726 + - __osx >=11.0 + license: ISC + purls: [] + size: 164972 + timestamp: 1716828607917 - kind: conda - name: libedit - version: 3.1.20191231 - build: h0678c8f_2 - 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 + name: libsodium + version: 1.0.20 + build: hc70643c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda + sha256: 7bcb3edccea30f711b6be9601e083ecf4f435b9407d70fc48fbcf9e5d69a0fc6 + md5: 198bb594f202b205c7d18b936fa4524f depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: ISC purls: [] - size: 105382 - timestamp: 1597616576726 -- kind: conda - name: libedit - version: 3.1.20191231 - 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 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - md5: 30e4362988a2623e9eb34337b83e01f9 - depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 96607 - timestamp: 1597616630749 + size: 202344 + timestamp: 1716828757533 - kind: conda - name: libedit - version: 3.1.20191231 - 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 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - md5: 30e4362988a2623e9eb34337b83e01f9 + name: libsodium + version: 1.0.20 + build: hfdf4475_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda + sha256: d3975cfe60e81072666da8c76b993af018cf2e73fe55acba2b5ba0928efaccf5 + md5: 6af4b059e26492da6013e79cbcb4d069 depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD + - __osx >=10.13 + license: ISC purls: [] - size: 96607 - timestamp: 1597616630749 + size: 210249 + timestamp: 1716828641383 - kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h1b4f908_12 + build_number: 12 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 + url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f + md5: 641f91ac6f984a91a78ba2411fe4f106 depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 123878 - timestamp: 1597616541093 + - __glibc >=2.17,<3.0.a0 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA + size: 4033736 + timestamp: 1734001047320 - kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h1b4f908_12 + build_number: 12 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 + url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f + md5: 641f91ac6f984a91a78ba2411fe4f106 depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 123878 - timestamp: 1597616541093 + size: 4033736 + timestamp: 1734001047320 - kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h69d7fa3_12 + build_number: 12 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + sha256: 673a7161f09a8c76c64ad964da3eb5158a19e4212f440edc6f776e87b69adbdd + md5: 41773ba1947c70c5cef4588f52b993aa depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 134104 - timestamp: 1597617110769 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA + size: 3970166 + timestamp: 1734002568659 - kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h69d7fa3_12 + build_number: 12 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + sha256: 673a7161f09a8c76c64ad964da3eb5158a19e4212f440edc6f776e87b69adbdd + md5: 41773ba1947c70c5cef4588f52b993aa depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 134104 - timestamp: 1597617110769 + size: 3970166 + timestamp: 1734002568659 - kind: conda - name: libev - version: '4.33' - build: h10d778d_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h74337a0_12 + build_number: 12 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 - md5: 899db79329439820b7e8f8de41bca902 - license: BSD-2-Clause - license_family: BSD - size: 106663 - timestamp: 1702146352558 + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + sha256: bdbd010754dc82dcd6ca9c0d4203ee81fa7b2e51e587766ef580da2f93f80d7b + md5: a1c412b37aefefd924b2f652a79eb17c + depends: + - __osx >=10.13 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA + size: 3146597 + timestamp: 1734001296958 - kind: conda - name: libev - version: '4.33' - build: h10d778d_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: h74337a0_12 + build_number: 12 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 - md5: 899db79329439820b7e8f8de41bca902 - license: BSD-2-Clause - license_family: BSD + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + sha256: bdbd010754dc82dcd6ca9c0d4203ee81fa7b2e51e587766ef580da2f93f80d7b + md5: a1c412b37aefefd924b2f652a79eb17c + depends: + - __osx >=10.13 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 106663 - timestamp: 1702146352558 + size: 3146597 + timestamp: 1734001296958 - kind: conda - name: libev - version: '4.33' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 - md5: a9a13cb143bbaa477b1ebaefbe47a302 + name: libspatialite + version: 5.1.0 + build: h939089a_12 + build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 + md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 115123 - timestamp: 1702146237623 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib + license: MPL-1.1 + license_family: MOZILLA + size: 8715367 + timestamp: 1734001064515 - kind: conda - name: libev - version: '4.33' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 - md5: a9a13cb143bbaa477b1ebaefbe47a302 + name: libspatialite + version: 5.1.0 + build: h939089a_12 + build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 + md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 115123 - timestamp: 1702146237623 + size: 8715367 + timestamp: 1734001064515 - kind: conda - name: libev - version: '4.33' - build: h93a5062_2 - build_number: 2 + name: libspatialite + version: 5.1.0 + build: hf92fc0a_12 + build_number: 12 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f - md5: 36d33e440c31857372a72137f78bacf5 - license: BSD-2-Clause - license_family: BSD - size: 107458 - timestamp: 1702146414478 -- kind: conda - name: libev - version: '4.33' - build: h93a5062_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f - md5: 36d33e440c31857372a72137f78bacf5 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 107458 - timestamp: 1702146414478 -- kind: conda - name: libev - version: '4.33' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + sha256: b11e6169fdbef472c307129192fd46133eec543036e41ab2f957615713b03d19 + md5: f05759528e44f74888830119ab32fc81 depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 112766 - timestamp: 1702146165126 + - __osx >=11.0 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA + size: 2943606 + timestamp: 1734001158789 - kind: conda - name: libev - version: '4.33' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 + name: libspatialite + version: 5.1.0 + build: hf92fc0a_12 + build_number: 12 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + sha256: b11e6169fdbef472c307129192fd46133eec543036e41ab2f957615713b03d19 + md5: f05759528e44f74888830119ab32fc81 depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD + - __osx >=11.0 + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.1,<9.6.0a0 + - sqlite + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 112766 - timestamp: 1702146165126 + size: 2943606 + timestamp: 1734001158789 - kind: conda - name: libevent - version: 2.1.12 - build: hf998b51_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - md5: a1cfcc585f0c42bf8d5546bb1dfb668d + name: libsqlite + version: 3.47.2 + build: h3f77e49_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 + md5: 122d6f29470f1a991e85608e77e56a8a depends: - - libgcc-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 427426 - timestamp: 1685725977222 + - __osx >=11.0 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense + size: 850553 + timestamp: 1733762057506 - kind: conda - name: libevent - version: 2.1.12 - build: hf998b51_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - md5: a1cfcc585f0c42bf8d5546bb1dfb668d + name: libsqlite + version: 3.47.2 + build: h3f77e49_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 + md5: 122d6f29470f1a991e85608e77e56a8a depends: - - libgcc-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD + - __osx >=11.0 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense purls: [] - size: 427426 - timestamp: 1685725977222 + size: 850553 + timestamp: 1733762057506 - kind: conda - name: libexpat - version: 2.6.2 - build: h2f0025b_0 + name: libsqlite + version: 3.47.2 + build: h5eb1b54_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 - md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 + md5: d4bf59f8783a4a66c0aec568f6de3ff4 depends: - - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - size: 72544 - timestamp: 1710362309065 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense + size: 1042182 + timestamp: 1733761913736 - kind: conda - name: libexpat - version: 2.6.2 - build: h2f0025b_0 + name: libsqlite + version: 3.47.2 + build: h5eb1b54_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 - md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 - depends: - - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - purls: [] - size: 72544 - timestamp: 1710362309065 -- kind: conda - name: libexpat - version: 2.6.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 - md5: e7ba12deb7020dd080c6c70e7b6f6a3d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 + md5: d4bf59f8783a4a66c0aec568f6de3ff4 depends: - - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - size: 73730 - timestamp: 1710362120304 -- kind: conda - name: libexpat - version: 2.6.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 - md5: e7ba12deb7020dd080c6c70e7b6f6a3d - depends: - - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense purls: [] - size: 73730 - timestamp: 1710362120304 + size: 1042182 + timestamp: 1733761913736 - kind: conda - name: libexpat - version: 2.6.2 - build: h63175ca_0 + name: libsqlite + version: 3.47.2 + build: h67fdade_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 - md5: bc592d03f62779511d392c175dcece64 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - size: 139224 - timestamp: 1710362609641 + url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df + md5: ff00095330e0d35a16bd3bdbd1a2d3e7 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Unlicense + size: 891292 + timestamp: 1733762116902 - kind: conda - name: libexpat - version: 2.6.2 - build: h63175ca_0 + name: libsqlite + version: 3.47.2 + build: h67fdade_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 - md5: bc592d03f62779511d392c175dcece64 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df + md5: ff00095330e0d35a16bd3bdbd1a2d3e7 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Unlicense purls: [] - size: 139224 - timestamp: 1710362609641 + size: 891292 + timestamp: 1733762116902 - kind: conda - name: libexpat - version: 2.6.2 - build: h73e2aa4_0 + name: libsqlite + version: 3.47.2 + build: hdb6dae5_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 - md5: 3d1d51c8f716d97c864d12f7af329526 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - size: 69246 - timestamp: 1710362566073 + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 + md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 + depends: + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense + size: 923167 + timestamp: 1733761860127 - kind: conda - name: libexpat - version: 2.6.2 - build: h73e2aa4_0 + name: libsqlite + version: 3.47.2 + build: hdb6dae5_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 - md5: 3d1d51c8f716d97c864d12f7af329526 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 + md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 + depends: + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense purls: [] - size: 69246 - timestamp: 1710362566073 + size: 923167 + timestamp: 1733761860127 - kind: conda - name: libexpat - version: 2.6.2 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e - md5: e3cde7cfa87f82f7cb13d482d5e0ad09 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - size: 63655 - timestamp: 1710362424980 + name: libsqlite + version: 3.47.2 + build: hee588c1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 + md5: b58da17db24b6e08bcbf8fed2fb8c915 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense + size: 873551 + timestamp: 1733761824646 - kind: conda - name: libexpat - version: 2.6.2 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e - md5: e3cde7cfa87f82f7cb13d482d5e0ad09 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT + name: libsqlite + version: 3.47.2 + build: hee588c1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 + md5: b58da17db24b6e08bcbf8fed2fb8c915 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: Unlicense purls: [] - size: 63655 - timestamp: 1710362424980 + size: 873551 + timestamp: 1733761824646 - kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: h3dc7d44_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 - license: MIT - license_family: MIT - size: 51348 - timestamp: 1636488394370 + url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + sha256: ef2a81c9a15080b996a37f0e1712881da90a710b234e63d8539d69892353de90 + md5: b1caec4561059e43a5d056684c5a2de0 + depends: + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD + size: 283874 + timestamp: 1732349525684 - kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: h3dc7d44_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + sha256: ef2a81c9a15080b996a37f0e1712881da90a710b234e63d8539d69892353de90 + md5: b1caec4561059e43a5d056684c5a2de0 + depends: + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 51348 - timestamp: 1636488394370 + size: 283874 + timestamp: 1732349525684 - kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: h9cc3647_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 - license: MIT - license_family: MIT - size: 39020 - timestamp: 1636488587153 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9 + md5: ddc7194676c285513706e5fc64f214d7 + depends: + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD + size: 279028 + timestamp: 1732349599461 - kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: h9cc3647_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9 + md5: ddc7194676c285513706e5fc64f214d7 + depends: + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 39020 - timestamp: 1636488587153 + size: 279028 + timestamp: 1732349599461 - kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: ha41c0db_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + sha256: 40f2af5357457546bd11cd64a3b9043d83865180f65ce602515c35f353be35c7 + md5: aeffe03c0e598f015aab08dbb04f6ee4 depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 59450 - timestamp: 1636488255090 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD + size: 311577 + timestamp: 1732349396421 - kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: ha41c0db_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - purls: [] - size: 59450 - timestamp: 1636488255090 -- kind: conda - name: libffi - version: 3.4.2 - build: h7f98852_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 58292 - timestamp: 1636488182923 -- kind: conda - name: libffi - version: 3.4.2 - 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 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + sha256: 40f2af5357457546bd11cd64a3b9043d83865180f65ce602515c35f353be35c7 + md5: aeffe03c0e598f015aab08dbb04f6ee4 depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 58292 - timestamp: 1636488182923 + size: 311577 + timestamp: 1732349396421 - kind: conda - name: libffi - version: 3.4.2 - build: h8ffe710_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: he619c9f_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - md5: 2c96d1b6915b408893f9472569dee135 + url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 + md5: af0cbf037dd614c34399b3b3e568c557 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: MIT - license_family: MIT - size: 42063 - timestamp: 1636489106777 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + size: 291889 + timestamp: 1732349796504 - kind: conda - name: libffi - version: 3.4.2 - build: h8ffe710_5 - build_number: 5 + name: libssh2 + version: 1.11.1 + build: he619c9f_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - md5: 2c96d1b6915b408893f9472569dee135 + url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 + md5: af0cbf037dd614c34399b3b3e568c557 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: MIT - license_family: MIT + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 42063 - timestamp: 1636489106777 + size: 291889 + timestamp: 1732349796504 - kind: conda - name: libflac - version: 1.4.3 - build: h59595ed_0 + name: libssh2 + version: 1.11.1 + build: hf672d98_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda - sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d - md5: ee48bf17cc83a00f59ca1494d5646869 + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 + md5: be2de152d8073ef1c01b7728475f2fe7 depends: - - gettext >=0.21.1,<1.0a0 - - libgcc-ng >=12 - - libogg 1.3.* - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 license: BSD-3-Clause license_family: BSD - size: 394383 - timestamp: 1687765514062 + size: 304278 + timestamp: 1732349402869 - kind: conda - name: libflac - version: 1.4.3 - build: h59595ed_0 + name: libssh2 + version: 1.11.1 + build: hf672d98_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda - sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d - md5: ee48bf17cc83a00f59ca1494d5646869 + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 + md5: be2de152d8073ef1c01b7728475f2fe7 depends: - - gettext >=0.21.1,<1.0a0 - - libgcc-ng >=12 - - libogg 1.3.* - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 394383 - timestamp: 1687765514062 + size: 304278 + timestamp: 1732349402869 - kind: conda - name: libgcc-ng - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda - sha256: b8e869ac96591cda2704bf7e77a301025e405227791a0bddf14a3dac65125538 - md5: ca0fad6a41ddaef54a153b78eccb5037 + name: libstdcxx + version: 14.2.0 + build: h3f4de04_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 + md5: 37f489acd39e22b623d2d1e5ac6d195c depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 h77fa898_0 + - libgcc 14.2.0 he277a41_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 842109 - timestamp: 1719538896937 + size: 3816794 + timestamp: 1729089463404 - kind: conda - name: libgcc-ng - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda - sha256: b8e869ac96591cda2704bf7e77a301025e405227791a0bddf14a3dac65125538 - md5: ca0fad6a41ddaef54a153b78eccb5037 + name: libstdcxx + version: 14.2.0 + build: h3f4de04_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 + md5: 37f489acd39e22b623d2d1e5ac6d195c depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 h77fa898_0 + - libgcc 14.2.0 he277a41_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 842109 - timestamp: 1719538896937 + size: 3816794 + timestamp: 1729089463404 - kind: conda - name: libgcc-ng - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda - sha256: b9ca03216bc089c0c46f008bc6f447bc0df8dc826d9801fb4283e49fa89c877e - md5: 47ecd1292a3fd78b616640b35dd9632c + name: libstdcxx + version: 14.2.0 + build: hc0a3c3a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 + md5: 234a5554c53625688d51062645337328 depends: - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 he277a41_0 + - libgcc 14.2.0 h77fa898_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 532273 - timestamp: 1719547536460 + size: 3893695 + timestamp: 1729027746910 - kind: conda - name: libgcc-ng - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda - sha256: b9ca03216bc089c0c46f008bc6f447bc0df8dc826d9801fb4283e49fa89c877e - md5: 47ecd1292a3fd78b616640b35dd9632c + name: libstdcxx + version: 14.2.0 + build: hc0a3c3a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 + md5: 234a5554c53625688d51062645337328 depends: - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 he277a41_0 + - libgcc 14.2.0 h77fa898_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 532273 - timestamp: 1719547536460 + size: 3893695 + timestamp: 1729027746910 - kind: conda - name: libgcrypt - version: 1.11.0 - build: h4ab18f5_1 + name: libstdcxx-ng + version: 14.2.0 + build: h4852527_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - sha256: 9e97e4a753d2ee238cfc7375f0882830f0d8c1667431bc9d070a0f6718355570 - md5: 14858a47d4cc995892e79f2b340682d7 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda + sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 + md5: 8371ac6457591af2cf6159439c1fd051 depends: - - libgcc-ng >=12 - - libgpg-error >=1.50,<2.0a0 - license: LGPL-2.1-or-later AND GPL-2.0-or-later + - libstdcxx 14.2.0 hc0a3c3a_1 + license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 684307 - timestamp: 1721392291497 + size: 54105 + timestamp: 1729027780628 - kind: conda - name: libgcrypt - version: 1.11.0 - build: h4ab18f5_1 + name: libstdcxx-ng + version: 14.2.0 + build: h4852527_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - sha256: 9e97e4a753d2ee238cfc7375f0882830f0d8c1667431bc9d070a0f6718355570 - md5: 14858a47d4cc995892e79f2b340682d7 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda + sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 + md5: 8371ac6457591af2cf6159439c1fd051 depends: - - libgcc-ng >=12 - - libgpg-error >=1.50,<2.0a0 - license: LGPL-2.1-or-later AND GPL-2.0-or-later + - libstdcxx 14.2.0 hc0a3c3a_1 + license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 684307 - timestamp: 1721392291497 + size: 54105 + timestamp: 1729027780628 - kind: conda - name: libgd - version: 2.3.3 - build: h0dceb68_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda - sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 - md5: 1feb43971521d430bf826f8398598c5b + name: libstdcxx-ng + version: 14.2.0 + build: hf1166c9_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda + sha256: 9f97461bd55a2745a7a0941f3502a047f15bfe7bb2952dc7fb204b3202f866fd + md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - size: 202884 - timestamp: 1696161058863 + - libstdcxx 14.2.0 h3f4de04_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 54133 + timestamp: 1729089498541 - kind: conda - name: libgd - version: 2.3.3 - build: h0dceb68_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda - sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 - md5: 1feb43971521d430bf826f8398598c5b + name: libstdcxx-ng + version: 14.2.0 + build: hf1166c9_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda + sha256: 9f97461bd55a2745a7a0941f3502a047f15bfe7bb2952dc7fb204b3202f866fd + md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD + - libstdcxx 14.2.0 h3f4de04_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 202884 - timestamp: 1696161058863 + size: 54133 + timestamp: 1729089498541 - kind: conda - name: libgd - version: 2.3.3 - build: h119a65a_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d - md5: cfebc557e54905dadc355c0e9f003004 + name: libtiff + version: 4.7.0 + build: h551f018_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae + md5: a5d084a957563e614ec0c0196d890654 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 + - __osx >=11.0 + - lerc >=4.0.0,<5.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - size: 224448 - timestamp: 1696160785971 + - liblzma >=5.6.3,<6.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: HPND + size: 370600 + timestamp: 1734398863052 - kind: conda - name: libgd - version: 2.3.3 - build: h119a65a_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d - md5: cfebc557e54905dadc355c0e9f003004 + name: libtiff + version: 4.7.0 + build: h551f018_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae + md5: a5d084a957563e614ec0c0196d890654 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 + - __osx >=11.0 + - lerc >=4.0.0,<5.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD + - liblzma >=5.6.3,<6.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: HPND purls: [] - size: 224448 - timestamp: 1696160785971 + size: 370600 + timestamp: 1734398863052 - kind: conda - name: libgd - version: 2.3.3 - build: h312136b_9 - build_number: 9 + name: libtiff + version: 4.7.0 + build: h797046b_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda - sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 - md5: 69c987e1f9268d9ade86497c4ab8cc45 + url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 + md5: defed79ff7a9164ad40320e3f116a138 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.16,<4.0a0 - - zlib - license: GD - license_family: BSD - size: 344848 - timestamp: 1696161193894 + - zstd >=1.5.6,<1.6.0a0 + license: HPND + size: 978878 + timestamp: 1734399004259 - kind: conda - name: libgd - version: 2.3.3 - build: h312136b_9 - build_number: 9 + name: libtiff + version: 4.7.0 + build: h797046b_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda - sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 - md5: 69c987e1f9268d9ade86497c4ab8cc45 + url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 + md5: defed79ff7a9164ad40320e3f116a138 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.16,<4.0a0 - - zlib - license: GD - license_family: BSD - purls: [] - size: 344848 - timestamp: 1696161193894 -- kind: conda - name: libgd - version: 2.3.3 - build: hcd22fd5_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b - md5: 765021fb606a138701b961b4a3607a3e - depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - size: 231712 - timestamp: 1696160722186 -- kind: conda - name: libgd - version: 2.3.3 - build: hcd22fd5_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b - md5: 765021fb606a138701b961b4a3607a3e - depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - purls: [] - size: 231712 - timestamp: 1696160722186 -- kind: conda - name: libgd - version: 2.3.3 - build: hfdf3952_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda - sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec - md5: 0d847466f115fbdaaf2b6926f2e33278 - depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - size: 206783 - timestamp: 1696161158189 -- kind: conda - name: libgd - version: 2.3.3 - build: hfdf3952_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda - sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec - md5: 0d847466f115fbdaaf2b6926f2e33278 - depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD - license_family: BSD - purls: [] - size: 206783 - timestamp: 1696161158189 -- kind: conda - name: libgdal - version: 3.9.1 - build: h57928b3_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e - md5: 5e15dafa70da7df389b9d193fdf43f65 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - size: 422016 - timestamp: 1722377230255 -- kind: conda - name: libgdal - version: 3.9.1 - build: h57928b3_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e - md5: 5e15dafa70da7df389b9d193fdf43f65 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - zstd >=1.5.6,<1.6.0a0 + license: HPND purls: [] - size: 422016 - timestamp: 1722377230255 + size: 978878 + timestamp: 1734399004259 - kind: conda - name: libgdal - version: 3.9.1 - build: h694c41f_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 - md5: 201d2ede2ae976a6959d4f587b2708fd - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - size: 421511 - timestamp: 1722374962165 -- kind: conda - name: libgdal - version: 3.9.1 - build: h694c41f_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 - md5: 201d2ede2ae976a6959d4f587b2708fd - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 421511 - timestamp: 1722374962165 -- kind: conda - name: libgdal - version: 3.9.1 - build: h8af1aa0_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a - md5: a9fbb8b72340a019cee7277c3cea9549 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - size: 421401 - timestamp: 1722372507738 -- kind: conda - name: libgdal - version: 3.9.1 - build: h8af1aa0_10 - build_number: 10 + name: libtiff + version: 4.7.0 + build: h88f7998_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a - md5: a9fbb8b72340a019cee7277c3cea9549 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 421401 - timestamp: 1722372507738 -- kind: conda - name: libgdal - version: 3.9.1 - build: ha770c72_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c - md5: 421c565d76852a91dbad56fb6b0b1ed1 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - size: 421102 - timestamp: 1722372161864 -- kind: conda - name: libgdal - version: 3.9.1 - build: ha770c72_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c - md5: 421c565d76852a91dbad56fb6b0b1ed1 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 421102 - timestamp: 1722372161864 -- kind: conda - name: libgdal - version: 3.9.1 - build: hce30654_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 - md5: 7bca008117da87b8152368d9b0dc6786 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - size: 421673 - timestamp: 1722375669238 -- kind: conda - name: libgdal - version: 3.9.1 - build: hce30654_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 - md5: 7bca008117da87b8152368d9b0dc6786 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 421673 - timestamp: 1722375669238 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: h858dd01_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 - md5: c862df33b6a3e4eca89e309100ad329c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda + sha256: 5888bd66ba7606ae8596856c7dac800940ecad0aed77d6aa37db69d434c81cf0 + md5: 36a0ea4a173338c8725dc0807e99cf22 depends: - - __osx >=10.13 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - size: 8943547 - timestamp: 1722371349347 + license: HPND + size: 464699 + timestamp: 1734398752249 - kind: conda - name: libgdal-core - version: 3.9.1 - build: h858dd01_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 - md5: c862df33b6a3e4eca89e309100ad329c + name: libtiff + version: 4.7.0 + build: h88f7998_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda + sha256: 5888bd66ba7606ae8596856c7dac800940ecad0aed77d6aa37db69d434c81cf0 + md5: 36a0ea4a173338c8725dc0807e99cf22 depends: - - __osx >=10.13 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT + license: HPND purls: [] - size: 8943547 - timestamp: 1722371349347 + size: 464699 + timestamp: 1734398752249 - kind: conda - name: libgdal-core - version: 3.9.1 - build: h896ba76_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 - md5: 26af2a766abcfff774186fad8cd691e7 + name: libtiff + version: 4.7.0 + build: hb77a491_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + sha256: bb50df7cfc1acb11eae63c5f4fdc251d381cda96bf02c086c3202c83a5200032 + md5: 6f2f9df7b093d6b33bc0c334acc7d2d9 depends: - - __osx >=11.0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 + - __osx >=10.13 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - liblzma >=5.6.3,<6.0a0 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - size: 8232149 - timestamp: 1722371644322 + license: HPND + size: 400099 + timestamp: 1734398943635 - kind: conda - name: libgdal-core - version: 3.9.1 - build: h896ba76_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 - md5: 26af2a766abcfff774186fad8cd691e7 + name: libtiff + version: 4.7.0 + build: hb77a491_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + sha256: bb50df7cfc1acb11eae63c5f4fdc251d381cda96bf02c086c3202c83a5200032 + md5: 6f2f9df7b093d6b33bc0c334acc7d2d9 depends: - - __osx >=11.0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 + - __osx >=10.13 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - liblzma >=5.6.3,<6.0a0 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT + license: HPND purls: [] - size: 8232149 - timestamp: 1722371644322 + size: 400099 + timestamp: 1734398943635 - kind: conda - name: libgdal-core - version: 3.9.1 - build: h8f9377d_10 - build_number: 10 + name: libtiff + version: 4.7.0 + build: hd9ff511_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 - md5: acb13917dca00666f11474e7972d9cb2 + url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda + sha256: b224e16b88d76ea95e4af56e2bc638c603bd26a770b98d117d04541d3aafa002 + md5: 0ea6510969e1296cc19966fad481f6de depends: - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - size: 10226934 - timestamp: 1722370815128 + license: HPND + size: 428173 + timestamp: 1734398813264 - kind: conda - name: libgdal-core - version: 3.9.1 - build: h8f9377d_10 - build_number: 10 + name: libtiff + version: 4.7.0 + build: hd9ff511_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 - md5: acb13917dca00666f11474e7972d9cb2 + url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda + sha256: b224e16b88d76ea95e4af56e2bc638c603bd26a770b98d117d04541d3aafa002 + md5: 0ea6510969e1296cc19966fad481f6de depends: - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT + license: HPND purls: [] - size: 10226934 - timestamp: 1722370815128 + size: 428173 + timestamp: 1734398813264 - kind: conda - name: libgdal-core - version: 3.9.1 - build: ha6a86ea_10 - build_number: 10 + name: libuuid + version: 2.38.1 + build: h0b41bf4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + depends: + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD + size: 33601 + timestamp: 1680112270483 +- kind: conda + name: libuuid + version: 2.38.1 + build: h0b41bf4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + depends: + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 33601 + timestamp: 1680112270483 +- kind: conda + name: libuuid + version: 2.38.1 + build: hb4cce97_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 - md5: 3915141c77f6f28e9045529ad1063769 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda + sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f + md5: 000e30b09db0b7c775b21695dff30969 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - size: 9959908 - timestamp: 1722370980704 + license: BSD-3-Clause + license_family: BSD + size: 35720 + timestamp: 1680113474501 - kind: conda - name: libgdal-core - version: 3.9.1 - build: ha6a86ea_10 - build_number: 10 + name: libuuid + version: 2.38.1 + build: hb4cce97_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 - md5: 3915141c77f6f28e9045529ad1063769 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda + sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f + md5: 000e30b09db0b7c775b21695dff30969 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 35720 + timestamp: 1680113474501 +- kind: conda + name: libwebp-base + version: 1.5.0 + build: h0886dbf_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + sha256: b3d881a0ae08bb07fff7fa8ead506c8d2e0388733182fe4f216f3ec5d61ffcf0 + md5: 95ef4a689b8cc1b7e18b53784d88f96b + depends: + - libgcc >=13 constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD + size: 362623 + timestamp: 1734779054659 +- kind: conda + name: libwebp-base + version: 1.5.0 + build: h0886dbf_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + sha256: b3d881a0ae08bb07fff7fa8ead506c8d2e0388733182fe4f216f3ec5d61ffcf0 + md5: 95ef4a689b8cc1b7e18b53784d88f96b + depends: + - libgcc >=13 + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 9959908 - timestamp: 1722370980704 + size: 362623 + timestamp: 1734779054659 - kind: conda - name: libgdal-core - version: 3.9.1 - build: hcff673a_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b - md5: 7039792599a736b9b76db35b55f1ce1c + name: libwebp-base + version: 1.5.0 + build: h2471fea_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a + md5: 569466afeb84f90d5bb88c11cc23d746 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 + - __osx >=11.0 constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - size: 8053565 - timestamp: 1722372555487 + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD + size: 290013 + timestamp: 1734777593617 - kind: conda - name: libgdal-core - version: 3.9.1 - build: hcff673a_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b - md5: 7039792599a736b9b76db35b55f1ce1c + name: libwebp-base + version: 1.5.0 + build: h2471fea_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a + md5: 569466afeb84f90d5bb88c11cc23d746 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 + - __osx >=11.0 constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 8053565 - timestamp: 1722372555487 + size: 290013 + timestamp: 1734777593617 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h0a0b71e_10 - build_number: 10 + name: libwebp-base + version: 1.5.0 + build: h3b0e114_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 - md5: 6e21157429c310803cba3369581e1061 + url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f + md5: 33f7313967072c6e6d8f865f5493c7ae depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 496116 - timestamp: 1722375134577 + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD + size: 273661 + timestamp: 1734777665516 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h0a0b71e_10 - build_number: 10 + name: libwebp-base + version: 1.5.0 + build: h3b0e114_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 - md5: 6e21157429c310803cba3369581e1061 + url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f + md5: 33f7313967072c6e6d8f865f5493c7ae depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 496116 - timestamp: 1722375134577 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h2758869_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - sha256: 4696ef4269587f24e2016ce77cd4ce7d0dc1297913a9e76bc9dfbc774fdd0f72 - md5: 5ce52f96e40a5a3406974e732832f58c - depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 473575 - timestamp: 1722371921667 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h2758869_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - sha256: 4696ef4269587f24e2016ce77cd4ce7d0dc1297913a9e76bc9dfbc774fdd0f72 - md5: 5ce52f96e40a5a3406974e732832f58c - depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 473575 - timestamp: 1722371921667 + size: 273661 + timestamp: 1734777665516 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h5d197d2_10 - build_number: 10 + name: libwebp-base + version: 1.5.0 + build: h6cf52b4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - sha256: d3c731f01fe42916c8d2c35a3a85365c08585fc7a486cd709c659a5aa0126e0a - md5: 75ea8cd96e5f32c06347df276de09bb3 + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + sha256: 7f110eba04150f1fe5fe297f08fb5b82463eed74d1f068bc67c96637f9c63569 + md5: 5e0cefc99a231ac46ba21e27ae44689f depends: - __osx >=10.13 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 467786 - timestamp: 1722373045891 + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD + size: 357662 + timestamp: 1734777539822 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h5d197d2_10 - build_number: 10 + name: libwebp-base + version: 1.5.0 + build: h6cf52b4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - sha256: d3c731f01fe42916c8d2c35a3a85365c08585fc7a486cd709c659a5aa0126e0a - md5: 75ea8cd96e5f32c06347df276de09bb3 + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + sha256: 7f110eba04150f1fe5fe297f08fb5b82463eed74d1f068bc67c96637f9c63569 + md5: 5e0cefc99a231ac46ba21e27ae44689f depends: - __osx >=10.13 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 467786 - timestamp: 1722373045891 + size: 357662 + timestamp: 1734777539822 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h7a7a030_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - sha256: a48c2fe1d6965cb68c6170ab6a3b17b07d575665c4bd6ec00146fc18fd89e568 - md5: 63257b60e71e8392dd0fce989a2753cc + name: libwebp-base + version: 1.5.0 + build: h851e524_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf + md5: 63f790534398730f59e1b899c3644d4a depends: - - __osx >=11.0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 464862 - timestamp: 1722373691174 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD + size: 429973 + timestamp: 1734777489810 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: h7a7a030_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - sha256: a48c2fe1d6965cb68c6170ab6a3b17b07d575665c4bd6ec00146fc18fd89e568 - md5: 63257b60e71e8392dd0fce989a2753cc + name: libwebp-base + version: 1.5.0 + build: h851e524_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf + md5: 63f790534398730f59e1b899c3644d4a depends: - - __osx >=11.0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - libwebp 1.5.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 464862 - timestamp: 1722373691174 + size: 429973 + timestamp: 1734777489810 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: hdd6600c_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 - md5: d0beafb715671a47a49350ace6325d63 + name: libwinpthread + version: 12.0.0.r4.gg4f2fc60ca + build: h57928b3_8 + build_number: 8 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda + sha256: 6d5e158813ab8d553fbb0fedd0abe7bf92970b0be3a9ddf12da0f6cbad78f506 + md5: 03cccbba200ee0523bde1f3dad60b1f3 depends: - - __glibc >=2.17,<3.0.a0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 475012 - timestamp: 1722371591313 + - ucrt + constrains: + - pthreads-win32 <0.0a0 + - msys2-conda-epoch <0.0a0 + license: MIT AND BSD-3-Clause-Clear + size: 35433 + timestamp: 1724681489463 - kind: conda - name: libgdal-fits - version: 3.9.1 - build: hdd6600c_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 - md5: d0beafb715671a47a49350ace6325d63 + name: libwinpthread + version: 12.0.0.r4.gg4f2fc60ca + build: h57928b3_8 + build_number: 8 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda + sha256: 6d5e158813ab8d553fbb0fedd0abe7bf92970b0be3a9ddf12da0f6cbad78f506 + md5: 03cccbba200ee0523bde1f3dad60b1f3 depends: - - __glibc >=2.17,<3.0.a0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - ucrt + constrains: + - pthreads-win32 <0.0a0 + - msys2-conda-epoch <0.0a0 + license: MIT AND BSD-3-Clause-Clear purls: [] - size: 475012 - timestamp: 1722371591313 + size: 35433 + timestamp: 1724681489463 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h0b38e0c_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - sha256: f8fae279bce5981af463c2fd67691ae201e419214b3e2fec787c93e24e348d23 - md5: 3e884b1332e5ad564c5a79957c9f47b0 + name: libxcb + version: 1.17.0 + build: h0e4246c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 + md5: a69bbf778a462da324489976c84cfc8c depends: - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - pthread-stubs + - ucrt >=10.0.20348.0 + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT - size: 719972 - timestamp: 1722371972166 + size: 1208687 + timestamp: 1727279378819 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h0b38e0c_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - sha256: f8fae279bce5981af463c2fd67691ae201e419214b3e2fec787c93e24e348d23 - md5: 3e884b1332e5ad564c5a79957c9f47b0 + name: libxcb + version: 1.17.0 + build: h0e4246c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 + md5: a69bbf778a462da324489976c84cfc8c depends: - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - pthread-stubs + - ucrt >=10.0.20348.0 + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 719972 - timestamp: 1722371972166 + size: 1208687 + timestamp: 1727279378819 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h385febf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - sha256: 40d18842c6f9481f099ab0fb1dbee4fdf62dcfb878be3f7fd368b5302fa382ff - md5: 39e0d03c6b552787b4af8fb1d56449e4 + name: libxcb + version: 1.17.0 + build: h262b8f6_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b + md5: cd14ee5cca2464a425b1dbfc24d90db2 depends: - - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libgcc >=13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT - size: 661554 - timestamp: 1722373219990 + size: 397493 + timestamp: 1727280745441 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h385febf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - sha256: 40d18842c6f9481f099ab0fb1dbee4fdf62dcfb878be3f7fd368b5302fa382ff - md5: 39e0d03c6b552787b4af8fb1d56449e4 + name: libxcb + version: 1.17.0 + build: h262b8f6_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b + md5: cd14ee5cca2464a425b1dbfc24d90db2 depends: - - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libgcc >=13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 661554 - timestamp: 1722373219990 + size: 397493 + timestamp: 1727280745441 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h5f34788_10 - build_number: 10 + name: libxcb + version: 1.17.0 + build: h8a09558_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df - md5: 9966045d95dd0edfa00cf30080d34916 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa + md5: 92ed62436b625154323d40d5f2f11dd7 depends: - __glibc >=2.17,<3.0.a0 - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT - size: 721029 - timestamp: 1722371641040 + size: 395888 + timestamp: 1727278577118 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: h5f34788_10 - build_number: 10 + name: libxcb + version: 1.17.0 + build: h8a09558_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df - md5: 9966045d95dd0edfa00cf30080d34916 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa + md5: 92ed62436b625154323d40d5f2f11dd7 depends: - __glibc >=2.17,<3.0.a0 - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 721029 - timestamp: 1722371641040 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: hd2a089b_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 - md5: 10af16f730fc348ec0212b7c912928dd - depends: - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 676592 - timestamp: 1722375318870 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: hd2a089b_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 - md5: 10af16f730fc348ec0212b7c912928dd - depends: - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc >=13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 676592 - timestamp: 1722375318870 + size: 395888 + timestamp: 1727278577118 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: hdd4b840_10 - build_number: 10 + name: libxcb + version: 1.17.0 + build: hdb1d25a_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 - md5: 413fc7370f6a3fe0b66b7494d50a51c6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + sha256: bd3816218924b1e43b275863e21a3e13a5db4a6da74cca8e60bc3c213eb62f71 + md5: af523aae2eca6dfa1c8eec693f5b9a79 depends: - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT - size: 650495 - timestamp: 1722373866043 + size: 323658 + timestamp: 1727278733917 - kind: conda - name: libgdal-grib - version: 3.9.1 - build: hdd4b840_10 - build_number: 10 + name: libxcb + version: 1.17.0 + build: hdb1d25a_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 - md5: 413fc7370f6a3fe0b66b7494d50a51c6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + sha256: bd3816218924b1e43b275863e21a3e13a5db4a6da74cca8e60bc3c213eb62f71 + md5: af523aae2eca6dfa1c8eec693f5b9a79 depends: - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 650495 - timestamp: 1722373866043 + size: 323658 + timestamp: 1727278733917 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h430f241_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 - md5: b721f0b510b0f13b0447132710e89886 + name: libxcb + version: 1.17.0 + build: hf1f96e2_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + sha256: 8896cd5deff6f57d102734f3e672bc17120613647288f9122bec69098e839af7 + md5: bbeca862892e2898bdb45792a61c4afc depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT - size: 561347 - timestamp: 1722375491611 + size: 323770 + timestamp: 1727278927545 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h430f241_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 - md5: b721f0b510b0f13b0447132710e89886 + name: libxcb + version: 1.17.0 + build: hf1f96e2_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + sha256: 8896cd5deff6f57d102734f3e672bc17120613647288f9122bec69098e839af7 + md5: bbeca862892e2898bdb45792a61c4afc depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - pthread-stubs + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 561347 - timestamp: 1722375491611 + size: 323770 + timestamp: 1727278927545 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h48a2630_10 - build_number: 10 + name: libxcrypt + version: 4.4.36 + build: h31becfc_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - sha256: 705c5bca42caaf4fecbd0d6d2b33be130528774e509dcb0ded6918235fe33bc0 - md5: bd1f4edaff8f14e14c299a44e7021025 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f + md5: b4df5d7d4b63579d081fd3a4cf99740e depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 622965 - timestamp: 1722372021494 + license: LGPL-2.1-or-later + size: 114269 + timestamp: 1702724369203 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h48a2630_10 - build_number: 10 + name: libxcrypt + version: 4.4.36 + build: h31becfc_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - sha256: 705c5bca42caaf4fecbd0d6d2b33be130528774e509dcb0ded6918235fe33bc0 - md5: bd1f4edaff8f14e14c299a44e7021025 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f + md5: b4df5d7d4b63579d081fd3a4cf99740e depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + license: LGPL-2.1-or-later purls: [] - size: 622965 - timestamp: 1722372021494 + size: 114269 + timestamp: 1702724369203 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h86719f3_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - sha256: 6f8414f4fffdf2e058320d23b3414023237f3772a4d454db68ae5b4ddea990ed - md5: 2e22e807e9f19f2d751f2930587ec627 + name: libxcrypt + version: 4.4.36 + build: hd590300_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c + md5: 5aa797f8787fe7a17d1b0821485b5adc depends: - - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 590403 - timestamp: 1722373413042 + - libgcc-ng >=12 + license: LGPL-2.1-or-later + size: 100393 + timestamp: 1702724383534 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h86719f3_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - sha256: 6f8414f4fffdf2e058320d23b3414023237f3772a4d454db68ae5b4ddea990ed - md5: 2e22e807e9f19f2d751f2930587ec627 + name: libxcrypt + version: 4.4.36 + build: hd590300_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c + md5: 5aa797f8787fe7a17d1b0821485b5adc depends: - - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT + - libgcc-ng >=12 + license: LGPL-2.1-or-later purls: [] - size: 590403 - timestamp: 1722373413042 + size: 100393 + timestamp: 1702724383534 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h94124bd_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - sha256: 9d8e13357c65a86d523bf8129b42a57e990b877780ebd8ac8615dad28688e08c - md5: bd74593d2722709f124c0d1c99eb3d69 + name: libxkbcommon + version: 1.7.0 + build: h2c5496b_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda + sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b + md5: e2eaefa4de2b7237af7c907b8bbc760a depends: - - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - libxml2 >=2.12.7,<3.0a0 + - xkeyboard-config + - xorg-libxau >=1.0.11,<2.0a0 + license: MIT/X11 Derivative license_family: MIT - size: 577207 - timestamp: 1722374069096 + size: 593336 + timestamp: 1718819935698 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h94124bd_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - sha256: 9d8e13357c65a86d523bf8129b42a57e990b877780ebd8ac8615dad28688e08c - md5: bd74593d2722709f124c0d1c99eb3d69 + name: libxkbcommon + version: 1.7.0 + build: h2c5496b_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda + sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b + md5: e2eaefa4de2b7237af7c907b8bbc760a depends: - - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - libxml2 >=2.12.7,<3.0a0 + - xkeyboard-config + - xorg-libxau >=1.0.11,<2.0a0 + license: MIT/X11 Derivative license_family: MIT purls: [] - size: 577207 - timestamp: 1722374069096 + size: 593336 + timestamp: 1718819935698 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: ha39a594_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 - md5: 0b0a4fdf8e78f17784ad325a68a6320b + name: libxkbcommon + version: 1.7.0 + build: h46f2afe_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + sha256: 8ed470f72c733aea32bb5d272bf458041add7923d7716d5046bd40edf7ddd67c + md5: 78a24e611ab9c09c518f519be49c2e46 depends: - - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - license: MIT + - libxcb >=1.16,<2.0.0a0 + - libxml2 >=2.12.7,<3.0a0 + - xkeyboard-config + - xorg-libxau >=1.0.11,<2.0a0 + license: MIT/X11 Derivative license_family: MIT - size: 575548 - timestamp: 1722371689229 + size: 596053 + timestamp: 1718819931537 - kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: ha39a594_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 - md5: 0b0a4fdf8e78f17784ad325a68a6320b + name: libxkbcommon + version: 1.7.0 + build: h46f2afe_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + sha256: 8ed470f72c733aea32bb5d272bf458041add7923d7716d5046bd40edf7ddd67c + md5: 78a24e611ab9c09c518f519be49c2e46 depends: - - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - license: MIT + - libxcb >=1.16,<2.0.0a0 + - libxml2 >=2.12.7,<3.0a0 + - xkeyboard-config + - xorg-libxau >=1.0.11,<2.0a0 + license: MIT/X11 Derivative license_family: MIT purls: [] - size: 575548 - timestamp: 1722371689229 + size: 596053 + timestamp: 1718819931537 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h513f0eb_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 - md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 + name: libxml2 + version: 2.13.5 + build: h178c5d8_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + sha256: d7af3f25a4cece170502acd38f2dafbea4521f373f46dcb28a37fbe6ac2da544 + md5: 3dc3cff0eca1640a6acbbfab2f78139e depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT - size: 600456 - timestamp: 1722373634116 + size: 582898 + timestamp: 1733443841584 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h513f0eb_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 - md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 + name: libxml2 + version: 2.13.5 + build: h178c5d8_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + sha256: d7af3f25a4cece170502acd38f2dafbea4521f373f46dcb28a37fbe6ac2da544 + md5: 3dc3cff0eca1640a6acbbfab2f78139e depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 600456 - timestamp: 1722373634116 + size: 582898 + timestamp: 1733443841584 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h6f3bf7f_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: h2e0c361_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - sha256: 96d11bc4f683018f4db44161a1ba7f1d8b9dbfc7ca673f48a34c9da8426b1ed8 - md5: 3f0c021e98c5a43f9b647730a4aacfd2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + sha256: dc0e86d35a836af6e99d18f50c6551fc64c53ed3a3da5a9fea90e78763cf14b4 + md5: 63410f85031930cde371dfe0ee89109a depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT - size: 635134 - timestamp: 1722372080876 + size: 732155 + timestamp: 1733443825814 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h6f3bf7f_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: h2e0c361_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - sha256: 96d11bc4f683018f4db44161a1ba7f1d8b9dbfc7ca673f48a34c9da8426b1ed8 - md5: 3f0c021e98c5a43f9b647730a4aacfd2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + sha256: dc0e86d35a836af6e99d18f50c6551fc64c53ed3a3da5a9fea90e78763cf14b4 + md5: 63410f85031930cde371dfe0ee89109a depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 635134 - timestamp: 1722372080876 + size: 732155 + timestamp: 1733443825814 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: ha2ed5f0_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: h8d12d68_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 - md5: dbf13edf61743251f1f97cc806dea754 + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda + sha256: c3b05bdc40d27a9249f0bb60f3f71718f94104b8bcd200163a6c9d4ade7aa052 + md5: 1a21e49e190d1ffe58531a81b6e400e1 depends: - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT - size: 638351 - timestamp: 1722371743905 + size: 690589 + timestamp: 1733443667823 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: ha2ed5f0_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: h8d12d68_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 - md5: dbf13edf61743251f1f97cc806dea754 + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda + sha256: c3b05bdc40d27a9249f0bb60f3f71718f94104b8bcd200163a6c9d4ade7aa052 + md5: 1a21e49e190d1ffe58531a81b6e400e1 depends: - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 638351 - timestamp: 1722371743905 + size: 690589 + timestamp: 1733443667823 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: had131a1_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: he286e8c_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 - md5: a470b96438067e04860b0604bf4a4a98 + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 + md5: 77eaa84f90fc90643c5a0be0aa9bdd1b depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 612275 - timestamp: 1722375691115 + size: 1612294 + timestamp: 1733443909984 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: had131a1_10 - build_number: 10 + name: libxml2 + version: 2.13.5 + build: he286e8c_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 - md5: a470b96438067e04860b0604bf4a4a98 + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 + md5: 77eaa84f90fc90643c5a0be0aa9bdd1b depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 612275 - timestamp: 1722375691115 + size: 1612294 + timestamp: 1733443909984 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: hf90b89a_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - sha256: 51bbc498d27b46166218977f6328033f02c0e1eda31494e21fb7107119fc70f6 - md5: 1dfed8de5c7e626a9c0065363b608e67 + name: libxml2 + version: 2.13.5 + build: hebb159f_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + sha256: b9332bd8d47a72b7b8fa2ae13c24387ed4f5fd4e1f7ecf0031068c6a755267ae + md5: 23c629eba5239465a34bca0ed9c0b5d3 depends: - - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT - size: 591751 - timestamp: 1722374289570 + size: 608447 + timestamp: 1733443783886 - kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: hf90b89a_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - sha256: 51bbc498d27b46166218977f6328033f02c0e1eda31494e21fb7107119fc70f6 - md5: 1dfed8de5c7e626a9c0065363b608e67 + name: libxml2 + version: 2.13.5 + build: hebb159f_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + sha256: b9332bd8d47a72b7b8fa2ae13c24387ed4f5fd4e1f7ecf0031068c6a755267ae + md5: 23c629eba5239465a34bca0ed9c0b5d3 depends: - - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 591751 - timestamp: 1722374289570 + size: 608447 + timestamp: 1733443783886 - kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h014dd2c_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h1cc9640_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 - md5: f4e546091123173192a0b8bce2a1f0c0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + sha256: 89ce87b5f594b2ddcd3ddf66dd3f36f85bbe3562b3f408409ccec787d7ed36a3 + md5: 13e1d3f9188e85c6d59a98651aced002 depends: - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 license: MIT license_family: MIT - size: 468005 - timestamp: 1722372121152 + size: 260979 + timestamp: 1701628809171 - kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h014dd2c_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h1cc9640_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 - md5: f4e546091123173192a0b8bce2a1f0c0 - depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - purls: [] - size: 468005 - timestamp: 1722372121152 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h2ebfdf0_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - sha256: 86c155ac5dce0dcd14eb6fa5681e4fe42d027d5e4b8793eca6e53ece5d34e716 - md5: 49757d4abcb8d6dbc95b8a5f71dd9487 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - size: 466534 - timestamp: 1722371785100 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h2ebfdf0_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - sha256: 86c155ac5dce0dcd14eb6fa5681e4fe42d027d5e4b8793eca6e53ece5d34e716 - md5: 49757d4abcb8d6dbc95b8a5f71dd9487 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + sha256: 89ce87b5f594b2ddcd3ddf66dd3f36f85bbe3562b3f408409ccec787d7ed36a3 + md5: 13e1d3f9188e85c6d59a98651aced002 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - purls: [] - size: 466534 - timestamp: 1722371785100 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h54bcb16_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 - md5: 9414343eb3fef0e857868a6ad7f660f6 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - size: 461468 - timestamp: 1722374465941 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h54bcb16_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 - md5: 9414343eb3fef0e857868a6ad7f660f6 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - purls: [] - size: 461468 - timestamp: 1722374465941 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hc5f35ca_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - sha256: 4edee875f19287a84a848c1046b1bc57ed4c4e304c77a8199b6bc2bdbc7674f0 - md5: 75a4201e6f12818559135b68006f3cf8 - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 - license: MIT - license_family: MIT - size: 463116 - timestamp: 1722373766579 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hc5f35ca_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - sha256: 4edee875f19287a84a848c1046b1bc57ed4c4e304c77a8199b6bc2bdbc7674f0 - md5: 75a4201e6f12818559135b68006f3cf8 - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 license: MIT license_family: MIT purls: [] - size: 463116 - timestamp: 1722373766579 + size: 260979 + timestamp: 1701628809171 - kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hed4c6cb_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h3df6e99_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 - md5: f337793dedf75d79fadd0b423e35a6c3 + url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa + md5: 279ee338c9b34871d578cb3c7aa68f70 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 496753 - timestamp: 1722375850823 + size: 418542 + timestamp: 1701629338549 - kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hed4c6cb_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h3df6e99_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 - md5: f337793dedf75d79fadd0b423e35a6c3 + url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa + md5: 279ee338c9b34871d578cb3c7aa68f70 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 496753 - timestamp: 1722375850823 + size: 418542 + timestamp: 1701629338549 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: h2b45729_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h76b75d6_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - sha256: c982c0c2c3c80cd72fd2f114ebfbbfca361087d57ac85ceb8f286d33ca6f1850 - md5: 52a9ea0cf4b7e03f42222d46e45d4880 + url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 + md5: e71f31f8cfb0a91439f2086fc8aa0461 depends: - - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libxml2 >=2.12.1,<3.0.0a0 license: MIT license_family: MIT - size: 479075 - timestamp: 1722372096330 + size: 254297 + timestamp: 1701628814990 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: h2b45729_10 - build_number: 10 + name: libxslt + version: 1.1.39 + build: h76b75d6_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - sha256: c982c0c2c3c80cd72fd2f114ebfbbfca361087d57ac85ceb8f286d33ca6f1850 - md5: 52a9ea0cf4b7e03f42222d46e45d4880 + url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 + md5: e71f31f8cfb0a91439f2086fc8aa0461 depends: - - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libxml2 >=2.12.1,<3.0.0a0 license: MIT license_family: MIT purls: [] - size: 479075 - timestamp: 1722372096330 + size: 254297 + timestamp: 1701628814990 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: h3b8d0bf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb - md5: 2a3d7aae7801835c1d1c9011ae26bcf5 - depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 474852 - timestamp: 1722374784108 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: h3b8d0bf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb - md5: 2a3d7aae7801835c1d1c9011ae26bcf5 - depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 474852 - timestamp: 1722374784108 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: h95b1a77_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 - md5: fb2c31c4d9ca970be600abb4281ef7da + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: 41fbfac52c601159df6c01f875de31b9 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 517926 - timestamp: 1722377033182 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + size: 55476 + timestamp: 1727963768015 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: h95b1a77_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 - md5: fb2c31c4d9ca970be600abb4281ef7da + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: 41fbfac52c601159df6c01f875de31b9 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other purls: [] - size: 517926 - timestamp: 1722377033182 + size: 55476 + timestamp: 1727963768015 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: hacb1b3e_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h8359307_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - sha256: ad5989e10705d7f213234e2a2f17e99eb139f6cb599879fb82ce84a942bb5043 - md5: 6d339532d82d3bf633843ca5a65ad569 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b + md5: 369964e85dc26bfe78f41399b366c435 depends: - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 468529 - timestamp: 1722375482219 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + size: 46438 + timestamp: 1727963202283 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: hacb1b3e_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h8359307_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - sha256: ad5989e10705d7f213234e2a2f17e99eb139f6cb599879fb82ce84a942bb5043 - md5: 6d339532d82d3bf633843ca5a65ad569 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b + md5: 369964e85dc26bfe78f41399b366c435 depends: - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other purls: [] - size: 468529 - timestamp: 1722375482219 + size: 46438 + timestamp: 1727963202283 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: hdeddc4b_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 - md5: f5527e4965aa7f712b68f43815d134b2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 + md5: 08aad7cbe9f5a6b460d0976076b6ae64 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 475721 - timestamp: 1722372438447 + - libgcc >=13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + size: 66657 + timestamp: 1727963199518 - kind: conda - name: libgdal-kea - version: 3.9.1 - build: hdeddc4b_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 - md5: f5527e4965aa7f712b68f43815d134b2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 + md5: 08aad7cbe9f5a6b460d0976076b6ae64 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libgcc >=13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other purls: [] - size: 475721 - timestamp: 1722372438447 + size: 66657 + timestamp: 1727963199518 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h0a2f82e_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - sha256: cef3c8e095589c09be4487839b14f36ccc9cd2a364438589bfb1662bbd268b00 - md5: f6ba56a78dcf13a5ca0b212a3ed532ef + name: libzlib + version: 1.3.1 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: edb0dca6bc32e4f4789199455a1dbeb8 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 716843 - timestamp: 1722372502180 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + size: 60963 + timestamp: 1727963148474 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h0a2f82e_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - sha256: cef3c8e095589c09be4487839b14f36ccc9cd2a364438589bfb1662bbd268b00 - md5: f6ba56a78dcf13a5ca0b212a3ed532ef + name: libzlib + version: 1.3.1 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: edb0dca6bc32e4f4789199455a1dbeb8 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other purls: [] - size: 716843 - timestamp: 1722372502180 + size: 60963 + timestamp: 1727963148474 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h1723b65_10 - build_number: 10 + name: libzlib + version: 1.3.1 + build: hd23fc13_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 + md5: 003a54a4e32b02f7355b50a837e699da + depends: + - __osx >=10.13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + size: 57133 + timestamp: 1727963183990 +- kind: conda + name: libzlib + version: 1.3.1 + build: hd23fc13_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 + md5: 003a54a4e32b02f7355b50a837e699da + depends: + - __osx >=10.13 + constrains: + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + purls: [] + size: 57133 + timestamp: 1727963183990 +- kind: conda + name: llvm-openmp + version: 19.1.6 + build: ha54dae1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda + sha256: f79a1d6f8b2f6044eda1b1251c9bf49f4e11ae644e609e47486561a7eca437fd + md5: 4fe4d62071f8a3322ffb6588b49ccbb8 + depends: + - __osx >=10.13 + constrains: + - openmp 19.1.6|19.1.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 305048 + timestamp: 1734520356844 +- kind: conda + name: llvm-openmp + version: 19.1.6 + build: ha54dae1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda + sha256: f79a1d6f8b2f6044eda1b1251c9bf49f4e11ae644e609e47486561a7eca437fd + md5: 4fe4d62071f8a3322ffb6588b49ccbb8 + depends: + - __osx >=10.13 + constrains: + - openmp 19.1.6|19.1.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + purls: [] + size: 305048 + timestamp: 1734520356844 +- kind: conda + name: llvm-openmp + version: 19.1.6 + build: hdb05f8b_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 - md5: faa0b8786f3171f88019453fda51e814 + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda + sha256: a0f3e9139ab16f0a67b9d2bbabc15b78977168f4a5b5503fed4962dcb9a96102 + md5: 34fdeffa0555a1a56f38839415cc066c depends: - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT - size: 664736 - timestamp: 1722375658134 + constrains: + - openmp 19.1.6|19.1.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 281251 + timestamp: 1734520462311 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h1723b65_10 - build_number: 10 + name: llvm-openmp + version: 19.1.6 + build: hdb05f8b_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 - md5: faa0b8786f3171f88019453fda51e814 + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda + sha256: a0f3e9139ab16f0a67b9d2bbabc15b78977168f4a5b5503fed4962dcb9a96102 + md5: 34fdeffa0555a1a56f38839415cc066c depends: - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT + constrains: + - openmp 19.1.6|19.1.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE purls: [] - size: 664736 - timestamp: 1722375658134 + size: 281251 + timestamp: 1734520462311 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h3127c03_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h240833e_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c - md5: cf62fe8bb709def59fc2a5092feaa3d9 + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda + sha256: 8da3c9d4b596e481750440c0250a7e18521e7f69a47e1c8415d568c847c08a1c + md5: d6b9bd7e356abd7e3a633d59b753495a depends: - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT - size: 687189 - timestamp: 1722374951330 + - libcxx >=18 + license: BSD-2-Clause + license_family: BSD + size: 159500 + timestamp: 1733741074747 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h3127c03_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h240833e_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c - md5: cf62fe8bb709def59fc2a5092feaa3d9 + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda + sha256: 8da3c9d4b596e481750440c0250a7e18521e7f69a47e1c8415d568c847c08a1c + md5: d6b9bd7e356abd7e3a633d59b753495a depends: - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT + - libcxx >=18 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 687189 - timestamp: 1722374951330 + size: 159500 + timestamp: 1733741074747 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h55e78d3_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h2466b09_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d - md5: 8e5c5f9673bf17680f9cc29dfca09174 + url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 + md5: 0b69331897a92fac3d8923549d48d092 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 665704 - timestamp: 1722377221669 + license: BSD-2-Clause + license_family: BSD + size: 139891 + timestamp: 1733741168264 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h55e78d3_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h2466b09_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d - md5: 8e5c5f9673bf17680f9cc29dfca09174 + url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 + md5: 0b69331897a92fac3d8923549d48d092 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: BSD-2-Clause + license_family: BSD purls: [] - size: 665704 - timestamp: 1722377221669 + size: 139891 + timestamp: 1733741168264 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h94e7027_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h286801f_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda + sha256: 94d3e2a485dab8bdfdd4837880bde3dd0d701e2b97d6134b8806b7c8e69c8652 + md5: 01511afc6cc1909c5303cf31be17b44f + depends: + - __osx >=11.0 + - libcxx >=18 + license: BSD-2-Clause + license_family: BSD + size: 148824 + timestamp: 1733741047892 +- kind: conda + name: lz4-c + version: 1.10.0 + build: h286801f_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda + sha256: 94d3e2a485dab8bdfdd4837880bde3dd0d701e2b97d6134b8806b7c8e69c8652 + md5: 01511afc6cc1909c5303cf31be17b44f + depends: + - __osx >=11.0 + - libcxx >=18 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 148824 + timestamp: 1733741047892 +- kind: conda + name: lz4-c + version: 1.10.0 + build: h5888daf_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d - md5: 68361cd19699c5adf3d161199e3d9d5f + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 + md5: 9de5350a85c4a20c685259b889aa6393 depends: - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 730424 - timestamp: 1722372156804 + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD + size: 167055 + timestamp: 1733741040117 - kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h94e7027_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h5888daf_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d - md5: 68361cd19699c5adf3d161199e3d9d5f + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 + md5: 9de5350a85c4a20c685259b889aa6393 depends: - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 730424 - timestamp: 1722372156804 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h0da0525_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded - md5: c2623f06f3fc11b60fad6e25fc0f8c78 - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - size: 609159 - timestamp: 1722373940636 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h0da0525_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded - md5: c2623f06f3fc11b60fad6e25fc0f8c78 - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - purls: [] - size: 609159 - timestamp: 1722373940636 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h261eb30_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d - md5: 709319ad178b037ae33d04c72d0bc81f - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 625005 - timestamp: 1722376072285 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h261eb30_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d - md5: 709319ad178b037ae33d04c72d0bc81f - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 625005 - timestamp: 1722376072285 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h4cf08c4_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - sha256: 566d0d4e6f6ef839860f49af45b0970feab8eea31ba4432c91ec4b092ba16dd3 - md5: a351cbe6cc047f1902d68c4c99407852 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - size: 598087 - timestamp: 1722374648619 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h4cf08c4_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - sha256: 566d0d4e6f6ef839860f49af45b0970feab8eea31ba4432c91ec4b092ba16dd3 - md5: a351cbe6cc047f1902d68c4c99407852 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - purls: [] - size: 598087 - timestamp: 1722374648619 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h562c687_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 - md5: 1b89602c212091142d2424cd92fcc90a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - size: 662774 - timestamp: 1722371847466 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h562c687_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 - md5: 1b89602c212091142d2424cd92fcc90a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 662774 - timestamp: 1722371847466 + size: 167055 + timestamp: 1733741040117 - kind: conda - name: libgdal-pdf - version: 3.9.1 - build: hd21c838_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h5ad3122_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f - md5: 51e32f34c31c175be96c27e0dc6cdae4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda + sha256: 67e55058d275beea76c1882399640c37b5be8be4eb39354c94b610928e9a0573 + md5: 6654e411da94011e8fbe004eacb8fe11 depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT - size: 650685 - timestamp: 1722372186626 + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD + size: 184953 + timestamp: 1733740984533 - kind: conda - name: libgdal-pdf - version: 3.9.1 - build: hd21c838_10 - build_number: 10 + name: lz4-c + version: 1.10.0 + build: h5ad3122_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f - md5: 51e32f34c31c175be96c27e0dc6cdae4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda + sha256: 67e55058d275beea76c1882399640c37b5be8be4eb39354c94b610928e9a0573 + md5: 6654e411da94011e8fbe004eacb8fe11 depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 650685 - timestamp: 1722372186626 + size: 184953 + timestamp: 1733740984533 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h1b48671_10 - build_number: 10 + name: lzo + version: '2.10' + build: h10d778d_1001 + build_number: 1001 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 - md5: ca2b519d68928cc636fb90fb95a4443a - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT - size: 506042 - timestamp: 1722374110518 + url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda + sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 + md5: bfecd73e4a2dc18ffd5288acf8a212ab + license: GPL-2.0-or-later + license_family: GPL2 + size: 146405 + timestamp: 1713516112292 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h1b48671_10 - build_number: 10 + name: lzo + version: '2.10' + build: h10d778d_1001 + build_number: 1001 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 - md5: ca2b519d68928cc636fb90fb95a4443a - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda + sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 + md5: bfecd73e4a2dc18ffd5288acf8a212ab + license: GPL-2.0-or-later + license_family: GPL2 purls: [] - size: 506042 - timestamp: 1722374110518 + size: 146405 + timestamp: 1713516112292 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 + name: lzo + version: '2.10' + build: h31becfc_1001 + build_number: 1001 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb - md5: 0fd806c5180f6acb690e94f189d68b5a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda + sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 + md5: 004025fe20a11090e0b02154f413a758 depends: - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - size: 522579 - timestamp: 1722372232353 + license: GPL-2.0-or-later + license_family: GPL2 + size: 164049 + timestamp: 1713517023523 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 + name: lzo + version: '2.10' + build: h31becfc_1001 + build_number: 1001 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb - md5: 0fd806c5180f6acb690e94f189d68b5a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda + sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 + md5: 004025fe20a11090e0b02154f413a758 depends: - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT + license: GPL-2.0-or-later + license_family: GPL2 purls: [] - size: 522579 - timestamp: 1722372232353 + size: 164049 + timestamp: 1713517023523 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h7d28298_10 - build_number: 10 + name: lzo + version: '2.10' + build: h93a5062_1001 + build_number: 1001 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - sha256: 867ec2ff626a9ff37f2d214392ed9632c0f1016e799f9f5ebdd8211d750d2aaa - md5: 48448aee25480ad2c00b870ace0e5202 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT - size: 501935 - timestamp: 1722374808939 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda + sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 + md5: 915996063a7380c652f83609e970c2a7 + license: GPL-2.0-or-later + license_family: GPL2 + size: 131447 + timestamp: 1713516009610 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: h7d28298_10 - build_number: 10 + name: lzo + version: '2.10' + build: h93a5062_1001 + build_number: 1001 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - sha256: 867ec2ff626a9ff37f2d214392ed9632c0f1016e799f9f5ebdd8211d750d2aaa - md5: 48448aee25480ad2c00b870ace0e5202 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT + url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda + sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 + md5: 915996063a7380c652f83609e970c2a7 + license: GPL-2.0-or-later + license_family: GPL2 purls: [] - size: 501935 - timestamp: 1722374808939 + size: 131447 + timestamp: 1713516009610 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 + name: lzo + version: '2.10' + build: hcfcfb64_1001 + build_number: 1001 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a - md5: a9f48dedf1ec1a5ebfa491d0a0739467 + url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda + sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 + md5: 629f4f4e874cf096eb93a23240910cee depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 531675 - timestamp: 1722376257257 + license: GPL-2.0-or-later + license_family: GPL2 + size: 142771 + timestamp: 1713516312465 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 + name: lzo + version: '2.10' + build: hcfcfb64_1001 + build_number: 1001 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a - md5: a9f48dedf1ec1a5ebfa491d0a0739467 + url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda + sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 + md5: 629f4f4e874cf096eb93a23240910cee depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 531675 - timestamp: 1722376257257 + license: GPL-2.0-or-later + license_family: GPL2 + purls: [] + size: 142771 + timestamp: 1713516312465 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: he047751_10 - build_number: 10 + name: lzo + version: '2.10' + build: hd590300_1001 + build_number: 1001 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 - md5: 2920713e9300584d131b1876150a860a + url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda + sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 + md5: ec7398d21e2651e0dcb0044d03b9a339 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - size: 524062 - timestamp: 1722371896223 + license: GPL-2.0-or-later + license_family: GPL2 + size: 171416 + timestamp: 1713515738503 - kind: conda - name: libgdal-pg - version: 3.9.1 - build: he047751_10 - build_number: 10 + name: lzo + version: '2.10' + build: hd590300_1001 + build_number: 1001 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 - md5: 2920713e9300584d131b1876150a860a + url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda + sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 + md5: ec7398d21e2651e0dcb0044d03b9a339 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT + license: GPL-2.0-or-later + license_family: GPL2 purls: [] - size: 524062 - timestamp: 1722371896223 + size: 171416 + timestamp: 1713515738503 +- kind: pypi + name: markdown + version: '3.7' + url: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + sha256: 7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803 + requires_dist: + - importlib-metadata>=4.4 ; python_version < '3.10' + - mkdocs>=1.5 ; extra == 'docs' + - mkdocs-nature>=0.6 ; extra == 'docs' + - mdx-gh-links>=0.2 ; extra == 'docs' + - mkdocstrings[python] ; extra == 'docs' + - mkdocs-gen-files ; extra == 'docs' + - mkdocs-section-index ; extra == 'docs' + - mkdocs-literate-nav ; extra == 'docs' + - coverage ; extra == 'testing' + - pyyaml ; extra == 'testing' + requires_python: '>=3.8' - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h1b48671_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be - md5: 54bfdb7cece51e98c6d18d611c050a0c + name: markdown-it-py + version: 3.0.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a + md5: fee3164ac23dfca50cfcc8b85ddefb81 depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - mdurl >=0.1,<1 + - python >=3.9 license: MIT license_family: MIT - size: 468622 - timestamp: 1722374294068 + size: 64430 + timestamp: 1733250550053 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h1b48671_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be - md5: 54bfdb7cece51e98c6d18d611c050a0c + name: markdown-it-py + version: 3.0.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a + md5: fee3164ac23dfca50cfcc8b85ddefb81 depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - mdurl >=0.1,<1 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 468622 - timestamp: 1722374294068 + purls: + - pkg:pypi/markdown-it-py?source=conda-forge-mapping + size: 64430 + timestamp: 1733250550053 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39h36a3f59_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 - md5: 475a7bc391c777c132b562a44ec41f30 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + sha256: 5b6b778d55f51fee8c36393f833a6f8f04bd9a3bac2b17ed9d26801d31e95a82 + md5: 1f1db1d0f7440f52e35cba3c061b97f1 depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - size: 478831 - timestamp: 1722372279590 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 23254 + timestamp: 1733220843706 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39h36a3f59_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 - md5: 475a7bc391c777c132b562a44ec41f30 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + sha256: 5b6b778d55f51fee8c36393f833a6f8f04bd9a3bac2b17ed9d26801d31e95a82 + md5: 1f1db1d0f7440f52e35cba3c061b97f1 depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - purls: [] - size: 478831 - timestamp: 1722372279590 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 23254 + timestamp: 1733220843706 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h7d28298_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39h9399b63_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + sha256: a8bce47de4572f46da0713f54bdf54a3ca7bb65d0fa3f5d94dd967f6db43f2e9 + md5: 7821f0938aa629b9f17efd98c300a487 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 22897 + timestamp: 1733219847480 +- kind: conda + name: markupsafe + version: 3.0.2 + build: py39h9399b63_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + sha256: a8bce47de4572f46da0713f54bdf54a3ca7bb65d0fa3f5d94dd967f6db43f2e9 + md5: 7821f0938aa629b9f17efd98c300a487 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 22897 + timestamp: 1733219847480 +- kind: conda + name: markupsafe + version: 3.0.2 + build: py39hd18e689_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + sha256: 90bcc21693cb4e03845a7c75f80cd80441341a306c645edf8984bf8c1d388883 + md5: a96a120183930571f53920a9acebed2d + depends: + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 21997 + timestamp: 1733219977763 +- kind: conda + name: markupsafe + version: 3.0.2 + build: py39hd18e689_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + sha256: 90bcc21693cb4e03845a7c75f80cd80441341a306c645edf8984bf8c1d388883 + md5: a96a120183930571f53920a9acebed2d + depends: + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 21997 + timestamp: 1733219977763 +- kind: conda + name: markupsafe + version: 3.0.2 + build: py39hefdd603_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - sha256: 121a0043c549b000543792b4ed100b89fa6947b6bd2867320e8306366079eec6 - md5: d4ee74110a997bfbee6603e3e883000f + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + sha256: a289c9f1ea3af6248c714f55b99382ecc78bc2a2a0bd55730fa25eaea6bc5d4a + md5: 4ab96cbd1bca81122f08b758397201b2 depends: - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT - size: 467001 - timestamp: 1722374973746 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 22599 + timestamp: 1733219837349 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h7d28298_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39hefdd603_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - sha256: 121a0043c549b000543792b4ed100b89fa6947b6bd2867320e8306366079eec6 - md5: d4ee74110a997bfbee6603e3e883000f + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + sha256: a289c9f1ea3af6248c714f55b99382ecc78bc2a2a0bd55730fa25eaea6bc5d4a + md5: 4ab96cbd1bca81122f08b758397201b2 depends: - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - license: MIT - license_family: MIT - purls: [] - size: 467001 - timestamp: 1722374973746 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 22599 + timestamp: 1733219837349 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39hf73967f_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a - md5: 20337307f03ca33f57a95f4c3a156406 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b + md5: e8eb7b3d2495293d1385fb734804e2d1 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 503724 - timestamp: 1722376440899 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 25487 + timestamp: 1733219924377 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 + name: markupsafe + version: 3.0.2 + build: py39hf73967f_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a - md5: 20337307f03ca33f57a95f4c3a156406 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b + md5: e8eb7b3d2495293d1385fb734804e2d1 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 503724 - timestamp: 1722376440899 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 25487 + timestamp: 1733219924377 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: he047751_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 - md5: 987d21f8788ee0d28481ee77d6d9f95a + name: matplotlib + version: 3.9.4 + build: py39h6e9494a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + sha256: 38d94f9e2e2430f1ade5d2784de036d903c0205830562e01dda7c627eddfb41e + md5: c4e58de4c8de9b24065f8c3f58d2d2c1 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - size: 477668 - timestamp: 1722371940582 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + size: 16916 + timestamp: 1734120731198 - kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: he047751_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 - md5: 987d21f8788ee0d28481ee77d6d9f95a + name: matplotlib + version: 3.9.4 + build: py39h6e9494a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + sha256: 38d94f9e2e2430f1ade5d2784de036d903c0205830562e01dda7c627eddfb41e + md5: c4e58de4c8de9b24065f8c3f58d2d2c1 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql - license: MIT - license_family: MIT - purls: [] - size: 477668 - timestamp: 1722371940582 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 16916 + timestamp: 1734120731198 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h414a831_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39ha65689a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - sha256: f1f6f7919f6d0f90ccf54aac0d14f23fdcd86e0f59b3276704168edcdbbebba8 - md5: dc933a29ede1b9b3c13f1bc11b667363 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + sha256: 5fd260b689fdced6ee01608f25ad8890911e462c944fde0ab73c186e7628194b + md5: 3694fc225c2b4ef3943e74c81c43307d depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - size: 660081 - timestamp: 1722372349128 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + size: 17005 + timestamp: 1734120625847 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h414a831_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39ha65689a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - sha256: f1f6f7919f6d0f90ccf54aac0d14f23fdcd86e0f59b3276704168edcdbbebba8 - md5: dc933a29ede1b9b3c13f1bc11b667363 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + sha256: 5fd260b689fdced6ee01608f25ad8890911e462c944fde0ab73c186e7628194b + md5: 3694fc225c2b4ef3943e74c81c43307d depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 660081 - timestamp: 1722372349128 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 17005 + timestamp: 1734120625847 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h6fe8b47_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39hcbf5309_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 + md5: 61326dfe02e88b609166814c47316063 + depends: + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + size: 17372 + timestamp: 1734120982472 +- kind: conda + name: matplotlib + version: 3.9.4 + build: py39hcbf5309_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 + md5: 61326dfe02e88b609166814c47316063 + depends: + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 17372 + timestamp: 1734120982472 +- kind: conda + name: matplotlib + version: 3.9.4 + build: py39hdf13c20_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 - md5: b3330426bee22e3d5b517863519ce522 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + sha256: bd960cf5b03a96e0b32b1e1c53abfc044ed0ff43a76a74dac3f8a5b5adb5be11 + md5: 1059f79fb61458016210ff1cf0236c26 depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - size: 614771 - timestamp: 1722375161273 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + size: 16994 + timestamp: 1734120784524 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h6fe8b47_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39hdf13c20_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 - md5: b3330426bee22e3d5b517863519ce522 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + sha256: bd960cf5b03a96e0b32b1e1c53abfc044ed0ff43a76a74dac3f8a5b5adb5be11 + md5: 1059f79fb61458016210ff1cf0236c26 depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 614771 - timestamp: 1722375161273 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 16994 + timestamp: 1734120784524 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h9d8aadb_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39hf3d152e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec - md5: 1a98a4054f11117121604cc365bab135 + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa + md5: 922f2edd2f9ff0a95c83eb781bacad5e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - size: 670902 - timestamp: 1722372008995 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + size: 16912 + timestamp: 1734120449892 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h9d8aadb_10 - build_number: 10 + name: matplotlib + version: 3.9.4 + build: py39hf3d152e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec - md5: 1a98a4054f11117121604cc365bab135 + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa + md5: 922f2edd2f9ff0a95c83eb781bacad5e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 670902 - timestamp: 1722372008995 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tornado >=5 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 16912 + timestamp: 1734120449892 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: ha63beff_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 - md5: 9edd2509e8709c0d3ae0f834d73dd65b + name: matplotlib-base + version: 3.9.4 + build: py39h16632d1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 + md5: f149592d52f9c1ab1bfe3dc055458e13 depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - size: 629757 - timestamp: 1722374487532 + - __glibc >=2.17,<3.0.a0 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + - tk >=8.6.13,<8.7.0a0 + license: PSF-2.0 + license_family: PSF + size: 6986552 + timestamp: 1734120429344 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: ha63beff_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 - md5: 9edd2509e8709c0d3ae0f834d73dd65b + name: matplotlib-base + version: 3.9.4 + build: py39h16632d1_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 + md5: f149592d52f9c1ab1bfe3dc055458e13 depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 629757 - timestamp: 1722374487532 + - __glibc >=2.17,<3.0.a0 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + - tk >=8.6.13,<8.7.0a0 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6986552 + timestamp: 1734120429344 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: hefbb53f_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39h5376392_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 - md5: 86235ce63e13475777c334895766bf4e + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed + md5: 5424884b703d67e412584ed241f0a9b1 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 627551 - timestamp: 1722376685520 + license: PSF-2.0 + license_family: PSF + size: 6815213 + timestamp: 1734120951608 - kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: hefbb53f_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39h5376392_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 - md5: 86235ce63e13475777c334895766bf4e + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed + md5: 5424884b703d67e412584ed241f0a9b1 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 627551 - timestamp: 1722376685520 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6815213 + timestamp: 1734120951608 - kind: conda - name: libgdal-xls - version: 3.9.1 - build: h062f1c4_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - sha256: a29fcd4a48720084d6f7608eecee62b54336247a523ad85fc09a67762d932f58 - md5: 03ddde37b56f82df0e340db918317a11 - depends: - - __glibc >=2.17,<3.0.a0 - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 432767 - timestamp: 1722372050389 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: h062f1c4_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - sha256: a29fcd4a48720084d6f7608eecee62b54336247a523ad85fc09a67762d932f58 - md5: 03ddde37b56f82df0e340db918317a11 - depends: - - __glibc >=2.17,<3.0.a0 - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 432767 - timestamp: 1722372050389 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: h597966e_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda - sha256: aef59cb131857ffc74fa3706b744bfd97327da3a2c943d982d299a678d00c0b3 - md5: 3e0fdba0acb8fe06329417a8d8eac1c4 - depends: - - __osx >=10.13 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 430804 - timestamp: 1722374630488 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: h597966e_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda - sha256: aef59cb131857ffc74fa3706b744bfd97327da3a2c943d982d299a678d00c0b3 - md5: 3e0fdba0acb8fe06329417a8d8eac1c4 - depends: - - __osx >=10.13 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 430804 - timestamp: 1722374630488 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hb39617b_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39h7251d6c_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda - sha256: 2c6b7db3b9641f823e65266a20132c6b67e3f22aa8702f39188ef04919867301 - md5: 46d6e472fdc2056f45cd1cd0ff4ada73 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + sha256: 30939a290f4aba0775217fcc9cd8c7a54531e4e584b86c0ed61fd7c7080332d9 + md5: 332067642fc8951daf39ff059b79d821 depends: - __osx >=11.0 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - size: 431133 - timestamp: 1722375308153 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libcxx >=18 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + license: PSF-2.0 + license_family: PSF + size: 6893904 + timestamp: 1734120746580 - kind: conda - name: libgdal-xls - version: 3.9.1 - build: hb39617b_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39h7251d6c_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda - sha256: 2c6b7db3b9641f823e65266a20132c6b67e3f22aa8702f39188ef04919867301 - md5: 46d6e472fdc2056f45cd1cd0ff4ada73 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + sha256: 30939a290f4aba0775217fcc9cd8c7a54531e4e584b86c0ed61fd7c7080332d9 + md5: 332067642fc8951daf39ff059b79d821 depends: - __osx >=11.0 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 431133 - timestamp: 1722375308153 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hd0e23a6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 - md5: 4c80510ad54df1c350d8a827a14b3ff5 - depends: - - freexl >=2.0.0,<3.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 465255 - timestamp: 1722376846686 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hd0e23a6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 - md5: 4c80510ad54df1c350d8a827a14b3ff5 - depends: - - freexl >=2.0.0,<3.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 465255 - timestamp: 1722376846686 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libcxx >=18 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6893904 + timestamp: 1734120746580 - kind: conda - name: libgdal-xls - version: 3.9.1 - build: hf8b742b_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39hd333c8e_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de - md5: 7293e7a2d513d00f9bbb96ddcff433db + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + sha256: cda434b13b217924f11215edb82f1e4e36411c52746d3379cdcc4cf53e965967 + md5: d3c00b185510462fe6c3829f06bbfc82 depends: - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 434538 - timestamp: 1722372391679 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + - tk >=8.6.13,<8.7.0a0 + license: PSF-2.0 + license_family: PSF + size: 6812294 + timestamp: 1734120606739 - kind: conda - name: libgdal-xls - version: 3.9.1 - build: hf8b742b_10 - build_number: 10 + name: matplotlib-base + version: 3.9.4 + build: py39hd333c8e_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de - md5: 7293e7a2d513d00f9bbb96ddcff433db - depends: - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 434538 - timestamp: 1722372391679 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - sha256: e2f784564a2bdc6f753f00f63cc77c97601eb03bc89dccc4413336ec6d95490b - md5: 172bcc51059416e7ce99e7b528cede83 - depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later - license_family: GPL - size: 170582 - timestamp: 1712512286907 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - sha256: e2f784564a2bdc6f753f00f63cc77c97601eb03bc89dccc4413336ec6d95490b - md5: 172bcc51059416e7ce99e7b528cede83 - depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later - license_family: GPL - purls: [] - size: 170582 - timestamp: 1712512286907 -- kind: conda - name: libgettextpo-devel - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - sha256: 695eb2439ad4a89e4205dd675cc52fba5cef6b5d41b83f07cdbf4770a336cc15 - md5: b63d9b6da3653179a278077f0de20014 - depends: - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - license: GPL-3.0-or-later - license_family: GPL - size: 36758 - timestamp: 1712512303244 -- kind: conda - name: libgettextpo-devel - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - sha256: 695eb2439ad4a89e4205dd675cc52fba5cef6b5d41b83f07cdbf4770a336cc15 - md5: b63d9b6da3653179a278077f0de20014 - depends: - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - license: GPL-3.0-or-later - license_family: GPL - purls: [] - size: 36758 - timestamp: 1712512303244 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 - depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110106 - timestamp: 1707328956438 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + sha256: cda434b13b217924f11215edb82f1e4e36411c52746d3379cdcc4cf53e965967 + md5: d3c00b185510462fe6c3829f06bbfc82 depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 110106 - timestamp: 1707328956438 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf - depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110233 - timestamp: 1707330749033 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf - depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 110233 - timestamp: 1707330749033 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: h69a702a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - sha256: ef624dacacf97b2b0af39110b36e2fd3e39e358a1a6b7b21b85c9ac22d8ffed9 - md5: f4ca84fbd6d06b0a052fb2d5b96dde41 - depends: - - libgfortran5 14.1.0 hc5f4f2c_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 49893 - timestamp: 1719538933879 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: h69a702a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - sha256: ef624dacacf97b2b0af39110b36e2fd3e39e358a1a6b7b21b85c9ac22d8ffed9 - md5: f4ca84fbd6d06b0a052fb2d5b96dde41 - depends: - - libgfortran5 14.1.0 hc5f4f2c_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 49893 - timestamp: 1719538933879 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: he9431aa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - sha256: 72d7aa3d0b20b9d64a2f1c72f016c5a8a19594bb56857267e9fc7c1fc0f13223 - md5: a50ae662c1e7f26f0f2c99e31d1bf614 - depends: - - libgfortran5 14.1.0 h9420597_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 50098 - timestamp: 1719547575524 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: he9431aa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - sha256: 72d7aa3d0b20b9d64a2f1c72f016c5a8a19594bb56857267e9fc7c1fc0f13223 - md5: a50ae662c1e7f26f0f2c99e31d1bf614 - depends: - - libgfortran5 14.1.0 h9420597_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 50098 - timestamp: 1719547575524 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1571379 - timestamp: 1707328880361 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1571379 - timestamp: 1707328880361 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 997381 - timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 997381 - timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: h9420597_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - sha256: 34a339c50c0fd2944ea31a013336b500f91f2e00ccfa0607f1bcc5d0a3378373 - md5: b907b29b964b8ebd7be215e47a659179 - depends: - - libgcc-ng >=14.1.0 - constrains: - - libgfortran-ng 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1099210 - timestamp: 1719547548899 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: h9420597_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - sha256: 34a339c50c0fd2944ea31a013336b500f91f2e00ccfa0607f1bcc5d0a3378373 - md5: b907b29b964b8ebd7be215e47a659179 - depends: - - libgcc-ng >=14.1.0 - constrains: - - libgfortran-ng 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1099210 - timestamp: 1719547548899 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: hc5f4f2c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 - md5: 6456c2620c990cd8dde2428a27ba0bc5 - depends: - - libgcc-ng >=14.1.0 - constrains: - - libgfortran-ng 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1457561 - timestamp: 1719538909168 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: hc5f4f2c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 - md5: 6456c2620c990cd8dde2428a27ba0bc5 - depends: - - libgcc-ng >=14.1.0 - constrains: - - libgfortran-ng 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1457561 - timestamp: 1719538909168 -- kind: conda - name: libglib - version: 2.80.3 - build: h59d46d9_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 - md5: 2fd194003b4e69ab690f18994a71fd70 - depends: - - __osx >=11.0 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - size: 3655117 - timestamp: 1720335093245 -- kind: conda - name: libglib - version: 2.80.3 - build: h59d46d9_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 - md5: 2fd194003b4e69ab690f18994a71fd70 - depends: - - __osx >=11.0 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - purls: [] - size: 3655117 - timestamp: 1720335093245 -- kind: conda - name: libglib - version: 2.80.3 - build: h7025463_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 - md5: 53c80e0ed9a3905ca7047c03756a5caa - depends: - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - size: 3743922 - timestamp: 1720334986136 -- kind: conda - name: libglib - version: 2.80.3 - build: h7025463_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 - md5: 53c80e0ed9a3905ca7047c03756a5caa - depends: - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - purls: [] - size: 3743922 - timestamp: 1720334986136 -- kind: conda - name: libglib - version: 2.80.3 - build: h736d271_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - sha256: bfd5a28140d31f9310efcdfd1136f36d7ca718a297690a1a8869b3a1966675ae - md5: 0919d467624606fbc05c38c458f3f42a - depends: - - __osx >=10.13 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - size: 3655643 - timestamp: 1720335043559 -- kind: conda - name: libglib - version: 2.80.3 - build: h736d271_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - sha256: bfd5a28140d31f9310efcdfd1136f36d7ca718a297690a1a8869b3a1966675ae - md5: 0919d467624606fbc05c38c458f3f42a - depends: - - __osx >=10.13 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - purls: [] - size: 3655643 - timestamp: 1720335043559 -- kind: conda - name: libglib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 - md5: 6ea440297aacee4893f02ad759e6ffbc - depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - size: 3886207 - timestamp: 1720334852370 -- kind: conda - name: libglib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 - md5: 6ea440297aacee4893f02ad759e6ffbc - depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - purls: [] - size: 3886207 - timestamp: 1720334852370 -- kind: conda - name: libglib - version: 2.80.3 - build: haee52c6_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c - md5: 50ed8a077706cfe3da719deb71001f2c - depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - size: 3995121 - timestamp: 1720334972379 -- kind: conda - name: libglib - version: 2.80.3 - build: haee52c6_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c - md5: 50ed8a077706cfe3da719deb71001f2c - depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.80.3 *_1 - license: LGPL-2.1-or-later - purls: [] - size: 3995121 - timestamp: 1720334972379 -- kind: conda - name: libgomp - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda - sha256: 7699df61a1f6c644b3576a40f54791561f2845983120477a16116b951c9cdb05 - md5: ae061a5ed5f05818acdf9adab72c146d - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 456925 - timestamp: 1719538796073 -- kind: conda - name: libgomp - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda - sha256: 7699df61a1f6c644b3576a40f54791561f2845983120477a16116b951c9cdb05 - md5: ae061a5ed5f05818acdf9adab72c146d - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 456925 - timestamp: 1719538796073 -- kind: conda - name: libgomp - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda - sha256: 11f326e49e0fb92c2a52e870c029fc26b4b6d3eb9414fa4374cb8496b231a730 - md5: 434ccc943b843117e4cebc97265f2504 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 459535 - timestamp: 1719547432949 -- kind: conda - name: libgomp - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda - sha256: 11f326e49e0fb92c2a52e870c029fc26b4b6d3eb9414fa4374cb8496b231a730 - md5: 434ccc943b843117e4cebc97265f2504 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 459535 - timestamp: 1719547432949 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h26d7fe4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - sha256: c6caa2d4c375c6c5718e6223bb20ccf6305313c0fef2a66499b4f6cdaa299635 - md5: 7b9d4c93870fb2d644168071d4d76afb - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - size: 1223584 - timestamp: 1719889637602 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h26d7fe4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - sha256: c6caa2d4c375c6c5718e6223bb20ccf6305313c0fef2a66499b4f6cdaa299635 - md5: 7b9d4c93870fb2d644168071d4d76afb - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1223584 - timestamp: 1719889637602 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h5e7cea3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 - md5: 641d850ed6a3d2bffb546868eb7cb4db - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - size: 14356 - timestamp: 1719889580338 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h5e7cea3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 - md5: 641d850ed6a3d2bffb546868eb7cb4db - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 14356 - timestamp: 1719889580338 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h721cda5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - sha256: f514519dc7a48cfd81e5c2dd436223b221f80c03f224253739e22d60d896f632 - md5: 7f7f4537746da4470385ec3a496730a4 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - size: 875432 - timestamp: 1719889038115 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h721cda5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - sha256: f514519dc7a48cfd81e5c2dd436223b221f80c03f224253739e22d60d896f632 - md5: 7f7f4537746da4470385ec3a496730a4 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 875432 - timestamp: 1719889038115 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hc02380a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c - md5: 64eb6bf3c63accd7ca9d171ba630128b - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - size: 1205565 - timestamp: 1719890627394 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hc02380a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c - md5: 64eb6bf3c63accd7ca9d171ba630128b - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1205565 - timestamp: 1719890627394 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hfe08963_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 - md5: db7ab92239aeb06c3c52de90cc1e6f7a - depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - size: 860834 - timestamp: 1719889280878 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hfe08963_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 - md5: db7ab92239aeb06c3c52de90cc1e6f7a - depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 860834 - timestamp: 1719889280878 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h1466eeb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae - md5: 385940a9a022e911e88f4e9ea45e47b3 - depends: - - __osx >=11.0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 hfe08963_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 531614 - timestamp: 1719890205153 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h1466eeb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae - md5: 385940a9a022e911e88f4e9ea45e47b3 - depends: - - __osx >=11.0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 hfe08963_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 531614 - timestamp: 1719890205153 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h9e84e37_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a - md5: b1e5017003917b69d5c046fc7ac0dcc3 - depends: - - __osx >=10.13 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 h721cda5_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 549363 - timestamp: 1719890135847 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h9e84e37_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a - md5: b1e5017003917b69d5c046fc7ac0dcc3 - depends: - - __osx >=10.13 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 h721cda5_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 549363 - timestamp: 1719890135847 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: ha262f82_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed - md5: 89b53708fd67762b26c38c8ecc5d323d - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 h26d7fe4_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 764005 - timestamp: 1719889827732 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: ha262f82_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed - md5: 89b53708fd67762b26c38c8ecc5d323d - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 h26d7fe4_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 764005 - timestamp: 1719889827732 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: hd572f31_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 - md5: c3416132d0d0b173f4ce4561dd02664c - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 hc02380a_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - size: 706704 - timestamp: 1719890835043 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: hd572f31_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 - md5: c3416132d0d0b173f4ce4561dd02664c - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 hc02380a_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 706704 - timestamp: 1719890835043 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: he5eb982_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 - md5: 31d875f47c82afb1c9bbe3beb3bd8d6e - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.26.0 h5e7cea3_0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 14267 - timestamp: 1719889928831 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: he5eb982_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 - md5: 31d875f47c82afb1c9bbe3beb3bd8d6e - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.26.0 h5e7cea3_0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 14267 - timestamp: 1719889928831 -- kind: conda - name: libgpg-error - version: '1.50' - build: h4f305b6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - sha256: c60969d5c315f33fee90a1f2dd5d169e2834ace5a55f5a6f822aa7485a3a84cc - md5: 0d7ff1a8e69565ca3add6925e18e708f - depends: - - gettext - - libasprintf >=0.22.5,<1.0a0 - - libgcc-ng >=12 - - libgettextpo >=0.22.5,<1.0a0 - - libstdcxx-ng >=12 - license: GPL-2.0-only - license_family: GPL - size: 273774 - timestamp: 1719390736440 -- kind: conda - name: libgpg-error - version: '1.50' - build: h4f305b6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - sha256: c60969d5c315f33fee90a1f2dd5d169e2834ace5a55f5a6f822aa7485a3a84cc - md5: 0d7ff1a8e69565ca3add6925e18e708f - depends: - - gettext - - libasprintf >=0.22.5,<1.0a0 - - libgcc-ng >=12 - - libgettextpo >=0.22.5,<1.0a0 - - libstdcxx-ng >=12 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 273774 - timestamp: 1719390736440 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h15f2491_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a - md5: 8dabe607748cb3d7002ad73cd06f1325 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - size: 7316832 - timestamp: 1713390645548 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h15f2491_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a - md5: 8dabe607748cb3d7002ad73cd06f1325 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 7316832 - timestamp: 1713390645548 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h384b2fc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba - md5: 9421f67cf8b4bc976fe5d0c3ab42de18 - depends: - - __osx >=10.13 - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - size: 5189573 - timestamp: 1713392887258 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h384b2fc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba - md5: 9421f67cf8b4bc976fe5d0c3ab42de18 - depends: - - __osx >=10.13 - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 5189573 - timestamp: 1713392887258 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h5273850_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 - md5: 2939e4b5baecfeac1e8dee5c4f579f1a - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - size: 16097674 - timestamp: 1713392821679 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h5273850_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 - md5: 2939e4b5baecfeac1e8dee5c4f579f1a - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 16097674 - timestamp: 1713392821679 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h98a9317_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 - md5: 2a669953ec0f08c2cc56bb43fed78de8 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - size: 7395259 - timestamp: 1713390742813 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h98a9317_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 - md5: 2a669953ec0f08c2cc56bb43fed78de8 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 7395259 - timestamp: 1713390742813 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h9c18a4f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a - md5: e624fc11026dbb84c549435eccd08623 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - size: 5016525 - timestamp: 1713392846329 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h9c18a4f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a - md5: e624fc11026dbb84c549435eccd08623 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 5016525 - timestamp: 1713392846329 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h8125262_1000 - build_number: 1000 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e - md5: 933bad6e4658157f1aec9b171374fde2 - depends: - - libxml2 >=2.12.7,<3.0a0 - - pthreads-win32 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 2379689 - timestamp: 1720461835526 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h8125262_1000 - build_number: 1000 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e - md5: 933bad6e4658157f1aec9b171374fde2 - depends: - - libxml2 >=2.12.7,<3.0a0 - - pthreads-win32 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2379689 - timestamp: 1720461835526 -- kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d - license: LGPL-2.1-only - size: 676469 - timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d - license: LGPL-2.1-only - purls: [] - size: 676469 - timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 - md5: 9a8eb13f14de7d761555a98712e6df65 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - size: 705787 - timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 - md5: 9a8eb13f14de7d761555a98712e6df65 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 705787 - timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - size: 636146 - timestamp: 1702682547199 -- kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - purls: [] - size: 636146 - timestamp: 1702682547199 -- kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - size: 705775 - timestamp: 1702682170569 -- kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 705775 - timestamp: 1702682170569 -- kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 - md5: 6c3628d047e151efba7cf08c5e54d1ca - license: LGPL-2.1-only - size: 666538 - timestamp: 1702682713201 -- kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 - md5: 6c3628d047e151efba7cf08c5e54d1ca - license: LGPL-2.1-only - purls: [] - size: 666538 - timestamp: 1702682713201 -- kind: conda - name: libintl - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 - md5: aa622c938af057adc119f8b8eecada01 - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 95745 - timestamp: 1712516102666 -- kind: conda - name: libintl - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 - md5: aa622c938af057adc119f8b8eecada01 - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 95745 - timestamp: 1712516102666 -- kind: conda - name: libintl - version: 0.22.5 - build: h5ff76d1_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda - sha256: 280aaef0ed84637ee869012ad9ad9ed208e068dd9b8cf010dafeea717dad7203 - md5: 3fb6774cb8cdbb93a6013b67bcf9716d - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 74307 - timestamp: 1712512790983 -- kind: conda - name: libintl - version: 0.22.5 - build: h5ff76d1_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda - sha256: 280aaef0ed84637ee869012ad9ad9ed208e068dd9b8cf010dafeea717dad7203 - md5: 3fb6774cb8cdbb93a6013b67bcf9716d - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 74307 - timestamp: 1712512790983 -- kind: conda - name: libintl - version: 0.22.5 - build: h8fbad5d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda - sha256: 21bc79bdf34ffd20cb84d2a8bd82d7d0e2a1b94b9e72773f0fb207e5b4f1ff63 - md5: 3d216d0add050129007de3342be7b8c5 - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 81206 - timestamp: 1712512755390 -- kind: conda - name: libintl - version: 0.22.5 - build: h8fbad5d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda - sha256: 21bc79bdf34ffd20cb84d2a8bd82d7d0e2a1b94b9e72773f0fb207e5b4f1ff63 - md5: 3d216d0add050129007de3342be7b8c5 - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 81206 - timestamp: 1712512755390 -- kind: conda - name: libintl-devel - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d - md5: a2ad82fae23975e4ccbfab2847d31d48 - depends: - - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 h5728263_2 - license: LGPL-2.1-or-later - size: 40772 - timestamp: 1712516363413 -- kind: conda - name: libintl-devel - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d - md5: a2ad82fae23975e4ccbfab2847d31d48 - depends: - - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 h5728263_2 - license: LGPL-2.1-or-later - purls: [] - size: 40772 - timestamp: 1712516363413 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - 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 - license: IJG AND BSD-3-Clause AND Zlib - size: 579748 - timestamp: 1694475265912 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - 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 - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 579748 - timestamp: 1694475265912 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 - md5: ed24e702928be089d9ba3f05618515c6 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 647126 - timestamp: 1694475003570 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 - md5: ed24e702928be089d9ba3f05618515c6 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 647126 - timestamp: 1694475003570 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 - md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 547541 - timestamp: 1694475104253 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 - md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 547541 - timestamp: 1694475104253 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 - 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 - license: IJG AND BSD-3-Clause AND Zlib - size: 822966 - timestamp: 1694475223854 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 - 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 - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 822966 - timestamp: 1694475223854 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 618575 - timestamp: 1694474974816 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 618575 - timestamp: 1694474974816 -- kind: conda - name: libkml - version: 1.3.0 - build: h00ed6cc_1020 - build_number: 1020 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 - md5: 628dcff1d0a6bb93fc114bf09dd65470 - depends: - - __osx >=11.0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 280157 - timestamp: 1720690334214 -- kind: conda - name: libkml - version: 1.3.0 - build: h00ed6cc_1020 - build_number: 1020 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 - md5: 628dcff1d0a6bb93fc114bf09dd65470 - depends: - - __osx >=11.0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 280157 - timestamp: 1720690334214 -- kind: conda - name: libkml - version: 1.3.0 - build: h538826c_1020 - build_number: 1020 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda - sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 - md5: fddbd8a22ee5700bc07e978e25c10ef1 - depends: - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.8,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 1655764 - timestamp: 1720690303546 -- kind: conda - name: libkml - version: 1.3.0 - build: h538826c_1020 - build_number: 1020 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda - sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 - md5: fddbd8a22ee5700bc07e978e25c10ef1 - depends: - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.8,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 1655764 - timestamp: 1720690303546 -- kind: conda - name: libkml - version: 1.3.0 - build: hbbc8833_1020 - build_number: 1020 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - sha256: 5bd19933cb3790ec8632c11fa67c25d82654bea6c2bc4f51f8bcd8b122ae96c8 - md5: 6d76c5822cb38bc1ab5a06565c6cf626 - depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 395723 - timestamp: 1720690222714 -- kind: conda - name: libkml - version: 1.3.0 - build: hbbc8833_1020 - build_number: 1020 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - sha256: 5bd19933cb3790ec8632c11fa67c25d82654bea6c2bc4f51f8bcd8b122ae96c8 - md5: 6d76c5822cb38bc1ab5a06565c6cf626 - depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 395723 - timestamp: 1720690222714 -- kind: conda - name: libkml - version: 1.3.0 - build: hcbe7090_1020 - build_number: 1020 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - sha256: 95af37fa9263f9f075291456b51382c35ac79427647aa1476fa91e3062c615de - md5: b19b2f671f59e22b82fc735679b5e2a4 - depends: - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 366436 - timestamp: 1720689859349 -- kind: conda - name: libkml - version: 1.3.0 - build: hcbe7090_1020 - build_number: 1020 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - sha256: 95af37fa9263f9f075291456b51382c35ac79427647aa1476fa91e3062c615de - md5: b19b2f671f59e22b82fc735679b5e2a4 - depends: - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 366436 - timestamp: 1720689859349 -- kind: conda - name: libkml - version: 1.3.0 - build: hfcbc525_1020 - build_number: 1020 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda - sha256: 20dec455f668ab2527d6a20204599253ac0b2d4d0325e4a1ce2316850128cc3e - md5: 055d429f351b79c0a7b7d7e39ff45b28 - depends: - - __osx >=10.13 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 285823 - timestamp: 1720690426491 -- kind: conda - name: libkml - version: 1.3.0 - build: hfcbc525_1020 - build_number: 1020 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda - sha256: 20dec455f668ab2527d6a20204599253ac0b2d4d0325e4a1ce2316850128cc3e - md5: 055d429f351b79c0a7b7d7e39ff45b28 - depends: - - __osx >=10.13 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 285823 - timestamp: 1720690426491 -- kind: conda - name: liblapack - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14657 - timestamp: 1712542322711 -- kind: conda - name: liblapack - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14657 - timestamp: 1712542322711 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - sha256: 25c7aef86c8a1d9db0e8ee61aa7462ba3b46b482027a65d66eb83e3e6f949043 - md5: 2af0879961951987e464722fd00ec1e0 - depends: - - libblas 3.9.0 23_linux64_openblas - constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14823 - timestamp: 1721688775172 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linux64_openblas - build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - sha256: 25c7aef86c8a1d9db0e8ee61aa7462ba3b46b482027a65d66eb83e3e6f949043 - md5: 2af0879961951987e464722fd00ec1e0 - depends: - - libblas 3.9.0 23_linux64_openblas - constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14823 - timestamp: 1721688775172 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - sha256: e38af4037789e0650755d6d2758f49ef6820ddf67e9aee633abfad6f281a17cb - md5: 85c4fec3847027ca7402f3bd7d2de4c1 - depends: - - libblas 3.9.0 23_linuxaarch64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14848 - timestamp: 1721688789196 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linuxaarch64_openblas - build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - sha256: e38af4037789e0650755d6d2758f49ef6820ddf67e9aee633abfad6f281a17cb - md5: 85c4fec3847027ca7402f3bd7d2de4c1 - depends: - - libblas 3.9.0 23_linuxaarch64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14848 - timestamp: 1721688789196 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - sha256: 13799a137ffc80786725e7e2820d37d4c0d59dbb76013a14c21771415b0a4263 - md5: 754ef44f72ab80fd14eaa789ac393a27 - depends: - - libblas 3.9.0 23_osxarm64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14999 - timestamp: 1721689026268 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_osxarm64_openblas - build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - sha256: 13799a137ffc80786725e7e2820d37d4c0d59dbb76013a14c21771415b0a4263 - md5: 754ef44f72ab80fd14eaa789ac393a27 - depends: - - libblas 3.9.0 23_osxarm64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14999 - timestamp: 1721689026268 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_win64_mkl - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 - md5: 3580796ab7b7d68143f45d4d94d866b7 - depends: - - libblas 3.9.0 23_win64_mkl - constrains: - - blas * mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5191980 - timestamp: 1721689666180 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_win64_mkl - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 - md5: 3580796ab7b7d68143f45d4d94d866b7 - depends: - - libblas 3.9.0 23_win64_mkl - constrains: - - blas * mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 5191980 - timestamp: 1721689666180 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: hb3ce162_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 - md5: 8a35df3cbc0c8b12cc8af9473ae75eef - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 33321457 - timestamp: 1701375836233 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: hb3ce162_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 - md5: 8a35df3cbc0c8b12cc8af9473ae75eef - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 33321457 - timestamp: 1701375836233 -- kind: conda - name: libllvm18 - version: 18.1.8 - build: h8b73ec9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - sha256: 8a04961ef1ef88a5af6632441580f607cf20c02d0f413bd11354929331cbe729 - md5: 16d94b3586ef3558e5a583598524deb4 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 38233630 - timestamp: 1721183903221 -- kind: conda - name: libllvm18 - version: 18.1.8 - build: h8b73ec9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - sha256: 8a04961ef1ef88a5af6632441580f607cf20c02d0f413bd11354929331cbe729 - md5: 16d94b3586ef3558e5a583598524deb4 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 38233630 - timestamp: 1721183903221 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h135f659_114 - build_number: 114 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - sha256: 055572a4c8a1c3f9ac60071ee678f5ea49cfd7ac60a636d817988a6f9d6de6ae - md5: a908e463c710bd6b10a9eaa89fdf003c - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 849172 - timestamp: 1717671645362 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h135f659_114 - build_number: 114 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - sha256: 055572a4c8a1c3f9ac60071ee678f5ea49cfd7ac60a636d817988a6f9d6de6ae - md5: a908e463c710bd6b10a9eaa89fdf003c - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 849172 - timestamp: 1717671645362 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h7334405_114 - build_number: 114 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 - md5: 32ffbe5b0b0134e49f6347f4de8c5dcc - depends: - - __osx >=10.13 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 726205 - timestamp: 1717671847032 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h7334405_114 - build_number: 114 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 - md5: 32ffbe5b0b0134e49f6347f4de8c5dcc - depends: - - __osx >=10.13 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 726205 - timestamp: 1717671847032 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h9180261_114 - build_number: 114 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 - md5: 11142bc63a8d949f5f7e1f7c90c08f4a - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 859784 - timestamp: 1717671546549 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h9180261_114 - build_number: 114 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 - md5: 11142bc63a8d949f5f7e1f7c90c08f4a - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 859784 - timestamp: 1717671546549 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h92078aa_114 - build_number: 114 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 - md5: 819507db3802d9a179de4d161285c22f - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 624793 - timestamp: 1717672198533 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h92078aa_114 - build_number: 114 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 - md5: 819507db3802d9a179de4d161285c22f - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 624793 - timestamp: 1717672198533 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_he469be0_114 - build_number: 114 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 - md5: 8fd3ce6d910ed831c130c391c4364d3f - depends: - - __osx >=11.0 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 681051 - timestamp: 1717671966211 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_he469be0_114 - build_number: 114 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 - md5: 8fd3ce6d910ed831c130c391c4364d3f - depends: - - __osx >=11.0 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 681051 - timestamp: 1717671966211 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h47da74e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda - sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb - md5: 700ac6ea6d53d5510591c4344d5c989a - depends: - - c-ares >=1.23.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - size: 631936 - timestamp: 1702130036271 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h47da74e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda - sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb - md5: 700ac6ea6d53d5510591c4344d5c989a - depends: - - c-ares >=1.23.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 631936 - timestamp: 1702130036271 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h64cf6d3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 - md5: faecc55c2a8155d9ff1c0ff9a0fef64f - depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - size: 599736 - timestamp: 1702130398536 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h64cf6d3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 - md5: faecc55c2a8155d9ff1c0ff9a0fef64f - depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 599736 - timestamp: 1702130398536 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: ha4dd798_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd - md5: 1813e066bfcef82de579a0be8a766df4 - depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - size: 565451 - timestamp: 1702130473930 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: ha4dd798_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd - md5: 1813e066bfcef82de579a0be8a766df4 - depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 565451 - timestamp: 1702130473930 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: hb0e430d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 - md5: 8f724cdddffa79152de61f5564a3526b - depends: - - c-ares >=1.23.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - size: 677508 - timestamp: 1702130071743 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: hb0e430d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 - md5: 8f724cdddffa79152de61f5564a3526b - depends: - - c-ares >=1.23.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 677508 - timestamp: 1702130071743 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 - md5: c14f32510f694e3185704d89967ec422 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 34501 - timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 - md5: c14f32510f694e3185704d89967ec422 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - purls: [] - size: 34501 - timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 33408 - timestamp: 1697359010159 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - purls: [] - size: 33408 - timestamp: 1697359010159 -- kind: conda - name: libogg - version: 1.3.5 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb - md5: 44a4d173e62c5ed6d715f18ae7c46b7a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 35459 - timestamp: 1719302192495 -- kind: conda - name: libogg - version: 1.3.5 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb - md5: 44a4d173e62c5ed6d715f18ae7c46b7a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 35459 - timestamp: 1719302192495 -- kind: conda - name: libogg - version: 1.3.5 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda - sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d - md5: 601bfb4b3c6f0b844443bb81a56651e0 - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 205914 - timestamp: 1719301575771 -- kind: conda - name: libogg - version: 1.3.5 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda - sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d - md5: 601bfb4b3c6f0b844443bb81a56651e0 - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 205914 - timestamp: 1719301575771 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h517c56d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 - depends: - - __osx >=11.0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2925328 - timestamp: 1720425811743 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h517c56d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 - depends: - - __osx >=11.0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2925328 - timestamp: 1720425811743 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h8869122_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 - depends: - - __osx >=10.13 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 6047513 - timestamp: 1720426759731 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h8869122_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 - depends: - - __osx >=10.13 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 6047513 - timestamp: 1720426759731 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_h076ed1e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4290434 - timestamp: 1720425850976 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_h076ed1e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 4290434 - timestamp: 1720425850976 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_hac2b453_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5563053 - timestamp: 1720426334043 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_hac2b453_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 5563053 - timestamp: 1720426334043 -- kind: conda - name: libopus - version: 1.3.1 - build: h7f98852_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - md5: 15345e56d527b330e1cacbdf58676e8f - depends: - - libgcc-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD - size: 260658 - timestamp: 1606823578035 -- kind: conda - name: libopus - version: 1.3.1 - build: h7f98852_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - md5: 15345e56d527b330e1cacbdf58676e8f - depends: - - libgcc-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 260658 - timestamp: 1606823578035 -- kind: conda - name: libpng - version: 1.6.43 - build: h091b4b1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 - md5: 77e684ca58d82cae9deebafb95b1a2b8 - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - size: 264177 - timestamp: 1708780447187 -- kind: conda - name: libpng - version: 1.6.43 - build: h091b4b1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 - md5: 77e684ca58d82cae9deebafb95b1a2b8 - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - purls: [] - size: 264177 - timestamp: 1708780447187 -- kind: conda - name: libpng - version: 1.6.43 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - sha256: 6f408f3d6854f86e223289f0dda12562b047c7a1fdf3636c67ec39afcd141f43 - md5: 1123e504d9254dd9494267ab9aba95f0 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - size: 294380 - timestamp: 1708782876525 -- kind: conda - name: libpng - version: 1.6.43 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - sha256: 6f408f3d6854f86e223289f0dda12562b047c7a1fdf3636c67ec39afcd141f43 - md5: 1123e504d9254dd9494267ab9aba95f0 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - purls: [] - size: 294380 - timestamp: 1708782876525 -- kind: conda - name: libpng - version: 1.6.43 - build: h19919ed_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 - md5: 77e398acc32617a0384553aea29e866b - depends: - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: zlib-acknowledgement - size: 347514 - timestamp: 1708780763195 -- kind: conda - name: libpng - version: 1.6.43 - build: h19919ed_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 - md5: 77e398acc32617a0384553aea29e866b - depends: - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: zlib-acknowledgement - purls: [] - size: 347514 - timestamp: 1708780763195 -- kind: conda - name: libpng - version: 1.6.43 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 - md5: 009981dd9cfcaa4dbfa25ffaed86bcae - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - size: 288221 - timestamp: 1708780443939 -- kind: conda - name: libpng - version: 1.6.43 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 - md5: 009981dd9cfcaa4dbfa25ffaed86bcae - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - purls: [] - size: 288221 - timestamp: 1708780443939 -- kind: conda - name: libpng - version: 1.6.43 - build: h92b6c6a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f - md5: 65dcddb15965c9de2c0365cb14910532 - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - size: 268524 - timestamp: 1708780496420 -- kind: conda - name: libpng - version: 1.6.43 - build: h92b6c6a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f - md5: 65dcddb15965c9de2c0365cb14910532 - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement - purls: [] - size: 268524 - timestamp: 1708780496420 -- kind: conda - name: libpq - version: '16.3' - build: h4501773_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - sha256: 039da003586fdcdb40b8c8ffa25d5ded33316ba3a32ec79afde098a68b8a3acc - md5: 74f18d32d7cc71584c8b05fd1ee555a0 - depends: - - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - size: 2398885 - timestamp: 1715267344306 -- kind: conda - name: libpq - version: '16.3' - build: h4501773_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - sha256: 039da003586fdcdb40b8c8ffa25d5ded33316ba3a32ec79afde098a68b8a3acc - md5: 74f18d32d7cc71584c8b05fd1ee555a0 - depends: - - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2398885 - timestamp: 1715267344306 -- kind: conda - name: libpq - version: '16.3' - build: h7afe498_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - sha256: ef7c3bca8ee224e7bb282d85fa573180a8ef4eab943c313cb5b799ce506651bf - md5: b0f5315a3f630ade192cb9b569ce54ba - depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - size: 2365596 - timestamp: 1715266849220 -- kind: conda - name: libpq - version: '16.3' - build: h7afe498_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - sha256: ef7c3bca8ee224e7bb282d85fa573180a8ef4eab943c313cb5b799ce506651bf - md5: b0f5315a3f630ade192cb9b569ce54ba - depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2365596 - timestamp: 1715266849220 -- kind: conda - name: libpq - version: '16.3' - build: ha72fbe1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db - md5: bac737ae28b79cfbafd515258d97d29e - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - size: 2500439 - timestamp: 1715266400833 -- kind: conda - name: libpq - version: '16.3' - build: ha72fbe1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db - md5: bac737ae28b79cfbafd515258d97d29e - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2500439 - timestamp: 1715266400833 -- kind: conda - name: libpq - version: '16.3' - build: hab9416b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 - md5: 84d2332f3110845bbafbfd7d5311354f - depends: - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PostgreSQL - size: 3456937 - timestamp: 1715267132646 -- kind: conda - name: libpq - version: '16.3' - build: hab9416b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 - md5: 84d2332f3110845bbafbfd7d5311354f - depends: - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PostgreSQL - purls: [] - size: 3456937 - timestamp: 1715267132646 -- kind: conda - name: libpq - version: '16.3' - build: hcf0348d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d - md5: 7dd46e914b037824b9a9629ca6586fc3 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - size: 2539253 - timestamp: 1715266429766 -- kind: conda - name: libpq - version: '16.3' - build: hcf0348d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d - md5: 7dd46e914b037824b9a9629ca6586fc3 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2539253 - timestamp: 1715266429766 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h08a7969_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - sha256: 70e0eef046033af2e8d21251a785563ad738ed5281c74e21c31c457780845dcd - md5: 6945825cebd2aeb16af4c69d97c32c13 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2811207 - timestamp: 1709514552541 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h08a7969_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - sha256: 70e0eef046033af2e8d21251a785563ad738ed5281c74e21c31c457780845dcd - md5: 6945825cebd2aeb16af4c69d97c32c13 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2811207 - timestamp: 1709514552541 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h4e4d658_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 - md5: 57b7ee4f1fd8573781cfdabaec4a7782 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2216001 - timestamp: 1709514908146 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h4e4d658_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 - md5: 57b7ee4f1fd8573781cfdabaec4a7782 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2216001 - timestamp: 1709514908146 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h503648d_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 - md5: 4da7de0ba35777742edf67bf7a1075df - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 5650604 - timestamp: 1709514804631 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h503648d_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 - md5: 4da7de0ba35777742edf67bf7a1075df - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 5650604 - timestamp: 1709514804631 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h648ac29_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c - md5: a239d63913ec9e008bdbe35899f677f4 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2576197 - timestamp: 1709513627963 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h648ac29_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c - md5: a239d63913ec9e008bdbe35899f677f4 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2576197 - timestamp: 1709513627963 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: hbfab5d5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a - md5: 5f70b2b945a9741cba7e6dfe735a02a7 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2154402 - timestamp: 1709514097574 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: hbfab5d5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a - md5: 5f70b2b945a9741cba7e6dfe735a02a7 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2154402 - timestamp: 1709514097574 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h5a48ba9_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - sha256: 3f3c65fe0e9e328b4c1ebc2b622727cef3e5b81b18228cfa6cf0955bc1ed8eff - md5: 41c69fba59d495e8cf5ffda48a607e35 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - size: 232603 - timestamp: 1708946763521 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h5a48ba9_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - sha256: 3f3c65fe0e9e328b4c1ebc2b622727cef3e5b81b18228cfa6cf0955bc1ed8eff - md5: 41c69fba59d495e8cf5ffda48a607e35 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 232603 - timestamp: 1708946763521 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h7b2c953_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 - md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - size: 171443 - timestamp: 1708947163461 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h7b2c953_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 - md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 171443 - timestamp: 1708947163461 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h81f5012_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - sha256: 384b72a09bd4bb29c1aa085110b2f940dba431587ffb4e2c1a28f605887a1867 - md5: c5c36ec64e3c86504728c38b79011d08 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - size: 184017 - timestamp: 1708947106275 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h81f5012_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - sha256: 384b72a09bd4bb29c1aa085110b2f940dba431587ffb4e2c1a28f605887a1867 - md5: c5c36ec64e3c86504728c38b79011d08 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 184017 - timestamp: 1708947106275 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h9d008c2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd - md5: 387c114aadcaeb02210f646c4b5efca2 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - size: 217529 - timestamp: 1708946830978 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h9d008c2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd - md5: 387c114aadcaeb02210f646c4b5efca2 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 217529 - timestamp: 1708946830978 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: hf8d8778_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 - md5: cf54cb5077a60797d53a132d37af25fc - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - size: 256561 - timestamp: 1708947458481 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: hf8d8778_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 - md5: cf54cb5077a60797d53a132d37af25fc - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 256561 - timestamp: 1708947458481 -- kind: conda - name: librsvg - version: 2.58.2 - build: h1db61d3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 - md5: c8113d5911f1d6a6259e47e729db6751 - depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=11.0 - license: LGPL-2.1-or-later - size: 4579489 - timestamp: 1721286471884 -- kind: conda - name: librsvg - version: 2.58.2 - build: h1db61d3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 - md5: c8113d5911f1d6a6259e47e729db6751 - depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=11.0 - license: LGPL-2.1-or-later - purls: [] - size: 4579489 - timestamp: 1721286471884 -- kind: conda - name: librsvg - version: 2.58.2 - build: h28f3b4c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - sha256: 2073a5938f8c61afdaf272ae4955d0c787b7555fcee2ac637284a0f7869b992b - md5: 47da784be28d4856ab4bb47b83120e38 - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later - size: 5864404 - timestamp: 1721292199797 -- kind: conda - name: librsvg - version: 2.58.2 - build: h28f3b4c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - sha256: 2073a5938f8c61afdaf272ae4955d0c787b7555fcee2ac637284a0f7869b992b - md5: 47da784be28d4856ab4bb47b83120e38 - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later - purls: [] - size: 5864404 - timestamp: 1721292199797 -- kind: conda - name: librsvg - version: 2.58.2 - build: h902c40a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - sha256: f9e4a95dea4dbbc0d99ea8f535d2ff5821f6ead4c1c63486a2b3c039a368a2cd - md5: 72bae2142becdbd63d6f17f622d7760c - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=10.13 - license: LGPL-2.1-or-later - size: 4837225 - timestamp: 1721285971118 -- kind: conda - name: librsvg - version: 2.58.2 - build: h902c40a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - sha256: f9e4a95dea4dbbc0d99ea8f535d2ff5821f6ead4c1c63486a2b3c039a368a2cd - md5: 72bae2142becdbd63d6f17f622d7760c - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=10.13 - license: LGPL-2.1-or-later - purls: [] - size: 4837225 - timestamp: 1721285971118 -- kind: conda - name: librsvg - version: 2.58.2 - build: h9564881_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d - md5: c6a47e6f551890e82e92e4c1b84be353 - depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later - size: 5910543 - timestamp: 1721285771293 -- kind: conda - name: librsvg - version: 2.58.2 - build: h9564881_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d - md5: c6a47e6f551890e82e92e4c1b84be353 - depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later - purls: [] - size: 5910543 - timestamp: 1721285771293 -- kind: conda - name: librttopo - version: 1.1.0 - build: h09255ea_16 - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 - md5: e4a458bee223b66cff507c08cbf79a72 - depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - size: 249473 - timestamp: 1720347902912 -- kind: conda - name: librttopo - version: 1.1.0 - build: h09255ea_16 - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 - md5: e4a458bee223b66cff507c08cbf79a72 - depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 249473 - timestamp: 1720347902912 -- kind: conda - name: librttopo - version: 1.1.0 - build: h31fb324_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 - md5: 1a8e3f8e886499916b8942628e6b6880 - depends: - - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - license: GPL-2.0-or-later - license_family: GPL - size: 191683 - timestamp: 1720347975066 -- kind: conda - name: librttopo - version: 1.1.0 - build: h31fb324_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 - md5: 1a8e3f8e886499916b8942628e6b6880 - depends: - - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 191683 - timestamp: 1720347975066 -- kind: conda - name: librttopo - version: 1.1.0 - build: h6c42fcb_16 - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 - md5: 4476d717f460b45f5033206bbb84f3f5 - depends: - - geos >=3.12.2,<3.12.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL - size: 407420 - timestamp: 1720347953921 -- kind: conda - name: librttopo - version: 1.1.0 - build: h6c42fcb_16 - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 - md5: 4476d717f460b45f5033206bbb84f3f5 - depends: - - geos >=3.12.2,<3.12.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 407420 - timestamp: 1720347953921 -- kind: conda - name: librttopo - version: 1.1.0 - build: hc670b87_16 - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 - md5: 3d9f3a2e5d7213c34997e4464d2f938c - depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - size: 231637 - timestamp: 1720347750456 -- kind: conda - name: librttopo - version: 1.1.0 - build: hc670b87_16 - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 - md5: 3d9f3a2e5d7213c34997e4464d2f938c - depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 231637 - timestamp: 1720347750456 -- kind: conda - name: librttopo - version: 1.1.0 - build: he2ba7a0_16 - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c - md5: 80cc407788999eb3cd5a3651981e55fd - depends: - - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - license: GPL-2.0-or-later - license_family: GPL - size: 213675 - timestamp: 1720347819147 -- kind: conda - name: librttopo - version: 1.1.0 - build: he2ba7a0_16 - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c - md5: 80cc407788999eb3cd5a3651981e55fd - depends: - - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 213675 - timestamp: 1720347819147 -- kind: conda - name: libsndfile - version: 1.2.2 - build: hc60ed4a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 - md5: ef1910918dd895516a769ed36b5b3a4e - depends: - - lame >=3.100,<3.101.0a0 - - libflac >=1.4.3,<1.5.0a0 - - libgcc-ng >=12 - - libogg >=1.3.4,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - mpg123 >=1.32.1,<1.33.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 354372 - timestamp: 1695747735668 -- kind: conda - name: libsndfile - version: 1.2.2 - build: hc60ed4a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 - md5: ef1910918dd895516a769ed36b5b3a4e - depends: - - lame >=3.100,<3.101.0a0 - - libflac >=1.4.3,<1.5.0a0 - - libgcc-ng >=12 - - libogg >=1.3.4,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - mpg123 >=1.32.1,<1.33.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 354372 - timestamp: 1695747735668 -- kind: conda - name: libsodium - version: 1.0.18 - build: h27ca646_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 - sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc - md5: 90859688dbca4735b74c02af14c4c793 - license: ISC - purls: [] - size: 324912 - timestamp: 1605135878892 -- kind: conda - name: libsodium - version: 1.0.18 - 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 - license: ISC - purls: [] - 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 - license: ISC - purls: [] - size: 713431 - timestamp: 1605135918736 -- kind: conda - name: libsodium - version: 1.0.18 - build: hb9de7d4_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 - sha256: 9ee442d889242c633bc3ce3f50ae89e6d8ebf12e04d943c371c0a56913fa069b - md5: d09ab3c60eebb6f14eb4d07e172775cc - depends: - - libgcc-ng >=7.5.0 - license: ISC - purls: [] - size: 237003 - timestamp: 1605135724993 -- 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 - license: ISC - purls: [] - size: 528765 - timestamp: 1605135849110 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h10863b8_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc - md5: dc20e87373186ccc78b6379715de16fb - depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 3019166 - timestamp: 1722339300700 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h10863b8_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc - md5: dc20e87373186ccc78b6379715de16fb - depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 3019166 - timestamp: 1722339300700 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h15fa968_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - sha256: 541eadcc9f2e3f5c7f801265563412930c9c65e22c21634df96a8cd6465a385e - md5: 4957a903bd6a68cc2e53e47476f9c6f4 - depends: - - __glibc >=2.17,<3.0.a0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 3495758 - timestamp: 1722337893853 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h15fa968_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - sha256: 541eadcc9f2e3f5c7f801265563412930c9c65e22c21634df96a8cd6465a385e - md5: 4957a903bd6a68cc2e53e47476f9c6f4 - depends: - - __glibc >=2.17,<3.0.a0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 3495758 - timestamp: 1722337893853 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hab0cb6d_9 - build_number: 9 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e - md5: 934f10287da9c46f761abf0ee5f88dd3 - depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 8283487 - timestamp: 1722338203533 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hab0cb6d_9 - build_number: 9 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e - md5: 934f10287da9c46f761abf0ee5f88dd3 - depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 8283487 - timestamp: 1722338203533 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hdc25a2c_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda - sha256: 97f2915388c7b216202aff37bb5163681e96eef0991a7366ccdd3e228d2b6aa6 - md5: 230006cfdaf8e653d16e91e6a9a57c98 - depends: - - __osx >=10.13 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 3148395 - timestamp: 1722338108366 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hdc25a2c_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda - sha256: 97f2915388c7b216202aff37bb5163681e96eef0991a7366ccdd3e228d2b6aa6 - md5: 230006cfdaf8e653d16e91e6a9a57c98 - depends: - - __osx >=10.13 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 3148395 - timestamp: 1722338108366 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hf7a34df_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda - sha256: ee462007733b803a549acc1ebb2ea7b40cfd28efecdd6c17cadb48f0acd2e8ad - md5: a0c631a4cf164b1688484db0da3072b5 - depends: - - __osx >=11.0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 3000596 - timestamp: 1722338001828 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hf7a34df_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda - sha256: ee462007733b803a549acc1ebb2ea7b40cfd28efecdd6c17cadb48f0acd2e8ad - md5: a0c631a4cf164b1688484db0da3072b5 - depends: - - __osx >=11.0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 3000596 - timestamp: 1722338001828 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h1b8f9f3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda - sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 - md5: 5dadfbc1a567fe6e475df4ce3148be09 - depends: - - __osx >=10.13 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - size: 908643 - timestamp: 1718050720117 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h1b8f9f3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda - sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 - md5: 5dadfbc1a567fe6e475df4ce3148be09 - depends: - - __osx >=10.13 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - purls: [] - size: 908643 - timestamp: 1718050720117 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda - sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b - md5: 951b0a3a463932e17414cd9f047fa03d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 876677 - timestamp: 1718051113874 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda - sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b - md5: 951b0a3a463932e17414cd9f047fa03d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - purls: [] - size: 876677 - timestamp: 1718051113874 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hde9e2c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda - sha256: daee3f68786231dad457d0dfde3f7f1f9a7f2018adabdbb864226775101341a8 - md5: 18aa975d2094c34aef978060ae7da7d8 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - size: 865346 - timestamp: 1718050628718 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hde9e2c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda - sha256: daee3f68786231dad457d0dfde3f7f1f9a7f2018adabdbb864226775101341a8 - md5: 18aa975d2094c34aef978060ae7da7d8 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - purls: [] - size: 865346 - timestamp: 1718050628718 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hf51ef55_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - sha256: 7b48d006be6cd089105687fb524a2c93c4218bfc398d0611340cafec55249977 - md5: a8ae63fd6fb7d007f74ef3df95e5edf3 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - size: 1043861 - timestamp: 1718050586624 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hf51ef55_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - sha256: 7b48d006be6cd089105687fb524a2c93c4218bfc398d0611340cafec55249977 - md5: a8ae63fd6fb7d007f74ef3df95e5edf3 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - purls: [] - size: 1043861 - timestamp: 1718050586624 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hfb93653_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda - sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9 - md5: 12300188028c9bc02da965128b91b517 - depends: - - __osx >=11.0 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - size: 830198 - timestamp: 1718050644825 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hfb93653_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda - sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9 - md5: 12300188028c9bc02da965128b91b517 - depends: - - __osx >=11.0 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - purls: [] - size: 830198 - timestamp: 1718050644825 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h0841786_0 - subdir: linux-64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 271133 - timestamp: 1685837707056 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h0841786_0 - subdir: linux-64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 271133 - timestamp: 1685837707056 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h492db2e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 - md5: 45532845e121677ad328c9af9953f161 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 284335 - timestamp: 1685837600415 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h492db2e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 - md5: 45532845e121677ad328c9af9953f161 - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 284335 - timestamp: 1685837600415 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7a5bd25_0 - subdir: osx-arm64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 255610 - timestamp: 1685837894256 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7a5bd25_0 - subdir: osx-arm64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 255610 - timestamp: 1685837894256 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7dfc565_0 - subdir: win-64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 266806 - timestamp: 1685838242099 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7dfc565_0 - subdir: win-64 - 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 266806 - timestamp: 1685838242099 -- 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 259556 - timestamp: 1685837820566 -- 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 259556 - timestamp: 1685837820566 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: h3f4de04_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda - sha256: 4f2f35b78258d1a1e56b1b0e61091862c10ec76bf67ca1b0ff99dd5e07e76271 - md5: 2f84852b723ac4389eb188db695526bb - depends: - - libgcc-ng 14.1.0 he277a41_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3805250 - timestamp: 1719547563542 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: h3f4de04_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda - sha256: 4f2f35b78258d1a1e56b1b0e61091862c10ec76bf67ca1b0ff99dd5e07e76271 - md5: 2f84852b723ac4389eb188db695526bb - depends: - - libgcc-ng 14.1.0 he277a41_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 3805250 - timestamp: 1719547563542 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: hc0a3c3a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-hc0a3c3a_0.conda - sha256: 88c42b388202ffe16adaa337e36cf5022c63cf09b0405cf06fc6aeacccbe6146 - md5: 1cb187a157136398ddbaae90713e2498 - depends: - - libgcc-ng 14.1.0 h77fa898_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3881307 - timestamp: 1719538923443 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: hc0a3c3a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-hc0a3c3a_0.conda - sha256: 88c42b388202ffe16adaa337e36cf5022c63cf09b0405cf06fc6aeacccbe6146 - md5: 1cb187a157136398ddbaae90713e2498 - depends: - - libgcc-ng 14.1.0 h77fa898_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 3881307 - timestamp: 1719538923443 -- kind: conda - name: libsystemd0 - version: '255' - build: h3516f8a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - sha256: af27b0d225435d03f378a119f8eab6b280c53557a3c84cdb3bb8fd3167615aed - md5: 3366af27f0b593544a6cd453c7932ac5 - depends: - - __glibc >=2.17,<3.0.a0 - - libcap >=2.69,<2.70.0a0 - - libgcc-ng >=12 - - libgcrypt >=1.10.3,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: LGPL-2.1-or-later - size: 402592 - timestamp: 1709568499820 -- kind: conda - name: libsystemd0 - version: '255' - build: h3516f8a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - sha256: af27b0d225435d03f378a119f8eab6b280c53557a3c84cdb3bb8fd3167615aed - md5: 3366af27f0b593544a6cd453c7932ac5 - depends: - - __glibc >=2.17,<3.0.a0 - - libcap >=2.69,<2.70.0a0 - - libgcc-ng >=12 - - libgcrypt >=1.10.3,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 402592 - timestamp: 1709568499820 -- kind: conda - name: libtiff - version: 4.6.0 - build: h07db509_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda - sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 - md5: 28c9f8c6dd75666dfb296aea06c49cb8 - depends: - - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - size: 238349 - timestamp: 1711218119201 -- kind: conda - name: libtiff - version: 4.6.0 - build: h07db509_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda - sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 - md5: 28c9f8c6dd75666dfb296aea06c49cb8 - depends: - - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - purls: [] - size: 238349 - timestamp: 1711218119201 -- kind: conda - name: libtiff - version: 4.6.0 - build: h129831d_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda - sha256: f9b35c5ec1aea9a2cc20e9275a0bb8f056482faa8c5a62feb243ed780755ea30 - md5: 568593071d2e6cea7b5fc1f75bfa10ca - depends: - - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - size: 257489 - timestamp: 1711218113053 -- kind: conda - name: libtiff - version: 4.6.0 - build: h129831d_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda - sha256: f9b35c5ec1aea9a2cc20e9275a0bb8f056482faa8c5a62feb243ed780755ea30 - md5: 568593071d2e6cea7b5fc1f75bfa10ca - depends: - - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - purls: [] - size: 257489 - timestamp: 1711218113053 -- kind: conda - name: libtiff - version: 4.6.0 - build: h1dd3fc0_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 - md5: 66f03896ffbe1a110ffda05c7a856504 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - size: 282688 - timestamp: 1711217970425 -- kind: conda - name: libtiff - version: 4.6.0 - build: h1dd3fc0_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 - md5: 66f03896ffbe1a110ffda05c7a856504 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - purls: [] - size: 282688 - timestamp: 1711217970425 -- kind: conda - name: libtiff - version: 4.6.0 - build: hddb2be6_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda - sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a - md5: 6d1828c9039929e2f185c5fa9d133018 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.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 - license: HPND - size: 787198 - timestamp: 1711218639912 -- kind: conda - name: libtiff - version: 4.6.0 - build: hddb2be6_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda - sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a - md5: 6d1828c9039929e2f185c5fa9d133018 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.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 - license: HPND - purls: [] - size: 787198 - timestamp: 1711218639912 -- kind: conda - name: libtiff - version: 4.6.0 - build: hf980d43_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc - md5: b6f3abf5726ae33094bee238b4eb492f - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - size: 316525 - timestamp: 1711218038581 -- kind: conda - name: libtiff - version: 4.6.0 - build: hf980d43_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc - md5: b6f3abf5726ae33094bee238b4eb492f - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - purls: [] - size: 316525 - timestamp: 1711218038581 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 33601 - timestamp: 1680112270483 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 33601 - timestamp: 1680112270483 -- kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f - md5: 000e30b09db0b7c775b21695dff30969 - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 35720 - timestamp: 1680113474501 -- kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f - md5: 000e30b09db0b7c775b21695dff30969 - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 35720 - timestamp: 1680113474501 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h0e60522_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a - md5: e1a22282de0169c93e4ffe6ce6acc212 - depends: - - libogg >=1.3.4,<1.4.0a0 - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD - size: 273721 - timestamp: 1610610022421 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h0e60522_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a - md5: e1a22282de0169c93e4ffe6ce6acc212 - depends: - - libogg >=1.3.4,<1.4.0a0 - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 273721 - timestamp: 1610610022421 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h9c3ff4c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - md5: 309dec04b70a3cc0f1e84a4013683bc0 - depends: - - libgcc-ng >=9.3.0 - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD - size: 286280 - timestamp: 1610609811627 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h9c3ff4c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - md5: 309dec04b70a3cc0f1e84a4013683bc0 - depends: - - libgcc-ng >=9.3.0 - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 286280 - timestamp: 1610609811627 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd - md5: 11334a8fb02041b453e2f89a4ae16f8d - depends: - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 71106 - timestamp: 1714600150795 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd - md5: 11334a8fb02041b453e2f89a4ae16f8d - depends: - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 71106 - timestamp: 1714600150795 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2c329e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - sha256: bd45805b169e3e0ff166d360c3c4842d77107d28c8f9feba020a8e8b9c80f948 - md5: 80030debaa84cfc31755d53742df3ca6 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 91941 - timestamp: 1714599671055 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2c329e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - sha256: bd45805b169e3e0ff166d360c3c4842d77107d28c8f9feba020a8e8b9c80f948 - md5: 80030debaa84cfc31755d53742df3ca6 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 91941 - timestamp: 1714599671055 -- kind: conda - name: libwebp - version: 1.4.0 - build: h54798ee_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 - md5: 078abbcc54996b186b9144cf795bd30f - depends: - - __osx >=11.0 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 87703 - timestamp: 1714599993749 -- kind: conda - name: libwebp - version: 1.4.0 - build: h54798ee_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 - md5: 078abbcc54996b186b9144cf795bd30f - depends: - - __osx >=11.0 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 87703 - timestamp: 1714599993749 -- kind: conda - name: libwebp - version: 1.4.0 - build: h8b4e01b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - sha256: b7015194cb7e0c38e9b216be32bb11d885bc9cbe6bb14729818a1fea732ad437 - md5: b8ec3537009b561eb9bbd1780f920093 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 101815 - timestamp: 1714602881855 -- kind: conda - name: libwebp - version: 1.4.0 - build: h8b4e01b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - sha256: b7015194cb7e0c38e9b216be32bb11d885bc9cbe6bb14729818a1fea732ad437 - md5: b8ec3537009b561eb9bbd1780f920093 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 101815 - timestamp: 1714602881855 -- kind: conda - name: libwebp - version: 1.4.0 - build: hc207709_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - sha256: 5c7103d5462deedf0f80a081bc895c25b05404719c11b33a846dc5f5328d791c - md5: c5aa72a275c001665128245084c9ce14 - depends: - - __osx >=10.9 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 87124 - timestamp: 1714599963620 -- kind: conda - name: libwebp - version: 1.4.0 - build: hc207709_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - sha256: 5c7103d5462deedf0f80a081bc895c25b05404719c11b33a846dc5f5328d791c - md5: c5aa72a275c001665128245084c9ce14 - depends: - - __osx >=10.9 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 87124 - timestamp: 1714599963620 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 - md5: b2c0047ea73819d992484faacbbe1c24 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - size: 355099 - timestamp: 1713200298965 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 - md5: b2c0047ea73819d992484faacbbe1c24 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 355099 - timestamp: 1713200298965 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d - md5: 5fd7ab3e5f382c70607fbac6335e6e19 - depends: - - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - size: 363577 - timestamp: 1713201785160 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d - md5: 5fd7ab3e5f382c70607fbac6335e6e19 - depends: - - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 363577 - timestamp: 1713201785160 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 - md5: c0af0edfebe780b19940e94871f1a765 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - size: 287750 - timestamp: 1713200194013 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 - md5: c0af0edfebe780b19940e94871f1a765 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 287750 - timestamp: 1713200194013 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 - md5: abd61d0ab127ec5cd68f62c2969e6f34 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - size: 274359 - timestamp: 1713200524021 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 - md5: abd61d0ab127ec5cd68f62c2969e6f34 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 274359 - timestamp: 1713200524021 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f - md5: b26e8aa824079e1be0294e7152ca4559 - depends: - - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - size: 438953 - timestamp: 1713199854503 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f - md5: b26e8aa824079e1be0294e7152ca4559 - depends: - - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 438953 - timestamp: 1713199854503 -- kind: conda - name: libxcb - version: '1.16' - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 - md5: 07e80289d4ba724f37b4b6f001f88fbe - depends: - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 322676 - timestamp: 1693089168477 -- kind: conda - name: libxcb - version: '1.16' - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 - md5: 07e80289d4ba724f37b4b6f001f88fbe - depends: - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 322676 - timestamp: 1693089168477 -- kind: conda - name: libxcb - version: '1.16' - build: h7935292_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda - sha256: 5e4fec0243dca4af29cce38182b5a1b109a32f064421389f1a44aa883de79a1b - md5: 93c0136e9cba96657339dfe25fba4da7 - depends: - - libgcc-ng >=12 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 398500 - timestamp: 1693091042711 -- kind: conda - name: libxcb - version: '1.16' - build: h7935292_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda - sha256: 5e4fec0243dca4af29cce38182b5a1b109a32f064421389f1a44aa883de79a1b - md5: 93c0136e9cba96657339dfe25fba4da7 - depends: - - libgcc-ng >=12 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 398500 - timestamp: 1693091042711 -- kind: conda - name: libxcb - version: '1.16' - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 - md5: 7c1217d3b075f195ab17370f2d550f5d - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 989932 - timestamp: 1693089470750 -- kind: conda - name: libxcb - version: '1.16' - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 - md5: 7c1217d3b075f195ab17370f2d550f5d - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 989932 - timestamp: 1693089470750 -- kind: conda - name: libxcb - version: '1.16' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a - md5: 151cba22b85a989c2d6ef9633ffee1e4 - depends: - - libgcc-ng >=12 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 394932 - timestamp: 1693088990429 -- kind: conda - name: libxcb - version: '1.16' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a - md5: 151cba22b85a989c2d6ef9633ffee1e4 - depends: - - libgcc-ng >=12 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 394932 - timestamp: 1693088990429 -- kind: conda - name: libxcb - version: '1.16' - build: hf2054a2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f - md5: 55b5ed79062edde70459943d2d430d99 - depends: - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 359805 - timestamp: 1693089356642 -- kind: conda - name: libxcb - version: '1.16' - build: hf2054a2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f - md5: 55b5ed79062edde70459943d2d430d99 - depends: - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 359805 - timestamp: 1693089356642 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 114269 - timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 114269 - timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - md5: 5aa797f8787fe7a17d1b0821485b5adc - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 100393 - timestamp: 1702724383534 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - md5: 5aa797f8787fe7a17d1b0821485b5adc - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 100393 - timestamp: 1702724383534 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h2c5496b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b - md5: e2eaefa4de2b7237af7c907b8bbc760a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libxml2 >=2.12.7,<3.0a0 - - xkeyboard-config - - xorg-libxau >=1.0.11,<2.0a0 - license: MIT/X11 Derivative - license_family: MIT - size: 593336 - timestamp: 1718819935698 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h2c5496b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b - md5: e2eaefa4de2b7237af7c907b8bbc760a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libxml2 >=2.12.7,<3.0a0 - - xkeyboard-config - - xorg-libxau >=1.0.11,<2.0a0 - license: MIT/X11 Derivative - license_family: MIT - purls: [] - size: 593336 - timestamp: 1718819935698 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h0f24e4e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 - md5: ed4d301f0d2149b34deb9c4fecafd836 - depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1682090 - timestamp: 1721031296951 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h0f24e4e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 - md5: ed4d301f0d2149b34deb9c4fecafd836 - depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 1682090 - timestamp: 1721031296951 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h4c95cb1_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - sha256: 11a346aed187405a7d3710a79b815fd66ff80fec3b9b7f840a24531324742acf - md5: 0ac9aff6010a7751961c8e4b863a40e7 - depends: - - __glibc >=2.17,<3.0.a0 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 705701 - timestamp: 1720772684071 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h4c95cb1_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - sha256: 11a346aed187405a7d3710a79b815fd66ff80fec3b9b7f840a24531324742acf - md5: 0ac9aff6010a7751961c8e4b863a40e7 - depends: - - __glibc >=2.17,<3.0.a0 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 705701 - timestamp: 1720772684071 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h9a80f22_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 - md5: 705829a78a7ce3dff19a967f0f0f5ed3 - depends: - - __osx >=11.0 - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 588441 - timestamp: 1720772863811 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h9a80f22_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 - md5: 705829a78a7ce3dff19a967f0f0f5ed3 - depends: - - __osx >=11.0 - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 588441 - timestamp: 1720772863811 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hc603aa4_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - sha256: b0cf4a1d3e628876613665ea957a4c0adc30460be859fa859a1eed7eac87330b - md5: c188d96aea8eaa16efec573fe36a9a13 - depends: - - __osx >=10.13 - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 620129 - timestamp: 1720772795289 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hc603aa4_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - sha256: b0cf4a1d3e628876613665ea957a4c0adc30460be859fa859a1eed7eac87330b - md5: c188d96aea8eaa16efec573fe36a9a13 - depends: - - __osx >=10.13 - - icu >=73.2,<74.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 620129 - timestamp: 1720772795289 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hfed6450_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 - md5: a859ee602b39a9335ae308635bcc139c - depends: - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - size: 751784 - timestamp: 1720772896823 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hfed6450_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 - md5: a859ee602b39a9335ae308635bcc139c - depends: - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 751784 - timestamp: 1720772896823 -- kind: conda - name: libzip - version: 1.10.1 - build: h1d365fa_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - md5: 5c629cd12d89e2856c17b1dc5fcf44a4 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 146434 - timestamp: 1694417117772 -- kind: conda - name: libzip - version: 1.10.1 - build: h1d365fa_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - md5: 5c629cd12d89e2856c17b1dc5fcf44a4 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 146434 - timestamp: 1694417117772 -- kind: conda - name: libzip - version: 1.10.1 - build: h2629f0a_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 - md5: ac79812548e7e8cf61f7b0abdef01d3b - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 107198 - timestamp: 1694416433629 -- kind: conda - name: libzip - version: 1.10.1 - build: h2629f0a_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 - md5: ac79812548e7e8cf61f7b0abdef01d3b - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 107198 - timestamp: 1694416433629 -- kind: conda - name: libzip - version: 1.10.1 - build: h4156a30_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - sha256: 4b1a653eeb5a139431fb074830b7a099d111594b1867363772f27ac84dee0acd - md5: ad9400456170b46f2615bdd48dff87fe - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 114810 - timestamp: 1694416439941 -- kind: conda - name: libzip - version: 1.10.1 - build: h4156a30_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - sha256: 4b1a653eeb5a139431fb074830b7a099d111594b1867363772f27ac84dee0acd - md5: ad9400456170b46f2615bdd48dff87fe - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 114810 - timestamp: 1694416439941 -- kind: conda - name: libzip - version: 1.10.1 - build: ha0bc3c6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 - md5: e37c0da207079e488709043634d6a711 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 128244 - timestamp: 1694416824668 -- kind: conda - name: libzip - version: 1.10.1 - build: ha0bc3c6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 - md5: e37c0da207079e488709043634d6a711 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 128244 - timestamp: 1694416824668 -- kind: conda - name: libzip - version: 1.10.1 - build: hc158999_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - md5: 6112b3173f3aa2f12a8f40d07a77cc35 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 127599 - timestamp: 1694416738467 -- kind: conda - name: libzip - version: 1.10.1 - build: hc158999_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - md5: 6112b3173f3aa2f12a8f40d07a77cc35 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 127599 - timestamp: 1694416738467 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 - md5: d4483ca8afc57ddf1f6dded53b36c17f - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - size: 56186 - timestamp: 1716874730539 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 - md5: d4483ca8afc57ddf1f6dded53b36c17f - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - purls: [] - size: 56186 - timestamp: 1716874730539 -- kind: conda - name: libzlib - version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - sha256: adf6096f98b537a11ae3729eaa642b0811478f0ea0402ca67b5108fe2cb0010d - md5: 57d7dc60e9325e3de37ff8dffd18e814 - depends: - - libgcc-ng >=12 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - size: 61574 - timestamp: 1716874187109 -- kind: conda - name: libzlib - version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - sha256: adf6096f98b537a11ae3729eaa642b0811478f0ea0402ca67b5108fe2cb0010d - md5: 57d7dc60e9325e3de37ff8dffd18e814 - depends: - - libgcc-ng >=12 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - purls: [] - size: 61574 - timestamp: 1716874187109 -- kind: conda - name: libzlib - version: 1.3.1 - build: h68df207_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - sha256: 0d6dfd1e36e10c205ff1fdcf42d42289ff0f50be7a4eaa7b34f086a5e22a0734 - md5: b13fb82f88902e34dd0638cd7d378c21 - depends: - - libgcc-ng >=12 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - size: 67199 - timestamp: 1716874136348 -- kind: conda - name: libzlib - version: 1.3.1 - build: h68df207_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - sha256: 0d6dfd1e36e10c205ff1fdcf42d42289ff0f50be7a4eaa7b34f086a5e22a0734 - md5: b13fb82f88902e34dd0638cd7d378c21 - depends: - - libgcc-ng >=12 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - purls: [] - size: 67199 - timestamp: 1716874136348 -- kind: conda - name: libzlib - version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - sha256: 80a62db652b1da0ccc100812a1d86e94f75028968991bfb17f9536f3aa72d91d - md5: b7575b5aa92108dcc9aaab0f05f2dbce - depends: - - __osx >=10.13 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - size: 57372 - timestamp: 1716874211519 -- kind: conda - name: libzlib - version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - sha256: 80a62db652b1da0ccc100812a1d86e94f75028968991bfb17f9536f3aa72d91d - md5: b7575b5aa92108dcc9aaab0f05f2dbce - depends: - - __osx >=10.13 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - purls: [] - size: 57372 - timestamp: 1716874211519 -- kind: conda - name: libzlib - version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e - md5: 636077128927cf79fd933276dc3aed47 - depends: - - __osx >=11.0 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - size: 46921 - timestamp: 1716874262512 -- kind: conda - name: libzlib - version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e - md5: 636077128927cf79fd933276dc3aed47 - depends: - - __osx >=11.0 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other - purls: [] - size: 46921 - timestamp: 1716874262512 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: h15ab845_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda - sha256: 0fd74128806bd839c7a9aa343faf265b94aece84f75f67f14b6246936138e61e - md5: 2c3c6c8aaf8728f87326964a82fdc7d8 - depends: - - __osx >=10.13 - constrains: - - openmp 18.1.8|18.1.8.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 300682 - timestamp: 1718887195436 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: h15ab845_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda - sha256: 0fd74128806bd839c7a9aa343faf265b94aece84f75f67f14b6246936138e61e - md5: 2c3c6c8aaf8728f87326964a82fdc7d8 - depends: - - __osx >=10.13 - constrains: - - openmp 18.1.8|18.1.8.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - purls: [] - size: 300682 - timestamp: 1718887195436 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: hde57baf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda - sha256: 42bc913b3c91934a1ce7ff635e87ee48e2e252632f0cbf607c5a3e4409d9f9dd - md5: 82393fdbe38448d878a8848b6fcbcefb - depends: - - __osx >=11.0 - constrains: - - openmp 18.1.8|18.1.8.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 276438 - timestamp: 1718911793488 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: hde57baf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda - sha256: 42bc913b3c91934a1ce7ff635e87ee48e2e252632f0cbf607c5a3e4409d9f9dd - md5: 82393fdbe38448d878a8848b6fcbcefb - depends: - - __osx >=11.0 - constrains: - - openmp 18.1.8|18.1.8.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - purls: [] - size: 276438 - timestamp: 1718911793488 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hb7217d7_0 - subdir: osx-arm64 - 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 - license: BSD-2-Clause - license_family: BSD - size: 141188 - timestamp: 1674727268278 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hb7217d7_0 - subdir: osx-arm64 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 141188 - timestamp: 1674727268278 -- kind: conda - name: lz4-c - version: 1.9.4 - 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 - license: BSD-2-Clause - license_family: BSD - size: 143402 - timestamp: 1674727076728 -- kind: conda - name: lz4-c - version: 1.9.4 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 143402 - timestamp: 1674727076728 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcfcfb64_0 - subdir: win-64 - 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 - license: BSD-2-Clause - license_family: BSD - size: 134235 - timestamp: 1674728465431 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcfcfb64_0 - subdir: win-64 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 134235 - timestamp: 1674728465431 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hd600fc2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda - sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 - md5: 500145a83ed07ce79c8cef24252f366b - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 163770 - timestamp: 1674727020254 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hd600fc2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda - sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 - md5: 500145a83ed07ce79c8cef24252f366b - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 163770 - timestamp: 1674727020254 -- 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 - license: BSD-2-Clause - license_family: BSD - size: 156415 - timestamp: 1674727335352 -- 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 156415 - timestamp: 1674727335352 -- kind: conda - name: lzo - version: '2.10' - build: h10d778d_1001 - build_number: 1001 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda - sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 - md5: bfecd73e4a2dc18ffd5288acf8a212ab - license: GPL-2.0-or-later - license_family: GPL2 - size: 146405 - timestamp: 1713516112292 -- kind: conda - name: lzo - version: '2.10' - build: h10d778d_1001 - build_number: 1001 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda - sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 - md5: bfecd73e4a2dc18ffd5288acf8a212ab - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 146405 - timestamp: 1713516112292 -- kind: conda - name: lzo - version: '2.10' - build: h31becfc_1001 - build_number: 1001 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda - sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 - md5: 004025fe20a11090e0b02154f413a758 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - size: 164049 - timestamp: 1713517023523 -- kind: conda - name: lzo - version: '2.10' - build: h31becfc_1001 - build_number: 1001 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda - sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 - md5: 004025fe20a11090e0b02154f413a758 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 164049 - timestamp: 1713517023523 -- kind: conda - name: lzo - version: '2.10' - build: h93a5062_1001 - build_number: 1001 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda - sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 - md5: 915996063a7380c652f83609e970c2a7 - license: GPL-2.0-or-later - license_family: GPL2 - size: 131447 - timestamp: 1713516009610 -- kind: conda - name: lzo - version: '2.10' - build: h93a5062_1001 - build_number: 1001 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda - sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 - md5: 915996063a7380c652f83609e970c2a7 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 131447 - timestamp: 1713516009610 -- kind: conda - name: lzo - version: '2.10' - build: hcfcfb64_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda - sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 - md5: 629f4f4e874cf096eb93a23240910cee - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL2 - size: 142771 - timestamp: 1713516312465 -- kind: conda - name: lzo - version: '2.10' - build: hcfcfb64_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda - sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 - md5: 629f4f4e874cf096eb93a23240910cee - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 142771 - timestamp: 1713516312465 -- kind: conda - name: lzo - version: '2.10' - build: hd590300_1001 - build_number: 1001 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda - sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 - md5: ec7398d21e2651e0dcb0044d03b9a339 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - size: 171416 - timestamp: 1713515738503 -- kind: conda - name: lzo - version: '2.10' - build: hd590300_1001 - build_number: 1001 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda - sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 - md5: ec7398d21e2651e0dcb0044d03b9a339 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 171416 - timestamp: 1713515738503 -- kind: conda - name: m2w64-gcc-libgfortran - version: 5.3.0 - build: '6' - 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 - license: GPL, LGPL, FDL, custom - size: 350687 - timestamp: 1608163451316 -- kind: conda - name: m2w64-gcc-libgfortran - version: 5.3.0 - build: '6' - 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 - license: GPL, LGPL, FDL, custom - purls: [] - size: 350687 - timestamp: 1608163451316 -- kind: conda - name: m2w64-gcc-libs - version: 5.3.0 - build: '7' - 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - size: 532390 - timestamp: 1608163512830 -- kind: conda - name: m2w64-gcc-libs - version: 5.3.0 - build: '7' - 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - purls: [] - size: 532390 - timestamp: 1608163512830 -- kind: conda - name: m2w64-gcc-libs-core - version: 5.3.0 - build: '7' - 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - size: 219240 - timestamp: 1608163481341 -- kind: conda - name: m2w64-gcc-libs-core - version: 5.3.0 - build: '7' - 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - purls: [] - size: 219240 - timestamp: 1608163481341 -- kind: conda - name: m2w64-gmp - version: 6.1.0 - build: '2' - 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 - license: LGPL3 - size: 743501 - timestamp: 1608163782057 -- kind: conda - name: m2w64-gmp - version: 6.1.0 - build: '2' - 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 - license: LGPL3 - purls: [] - size: 743501 - timestamp: 1608163782057 -- kind: conda - name: m2w64-libwinpthread-git - version: 5.0.0.4634.697f757 - build: '2' - 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 - license: MIT, BSD - size: 31928 - timestamp: 1608166099896 -- kind: conda - name: m2w64-libwinpthread-git - version: 5.0.0.4634.697f757 - build: '2' - 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 - license: MIT, BSD - purls: [] - size: 31928 - timestamp: 1608166099896 -- kind: pypi - name: markdown - version: '3.6' - url: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f - requires_dist: - - importlib-metadata>=4.4 ; python_version < '3.10' - - mkdocs>=1.5 ; extra == 'docs' - - mkdocs-nature>=0.6 ; extra == 'docs' - - mdx-gh-links>=0.2 ; extra == 'docs' - - mkdocstrings[python] ; extra == 'docs' - - mkdocs-gen-files ; extra == 'docs' - - mkdocs-section-index ; extra == 'docs' - - mkdocs-literate-nav ; extra == 'docs' - - coverage ; extra == 'testing' - - pyyaml ; extra == 'testing' - requires_python: '>=3.8' -- kind: conda - name: markdown-it-py - version: 3.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - size: 64356 - timestamp: 1686175179621 -- kind: conda - name: markdown-it-py - version: 3.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/markdown-it-py?source=conda-forge-mapping - size: 64356 - timestamp: 1686175179621 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd - md5: 554a0bcb046e1bac7887a92f33b96acc - depends: - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 23827 - timestamp: 1706900341193 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd - md5: 554a0bcb046e1bac7887a92f33b96acc - depends: - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23827 - timestamp: 1706900341193 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h7cc1d5f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - sha256: a1d6317b35fe1a25e0b0ac9479baa26c397813f1f882b2d62a2b4703da6f96a8 - md5: d6fda92ac61840449b8053eaee6a682e - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 24748 - timestamp: 1706901572172 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h7cc1d5f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - sha256: a1d6317b35fe1a25e0b0ac9479baa26c397813f1f882b2d62a2b4703da6f96a8 - md5: d6fda92ac61840449b8053eaee6a682e - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 24748 - timestamp: 1706901572172 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha09f3b3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - sha256: 2fbc1105e680dd34e44f59c67ad30b5e5fbbed65ce4dfb09dac0df811bc24f73 - md5: db347b50af50d030b73be1d1e457cac2 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 23107 - timestamp: 1706900243497 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha09f3b3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - sha256: 2fbc1105e680dd34e44f59c67ad30b5e5fbbed65ce4dfb09dac0df811bc24f73 - md5: db347b50af50d030b73be1d1e457cac2 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23107 - timestamp: 1706900243497 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 - md5: f8b7e33c8bf98901925817b7f4436c7e - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 26856 - timestamp: 1706900665492 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 - md5: f8b7e33c8bf98901925817b7f4436c7e - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 26856 - timestamp: 1706900665492 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 - md5: 9a9a22eb1f83c44953319ee3b027769f - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 24314 - timestamp: 1706900151453 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 - md5: 9a9a22eb1f83c44953319ee3b027769f - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 24314 - timestamp: 1706900151453 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39h6e9494a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de - md5: 070325238f33dcd8b5aa8a3634b0ca17 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 8772 - timestamp: 1722568878477 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39h6e9494a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de - md5: 070325238f33dcd8b5aa8a3634b0ca17 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8772 - timestamp: 1722568878477 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39ha65689a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - sha256: 87a783c7f29c5ae3c2f9754f504be17a89cca3e6dcfc60ca6afb91ae203fa6da - md5: 90b125d1a9c030713426c9dfc96eb22d - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 8855 - timestamp: 1722568976681 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39ha65689a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - sha256: 87a783c7f29c5ae3c2f9754f504be17a89cca3e6dcfc60ca6afb91ae203fa6da - md5: 90b125d1a9c030713426c9dfc96eb22d - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8855 - timestamp: 1722568976681 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hcbf5309_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 - md5: 5a816cbe27fe3e568c0f4e541c99de4f - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 9157 - timestamp: 1722569801592 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hcbf5309_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 - md5: 5a816cbe27fe3e568c0f4e541c99de4f - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 9157 - timestamp: 1722569801592 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hdf13c20_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - sha256: 28703de2b9790cf7c4da71cd664fe61ce653f6122fe1ff7df05c955f2292c102 - md5: eeb76863509cf3028b996aceb7fdc7d9 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 8829 - timestamp: 1722568989193 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hdf13c20_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - sha256: 28703de2b9790cf7c4da71cd664fe61ce653f6122fe1ff7df05c955f2292c102 - md5: eeb76863509cf3028b996aceb7fdc7d9 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8829 - timestamp: 1722568989193 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hf3d152e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f - md5: 87fbc4aba424cea958cd5de0a5030806 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 8719 - timestamp: 1722568757126 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hf3d152e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f - md5: 87fbc4aba424cea958cd5de0a5030806 - depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8719 - timestamp: 1722568757126 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h0565ad7_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - sha256: c3cf8213fe278ca734c200eabd06a5a1a517b015552f558dd7117b97eb21b27f - md5: 9665862b07e31ccac586ea2f8d23572c - depends: - - __glibc >=2.17,<3.0.a0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - size: 6995935 - timestamp: 1722568740835 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h0565ad7_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - sha256: c3cf8213fe278ca734c200eabd06a5a1a517b015552f558dd7117b97eb21b27f - md5: 9665862b07e31ccac586ea2f8d23572c - depends: - - __glibc >=2.17,<3.0.a0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6995935 - timestamp: 1722568740835 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h1398496_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e - md5: fb9235ddaf3c284c930e47595880a3b7 - depends: - - __osx >=11.0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=16 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - size: 6800038 - timestamp: 1722568944836 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h1398496_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e - md5: fb9235ddaf3c284c930e47595880a3b7 - depends: - - __osx >=11.0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=16 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6800038 - timestamp: 1722568944836 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h5376392_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 - md5: 2029d25009b9a28f9aac2987e5808731 - depends: - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PSF-2.0 - license_family: PSF - size: 6788026 - timestamp: 1722569739583 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h5376392_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 - md5: 2029d25009b9a28f9aac2987e5808731 - depends: - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6788026 - timestamp: 1722569739583 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hb2d44f9_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f - md5: 12a7c3af1656218f22fe449b5655390f - depends: - - __osx >=10.13 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=16 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - size: 6922214 - timestamp: 1722568835094 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hb2d44f9_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f - md5: 12a7c3af1656218f22fe449b5655390f - depends: - - __osx >=10.13 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=16 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6922214 - timestamp: 1722568835094 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hf3ba65a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 - md5: b3a812b3bd4e83ba39dc9e34488655cf - depends: - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - size: 6820131 - timestamp: 1722568958329 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hf3ba65a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 - md5: b3a812b3bd4e83ba39dc9e34488655cf - depends: - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6820131 - timestamp: 1722568958329 -- kind: conda - name: matplotlib-inline - version: 0.1.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - sha256: 7ea68676ea35fbb095420bbcc1c82c4767b8be7bb56abb6989b7f89d957a3bab - md5: 779345c95648be40d22aaa89de7d4254 - depends: - - python >=3.6 - - traitlets - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/matplotlib-inline?source=conda-forge-mapping - size: 14599 - timestamp: 1713250613726 -- kind: conda - name: mdit-py-plugins - version: 0.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 - md5: eb90dd178bcdd0260dfaa6e1cbccf042 - depends: - - markdown-it-py >=1.0.0,<4.0.0 - - python >=3.8 - license: MIT - license_family: MIT - size: 41972 - timestamp: 1715570303416 -- kind: conda - name: mdit-py-plugins - version: 0.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 - md5: eb90dd178bcdd0260dfaa6e1cbccf042 - depends: - - markdown-it-py >=1.0.0,<4.0.0 - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping - size: 41972 - timestamp: 1715570303416 -- kind: conda - name: mdurl - version: 0.1.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - md5: 776a8dd9e824f77abac30e6ef43a8f7a - depends: - - python >=3.6 - license: MIT - license_family: MIT - size: 14680 - timestamp: 1704317789138 -- kind: conda - name: mdurl - version: 0.1.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - md5: 776a8dd9e824f77abac30e6ef43a8f7a - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mdurl?source=conda-forge-mapping - size: 14680 - timestamp: 1704317789138 -- kind: conda - name: meson - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 - md5: 48fa9fd8e4226d71cdbef619f2402572 - depends: - - ninja >=1.8.2 - - python >=3.5.2 - - setuptools - license: Apache-2.0 - license_family: APACHE - size: 628242 - timestamp: 1700451735019 -- kind: conda - name: meson - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 - md5: 48fa9fd8e4226d71cdbef619f2402572 - depends: - - ninja >=1.8.2 - - python >=3.5.2 - - setuptools - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/meson?source=conda-forge-mapping - size: 628242 - timestamp: 1700451735019 -- kind: conda - name: minizip - version: 4.0.6 - build: hb638d1e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 - md5: 43e2b972e258a25a1e01790ad0e3287a - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 85324 - timestamp: 1717296997985 -- kind: conda - name: minizip - version: 4.0.6 - build: hb638d1e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 - md5: 43e2b972e258a25a1e01790ad0e3287a - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 85324 - timestamp: 1717296997985 -- kind: conda - name: minizip - version: 4.0.7 - build: h27ee973_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad - md5: 73dcdab1f21da49048a4f26d648c87a9 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 77944 - timestamp: 1718483144234 -- kind: conda - name: minizip - version: 4.0.7 - build: h27ee973_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad - md5: 73dcdab1f21da49048a4f26d648c87a9 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 77944 - timestamp: 1718483144234 -- kind: conda - name: minizip - version: 4.0.7 - build: h401b404_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 - md5: 4474532a312b2245c5c77f1176989b46 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 91409 - timestamp: 1718483022284 -- kind: conda - name: minizip - version: 4.0.7 - build: h401b404_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 - md5: 4474532a312b2245c5c77f1176989b46 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 91409 - timestamp: 1718483022284 -- kind: conda - name: minizip - version: 4.0.7 - build: h62b0c8d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - sha256: e02a6e1a43b0ff44bb9460d46d3f7687a1876d435fb3c2c6cf9e19bab60901f6 - md5: 9cb19284d7d835918241acf8180099db - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 78595 - timestamp: 1718483214061 -- kind: conda - name: minizip - version: 4.0.7 - build: h62b0c8d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - sha256: e02a6e1a43b0ff44bb9460d46d3f7687a1876d435fb3c2c6cf9e19bab60901f6 - md5: 9cb19284d7d835918241acf8180099db - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 78595 - timestamp: 1718483214061 -- kind: conda - name: minizip - version: 4.0.7 - build: h77a9e90_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 - md5: 7c8cd307bc5c00bdba33e1c11685b3b4 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 96194 - timestamp: 1718483492963 -- kind: conda - name: minizip - version: 4.0.7 - build: h77a9e90_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 - md5: 7c8cd307bc5c00bdba33e1c11685b3b4 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 96194 - timestamp: 1718483492963 -- kind: pypi - name: mistune - version: 3.0.2 - url: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 - requires_python: '>=3.7' -- kind: conda - name: mkl - version: 2024.1.0 - build: h66d3029_694 - build_number: 694 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 - md5: a17423859d3fb912c8f2e9797603ddb6 - depends: - - intel-openmp 2024.* - - tbb 2021.* - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 109381621 - timestamp: 1716561374449 -- kind: conda - name: mkl - version: 2024.1.0 - build: h66d3029_694 - build_number: 694 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 - md5: a17423859d3fb912c8f2e9797603ddb6 - depends: - - intel-openmp 2024.* - - tbb 2021.* - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - purls: [] - size: 109381621 - timestamp: 1716561374449 -- kind: conda - name: modflow-devtools - version: 1.6.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - sha256: 28a3b4ea3f60ff73170d174cee61f1ea0b3c71156f815e37d46bbd6bd81963fa - md5: 398839dd28f83127b62df50fd1da22ee - depends: - - python >=3.8 - license: CC0-1.0 - purls: - - pkg:pypi/modflow-devtools?source=conda-forge-mapping - size: 29239 - timestamp: 1717152807815 -- kind: conda - name: mpg123 - version: 1.32.6 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda - sha256: 8895a5ce5122a3b8f59afcba4b032f198e8a690a0efc95ef61f2135357ef0d72 - md5: 9160cdeb523a1b20cf8d2a0bf821f45d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - license_family: LGPL - size: 491811 - timestamp: 1712327176955 -- kind: conda - name: mpg123 - version: 1.32.6 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda - sha256: 8895a5ce5122a3b8f59afcba4b032f198e8a690a0efc95ef61f2135357ef0d72 - md5: 9160cdeb523a1b20cf8d2a0bf821f45d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - license_family: LGPL - purls: [] - size: 491811 - timestamp: 1712327176955 -- kind: conda - name: msys2-conda-epoch - version: '20160418' - build: '1' - 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 - size: 3227 - timestamp: 1608166968312 -- kind: conda - name: msys2-conda-epoch - version: '20160418' - build: '1' - 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 - purls: [] - size: 3227 - timestamp: 1608166968312 -- kind: conda - name: munkres - version: 1.1.4 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - depends: - - python - license: Apache-2.0 - license_family: Apache - size: 12452 - timestamp: 1600387789153 -- kind: conda - name: munkres - version: 1.1.4 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - depends: - - python - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/munkres?source=conda-forge-mapping - size: 12452 - timestamp: 1600387789153 -- kind: conda - name: mypy_extensions - version: 1.0.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - md5: 4eccaeba205f0aed9ac3a9ea58568ca3 - depends: - - python >=3.5 - license: MIT - license_family: MIT - size: 10492 - timestamp: 1675543414256 -- kind: conda - name: mypy_extensions - version: 1.0.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - md5: 4eccaeba205f0aed9ac3a9ea58568ca3 - depends: - - python >=3.5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mypy-extensions?source=conda-forge-mapping - size: 10492 - timestamp: 1675543414256 -- kind: conda - name: mysql-common - version: 8.3.0 - build: h70512c7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - sha256: 09296629aab020fb131c8256d8683087769c53ce5197ca3a2abe040bfb285d88 - md5: 4b652e3e572cbb3f297e77c96313faea - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 780145 - timestamp: 1721386057930 -- kind: conda - name: mysql-common - version: 8.3.0 - build: h70512c7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - sha256: 09296629aab020fb131c8256d8683087769c53ce5197ca3a2abe040bfb285d88 - md5: 4b652e3e572cbb3f297e77c96313faea - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 780145 - timestamp: 1721386057930 -- kind: conda - name: mysql-libs - version: 8.3.0 - build: ha479ceb_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - sha256: c6e9b0961b6877eda8c300b12a0939c81f403a4eb5c0db802e13130fd5a3a059 - md5: 82776ee8145b9d1fd6546604de4b351d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - mysql-common 8.3.0 h70512c7_5 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 1532137 - timestamp: 1721386157918 -- kind: conda - name: mysql-libs - version: 8.3.0 - build: ha479ceb_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - sha256: c6e9b0961b6877eda8c300b12a0939c81f403a4eb5c0db802e13130fd5a3a059 - md5: 82776ee8145b9d1fd6546604de4b351d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - mysql-common 8.3.0 h70512c7_5 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 1532137 - timestamp: 1721386157918 -- kind: conda - name: myst-parser - version: 3.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - sha256: bfce74342cd22b2201102565a15a2cb0e23ad28023b0f8a0d0e93e3fb19020df - md5: 7a1ab67ee32e0d58ce55134d7a56b8fe - depends: - - docutils >=0.18,<0.22 - - jinja2 - - markdown-it-py >=3.0.0,<4.0.0 - - mdit-py-plugins >=0.4,<1 - - python >=3.8 - - pyyaml - - sphinx >=6,<8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/myst-parser?source=conda-forge-mapping - size: 72235 - timestamp: 1714413912964 -- kind: pypi - name: nbclient - version: 0.10.0 - url: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f - requires_dist: - - jupyter-client>=6.1.12 - - jupyter-core!=5.0.*,>=4.12 - - nbformat>=5.1 - - traitlets>=5.4 - - pre-commit ; extra == 'dev' - - autodoc-traits ; extra == 'docs' - - mock ; extra == 'docs' - - moto ; extra == 'docs' - - myst-parser ; extra == 'docs' - - nbclient[test] ; extra == 'docs' - - sphinx-book-theme ; extra == 'docs' - - sphinx>=1.7 ; extra == 'docs' - - sphinxcontrib-spelling ; extra == 'docs' - - flaky ; extra == 'test' - - ipykernel>=6.19.3 ; extra == 'test' - - ipython ; extra == 'test' - - ipywidgets ; extra == 'test' - - nbconvert>=7.0.0 ; extra == 'test' - - pytest-asyncio ; extra == 'test' - - pytest-cov>=4.0 ; extra == 'test' - - pytest<8,>=7.0 ; extra == 'test' - - testpath ; extra == 'test' - - xmltodict ; extra == 'test' - requires_python: '>=3.8.0' -- kind: pypi - name: nbconvert - version: 7.16.4 - url: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 - requires_dist: - - beautifulsoup4 - - bleach!=5.0.0 - - defusedxml - - importlib-metadata>=3.6 ; python_version < '3.10' - - jinja2>=3.0 - - jupyter-core>=4.7 - - jupyterlab-pygments - - markupsafe>=2.0 - - mistune<4,>=2.0.3 - - nbclient>=0.5.0 - - nbformat>=5.7 - - packaging - - pandocfilters>=1.4.1 - - pygments>=2.4.1 - - tinycss2 - - traitlets>=5.1 - - flaky ; extra == 'all' - - ipykernel ; extra == 'all' - - ipython ; extra == 'all' - - ipywidgets>=7.5 ; extra == 'all' - - myst-parser ; extra == 'all' - - nbsphinx>=0.2.12 ; extra == 'all' - - playwright ; extra == 'all' - - pydata-sphinx-theme ; extra == 'all' - - pyqtwebengine>=5.15 ; extra == 'all' - - pytest>=7 ; extra == 'all' - - sphinx==5.0.2 ; extra == 'all' - - sphinxcontrib-spelling ; extra == 'all' - - tornado>=6.1 ; extra == 'all' - - ipykernel ; extra == 'docs' - - ipython ; extra == 'docs' - - myst-parser ; extra == 'docs' - - nbsphinx>=0.2.12 ; extra == 'docs' - - pydata-sphinx-theme ; extra == 'docs' - - sphinx==5.0.2 ; extra == 'docs' - - sphinxcontrib-spelling ; extra == 'docs' - - pyqtwebengine>=5.15 ; extra == 'qtpdf' - - pyqtwebengine>=5.15 ; extra == 'qtpng' - - tornado>=6.1 ; extra == 'serve' - - flaky ; extra == 'test' - - ipykernel ; extra == 'test' - - ipywidgets>=7.5 ; extra == 'test' - - pytest>=7 ; extra == 'test' - - playwright ; extra == 'webpdf' - requires_python: '>=3.8' -- kind: conda - name: nbformat - version: 5.10.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c - md5: 0b57b5368ab7fc7cdc9e3511fa867214 - depends: - - jsonschema >=2.6 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-fastjsonschema >=2.15 - - traitlets >=5.1 - license: BSD-3-Clause - license_family: BSD - size: 101232 - timestamp: 1712239122969 -- kind: conda - name: nbformat - version: 5.10.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c - md5: 0b57b5368ab7fc7cdc9e3511fa867214 - depends: - - jsonschema >=2.6 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-fastjsonschema >=2.15 - - traitlets >=5.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/nbformat?source=conda-forge-mapping - size: 101232 - timestamp: 1712239122969 -- kind: pypi - name: nbsphinx - version: 0.9.4 - url: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - sha256: 22cb1d974a8300e8118ca71aea1f649553743c0c5830a54129dcd446e6a8ba17 - requires_dist: - - docutils>=0.18.1 - - jinja2 - - nbconvert!=5.4,>=5.3 - - traitlets>=5 - - nbformat - - sphinx>=1.8 - requires_python: '>=3.6' -- kind: pypi - name: nbsphinx-link - version: 1.3.0 - url: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - sha256: 67c24fc6508765203afb4b6939c0d9127e17a5d8d9355bfe8458192cf7105eb9 - requires_dist: - - nbsphinx - - sphinx>=1.8 -- kind: conda - name: ncurses - version: '6.5' - build: h0425590_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e - md5: 38362af7bfac0efef69675acee564458 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 925099 - timestamp: 1715194843316 -- kind: conda - name: ncurses - version: '6.5' - build: h0425590_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e - md5: 38362af7bfac0efef69675acee564458 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - purls: [] - size: 925099 - timestamp: 1715194843316 -- kind: conda - name: ncurses - version: '6.5' - build: h5846eda_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 - md5: 02a888433d165c99bf09784a7b14d900 - license: X11 AND BSD-3-Clause - size: 823601 - timestamp: 1715195267791 -- kind: conda - name: ncurses - version: '6.5' - build: h5846eda_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 - md5: 02a888433d165c99bf09784a7b14d900 - license: X11 AND BSD-3-Clause - purls: [] - size: 823601 - timestamp: 1715195267791 -- kind: conda - name: ncurses - version: '6.5' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 - md5: fcea371545eda051b6deafb24889fc69 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 887465 - timestamp: 1715194722503 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + - tk >=8.6.13,<8.7.0a0 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6812294 + timestamp: 1734120606739 - kind: conda - name: ncurses - version: '6.5' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 - md5: fcea371545eda051b6deafb24889fc69 + name: matplotlib-base + version: 3.9.4 + build: py39hda06d36_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + sha256: 4bdc9d1f58c6ff5615b3fdf9d6184fd6a178263b7312caa506c62f1c89df0905 + md5: 57de84ecef2e11b42dadc68f80848dfe depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - purls: [] - size: 887465 - timestamp: 1715194722503 -- kind: conda - name: ncurses - version: '6.5' - build: hb89a1cb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a - md5: b13ad5724ac9ae98b6b4fd87e4500ba4 - license: X11 AND BSD-3-Clause - size: 795131 - timestamp: 1715194898402 + - __osx >=10.13 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libcxx >=18 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + license: PSF-2.0 + license_family: PSF + size: 6910471 + timestamp: 1734120702452 - kind: conda - name: ncurses - version: '6.5' - build: hb89a1cb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a - md5: b13ad5724ac9ae98b6b4fd87e4500ba4 - license: X11 AND BSD-3-Clause - purls: [] - size: 795131 - timestamp: 1715194898402 + name: matplotlib-base + version: 3.9.4 + build: py39hda06d36_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + sha256: 4bdc9d1f58c6ff5615b3fdf9d6184fd6a178263b7312caa506c62f1c89df0905 + md5: 57de84ecef2e11b42dadc68f80848dfe + depends: + - __osx >=10.13 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - importlib-resources >=3.2.0 + - kiwisolver >=1.3.1 + - libcxx >=18 + - numpy >=1.19,<3 + - numpy >=1.23 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.7 + - python_abi 3.9.* *_cp39 + - qhull >=2020.2,<2020.3.0a0 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6910471 + timestamp: 1734120702452 - kind: conda - name: nest-asyncio - version: 1.6.0 - build: pyhd8ed1ab_0 + name: matplotlib-inline + version: 0.1.7 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a - md5: 6598c056f64dc8800d40add25e4e2c34 + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: af6ab708897df59bd6e7283ceab1b56b depends: - - python >=3.5 - license: BSD-2-Clause + - python >=3.9 + - traitlets + license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/nest-asyncio?source=conda-forge-mapping - size: 11638 - timestamp: 1705850780510 + - pkg:pypi/matplotlib-inline?source=conda-forge-mapping + size: 14467 + timestamp: 1733417051523 - kind: conda - name: networkx - version: 3.2.1 - build: pyhd8ed1ab_0 + name: mdit-py-plugins + version: 0.4.2 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - md5: 425fce3b531bed6ec3c74fab3e5f0a1c + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 + md5: af2060041d4f3250a7eb6ab3ec0e549b depends: + - markdown-it-py >=1.0.0,<4.0.0 - python >=3.9 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD - size: 1149552 - timestamp: 1698504905258 + license: MIT + license_family: MIT + size: 42180 + timestamp: 1733854816517 - kind: conda - name: networkx - version: 3.2.1 - build: pyhd8ed1ab_0 + name: mdit-py-plugins + version: 0.4.2 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - md5: 425fce3b531bed6ec3c74fab3e5f0a1c + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 + md5: af2060041d4f3250a7eb6ab3ec0e549b depends: + - markdown-it-py >=1.0.0,<4.0.0 - python >=3.9 - constrains: - - matplotlib >=3.5 - - scipy >=1.9,!=1.11.0,!=1.11.1 - - numpy >=1.22 - - pandas >=1.4 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: - - pkg:pypi/networkx?source=conda-forge-mapping - size: 1149552 - timestamp: 1698504905258 -- kind: conda - name: ninja - version: 1.12.1 - build: h297d8ca_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 - md5: 3aa1c7e292afeff25a0091ddd7c69b72 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 2198858 - timestamp: 1715440571685 -- kind: conda - name: ninja - version: 1.12.1 - build: h297d8ca_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 - md5: 3aa1c7e292afeff25a0091ddd7c69b72 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2198858 - timestamp: 1715440571685 -- kind: conda - name: ninja - version: 1.12.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 - md5: a0ebabd021c8191aeb82793fe43cfdcb - depends: - - __osx >=10.13 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 124942 - timestamp: 1715440780183 + - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping + size: 42180 + timestamp: 1733854816517 - kind: conda - name: ninja - version: 1.12.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 - md5: a0ebabd021c8191aeb82793fe43cfdcb + name: mdurl + version: 0.1.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 + md5: 592132998493b3ff25fd7479396e8351 depends: - - __osx >=10.13 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 124942 - timestamp: 1715440780183 + - python >=3.9 + license: MIT + license_family: MIT + size: 14465 + timestamp: 1733255681319 - kind: conda - name: ninja - version: 1.12.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 - md5: 9166c10405d41c95ffde8fcb8e5c3d51 + name: mdurl + version: 0.1.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 + md5: 592132998493b3ff25fd7479396e8351 depends: - - __osx >=11.0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 112576 - timestamp: 1715440927034 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mdurl?source=conda-forge-mapping + size: 14465 + timestamp: 1733255681319 - kind: conda - name: ninja - version: 1.12.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 - md5: 9166c10405d41c95ffde8fcb8e5c3d51 + name: meson + version: 1.3.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda + sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 + md5: 48fa9fd8e4226d71cdbef619f2402572 depends: - - __osx >=11.0 - - libcxx >=16 + - ninja >=1.8.2 + - python >=3.5.2 + - setuptools license: Apache-2.0 - license_family: Apache - purls: [] - size: 112576 - timestamp: 1715440927034 + license_family: APACHE + size: 628242 + timestamp: 1700451735019 - kind: conda - name: ninja - version: 1.12.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de - md5: 216635cea46498d8045c7cf0f03eaf72 + name: meson + version: 1.3.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda + sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 + md5: 48fa9fd8e4226d71cdbef619f2402572 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - ninja >=1.8.2 + - python >=3.5.2 + - setuptools license: Apache-2.0 - license_family: Apache - size: 2329583 - timestamp: 1715442512963 + license_family: APACHE + purls: + - pkg:pypi/meson?source=conda-forge-mapping + size: 628242 + timestamp: 1700451735019 - kind: conda - name: ninja - version: 1.12.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de - md5: 216635cea46498d8045c7cf0f03eaf72 + name: minizip + version: 4.0.7 + build: h05a5f5f_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + sha256: 9a9459024e9cdc68c799b057de021b8c652de542e24e9e48f2726578e822659c + md5: eec77634ccdb2ba6c231290c399b1dae depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + size: 92332 + timestamp: 1734012081442 +- kind: conda + name: minizip + version: 4.0.7 + build: h05a5f5f_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + sha256: 9a9459024e9cdc68c799b057de021b8c652de542e24e9e48f2726578e822659c + md5: eec77634ccdb2ba6c231290c399b1dae + depends: + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other purls: [] - size: 2329583 - timestamp: 1715442512963 + size: 92332 + timestamp: 1734012081442 - kind: conda - name: ninja - version: 1.12.1 - build: hc790b64_0 + name: minizip + version: 4.0.7 + build: h9fa1bad_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be - md5: a557dde55343e03c68cd7e29e7f87279 + url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda + sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e + md5: 632caee448c60ca5f85bf0748ed24401 depends: + - bzip2 >=1.0.8,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 285150 - timestamp: 1715441052517 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + size: 85799 + timestamp: 1734012307818 - kind: conda - name: ninja - version: 1.12.1 - build: hc790b64_0 + name: minizip + version: 4.0.7 + build: h9fa1bad_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be - md5: a557dde55343e03c68cd7e29e7f87279 + url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda + sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e + md5: 632caee448c60ca5f85bf0748ed24401 depends: + - bzip2 >=1.0.8,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other purls: [] - size: 285150 - timestamp: 1715441052517 + size: 85799 + timestamp: 1734012307818 - kind: conda - name: nspr - version: '4.35' - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c - md5: da0ec11a6454ae19bff5b02ed881a2b1 + name: minizip + version: 4.0.7 + build: he2fa2e2_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + sha256: 4c158ee36cae505dc29152f70173e780bb46da6efed8c1d89b689fb4f7c24ce4 + md5: 031a9028607ee3b01157ffbc98ac420d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA - size: 226848 - timestamp: 1669784948267 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + size: 96685 + timestamp: 1734012625823 - kind: conda - name: nspr - version: '4.35' - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c - md5: da0ec11a6454ae19bff5b02ed881a2b1 + name: minizip + version: 4.0.7 + build: he2fa2e2_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + sha256: 4c158ee36cae505dc29152f70173e780bb46da6efed8c1d89b689fb4f7c24ce4 + md5: 031a9028607ee3b01157ffbc98ac420d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other purls: [] - size: 226848 - timestamp: 1669784948267 + size: 96685 + timestamp: 1734012625823 - kind: conda - name: nspr - version: '4.35' - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - sha256: 23ff7274a021dd87966277b271e5d0944fcc8b893f4920cb46dd4224604218cc - md5: 7a392f26f76fc55354c8ed60c2b99162 + name: minizip + version: 4.0.7 + build: hfb7a1ec_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + sha256: 69e9874ac02b298ab075cd4f1242b9678fd38cfe4470e935a44cf09d7e02bfc6 + md5: cb826e74fb8eb56f407493aa18e6a9e9 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA - size: 232844 - timestamp: 1669784904844 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + size: 78798 + timestamp: 1734012307711 - kind: conda - name: nspr - version: '4.35' - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - sha256: 23ff7274a021dd87966277b271e5d0944fcc8b893f4920cb46dd4224604218cc - md5: 7a392f26f76fc55354c8ed60c2b99162 + name: minizip + version: 4.0.7 + build: hfb7a1ec_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + sha256: 69e9874ac02b298ab075cd4f1242b9678fd38cfe4470e935a44cf09d7e02bfc6 + md5: cb826e74fb8eb56f407493aa18e6a9e9 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other purls: [] - size: 232844 - timestamp: 1669784904844 + size: 78798 + timestamp: 1734012307711 - kind: conda - name: nspr - version: '4.35' - build: hb7217d7_0 + name: minizip + version: 4.0.7 + build: hff1a8ea_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a - md5: f81b5ec944dbbcff3dd08375eb036efa + url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + sha256: 6d904a6fc5e875e687b9fab244d5b286961222d72f546f9939d8f80ebe873c1c + md5: 666bd61287ad7ee417884eacd9aef2ea depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA - size: 220745 - timestamp: 1669785182058 + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + size: 77597 + timestamp: 1734012196026 - kind: conda - name: nspr - version: '4.35' - build: hb7217d7_0 + name: minizip + version: 4.0.7 + build: hff1a8ea_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a - md5: f81b5ec944dbbcff3dd08375eb036efa + url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + sha256: 6d904a6fc5e875e687b9fab244d5b286961222d72f546f9939d8f80ebe873c1c + md5: 666bd61287ad7ee417884eacd9aef2ea depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=18 + - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other purls: [] - size: 220745 - timestamp: 1669785182058 + size: 77597 + timestamp: 1734012196026 +- kind: pypi + name: mistune + version: 3.1.0 + url: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + sha256: b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 + requires_dist: + - typing-extensions ; python_version < '3.11' + requires_python: '>=3.8' - kind: conda - name: nspr - version: '4.35' - build: hea0b92c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - md5: a9e56c98d13d8b7ce72bf4357317c29b + name: mkl + version: 2024.2.2 + build: h66d3029_15 + build_number: 15 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd + md5: 302dff2807f2927b3e9e0d19d60121de depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA - size: 230071 - timestamp: 1669785313586 + - intel-openmp 2024.* + - tbb 2021.* + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary + size: 103106385 + timestamp: 1730232843711 +- kind: conda + name: mkl + version: 2024.2.2 + build: h66d3029_15 + build_number: 15 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd + md5: 302dff2807f2927b3e9e0d19d60121de + depends: + - intel-openmp 2024.* + - tbb 2021.* + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary + purls: [] + size: 103106385 + timestamp: 1730232843711 +- kind: conda + name: modflow-devtools + version: 1.6.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + sha256: 78a39d01182ba84340fc0db957823e18d524aacb37c2e0b1bd7f863ef07d3740 + md5: 6711e0434fa5128db45567d9c045251d + depends: + - python >=3.9 + license: CC0-1.0 + purls: + - pkg:pypi/modflow-devtools?source=conda-forge-mapping + size: 29243 + timestamp: 1735576603936 +- kind: conda + name: munkres + version: 1.1.4 + build: pyh9f0ad1d_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 2ba8498c1018c1e9c61eb99b973dfe19 + depends: + - python + license: Apache-2.0 + license_family: Apache + size: 12452 + timestamp: 1600387789153 +- kind: conda + name: munkres + version: 1.1.4 + build: pyh9f0ad1d_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 2ba8498c1018c1e9c61eb99b973dfe19 + depends: + - python + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/munkres?source=conda-forge-mapping + size: 12452 + timestamp: 1600387789153 +- kind: conda + name: mypy_extensions + version: 1.0.0 + build: pyha770c72_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe + md5: 29097e7ea634a45cc5386b95cac6568f + depends: + - python >=3.9 + license: MIT + license_family: MIT + size: 10854 + timestamp: 1733230986902 - kind: conda - name: nspr - version: '4.35' - build: hea0b92c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - md5: a9e56c98d13d8b7ce72bf4357317c29b + name: mypy_extensions + version: 1.0.0 + build: pyha770c72_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe + md5: 29097e7ea634a45cc5386b95cac6568f depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 230071 - timestamp: 1669785313586 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mypy-extensions?source=conda-forge-mapping + size: 10854 + timestamp: 1733230986902 - kind: conda - name: nss - version: '3.103' - build: h593d115_0 + name: mysql-common + version: 9.0.1 + build: h266115a_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - sha256: f69c027c056a620f06b5f69c3c2a437cc8768bbcbe48664cfdb46ffee7d7753d - md5: 233bfe41968d6fb04eba9258bb5061ad + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + sha256: e7767d2a0f30b62ab601f84fad68877969b6317e28668e71ae3cd0b6305041ed + md5: 9a5a1e3db671a8258c3f2c1969a4c654 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - size: 1976811 - timestamp: 1722554596783 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 619517 + timestamp: 1735638585202 - kind: conda - name: nss - version: '3.103' - build: h593d115_0 + name: mysql-common + version: 9.0.1 + build: h266115a_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - sha256: f69c027c056a620f06b5f69c3c2a437cc8768bbcbe48664cfdb46ffee7d7753d - md5: 233bfe41968d6fb04eba9258bb5061ad + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + sha256: e7767d2a0f30b62ab601f84fad68877969b6317e28668e71ae3cd0b6305041ed + md5: 9a5a1e3db671a8258c3f2c1969a4c654 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - purls: [] - size: 1976811 - timestamp: 1722554596783 -- kind: conda - name: nss - version: '3.103' - build: hc42bcbf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 - md5: 1c0c33f137496c66ea06ec800831ae24 - depends: - - __osx >=11.0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - size: 1776517 - timestamp: 1722554931929 -- kind: conda - name: nss - version: '3.103' - build: hc42bcbf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 - md5: 1c0c33f137496c66ea06ec800831ae24 - depends: - - __osx >=11.0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 1776517 - timestamp: 1722554931929 + size: 619517 + timestamp: 1735638585202 - kind: conda - name: nss - version: '3.103' - build: he7eb89d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - sha256: c45b554bbe1b9e52e359845b587a69b35f33dc47ca45a6ce8f4aa44cbb3f5ded - md5: 2a7c2b52e8157c187b5be0ed958a26db + name: mysql-common + version: 9.0.1 + build: h3f5c77f_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + sha256: e7caf4da5d7e2273dd1fcaa9907771d0536019122fe64ad687665193b5edbf10 + md5: 252699a6b6e8e86d64d37c360ac8d783 depends: - - __osx >=10.13 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - size: 1856317 - timestamp: 1722554746154 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 611639 + timestamp: 1735640433087 - kind: conda - name: nss - version: '3.103' - build: he7eb89d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - sha256: c45b554bbe1b9e52e359845b587a69b35f33dc47ca45a6ce8f4aa44cbb3f5ded - md5: 2a7c2b52e8157c187b5be0ed958a26db + name: mysql-common + version: 9.0.1 + build: h3f5c77f_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + sha256: e7caf4da5d7e2273dd1fcaa9907771d0536019122fe64ad687665193b5edbf10 + md5: 252699a6b6e8e86d64d37c360ac8d783 depends: - - __osx >=10.13 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 1856317 - timestamp: 1722554746154 + size: 611639 + timestamp: 1735640433087 - kind: conda - name: nss - version: '3.103' - build: hfe4779c_0 + name: mysql-libs + version: 9.0.1 + build: h11569fd_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 - md5: e0159c5e3db06d893ddb4d987d7c3573 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + sha256: 410cc48096c13847f3d3d1fb5dd68f38c8be76fb7df806bfd5e24e011af3f2da + md5: 283642d922c40633996f0f1afb5c9993 depends: - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - size: 1967656 - timestamp: 1722559354791 + - mysql-common 9.0.1 h3f5c77f_4 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 1407975 + timestamp: 1735640521830 - kind: conda - name: nss - version: '3.103' - build: hfe4779c_0 + name: mysql-libs + version: 9.0.1 + build: h11569fd_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 - md5: e0159c5e3db06d893ddb4d987d7c3573 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + sha256: 410cc48096c13847f3d3d1fb5dd68f38c8be76fb7df806bfd5e24e011af3f2da + md5: 283642d922c40633996f0f1afb5c9993 depends: - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 + - mysql-common 9.0.1 h3f5c77f_4 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 1967656 - timestamp: 1722559354791 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h28c39a1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b - md5: 1b07000dc6aed4a69e91107dac4464d3 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6481665 - timestamp: 1707226262838 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h28c39a1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b - md5: 1b07000dc6aed4a69e91107dac4464d3 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 6481665 - timestamp: 1707226262838 + size: 1407975 + timestamp: 1735640521830 - kind: conda - name: numpy - version: 1.26.4 - build: py39h474f0d3_0 + name: mysql-libs + version: 9.0.1 + build: he0572af_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 - md5: aa265f5697237aa13cc10f53fa8acc4f + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + sha256: e5c805c3150b16dc9de9163850aa2b282a97e0e7b1ec0f6e93ee57c5d433891b + md5: af19508df9d2e9f6894a9076a0857dc7 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.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7039431 - timestamp: 1707225726227 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - mysql-common 9.0.1 h266115a_4 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 1373945 + timestamp: 1735638682677 - kind: conda - name: numpy - version: 1.26.4 - build: py39h474f0d3_0 + name: mysql-libs + version: 9.0.1 + build: he0572af_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 - md5: aa265f5697237aa13cc10f53fa8acc4f + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + sha256: e5c805c3150b16dc9de9163850aa2b282a97e0e7b1ec0f6e93ee57c5d433891b + md5: af19508df9d2e9f6894a9076a0857dc7 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.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 7039431 - timestamp: 1707225726227 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h7aa2656_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a - md5: c027ed77947314469686cff520a71e5f - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 5492058 - timestamp: 1707226364958 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - mysql-common 9.0.1 h266115a_4 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1373945 + timestamp: 1735638682677 - kind: conda - name: numpy - version: 1.26.4 - build: py39h7aa2656_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a - md5: c027ed77947314469686cff520a71e5f + name: myst-parser + version: 3.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda + sha256: bfce74342cd22b2201102565a15a2cb0e23ad28023b0f8a0d0e93e3fb19020df + md5: 7a1ab67ee32e0d58ce55134d7a56b8fe depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD + - docutils >=0.18,<0.22 + - jinja2 + - markdown-it-py >=3.0.0,<4.0.0 + - mdit-py-plugins >=0.4,<1 + - python >=3.8 + - pyyaml + - sphinx >=6,<8 + license: MIT + license_family: MIT purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 5492058 - timestamp: 1707226364958 + - pkg:pypi/myst-parser?source=conda-forge-mapping + size: 72235 + timestamp: 1714413912964 +- kind: pypi + name: nbclient + version: 0.10.2 + url: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + sha256: 4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d + requires_dist: + - jupyter-client>=6.1.12 + - jupyter-core!=5.0.*,>=4.12 + - nbformat>=5.1 + - traitlets>=5.4 + - pre-commit ; extra == 'dev' + - autodoc-traits ; extra == 'docs' + - flaky ; extra == 'docs' + - ipykernel>=6.19.3 ; extra == 'docs' + - ipython ; extra == 'docs' + - ipywidgets ; extra == 'docs' + - mock ; extra == 'docs' + - moto ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbconvert>=7.1.0 ; extra == 'docs' + - pytest-asyncio ; extra == 'docs' + - pytest-cov>=4.0 ; extra == 'docs' + - pytest<8,>=7.0 ; extra == 'docs' + - sphinx-book-theme ; extra == 'docs' + - sphinx>=1.7 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - testpath ; extra == 'docs' + - xmltodict ; extra == 'docs' + - flaky ; extra == 'test' + - ipykernel>=6.19.3 ; extra == 'test' + - ipython ; extra == 'test' + - ipywidgets ; extra == 'test' + - nbconvert>=7.1.0 ; extra == 'test' + - pytest-asyncio ; extra == 'test' + - pytest-cov>=4.0 ; extra == 'test' + - pytest<8,>=7.0 ; extra == 'test' + - testpath ; extra == 'test' + - xmltodict ; extra == 'test' + requires_python: '>=3.9.0' +- kind: pypi + name: nbconvert + version: 7.16.5 + url: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + sha256: e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547 + requires_dist: + - beautifulsoup4 + - bleach[css]!=5.0.0 + - defusedxml + - importlib-metadata>=3.6 ; python_version < '3.10' + - jinja2>=3.0 + - jupyter-core>=4.7 + - jupyterlab-pygments + - markupsafe>=2.0 + - mistune<4,>=2.0.3 + - nbclient>=0.5.0 + - nbformat>=5.7 + - packaging + - pandocfilters>=1.4.1 + - pygments>=2.4.1 + - traitlets>=5.1 + - flaky ; extra == 'all' + - ipykernel ; extra == 'all' + - ipython ; extra == 'all' + - ipywidgets>=7.5 ; extra == 'all' + - myst-parser ; extra == 'all' + - nbsphinx>=0.2.12 ; extra == 'all' + - playwright ; extra == 'all' + - pydata-sphinx-theme ; extra == 'all' + - pyqtwebengine>=5.15 ; extra == 'all' + - pytest>=7 ; extra == 'all' + - sphinx==5.0.2 ; extra == 'all' + - sphinxcontrib-spelling ; extra == 'all' + - tornado>=6.1 ; extra == 'all' + - ipykernel ; extra == 'docs' + - ipython ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbsphinx>=0.2.12 ; extra == 'docs' + - pydata-sphinx-theme ; extra == 'docs' + - sphinx==5.0.2 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - pyqtwebengine>=5.15 ; extra == 'qtpdf' + - pyqtwebengine>=5.15 ; extra == 'qtpng' + - tornado>=6.1 ; extra == 'serve' + - flaky ; extra == 'test' + - ipykernel ; extra == 'test' + - ipywidgets>=7.5 ; extra == 'test' + - pytest>=7 ; extra == 'test' + - playwright ; extra == 'webpdf' + requires_python: '>=3.8' - kind: conda - name: numpy - version: 1.26.4 - build: py39h91c28bb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c - md5: d88e195f11a9f27e649aea408b54cb48 + name: nbformat + version: 5.10.4 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 + md5: bbe1963f1e47f594070ffe87cdf612ea 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 + - jsonschema >=2.6 + - jupyter_core >=4.12,!=5.0.* + - python >=3.9 + - python-fastjsonschema >=2.15 + - traitlets >=5.1 license: BSD-3-Clause license_family: BSD - size: 6082609 - timestamp: 1707225790468 + size: 100945 + timestamp: 1733402844974 - kind: conda - name: numpy - version: 1.26.4 - build: py39h91c28bb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c - md5: d88e195f11a9f27e649aea408b54cb48 + name: nbformat + version: 5.10.4 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 + md5: bbe1963f1e47f594070ffe87cdf612ea 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 + - jsonschema >=2.6 + - jupyter_core >=4.12,!=5.0.* + - python >=3.9 + - python-fastjsonschema >=2.15 + - traitlets >=5.1 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 6082609 - timestamp: 1707225790468 + - pkg:pypi/nbformat?source=conda-forge-mapping + size: 100945 + timestamp: 1733402844974 +- kind: pypi + name: nbsphinx + version: 0.9.6 + url: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + sha256: 336b0b557945a7678ec7449b16449f854bc852a435bb53b8a72e6b5dc740d992 + requires_dist: + - docutils>=0.18.1 + - jinja2 + - nbconvert!=5.4,>=5.3 + - traitlets>=5 + - nbformat + - sphinx>=1.8 + requires_python: '>=3.6' +- kind: pypi + name: nbsphinx-link + version: 1.3.1 + url: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + sha256: 2188fc42294a38ba253eedd184dea8750ab035fd94fe63e855ff01f911631769 + requires_dist: + - nbsphinx + - sphinx>=1.8 + - sphinx-rtd-theme ; extra == 'docs' + - ipython ; extra == 'docs' + requires_python: '>=3' - kind: conda - name: numpy - version: 1.26.4 - build: py39hddb5d58_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d - md5: 6e30ff8f2d3f59f45347dfba8bc22a04 + name: ncurses + version: '6.5' + build: h7bae524_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc + md5: cb2b0ea909b97b3d70cd3921d1445e1a depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 5920615 - timestamp: 1707226471242 + - __osx >=11.0 + license: X11 AND BSD-3-Clause + size: 802321 + timestamp: 1724658775723 - kind: conda - name: numpy - version: 1.26.4 - build: py39hddb5d58_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d - md5: 6e30ff8f2d3f59f45347dfba8bc22a04 + name: ncurses + version: '6.5' + build: h7bae524_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc + md5: cb2b0ea909b97b3d70cd3921d1445e1a depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 5920615 - timestamp: 1707226471242 + - __osx >=11.0 + license: X11 AND BSD-3-Clause + purls: [] + size: 802321 + timestamp: 1724658775723 - kind: conda - name: openjpeg - version: 2.5.2 - build: h0d9d63b_0 + name: ncurses + version: '6.5' + build: hcccb83c_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f - md5: fd2898519e839d5ceb778343f39a3176 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 + md5: 91d49c85cacd92caa40cf375ef72a25d depends: - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 374964 - timestamp: 1709159226478 + license: X11 AND BSD-3-Clause + size: 924472 + timestamp: 1724658573518 - kind: conda - name: openjpeg - version: 2.5.2 - build: h0d9d63b_0 + name: ncurses + version: '6.5' + build: hcccb83c_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f - md5: fd2898519e839d5ceb778343f39a3176 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 + md5: 91d49c85cacd92caa40cf375ef72a25d depends: - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 374964 - timestamp: 1709159226478 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h3d672ee_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 - md5: 7e7099ad94ac3b599808950cec30ad4e - depends: - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 237974 - timestamp: 1709159764160 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h3d672ee_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 - md5: 7e7099ad94ac3b599808950cec30ad4e - depends: - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD + license: X11 AND BSD-3-Clause purls: [] - size: 237974 - timestamp: 1709159764160 + size: 924472 + timestamp: 1724658573518 - kind: conda - name: openjpeg - version: 2.5.2 - build: h488ebb8_0 + name: ncurses + version: '6.5' + build: he02047a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 - md5: 7f2e286780f072ed750df46dc2631138 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a + md5: 70caf8bb6cf39a0b6b7efc885f51c0fe depends: + - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 341592 - timestamp: 1709159244431 + license: X11 AND BSD-3-Clause + size: 889086 + timestamp: 1724658547447 - kind: conda - name: openjpeg - version: 2.5.2 - build: h488ebb8_0 + name: ncurses + version: '6.5' + build: he02047a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 - md5: 7f2e286780f072ed750df46dc2631138 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a + md5: 70caf8bb6cf39a0b6b7efc885f51c0fe depends: + - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD + license: X11 AND BSD-3-Clause purls: [] - size: 341592 - timestamp: 1709159244431 + size: 889086 + timestamp: 1724658547447 - kind: conda - name: openjpeg - version: 2.5.2 - build: h7310d3a_0 + name: ncurses + version: '6.5' + build: hf036a51_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 - md5: 05a14cc9d725dd74995927968d6547e3 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af + md5: e102bbf8a6ceeaf429deab8032fc8977 depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 331273 - timestamp: 1709159538792 + - __osx >=10.13 + license: X11 AND BSD-3-Clause + size: 822066 + timestamp: 1724658603042 - kind: conda - name: openjpeg - version: 2.5.2 - build: h7310d3a_0 + name: ncurses + version: '6.5' + build: hf036a51_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 - md5: 05a14cc9d725dd74995927968d6547e3 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af + md5: e102bbf8a6ceeaf429deab8032fc8977 depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD + - __osx >=10.13 + license: X11 AND BSD-3-Clause purls: [] - size: 331273 - timestamp: 1709159538792 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h9f1df11_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 - md5: 5029846003f0bc14414b9128a1f7c84b - depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 316603 - timestamp: 1709159627299 + size: 822066 + timestamp: 1724658603042 - kind: conda - name: openjpeg - version: 2.5.2 - build: h9f1df11_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 - md5: 5029846003f0bc14414b9128a1f7c84b + name: nest-asyncio + version: 1.6.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 + md5: 598fd7d4d0de2455fb74f56063969a97 depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - python >=3.9 license: BSD-2-Clause license_family: BSD - purls: [] - size: 316603 - timestamp: 1709159627299 + purls: + - pkg:pypi/nest-asyncio?source=conda-forge-mapping + size: 11543 + timestamp: 1733325673691 - kind: conda - name: openssl - version: 3.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d - md5: 375dbc2a4d5a2e4c738703207e8e368b + name: networkx + version: 3.2.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + md5: 425fce3b531bed6ec3c74fab3e5f0a1c depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - python >=3.9 constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 8385012 - timestamp: 1721197465883 + - matplotlib >=3.5 + - scipy >=1.9,!=1.11.0,!=1.11.1 + - numpy >=1.22 + - pandas >=1.4 + license: BSD-3-Clause + license_family: BSD + size: 1149552 + timestamp: 1698504905258 - kind: conda - name: openssl - version: 3.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d - md5: 375dbc2a4d5a2e4c738703207e8e368b + name: networkx + version: 3.2.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + md5: 425fce3b531bed6ec3c74fab3e5f0a1c depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - python >=3.9 constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 8385012 - timestamp: 1721197465883 + - matplotlib >=3.5 + - scipy >=1.9,!=1.11.0,!=1.11.1 + - numpy >=1.22 + - pandas >=1.4 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/networkx?source=conda-forge-mapping + size: 1149552 + timestamp: 1698504905258 - kind: conda - name: openssl - version: 3.3.1 - build: h4bc722e_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h297d8ca_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - sha256: b294b3cc706ad1048cdb514f0db3da9f37ae3fcc0c53a7104083dd0918adb200 - md5: e1b454497f9f7c1147fdde4b53f1b512 + url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda + sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 + md5: 3aa1c7e292afeff25a0091ddd7c69b72 depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache - size: 2895213 - timestamp: 1721194688955 + size: 2198858 + timestamp: 1715440571685 - kind: conda - name: openssl - version: 3.3.1 - build: h4bc722e_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h297d8ca_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - sha256: b294b3cc706ad1048cdb514f0db3da9f37ae3fcc0c53a7104083dd0918adb200 - md5: e1b454497f9f7c1147fdde4b53f1b512 - depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2895213 - timestamp: 1721194688955 -- kind: conda - name: openssl - version: 3.3.1 - build: h68df207_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - sha256: 6c15fd3e6c1dd92b17533fe307cb758be88e85e32e1b988507708905357acb60 - md5: e53f74e640d477466e04bae394b0d163 - depends: - - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 3435721 - timestamp: 1721194625490 -- kind: conda - name: openssl - version: 3.3.1 - build: h68df207_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - sha256: 6c15fd3e6c1dd92b17533fe307cb758be88e85e32e1b988507708905357acb60 - md5: e53f74e640d477466e04bae394b0d163 + url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda + sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 + md5: 3aa1c7e292afeff25a0091ddd7c69b72 depends: - - ca-certificates - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 3435721 - timestamp: 1721194625490 + size: 2198858 + timestamp: 1715440571685 - kind: conda - name: openssl - version: 3.3.1 - build: h87427d6_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h3c5361c_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - sha256: 3cb0c05fbfd8cdb9b767396fc0e0af2d78eb4d68592855481254104330d4a4eb - md5: 3f3dbeedbee31e257866407d9dea1ff5 + url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda + sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 + md5: a0ebabd021c8191aeb82793fe43cfdcb depends: - __osx >=10.13 - - ca-certificates - constrains: - - pyopenssl >=22.1 + - libcxx >=16 license: Apache-2.0 license_family: Apache - size: 2552939 - timestamp: 1721194674491 + size: 124942 + timestamp: 1715440780183 - kind: conda - name: openssl - version: 3.3.1 - build: h87427d6_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h3c5361c_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - sha256: 3cb0c05fbfd8cdb9b767396fc0e0af2d78eb4d68592855481254104330d4a4eb - md5: 3f3dbeedbee31e257866407d9dea1ff5 + url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda + sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 + md5: a0ebabd021c8191aeb82793fe43cfdcb depends: - __osx >=10.13 - - ca-certificates - constrains: - - pyopenssl >=22.1 + - libcxx >=16 license: Apache-2.0 license_family: Apache purls: [] - size: 2552939 - timestamp: 1721194674491 + size: 124942 + timestamp: 1715440780183 - kind: conda - name: openssl - version: 3.3.1 - build: hfb2fe0b_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h420ef59_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - sha256: dd7d988636f74473ebdfe15e05c5aabdb53a1d2a846c839d62289b0c37f81548 - md5: 9b551a504c1cc8f8b7b22c01814da8ba + url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda + sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 + md5: 9166c10405d41c95ffde8fcb8e5c3d51 depends: - __osx >=11.0 - - ca-certificates - constrains: - - pyopenssl >=22.1 + - libcxx >=16 license: Apache-2.0 license_family: Apache - size: 2899682 - timestamp: 1721194599446 + size: 112576 + timestamp: 1715440927034 - kind: conda - name: openssl - version: 3.3.1 - build: hfb2fe0b_2 - build_number: 2 + name: ninja + version: 1.12.1 + build: h420ef59_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - sha256: dd7d988636f74473ebdfe15e05c5aabdb53a1d2a846c839d62289b0c37f81548 - md5: 9b551a504c1cc8f8b7b22c01814da8ba + url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda + sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 + md5: 9166c10405d41c95ffde8fcb8e5c3d51 depends: - __osx >=11.0 - - ca-certificates - constrains: - - pyopenssl >=22.1 + - libcxx >=16 license: Apache-2.0 license_family: Apache purls: [] - size: 2899682 - timestamp: 1721194599446 + size: 112576 + timestamp: 1715440927034 - kind: conda - name: packaging - version: '24.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 - md5: cbe1bb1f21567018ce595d9c2be0f0db + name: ninja + version: 1.12.1 + build: h70be974_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda + sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de + md5: 216635cea46498d8045c7cf0f03eaf72 depends: - - python >=3.8 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 - license_family: APACHE - size: 50290 - timestamp: 1718189540074 + license_family: Apache + size: 2329583 + timestamp: 1715442512963 - kind: conda - name: packaging - version: '24.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 - md5: cbe1bb1f21567018ce595d9c2be0f0db + name: ninja + version: 1.12.1 + build: h70be974_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda + sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de + md5: 216635cea46498d8045c7cf0f03eaf72 depends: - - python >=3.8 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/packaging?source=conda-forge-mapping - size: 50290 - timestamp: 1718189540074 + license_family: Apache + purls: [] + size: 2329583 + timestamp: 1715442512963 - kind: conda - name: pandas - version: 2.2.2 - build: py39h2366fc2_1 - build_number: 1 + name: ninja + version: 1.12.1 + build: hc790b64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 - md5: 8ff33fa9669c0b1851023fa6597a9455 + url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda + sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be + md5: a557dde55343e03c68cd7e29e7f87279 depends: - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 11798513 - timestamp: 1715899052536 + license: Apache-2.0 + license_family: Apache + size: 285150 + timestamp: 1715441052517 - kind: conda - name: pandas - version: 2.2.2 - build: py39h2366fc2_1 - build_number: 1 + name: ninja + version: 1.12.1 + build: hc790b64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 - md5: 8ff33fa9669c0b1851023fa6597a9455 + url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda + sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be + md5: a557dde55343e03c68cd7e29e7f87279 depends: - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 11798513 - timestamp: 1715899052536 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 285150 + timestamp: 1715441052517 - kind: conda - name: pandas - version: 2.2.2 - build: py39h60c7704_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 - md5: 78c96711f5d28191f72810aec658d5ae + name: numpy + version: 1.26.4 + build: py39h28c39a1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda + sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b + md5: 1b07000dc6aed4a69e91107dac4464d3 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - liblapack >=3.9.0,<4.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 12722678 - timestamp: 1715898272002 + size: 6481665 + timestamp: 1707226262838 - kind: conda - name: pandas - version: 2.2.2 - build: py39h60c7704_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 - md5: 78c96711f5d28191f72810aec658d5ae + name: numpy + version: 1.26.4 + build: py39h28c39a1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda + sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b + md5: 1b07000dc6aed4a69e91107dac4464d3 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - liblapack >=3.9.0,<4.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12722678 - timestamp: 1715898272002 + - pkg:pypi/numpy?source=conda-forge-mapping + size: 6481665 + timestamp: 1707226262838 - kind: conda - name: pandas - version: 2.2.2 - build: py39h998126f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c - md5: 382946ebc5bd55ce0c8613dfde78a718 + name: numpy + version: 1.26.4 + build: py39h474f0d3_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda + sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 + md5: aa265f5697237aa13cc10f53fa8acc4f depends: - - __osx >=11.0 - - libcxx >=16 - - numpy >=1.19,<3 + - 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 12053143 - timestamp: 1715898294086 + size: 7039431 + timestamp: 1707225726227 - kind: conda - name: pandas - version: 2.2.2 - build: py39h998126f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c - md5: 382946ebc5bd55ce0c8613dfde78a718 + name: numpy + version: 1.26.4 + build: py39h474f0d3_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda + sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 + md5: aa265f5697237aa13cc10f53fa8acc4f depends: - - __osx >=11.0 - - libcxx >=16 - - numpy >=1.19,<3 + - 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12053143 - timestamp: 1715898294086 + - pkg:pypi/numpy?source=conda-forge-mapping + size: 7039431 + timestamp: 1707225726227 - kind: conda - name: pandas - version: 2.2.2 - build: py39hbb604f3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 - md5: d6bf536ffbff78b4976f5777b0bb9ae2 + name: numpy + version: 1.26.4 + build: py39h7aa2656_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda + sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a + md5: c027ed77947314469686cff520a71e5f depends: - - __osx >=10.13 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 - libcxx >=16 - - numpy >=1.19,<3 + - liblapack >=3.9.0,<4.0a0 - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 12098308 - timestamp: 1715898127261 + size: 5492058 + timestamp: 1707226364958 - kind: conda - name: pandas - version: 2.2.2 - build: py39hbb604f3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 - md5: d6bf536ffbff78b4976f5777b0bb9ae2 + name: numpy + version: 1.26.4 + build: py39h7aa2656_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda + sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a + md5: c027ed77947314469686cff520a71e5f depends: - - __osx >=10.13 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 - libcxx >=16 - - numpy >=1.19,<3 + - liblapack >=3.9.0,<4.0a0 - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12098308 - timestamp: 1715898127261 -- kind: conda - name: pandas - version: 2.2.2 - build: py39hfc16268_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 - md5: 8b23d2b425035a7468d17e6fe1d54124 + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 5492058 + timestamp: 1707226364958 +- kind: conda + name: numpy + version: 1.26.4 + build: py39h91c28bb_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda + sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c + md5: d88e195f11a9f27e649aea408b54cb48 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 - - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 12904527 - timestamp: 1715898201230 + size: 6082609 + timestamp: 1707225790468 - kind: conda - name: pandas - version: 2.2.2 - build: py39hfc16268_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 - md5: 8b23d2b425035a7468d17e6fe1d54124 + name: numpy + version: 1.26.4 + build: py39h91c28bb_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda + sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c + md5: d88e195f11a9f27e649aea408b54cb48 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 - - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + constrains: + - numpy-base <0a0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12904527 - timestamp: 1715898201230 -- kind: pypi - name: pandocfilters - version: 1.5.1 - url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc - requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: conda - name: pango - version: 1.54.0 - build: h115fe74_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 - md5: 02bbb71305225106985ec1f28ff9f50b - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - size: 422438 - timestamp: 1719839620827 -- kind: conda - name: pango - version: 1.54.0 - build: h115fe74_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 - md5: 02bbb71305225106985ec1f28ff9f50b - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 422438 - timestamp: 1719839620827 + - pkg:pypi/numpy?source=conda-forge-mapping + size: 6082609 + timestamp: 1707225790468 - kind: conda - name: pango - version: 1.54.0 - build: h4c5309f_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 - md5: 7df02e445367703cd87a574046e3a6f0 + name: numpy + version: 1.26.4 + build: py39hddb5d58_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda + sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d + md5: 6e30ff8f2d3f59f45347dfba8bc22a04 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - size: 447117 - timestamp: 1719839527713 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + size: 5920615 + timestamp: 1707226471242 - kind: conda - name: pango - version: 1.54.0 - build: h4c5309f_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 - md5: 7df02e445367703cd87a574046e3a6f0 + name: numpy + version: 1.26.4 + build: py39hddb5d58_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda + sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d + md5: 6e30ff8f2d3f59f45347dfba8bc22a04 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 447117 - timestamp: 1719839527713 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 5920615 + timestamp: 1707226471242 - kind: conda - name: pango - version: 1.54.0 - build: h7579590_1 - build_number: 1 + name: openjpeg + version: 2.5.3 + build: h3f56577_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 - md5: 905145a94ad41fce135074a0214616e9 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + sha256: 92d310033e20538e896f4e4b1ea4205eb6604eee7c5c651c4965a0d8d3ca0f1d + md5: 04231368e4af50d11184b50e14250993 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - size: 460989 - timestamp: 1719841137355 + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause + license_family: BSD + size: 377796 + timestamp: 1733816683252 - kind: conda - name: pango - version: 1.54.0 - build: h7579590_1 - build_number: 1 + name: openjpeg + version: 2.5.3 + build: h3f56577_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 - md5: 905145a94ad41fce135074a0214616e9 - depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 460989 - timestamp: 1719841137355 -- kind: conda - name: pango - version: 1.54.0 - build: h9ee27a3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - sha256: 49b70f3d230381e3b1e6c036569455972130230462e0c53870b5c7135f5de467 - md5: 362011ec7d84f31f77ba13398c33cf6b - depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later - size: 418380 - timestamp: 1719839838714 -- kind: conda - name: pango - version: 1.54.0 - build: h9ee27a3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - sha256: 49b70f3d230381e3b1e6c036569455972130230462e0c53870b5c7135f5de467 - md5: 362011ec7d84f31f77ba13398c33cf6b + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + sha256: 92d310033e20538e896f4e4b1ea4205eb6604eee7c5c651c4965a0d8d3ca0f1d + md5: 04231368e4af50d11184b50e14250993 depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - license: LGPL-2.1-or-later + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 418380 - timestamp: 1719839838714 + size: 377796 + timestamp: 1733816683252 - kind: conda - name: pango - version: 1.54.0 - build: hbb871f6_1 - build_number: 1 + name: openjpeg + version: 2.5.3 + build: h4d64b90_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 - md5: bf639fd83deb4404ac988ae927f61e9e + url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 + md5: fc050366dd0b8313eb797ed1ffef3a29 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - size: 450735 - timestamp: 1719840158791 -- kind: conda - name: pango - version: 1.54.0 - build: hbb871f6_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 - md5: bf639fd83deb4404ac988ae927f61e9e - depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + license: BSD-2-Clause + license_family: BSD + size: 240148 + timestamp: 1733817010335 +- kind: conda + name: openjpeg + version: 2.5.3 + build: h4d64b90_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 + md5: fc050366dd0b8313eb797ed1ffef3a29 + depends: + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later + license: BSD-2-Clause + license_family: BSD purls: [] - size: 450735 - timestamp: 1719840158791 + size: 240148 + timestamp: 1733817010335 - kind: conda - name: parso - version: 0.8.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae - md5: 81534b420deb77da8833f2289b8d47ac + name: openjpeg + version: 2.5.3 + build: h5fbd93e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + sha256: 5bee706ea5ba453ed7fd9da7da8380dd88b865c8d30b5aaec14d2b6dd32dbc39 + md5: 9e5816bc95d285c115a3ebc2f8563564 depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/parso?source=conda-forge-mapping - size: 75191 - timestamp: 1712320447201 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause + license_family: BSD + size: 342988 + timestamp: 1733816638720 - kind: conda - name: pathspec - version: 0.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - md5: 17064acba08d3686f1135b5ec1b32b12 + name: openjpeg + version: 2.5.3 + build: h5fbd93e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + sha256: 5bee706ea5ba453ed7fd9da7da8380dd88b865c8d30b5aaec14d2b6dd32dbc39 + md5: 9e5816bc95d285c115a3ebc2f8563564 depends: - - python >=3.7 - license: MPL-2.0 - license_family: MOZILLA - size: 41173 - timestamp: 1702250135032 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 342988 + timestamp: 1733816638720 - kind: conda - name: pathspec - version: 0.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - md5: 17064acba08d3686f1135b5ec1b32b12 + name: openjpeg + version: 2.5.3 + build: h7fd6d84_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + sha256: faea03f36c9aa3524c911213b116da41695ff64b952d880551edee2843fe115b + md5: 025c711177fc3309228ca1a32374458d depends: - - python >=3.7 - license: MPL-2.0 - license_family: MOZILLA - purls: - - pkg:pypi/pathspec?source=conda-forge-mapping - size: 41173 - timestamp: 1702250135032 + - __osx >=10.13 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause + license_family: BSD + size: 332320 + timestamp: 1733816828284 - kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - sha256: 5d3c562785526fc4d2f0f4eff7edf94d3afbef92a6290e8bc0bff88fa664fba0 - md5: e5c5c5acdd1f52508f5e9938b454ae5d + name: openjpeg + version: 2.5.3 + build: h7fd6d84_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + sha256: faea03f36c9aa3524c911213b116da41695ff64b952d880551edee2843fe115b + md5: 025c711177fc3309228ca1a32374458d depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 + - __osx >=10.13 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause + license: BSD-2-Clause license_family: BSD - size: 886281 - timestamp: 1718466113968 + purls: [] + size: 332320 + timestamp: 1733816828284 - kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - sha256: 5d3c562785526fc4d2f0f4eff7edf94d3afbef92a6290e8bc0bff88fa664fba0 - md5: e5c5c5acdd1f52508f5e9938b454ae5d + name: openjpeg + version: 2.5.3 + build: h8a3d83b_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + sha256: 1d59bc72ca7faac06d349c1a280f5cfb8a57ee5896f1e24225a997189d7418c7 + md5: 4b71d78648dbcf68ce8bf22bb07ff838 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 + - __osx >=11.0 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause + license: BSD-2-Clause + license_family: BSD + size: 319362 + timestamp: 1733816781741 +- kind: conda + name: openjpeg + version: 2.5.3 + build: h8a3d83b_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + sha256: 1d59bc72ca7faac06d349c1a280f5cfb8a57ee5896f1e24225a997189d7418c7 + md5: 4b71d78648dbcf68ce8bf22bb07ff838 + depends: + - __osx >=11.0 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 886281 - timestamp: 1718466113968 + size: 319362 + timestamp: 1733816781741 - kind: conda - name: pcre2 - version: '10.44' - build: h0f59acf_0 + name: openldap + version: 2.6.9 + build: h30c48ee_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + sha256: ee09612f256dd3532b1309c8ff70489d21db3bde2a0849da08393e5ffd84400d + md5: c07822a5de65ce9797b9afa257faa917 + depends: + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: OLDAP-2.8 + license_family: BSD + size: 904889 + timestamp: 1732674273894 +- kind: conda + name: openldap + version: 2.6.9 + build: h30c48ee_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + sha256: ee09612f256dd3532b1309c8ff70489d21db3bde2a0849da08393e5ffd84400d + md5: c07822a5de65ce9797b9afa257faa917 + depends: + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: OLDAP-2.8 + license_family: BSD + purls: [] + size: 904889 + timestamp: 1732674273894 +- kind: conda + name: openldap + version: 2.6.9 + build: he970967_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab - md5: 3914f7ac1761dce57102c72ca7c35d01 + url: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 + md5: ca2de8bbdc871bce41dbf59e51324165 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause + - __glibc >=2.17,<3.0.a0 + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: OLDAP-2.8 license_family: BSD - size: 955778 - timestamp: 1718466128333 + size: 784483 + timestamp: 1732674189726 - kind: conda - name: pcre2 - version: '10.44' - build: h0f59acf_0 + name: openldap + version: 2.6.9 + build: he970967_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab - md5: 3914f7ac1761dce57102c72ca7c35d01 + url: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 + md5: ca2de8bbdc871bce41dbf59e51324165 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause + - __glibc >=2.17,<3.0.a0 + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: OLDAP-2.8 license_family: BSD purls: [] - size: 955778 - timestamp: 1718466128333 + size: 784483 + timestamp: 1732674189726 - kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_0 + name: openssl + version: 3.4.0 + build: h7b32b05_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f + md5: 4ce6875f75469b2757a65e10a5d05e31 + depends: + - __glibc >=2.17,<3.0.a0 + - ca-certificates + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + size: 2937158 + timestamp: 1736086387286 +- kind: conda + name: openssl + version: 3.4.0 + build: h7b32b05_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f + md5: 4ce6875f75469b2757a65e10a5d05e31 + depends: + - __glibc >=2.17,<3.0.a0 + - ca-certificates + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2937158 + timestamp: 1736086387286 +- kind: conda + name: openssl + version: 3.4.0 + build: h81ee809_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - sha256: 23ddc5022a1025027ac1957dc1947c70d93a78414fbb183026457a537e8b3770 - md5: 62f8d7e2ef03b0aae64185b0f38316eb + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21 + md5: 22f971393637480bda8c679f374d8861 depends: - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 615298 - timestamp: 1718466168866 + - ca-certificates + license: Apache-2.0 + license_family: Apache + size: 2936415 + timestamp: 1736086108693 - kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_0 + name: openssl + version: 3.4.0 + build: h81ee809_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - sha256: 23ddc5022a1025027ac1957dc1947c70d93a78414fbb183026457a537e8b3770 - md5: 62f8d7e2ef03b0aae64185b0f38316eb + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21 + md5: 22f971393637480bda8c679f374d8861 depends: - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD + - ca-certificates + license: Apache-2.0 + license_family: Apache purls: [] - size: 615298 - timestamp: 1718466168866 + size: 2936415 + timestamp: 1736086108693 - kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_0 + name: openssl + version: 3.4.0 + build: ha4e3fda_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 - md5: 007d07ab5027e0bf49f6fa660a9f89a0 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda + sha256: 519a06eaab7c878fbebb8cab98ea4a4465eafb1e9ed8c6ce67226068a80a92f0 + md5: fb45308ba8bfe1abf1f4a27bad24a743 depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - ca-certificates - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 816867 - timestamp: 1718466930248 + license: Apache-2.0 + license_family: Apache + size: 8462960 + timestamp: 1736088436984 - kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_0 + name: openssl + version: 3.4.0 + build: ha4e3fda_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 - md5: 007d07ab5027e0bf49f6fa660a9f89a0 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda + sha256: 519a06eaab7c878fbebb8cab98ea4a4465eafb1e9ed8c6ce67226068a80a92f0 + md5: fb45308ba8bfe1abf1f4a27bad24a743 depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - ca-certificates - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache purls: [] - size: 816867 - timestamp: 1718466930248 + size: 8462960 + timestamp: 1736088436984 - kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_0 + name: openssl + version: 3.4.0 + build: hc426f3f_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e - md5: b8f63aec37f31ffddac6dfdc0b31a73e + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + sha256: 879a960d586cf8a64131ac0c060ef575cfb8aa9f6813093cba92042a86ee867c + md5: eaae23dbfc9ec84775097898526c72ea depends: - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 858178 - timestamp: 1718466163292 + - ca-certificates + license: Apache-2.0 + license_family: Apache + size: 2590210 + timestamp: 1736086530077 - kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_0 + name: openssl + version: 3.4.0 + build: hc426f3f_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e - md5: b8f63aec37f31ffddac6dfdc0b31a73e + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + sha256: 879a960d586cf8a64131ac0c060ef575cfb8aa9f6813093cba92042a86ee867c + md5: eaae23dbfc9ec84775097898526c72ea depends: - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD + - ca-certificates + license: Apache-2.0 + license_family: Apache purls: [] - size: 858178 - timestamp: 1718466163292 + size: 2590210 + timestamp: 1736086530077 - kind: conda - name: pexpect - version: 4.9.0 - build: pyhd8ed1ab_0 + name: openssl + version: 3.4.0 + build: hd08dc88_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + sha256: 60d34454b861501d7355f25a7b39fdb5de8d56fca49b5bcbe8b8142b7d82dce4 + md5: e21c4767e783a58c373fdb99de6211bf + depends: + - ca-certificates + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + size: 3469279 + timestamp: 1736088141230 +- kind: conda + name: openssl + version: 3.4.0 + build: hd08dc88_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + sha256: 60d34454b861501d7355f25a7b39fdb5de8d56fca49b5bcbe8b8142b7d82dce4 + md5: e21c4767e783a58c373fdb99de6211bf + depends: + - ca-certificates + - libgcc >=13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3469279 + timestamp: 1736088141230 +- kind: conda + name: packaging + version: '24.2' + build: pyhd8ed1ab_2 + build_number: 2 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e - md5: 629f3203c99b32e0988910c93e77f3b6 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 + md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa depends: - - ptyprocess >=0.5 - - python >=3.7 - license: ISC - purls: - - pkg:pypi/pexpect?source=conda-forge-mapping - size: 53600 - timestamp: 1706113273252 + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + size: 60164 + timestamp: 1733203368787 - kind: conda - name: pickleshare - version: 0.7.5 - build: py_1003 - build_number: 1003 + name: packaging + version: '24.2' + build: pyhd8ed1ab_2 + build_number: 2 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - md5: 415f0ebb6198cc2801c73438a9fb5761 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 + md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa depends: - - python >=3 - license: MIT - license_family: MIT + - python >=3.8 + license: Apache-2.0 + license_family: APACHE purls: - - pkg:pypi/pickleshare?source=conda-forge-mapping - size: 9332 - timestamp: 1602536313357 + - pkg:pypi/packaging?source=conda-forge-mapping + size: 60164 + timestamp: 1733203368787 - kind: conda - name: pillow - version: 10.4.0 - build: py39h16a7006_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - sha256: aab55b1bf2f09f341b605c51ad8bd159f4136fa7071da95b3d4f5eb45ce43d4d - md5: d9a6b19174a6cf5185296b16f781951f - depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + name: pandas + version: 2.2.2 + build: py39h2366fc2_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 + md5: 8ff33fa9669c0b1851023fa6597a9455 + depends: + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 42084060 - timestamp: 1719903748797 + - pytz >=2020.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pandas?source=conda-forge-mapping + size: 11798513 + timestamp: 1715899052536 - kind: conda - name: pillow - version: 10.4.0 - build: py39h16a7006_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - sha256: aab55b1bf2f09f341b605c51ad8bd159f4136fa7071da95b3d4f5eb45ce43d4d - md5: d9a6b19174a6cf5185296b16f781951f + name: pandas + version: 2.2.2 + build: py39h60c7704_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda + sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 + md5: 78c96711f5d28191f72810aec658d5ae depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND + - pytz >=2020.1 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42084060 - timestamp: 1719903748797 + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12722678 + timestamp: 1715898272002 - kind: conda - name: pillow - version: 10.4.0 - build: py39h3baf582_0 + name: pandas + version: 2.2.2 + build: py39h998126f_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 - md5: 0c4b3423b88a38cc188329e52d3f51db + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda + sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c + md5: 382946ebc5bd55ce0c8613dfde78a718 depends: - __osx >=11.0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libcxx >=16 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 41698525 - timestamp: 1719903817581 + - pytz >=2020.1 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12053143 + timestamp: 1715898294086 - kind: conda - name: pillow - version: 10.4.0 - build: py39h3baf582_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 - md5: 0c4b3423b88a38cc188329e52d3f51db + name: pandas + version: 2.2.2 + build: py39hbb604f3_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda + sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 + md5: d6bf536ffbff78b4976f5777b0bb9ae2 depends: - - __osx >=11.0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - __osx >=10.13 + - libcxx >=16 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND + - pytz >=2020.1 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41698525 - timestamp: 1719903817581 + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12098308 + timestamp: 1715898127261 - kind: conda - name: pillow - version: 10.4.0 - build: py39h4a8821f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - sha256: 5354f70fc0383a87dd3c58f6f0104810bc57e917b63b1fe30d2ad1356090a3a0 - md5: 318861157594972acc05a8715d3018a8 + name: pandas + version: 2.2.2 + build: py39hfc16268_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda + sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 + md5: 8b23d2b425035a7468d17e6fe1d54124 depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 42267057 - timestamp: 1719905840595 + - pytz >=2020.1 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12904527 + timestamp: 1715898201230 - kind: conda - name: pillow - version: 10.4.0 - build: py39h4a8821f_0 + name: pandas + version: 2.2.3 + build: py39h2366fc2_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_1.conda + sha256: 437444ed75474143f9b2c9ee266abb6ccf6f541c7410c3010b506650594daad4 + md5: f7dbeb27d9cb9fdfa070b5616a07a6d7 + depends: + - numpy >=1.19,<3 + - numpy >=1.22.4 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.9.* *_cp39 + - pytz >=2020.1,<2024.2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + size: 11755072 + timestamp: 1726879299575 +- kind: conda + name: pandas + version: 2.2.3 + build: py39h3b40f6f_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_1.conda + sha256: 7d9958d3593a1812f439f608b64c776c3328977086c4d108a7a124cb6cf6316a + md5: d07f482720066758dad87cf90b3de111 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.22.4 + - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.9.* *_cp39 + - pytz >=2020.1,<2024.2 + license: BSD-3-Clause + license_family: BSD + size: 12914056 + timestamp: 1726878901237 +- kind: conda + name: pandas + version: 2.2.3 + build: py39h53ba5a5_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - sha256: 5354f70fc0383a87dd3c58f6f0104810bc57e917b63b1fe30d2ad1356090a3a0 - md5: 318861157594972acc05a8715d3018a8 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_1.conda + sha256: 0704777c7c58f1151258224ec2a3854171c98e9f8108c91819574c0bce8995c2 + md5: 7abe63d262becb6f2774d9d9b6d50af4 depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42267057 - timestamp: 1719905840595 + - pytz >=2020.1,<2024.2 + license: BSD-3-Clause + license_family: BSD + size: 12620104 + timestamp: 1726879361077 - kind: conda - name: pillow - version: 10.4.0 - build: py39hc3a33ae_0 + name: pandas + version: 2.2.3 + build: py39h88a5ddd_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - sha256: 913f2341991cdca75ecb5dbcf5f228fc92b1c5f2d7c9eb42b284c97f938a8c1b - md5: 38f014644c18a760ef3850c3c8bd2515 + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda + sha256: ffe45a81f02fdcf1be7b6ab8d91a52e8d5420a35c16c0753fb7d02ec8248e595 + md5: ebcad91135b6a93920c8efcbce705426 depends: - __osx >=10.13 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libcxx >=17 + - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 41330972 - timestamp: 1719903956921 + - pytz >=2020.1,<2024.2 + license: BSD-3-Clause + license_family: BSD + size: 12044464 + timestamp: 1726878998938 - kind: conda - name: pillow - version: 10.4.0 - build: py39hc3a33ae_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - sha256: 913f2341991cdca75ecb5dbcf5f228fc92b1c5f2d7c9eb42b284c97f938a8c1b - md5: 38f014644c18a760ef3850c3c8bd2515 + name: pandas + version: 2.2.3 + build: py39hc5ad87a_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda + sha256: 627f0ad055d704ad684a1bc42cefa7cb7c5abf1470fd99e751342fb118a1f32e + md5: 061c07106ef9a22640eecabd2fcf7192 depends: - - __osx >=10.13 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - __osx >=11.0 + - libcxx >=17 + - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41330972 - timestamp: 1719903956921 + - pytz >=2020.1,<2024.2 + license: BSD-3-Clause + license_family: BSD + size: 12034805 + timestamp: 1726878981704 +- kind: pypi + name: pandocfilters + version: 1.5.1 + url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl + sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - kind: conda - name: pillow - version: 10.4.0 - build: py39hfa8c767_0 + name: pango + version: 1.54.0 + build: h286b592_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd - md5: 7b24bccfb14f05019c8a488d4ee084a8 + url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda + sha256: 9fd32dcd60271acaf63308f45c0eba7187134255e49659f5a62f689f55107d47 + md5: a7f198206d80c648f787f825dc91417c depends: + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: HPND - size: 41327013 - timestamp: 1719904170746 + license: LGPL-2.1-or-later + size: 451089 + timestamp: 1734582716802 - kind: conda - name: pillow - version: 10.4.0 - build: py39hfa8c767_0 + name: pango + version: 1.54.0 + build: h286b592_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd - md5: 7b24bccfb14f05019c8a488d4ee084a8 + url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda + sha256: 9fd32dcd60271acaf63308f45c0eba7187134255e49659f5a62f689f55107d47 + md5: a7f198206d80c648f787f825dc91417c depends: + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41327013 - timestamp: 1719904170746 + license: LGPL-2.1-or-later + purls: [] + size: 451089 + timestamp: 1734582716802 - kind: conda - name: pip - version: '24.2' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - sha256: 15b480571a7a4d896aa187648cce99f98bac3926253f028f228d2e9e1cf7c1e1 - md5: 6721aef6bfe5937abe70181545dd2c51 + name: pango + version: 1.54.0 + build: h73f1e88_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda + sha256: 198cb933e40169cc000b553a445db696a8cf9334d2357f6200ec6e74282d6bd7 + md5: 20e3539bcf41a51aa43a53558bd8bcc4 depends: - - python >=3.8 - - setuptools - - wheel - license: MIT - license_family: MIT - size: 1238498 - timestamp: 1722451042495 + - __osx >=11.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later + size: 417547 + timestamp: 1734582690384 - kind: conda - name: pip - version: '24.2' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - sha256: 15b480571a7a4d896aa187648cce99f98bac3926253f028f228d2e9e1cf7c1e1 - md5: 6721aef6bfe5937abe70181545dd2c51 + name: pango + version: 1.54.0 + build: h73f1e88_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda + sha256: 198cb933e40169cc000b553a445db696a8cf9334d2357f6200ec6e74282d6bd7 + md5: 20e3539bcf41a51aa43a53558bd8bcc4 depends: - - python >=3.8 - - setuptools - - wheel - license: MIT - license_family: MIT - purls: - - pkg:pypi/pip?source=conda-forge-mapping - size: 1238498 - timestamp: 1722451042495 + - __osx >=11.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 417547 + timestamp: 1734582690384 - kind: conda - name: pixman - version: 0.43.2 - build: h59595ed_0 + name: pango + version: 1.54.0 + build: h861ebed_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda - sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e - md5: 71004cbf7924e19c02746ccde9fd7123 + url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda + sha256: 4a7fcb073e52affe49954c117bd1b0ca88a52572ab3100d3dea46cf5d27123bc + md5: e501a460d7574686d514f87d420135dd depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 386826 - timestamp: 1706549500138 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later + size: 445830 + timestamp: 1734582241043 - kind: conda - name: pixman - version: 0.43.2 - build: h59595ed_0 + name: pango + version: 1.54.0 + build: h861ebed_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda - sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e - md5: 71004cbf7924e19c02746ccde9fd7123 + url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda + sha256: 4a7fcb073e52affe49954c117bd1b0ca88a52572ab3100d3dea46cf5d27123bc + md5: e501a460d7574686d514f87d420135dd depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 386826 - timestamp: 1706549500138 + size: 445830 + timestamp: 1734582241043 - kind: conda - name: pixman - version: 0.43.4 - build: h2f0025b_0 + name: pango + version: 1.54.0 + build: hd49db62_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda - sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e - md5: 81b2ddea4b0eca188da9c5a7aa4b0cff + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda + sha256: 99d69fe328fdae98c9e0d2fc91f0566c23ce0901c9a430d32c37aec86590db76 + md5: 0e2959ba9a0754cb589f86b491d3d98e depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 295064 - timestamp: 1709240909660 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later + size: 458749 + timestamp: 1734584586976 - kind: conda - name: pixman - version: 0.43.4 - build: h2f0025b_0 + name: pango + version: 1.54.0 + build: hd49db62_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda - sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e - md5: 81b2ddea4b0eca188da9c5a7aa4b0cff - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 295064 - timestamp: 1709240909660 -- kind: conda - name: pixman - version: 0.43.4 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 - md5: b98135614135d5f458b75ab9ebb9558c - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 461854 - timestamp: 1709239971654 -- kind: conda - name: pixman - version: 0.43.4 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 - md5: b98135614135d5f458b75ab9ebb9558c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda + sha256: 99d69fe328fdae98c9e0d2fc91f0566c23ce0901c9a430d32c37aec86590db76 + md5: 0e2959ba9a0754cb589f86b491d3d98e depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 461854 - timestamp: 1709239971654 + size: 458749 + timestamp: 1734584586976 - kind: conda - name: pixman - version: 0.43.4 - build: h73e2aa4_0 + name: pango + version: 1.54.0 + build: hf94f63b_4 + build_number: 4 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda - sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 - md5: cb134c1e03fd32f4e6bea3f6de2614fd + url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda + sha256: 9767365985a78112fcd285cc179ee4236e29555daa09b5b50248ad33e909988c + md5: 1ac61a1e4f733f752d82902991942058 depends: - - libcxx >=16 - license: MIT - license_family: MIT - size: 323904 - timestamp: 1709239931160 + - __osx >=10.13 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later + size: 423418 + timestamp: 1734582521252 - kind: conda - name: pixman - version: 0.43.4 - build: h73e2aa4_0 + name: pango + version: 1.54.0 + build: hf94f63b_4 + build_number: 4 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda - sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 - md5: cb134c1e03fd32f4e6bea3f6de2614fd + url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda + sha256: 9767365985a78112fcd285cc179ee4236e29555daa09b5b50248ad33e909988c + md5: 1ac61a1e4f733f752d82902991942058 depends: - - libcxx >=16 - license: MIT - license_family: MIT + - __osx >=10.13 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 323904 - timestamp: 1709239931160 -- kind: conda - name: pixman - version: 0.43.4 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda - sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 - md5: 0308c68e711cd295aaa026a4f8c4b1e5 - depends: - - libcxx >=16 - license: MIT - license_family: MIT - size: 198755 - timestamp: 1709239846651 + size: 423418 + timestamp: 1734582521252 - kind: conda - name: pixman - version: 0.43.4 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda - sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 - md5: 0308c68e711cd295aaa026a4f8c4b1e5 + name: parso + version: 0.8.4 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc + md5: 5c092057b6badd30f75b06244ecd01c9 depends: - - libcxx >=16 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 198755 - timestamp: 1709239846651 + purls: + - pkg:pypi/parso?source=conda-forge-mapping + size: 75295 + timestamp: 1733271352153 - kind: conda - name: pkgutil-resolve-name - version: 1.3.10 + name: pathspec + version: 0.12.1 build: pyhd8ed1ab_1 build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda - sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - md5: 405678b942f2481cecdb3e010f4925d9 + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee + md5: 617f15191456cc6a13db418a275435e5 depends: - - python >=3.6 - license: MIT AND PSF-2.0 - size: 10778 - timestamp: 1694617398467 + - python >=3.9 + license: MPL-2.0 + license_family: MOZILLA + size: 41075 + timestamp: 1733233471940 - kind: conda - name: pkgutil-resolve-name - version: 1.3.10 + name: pathspec + version: 0.12.1 build: pyhd8ed1ab_1 build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda - sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - md5: 405678b942f2481cecdb3e010f4925d9 + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee + md5: 617f15191456cc6a13db418a275435e5 depends: - - python >=3.6 - license: MIT AND PSF-2.0 + - python >=3.9 + license: MPL-2.0 + license_family: MOZILLA purls: - - pkg:pypi/pkgutil-resolve-name?source=conda-forge-mapping - size: 10778 - timestamp: 1694617398467 + - pkg:pypi/pathspec?source=conda-forge-mapping + size: 41075 + timestamp: 1733233471940 - kind: conda - name: platformdirs - version: 4.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 - md5: 6f6cf28bf8e021933869bae3f84b8fc9 + name: pcre2 + version: '10.44' + build: h070dd5b_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 + md5: 94022de9682cb1a0bb18a99cbc3541b3 depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 20572 - timestamp: 1715777739019 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + size: 884590 + timestamp: 1723488793100 - kind: conda - name: platformdirs - version: 4.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 - md5: 6f6cf28bf8e021933869bae3f84b8fc9 + name: pcre2 + version: '10.44' + build: h070dd5b_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 + md5: 94022de9682cb1a0bb18a99cbc3541b3 depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/platformdirs?source=conda-forge-mapping - size: 20572 - timestamp: 1715777739019 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 884590 + timestamp: 1723488793100 +- kind: conda + name: pcre2 + version: '10.44' + build: h297a79d_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 + md5: 147c83e5e44780c7492998acbacddf52 + depends: + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + size: 618973 + timestamp: 1723488853807 +- kind: conda + name: pcre2 + version: '10.44' + build: h297a79d_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 + md5: 147c83e5e44780c7492998acbacddf52 + depends: + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 618973 + timestamp: 1723488853807 +- kind: conda + name: pcre2 + version: '10.44' + build: h3d7b363_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 + md5: a3a3baddcfb8c80db84bec3cb7746fb8 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + size: 820831 + timestamp: 1723489427046 +- kind: conda + name: pcre2 + version: '10.44' + build: h3d7b363_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 + md5: a3a3baddcfb8c80db84bec3cb7746fb8 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 820831 + timestamp: 1723489427046 - kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 - md5: d3483c8fc2dc2cc3f5cf43e26d60cabf + name: pcre2 + version: '10.44' + build: h7634a1b_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f + md5: 58cde0663f487778bcd7a0c8daf50293 depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 23815 - timestamp: 1713667175451 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + size: 854306 + timestamp: 1723488807216 - kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 - md5: d3483c8fc2dc2cc3f5cf43e26d60cabf + name: pcre2 + version: '10.44' + build: h7634a1b_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f + md5: 58cde0663f487778bcd7a0c8daf50293 depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pluggy?source=conda-forge-mapping - size: 23815 - timestamp: 1713667175451 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 854306 + timestamp: 1723488807216 - kind: conda - name: ply - version: '3.11' - build: pyhd8ed1ab_2 + name: pcre2 + version: '10.44' + build: hba22ea6_2 build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 - md5: 18c6deb6f9602e32446398203c8f0e91 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d + md5: df359c09c41cd186fffb93a2d87aa6f5 depends: - - python >=2.6 + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 license: BSD-3-Clause license_family: BSD - size: 49196 - timestamp: 1712243121626 + size: 952308 + timestamp: 1723488734144 - kind: conda - name: ply - version: '3.11' - build: pyhd8ed1ab_2 + name: pcre2 + version: '10.44' + build: hba22ea6_2 build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 - md5: 18c6deb6f9602e32446398203c8f0e91 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d + md5: df359c09c41cd186fffb93a2d87aa6f5 depends: - - python >=2.6 + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/ply?source=conda-forge-mapping - size: 49196 - timestamp: 1712243121626 + purls: [] + size: 952308 + timestamp: 1723488734144 - kind: conda - name: pooch - version: 1.8.2 - build: pyhd8ed1ab_0 + name: pexpect + version: 4.9.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 - md5: 8dab97d8a9616e07d779782995710aed + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a + md5: d0d408b1f18883a944376da5cf8101ea depends: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - license: BSD-3-Clause - license_family: BSD - size: 54375 - timestamp: 1717777969967 + - ptyprocess >=0.5 + - python >=3.9 + license: ISC + purls: + - pkg:pypi/pexpect?source=conda-forge-mapping + size: 53561 + timestamp: 1733302019362 - kind: conda - name: pooch - version: 1.8.2 - build: pyhd8ed1ab_0 + name: pickleshare + version: 0.7.5 + build: pyhd8ed1ab_1004 + build_number: 1004 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 - md5: 8dab97d8a9616e07d779782995710aed + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b + md5: 11a9d1d09a3615fc07c3faf79bc0b943 depends: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - license: BSD-3-Clause - license_family: BSD + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/pooch?source=conda-forge-mapping - size: 54375 - timestamp: 1717777969967 + - pkg:pypi/pickleshare?source=conda-forge-mapping + size: 11748 + timestamp: 1733327448200 - kind: conda - name: poppler - version: 24.07.0 - build: h6200fdc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd - md5: 25024e3372a557d6cb6bd5ac6ece2032 + name: pillow + version: 11.1.0 + build: py39h15c0740_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + sha256: 8f76c9f64b4b7cda8b0418b263fddb36e1044f31512e504cb4eab0b37a2efd2b + md5: d6e7eee1f21bce11ae03f40a77c699fe depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem + - __glibc >=2.17,<3.0.a0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - size: 1995232 - timestamp: 1720382076571 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + size: 42261198 + timestamp: 1735929890122 - kind: conda - name: poppler - version: 24.07.0 - build: h6200fdc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd - md5: 25024e3372a557d6cb6bd5ac6ece2032 + name: pillow + version: 11.1.0 + build: py39h15c0740_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + sha256: 8f76c9f64b4b7cda8b0418b263fddb36e1044f31512e504cb4eab0b37a2efd2b + md5: d6e7eee1f21bce11ae03f40a77c699fe depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem + - __glibc >=2.17,<3.0.a0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1995232 - timestamp: 1720382076571 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 42261198 + timestamp: 1735929890122 - kind: conda - name: poppler - version: 24.07.0 - build: h686f694_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c - md5: 4e21d8257375ae401877013416ebc12b + name: pillow + version: 11.1.0 + build: py39h1fda9f2_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + sha256: 8b2bd5efa2e5b17af8553c347945e984108a7027d52d6b669b3b33d327f981a7 + md5: 5bd020dc4061b6afbd5c4dccb1473688 depends: - - cairo >=1.18.0,<2.0a0 + - __osx >=10.13 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only - license_family: GPL - size: 2374174 - timestamp: 1720374177748 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + size: 42208500 + timestamp: 1735930041961 - kind: conda - name: poppler - version: 24.07.0 - build: h686f694_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c - md5: 4e21d8257375ae401877013416ebc12b + name: pillow + version: 11.1.0 + build: py39h1fda9f2_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + sha256: 8b2bd5efa2e5b17af8553c347945e984108a7027d52d6b669b3b33d327f981a7 + md5: 5bd020dc4061b6afbd5c4dccb1473688 depends: - - cairo >=1.18.0,<2.0a0 + - __osx >=10.13 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 2374174 - timestamp: 1720374177748 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 42208500 + timestamp: 1735930041961 - kind: conda - name: poppler - version: 24.07.0 - build: h744cbf2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - sha256: 012c492087fdcc10a97fab28f3e105ca995bc796f72f0744b1cd050ca35828e5 - md5: 1603ef5fcf8bffffc3451ca182b6df0a + name: pillow + version: 11.1.0 + build: py39h301a0e3_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + sha256: 7e9246c798c365db678f36910037ae10ae909e81a5ccfea9f2862e8d41971976 + md5: 22c413e9649bfe2a9af6cbe8c82077d3 depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - size: 1586876 - timestamp: 1720373241748 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + size: 41582709 + timestamp: 1735931347367 - kind: conda - name: poppler - version: 24.07.0 - build: h744cbf2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - sha256: 012c492087fdcc10a97fab28f3e105ca995bc796f72f0744b1cd050ca35828e5 - md5: 1603ef5fcf8bffffc3451ca182b6df0a + name: pillow + version: 11.1.0 + build: py39h301a0e3_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + sha256: 7e9246c798c365db678f36910037ae10ae909e81a5ccfea9f2862e8d41971976 + md5: 22c413e9649bfe2a9af6cbe8c82077d3 depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1586876 - timestamp: 1720373241748 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41582709 + timestamp: 1735931347367 - kind: conda - name: poppler - version: 24.07.0 - build: h9787579_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - sha256: 52aaad25569bc5e3ba867ae01be90d01e0701683d16820888cb6a6c45402f6d6 - md5: be71ad375a07cf6e2266c1f388c093a9 + name: pillow + version: 11.1.0 + build: py39h73ef694_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a + md5: 281e124453ea6dc02e9638a4d6c0a8b6 depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - size: 1504924 - timestamp: 1720373679696 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: HPND + size: 41791546 + timestamp: 1735930293357 +- kind: conda + name: pillow + version: 11.1.0 + build: py39h73ef694_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a + md5: 281e124453ea6dc02e9638a4d6c0a8b6 + depends: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41791546 + timestamp: 1735930293357 - kind: conda - name: poppler - version: 24.07.0 - build: h9787579_0 + name: pillow + version: 11.1.0 + build: py39hfea3036_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - sha256: 52aaad25569bc5e3ba867ae01be90d01e0701683d16820888cb6a6c45402f6d6 - md5: be71ad375a07cf6e2266c1f388c093a9 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + sha256: a8365bb9effc7de984fdf1440dfad75b18067827ed741a06930e73f4ad6b9846 + md5: be86f32f0e7aabbf686d297d817c4547 depends: - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1504924 - timestamp: 1720373679696 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + size: 42310293 + timestamp: 1735929979287 - kind: conda - name: poppler - version: 24.07.0 - build: hb0d391f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb - md5: 561842bc59112340fa1f5f1ed06ae4a2 + name: pillow + version: 11.1.0 + build: py39hfea3036_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + sha256: a8365bb9effc7de984fdf1440dfad75b18067827ed741a06930e73f4ad6b9846 + md5: be86f32f0e7aabbf686d297d817c4547 depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem + - __osx >=11.0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - size: 1906317 - timestamp: 1720373278987 + - openjpeg >=2.5.3,<3.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 42310293 + timestamp: 1735929979287 - kind: conda - name: poppler - version: 24.07.0 - build: hb0d391f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb - md5: 561842bc59112340fa1f5f1ed06ae4a2 + name: pip + version: 24.3.1 + build: pyh8b19718_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb + md5: 04e691b9fadd93a8a9fad87a81d4fd8f depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1906317 - timestamp: 1720373278987 + - python >=3.9,<3.13.0a0 + - setuptools + - wheel + license: MIT + license_family: MIT + size: 1245116 + timestamp: 1734466348103 - kind: conda - name: poppler-data - version: 0.4.12 - build: hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - md5: d8d7293c5b37f39b2ac32940621c6592 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - size: 2348171 - timestamp: 1675353652214 -- kind: conda - name: poppler-data - version: 0.4.12 - build: hd8ed1ab_0 + name: pip + version: 24.3.1 + build: pyh8b19718_2 + build_number: 2 subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - md5: d8d7293c5b37f39b2ac32940621c6592 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - purls: [] - size: 2348171 - timestamp: 1675353652214 -- kind: conda - name: postgresql - version: '16.3' - build: h1d90168_0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb + md5: 04e691b9fadd93a8a9fad87a81d4fd8f + depends: + - python >=3.9,<3.13.0a0 + - setuptools + - wheel + license: MIT + license_family: MIT + purls: + - pkg:pypi/pip?source=conda-forge-mapping + size: 1245116 + timestamp: 1734466348103 +- kind: conda + name: pixman + version: 0.44.2 + build: h1fd1274_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec - md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d + url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + sha256: 7e5a9823e7e759355b954037f97d4aa53c26db1d73408571e749f8375b363743 + md5: 9d3ed4c1a6e21051bf4ce53851acdc96 depends: - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h4501773_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - size: 4612922 - timestamp: 1715267536439 + - libcxx >=18 + license: MIT + license_family: MIT + size: 328548 + timestamp: 1733699069146 - kind: conda - name: postgresql - version: '16.3' - build: h1d90168_0 + name: pixman + version: 0.44.2 + build: h1fd1274_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec - md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d + url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + sha256: 7e5a9823e7e759355b954037f97d4aa53c26db1d73408571e749f8375b363743 + md5: 9d3ed4c1a6e21051bf4ce53851acdc96 depends: - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h4501773_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL + - libcxx >=18 + license: MIT + license_family: MIT + purls: [] + size: 328548 + timestamp: 1733699069146 +- kind: conda + name: pixman + version: 0.44.2 + build: h29eaf8c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be + md5: 5e2a7acfa2c24188af39e7944e1b3604 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: MIT + license_family: MIT + size: 381072 + timestamp: 1733698987122 +- kind: conda + name: pixman + version: 0.44.2 + build: h29eaf8c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be + md5: 5e2a7acfa2c24188af39e7944e1b3604 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: MIT + license_family: MIT + purls: [] + size: 381072 + timestamp: 1733698987122 +- kind: conda + name: pixman + version: 0.44.2 + build: h2f9eb0b_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + sha256: 28855d4cb2d9fc9a6bd9196dadbaecd6868ec706394cec2f88824a61ba4b1bc0 + md5: fa8e429fdb9e5b757281f69b8cc4330b + depends: + - __osx >=11.0 + - libcxx >=18 + license: MIT + license_family: MIT + size: 201076 + timestamp: 1733699127167 +- kind: conda + name: pixman + version: 0.44.2 + build: h2f9eb0b_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + sha256: 28855d4cb2d9fc9a6bd9196dadbaecd6868ec706394cec2f88824a61ba4b1bc0 + md5: fa8e429fdb9e5b757281f69b8cc4330b + depends: + - __osx >=11.0 + - libcxx >=18 + license: MIT + license_family: MIT purls: [] - size: 4612922 - timestamp: 1715267536439 + size: 201076 + timestamp: 1733699127167 - kind: conda - name: postgresql - version: '16.3' - build: h2294c5c_0 + name: pixman + version: 0.44.2 + build: h86a87f0_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - sha256: eb93f818f28cd206ea0b020fd33c6007961a78589763cc034490d947cad42b97 - md5: 834fc612c678f3ea652e8688655a3da0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + sha256: 289c88d26530e427234adf7a8eb11e762d2beaf3c0a337c1c9887f60480e33e1 + md5: 95689fc369832398e82d17c56ff5df8a depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 hcf0348d_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - size: 5119060 - timestamp: 1715266458221 + - libgcc >=13 + - libstdcxx >=13 + license: MIT + license_family: MIT + size: 288697 + timestamp: 1733700860569 - kind: conda - name: postgresql - version: '16.3' - build: h2294c5c_0 + name: pixman + version: 0.44.2 + build: h86a87f0_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - sha256: eb93f818f28cd206ea0b020fd33c6007961a78589763cc034490d947cad42b97 - md5: 834fc612c678f3ea652e8688655a3da0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + sha256: 289c88d26530e427234adf7a8eb11e762d2beaf3c0a337c1c9887f60480e33e1 + md5: 95689fc369832398e82d17c56ff5df8a depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 hcf0348d_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL + - libgcc >=13 + - libstdcxx >=13 + license: MIT + license_family: MIT purls: [] - size: 5119060 - timestamp: 1715266458221 + size: 288697 + timestamp: 1733700860569 - kind: conda - name: postgresql - version: '16.3' - build: h7f155c9_0 + name: pixman + version: 0.44.2 + build: had0cd8c_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd - md5: a253c97c94a2c2886e1cb79e34a5b641 + url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b + md5: c720ac9a3bd825bf8b4dc7523ea49be4 depends: - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 hab9416b_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: PostgreSQL - size: 18697452 - timestamp: 1715267263356 + license: MIT + license_family: MIT + size: 455582 + timestamp: 1733699458861 - kind: conda - name: postgresql - version: '16.3' - build: h7f155c9_0 + name: pixman + version: 0.44.2 + build: had0cd8c_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd - md5: a253c97c94a2c2886e1cb79e34a5b641 + url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b + md5: c720ac9a3bd825bf8b4dc7523ea49be4 depends: - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 hab9416b_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: PostgreSQL + license: MIT + license_family: MIT purls: [] - size: 18697452 - timestamp: 1715267263356 + size: 455582 + timestamp: 1733699458861 - kind: conda - name: postgresql - version: '16.3' - build: h8e811e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe - md5: e4d52462da124ed3792472f95a36fc2a + name: platformdirs + version: 4.3.6 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 + md5: 577852c7e53901ddccc7e6a9959ddebe depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 ha72fbe1_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - size: 5332852 - timestamp: 1715266435060 + - python >=3.9 + license: MIT + license_family: MIT + size: 20448 + timestamp: 1733232756001 - kind: conda - name: postgresql - version: '16.3' - build: h8e811e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe - md5: e4d52462da124ed3792472f95a36fc2a + name: platformdirs + version: 4.3.6 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 + md5: 577852c7e53901ddccc7e6a9959ddebe depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 ha72fbe1_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 5332852 - timestamp: 1715266435060 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/platformdirs?source=conda-forge-mapping + size: 20448 + timestamp: 1733232756001 - kind: conda - name: postgresql - version: '16.3' - build: hdfa2ec6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - sha256: 50bb32b3c8f827a07b29cec09df578fa4f4f7b41770ca6686cccdb5e3bf91431 - md5: caaf4b5ea6b6abebcbf6ac18522b5875 + name: pluggy + version: 1.5.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 + md5: e9dcbce5f45f9ee500e728ae58b605b6 depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h7afe498_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - size: 4330650 - timestamp: 1715267000628 + - python >=3.9 + license: MIT + license_family: MIT + size: 23595 + timestamp: 1733222855563 - kind: conda - name: postgresql - version: '16.3' - build: hdfa2ec6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - sha256: 50bb32b3c8f827a07b29cec09df578fa4f4f7b41770ca6686cccdb5e3bf91431 - md5: caaf4b5ea6b6abebcbf6ac18522b5875 + name: pluggy + version: 1.5.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 + md5: e9dcbce5f45f9ee500e728ae58b605b6 depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h7afe498_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 4330650 - timestamp: 1715267000628 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pluggy?source=conda-forge-mapping + size: 23595 + timestamp: 1733222855563 - kind: conda - name: proj - version: 9.4.1 - build: h54d7996_1 + name: pooch + version: 1.8.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e + md5: b3e783e8e8ed7577cf0b6dee37d1fbac + depends: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.9 + - requests >=2.19.0 + license: BSD-3-Clause + license_family: BSD + size: 54116 + timestamp: 1733421432357 +- kind: conda + name: pooch + version: 1.8.2 + build: pyhd8ed1ab_1 build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e + md5: b3e783e8e8ed7577cf0b6dee37d1fbac + depends: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.9 + - requests >=2.19.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pooch?source=conda-forge-mapping + size: 54116 + timestamp: 1733421432357 +- kind: conda + name: proj + version: 9.5.1 + build: h0054346_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda - sha256: 7e5aa324f89eece539001daa8df802d1b5851caee4be41b99ffe3b6e168993a9 - md5: e479d1991c725e1a355f33c0e40dbc66 + url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b + md5: 398cabfd9bd75e90d0901db95224f25f depends: - __glibc >=2.17,<3.0.a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 3050689 - timestamp: 1722327846022 + size: 3108751 + timestamp: 1733138115896 - kind: conda name: proj - version: 9.4.1 - build: h54d7996_1 - build_number: 1 + version: 9.5.1 + build: h0054346_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda - sha256: 7e5aa324f89eece539001daa8df802d1b5851caee4be41b99ffe3b6e168993a9 - md5: e479d1991c725e1a355f33c0e40dbc66 + url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b + md5: 398cabfd9bd75e90d0901db95224f25f depends: - __glibc >=2.17,<3.0.a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 3050689 - timestamp: 1722327846022 + size: 3108751 + timestamp: 1733138115896 - kind: conda name: proj - version: 9.4.1 - build: hd5926b2_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - sha256: 7727c9e6c4537bf71f8464e783b1345d55e0c3d6d87aeb4ee32fdacbfb3d9c42 - md5: f86b8ac02f2ffbbd85a23334ea7a9c00 + version: 9.5.1 + build: h1318a7e_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + sha256: c6289d6f1a13f28ff3754ac0cb2553f7e7bc4a3102291115f62a04995d0421eb + md5: 5eb42e77ae79b46fabcb0f6f6d130763 depends: - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - __osx >=11.0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2943431 - timestamp: 1722328901543 + size: 2673401 + timestamp: 1733138376056 - kind: conda name: proj - version: 9.4.1 - build: hd5926b2_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - sha256: 7727c9e6c4537bf71f8464e783b1345d55e0c3d6d87aeb4ee32fdacbfb3d9c42 - md5: f86b8ac02f2ffbbd85a23334ea7a9c00 + version: 9.5.1 + build: h1318a7e_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + sha256: c6289d6f1a13f28ff3754ac0cb2553f7e7bc4a3102291115f62a04995d0421eb + md5: 5eb42e77ae79b46fabcb0f6f6d130763 depends: - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - __osx >=11.0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2943431 - timestamp: 1722328901543 + size: 2673401 + timestamp: 1733138376056 - kind: conda name: proj - version: 9.4.1 - build: hd9569ee_1 - build_number: 1 + version: 9.5.1 + build: h4f671f6_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 - md5: 6e15f5054b179959d2410c2e53d5a3e4 + url: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 + md5: 7303dac2aa92318f319508aedab6a127 depends: - - libcurl >=8.9.0,<9.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -34826,21 +25267,20 @@ packages: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2726576 - timestamp: 1722328352769 + size: 2740461 + timestamp: 1733138695290 - kind: conda name: proj - version: 9.4.1 - build: hd9569ee_1 - build_number: 1 + version: 9.5.1 + build: h4f671f6_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 - md5: 6e15f5054b179959d2410c2e53d5a3e4 + url: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 + md5: 7303dac2aa92318f319508aedab6a127 depends: - - libcurl >=8.9.0,<9.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -34850,201 +25290,199 @@ packages: license: MIT license_family: MIT purls: [] - size: 2726576 - timestamp: 1722328352769 + size: 2740461 + timestamp: 1733138695290 - kind: conda name: proj - version: 9.4.1 - build: hf92c781_1 - build_number: 1 + version: 9.5.1 + build: h5273da6_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda - sha256: 826e1fcd191d17a6f16c745779254265e4cf1cdbd1761e627e3cdf0b9d6ed487 - md5: edf9f0581ffc0f50a1159943be5d0729 + url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + sha256: 5d35d13994abdc6a7dd1801f37db98e9efca5983f0479e380844264343ec8096 + md5: 523c87f13b2f99a96295993ede863b87 depends: - __osx >=10.13 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2831538 - timestamp: 1722327962605 + size: 2840582 + timestamp: 1733138585653 - kind: conda name: proj - version: 9.4.1 - build: hf92c781_1 - build_number: 1 + version: 9.5.1 + build: h5273da6_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda - sha256: 826e1fcd191d17a6f16c745779254265e4cf1cdbd1761e627e3cdf0b9d6ed487 - md5: edf9f0581ffc0f50a1159943be5d0729 + url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + sha256: 5d35d13994abdc6a7dd1801f37db98e9efca5983f0479e380844264343ec8096 + md5: 523c87f13b2f99a96295993ede863b87 depends: - __osx >=10.13 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2831538 - timestamp: 1722327962605 + size: 2840582 + timestamp: 1733138585653 - kind: conda name: proj - version: 9.4.1 - build: hfb94cee_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda - sha256: 41da87faa84f90861637542cd237f3b430c87af79520866ebbfc95cf75cde92a - md5: 786c3dc1fbc9ca08b82002ab69353c53 - depends: - - __osx >=11.0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + version: 9.5.1 + build: h9655f4d_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + sha256: f1cf12e3f3101e3b5eec136b54d71c11dd8a9408f2574d1e0c8307908e0461d0 + md5: 60cc005fa3ce97967d435f92adfc7cf7 + depends: + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2708661 - timestamp: 1722327880161 + size: 3038717 + timestamp: 1733139312143 - kind: conda name: proj - version: 9.4.1 - build: hfb94cee_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda - sha256: 41da87faa84f90861637542cd237f3b430c87af79520866ebbfc95cf75cde92a - md5: 786c3dc1fbc9ca08b82002ab69353c53 - depends: - - __osx >=11.0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + version: 9.5.1 + build: h9655f4d_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + sha256: f1cf12e3f3101e3b5eec136b54d71c11dd8a9408f2574d1e0c8307908e0461d0 + md5: 60cc005fa3ce97967d435f92adfc7cf7 + depends: + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2708661 - timestamp: 1722327880161 + size: 3038717 + timestamp: 1733139312143 - kind: conda name: prompt-toolkit - version: 3.0.47 - build: pyha770c72_0 + version: 3.0.48 + build: pyha770c72_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - sha256: d93ac5853e398aaa10f0dd7addd64b411f94ace1f9104d619cd250e19a5ac5b4 - md5: 1247c861065d227781231950e14fe817 + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc + md5: 368d4aa48358439e07a97ae237491785 depends: - - python >=3.7 + - python >=3.9 - wcwidth constrains: - - prompt_toolkit 3.0.47 + - prompt_toolkit 3.0.48 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/prompt-toolkit?source=conda-forge-mapping - size: 270710 - timestamp: 1718048095491 + size: 269848 + timestamp: 1733302634979 - kind: conda name: psutil - version: 6.0.0 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda - sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 - md5: 41ed0d6d84590e40a0096ae3a458f5eb + version: 6.1.1 + build: py39h060674a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda + sha256: d9bf1bee9fea4be11a9f9e58c06a13ad6682c28f012b6a2a4c7bf0ce3551cb82 + md5: 8bea86dd323c3086cc8270c76139ef52 depends: + - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 384430 - timestamp: 1719275211074 + size: 366136 + timestamp: 1735327509830 - kind: conda name: psutil - version: 6.0.0 - build: py39hd3abc70_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.conda - sha256: e9ad591dbebfcf601a43a83419804ba4f4be7f9dfa17c6dbc46d34d780e2b417 - md5: 984987a2ef8c931691ad0d7fbb8ef3ca + version: 6.1.1 + build: py39h80efdc8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda + sha256: fe2ff5025d336ae71ae29c80cf6e87d1d05053a02f68aaff80182f2dba1842db + md5: b0def57a8e3295bb577176cdf710c69d depends: - - libgcc-ng >=12 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 365349 - timestamp: 1719274672326 + size: 371199 + timestamp: 1735327531359 - kind: conda name: psutil - version: 6.0.0 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.conda - sha256: b06ca89c89a1641e4f701ddd73663ee2ead8dd3801f127d4601f5edcdc7dedcc - md5: 0a0569b2f0fc8ba3681b6d7081ba20cb + version: 6.1.1 + build: py39h8cd3c5a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda + sha256: ba51644107fb105f470231a6de2a906b07c7b4046041aa618585670ad20333f8 + md5: 287b29f8df0363b2a53a5a6e6ce4fa5c depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 373080 - timestamp: 1719274833478 + size: 364359 + timestamp: 1735327498648 - kind: conda name: psutil - version: 6.0.0 - build: py39he257ee7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda - sha256: 394e48a3de072e1c8eadfe78ee859f52cdcaeb048ddd9cb9a2674bba2b691d44 - md5: 90d5c0e9b001e105cd01007c40d03acd + version: 6.1.1 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda + sha256: bbbc2417fc24ce0082e51487592f52dc925cf6eab5f1d22d426e2cdf30eaae55 + md5: bbfe5e90fbe806a25d87d04b2e0a7306 depends: - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 368770 - timestamp: 1719274846878 + size: 381358 + timestamp: 1735327628299 - kind: conda name: psutil - version: 6.0.0 - build: py39hfea33bf_0 + version: 6.1.1 + build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_0.conda - sha256: b47cb751dbfef443faef221ecbd0daaaba17a1a860fba7894df830b01663213a - md5: 470e9208708e46bbc87f26fa3cd65952 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda + sha256: 3a59621873f280669b8d973f3c64dfae75dfa4d99785397526a8350ff391232a + md5: 35995129b26c900319b76e17434188bb depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -35054,734 +25492,891 @@ packages: license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 374380 - timestamp: 1719274795304 + size: 373376 + timestamp: 1735327573510 - 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 + build: h00291cd_1002 + build_number: 1002 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + sha256: 05944ca3445f31614f8c674c560bca02ff05cb51637a96f665cb2bbe496099e5 + md5: 8bcf980d2c6b17094961198284b8e862 + depends: + - __osx >=10.13 license: MIT license_family: MIT - size: 5696 - timestamp: 1606147608402 + size: 8364 + timestamp: 1726802331537 - 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 + build: h00291cd_1002 + build_number: 1002 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + sha256: 05944ca3445f31614f8c674c560bca02ff05cb51637a96f665cb2bbe496099e5 + md5: 8bcf980d2c6b17094961198284b8e862 + depends: + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 5696 - timestamp: 1606147608402 + size: 8364 + timestamp: 1726802331537 - kind: conda name: pthread-stubs version: '0.4' - build: h36c2ea0_1001 - 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 + build: h0e40799_1002 + build_number: 1002 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b + md5: 3c8f2573569bb816483e5cf57efbbe29 depends: - - libgcc-ng >=7.5.0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 license: MIT license_family: MIT - size: 5625 - timestamp: 1606147468727 + size: 9389 + timestamp: 1726802555076 - kind: conda name: pthread-stubs version: '0.4' - build: h36c2ea0_1001 - 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 + build: h0e40799_1002 + build_number: 1002 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b + md5: 3c8f2573569bb816483e5cf57efbbe29 depends: - - libgcc-ng >=7.5.0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 license: MIT license_family: MIT purls: [] - size: 5625 - timestamp: 1606147468727 + size: 9389 + timestamp: 1726802555076 - kind: conda name: pthread-stubs version: '0.4' - build: hb9de7d4_1001 - build_number: 1001 + build: h86ecc28_1002 + build_number: 1002 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - sha256: f1d7ff5e06cc515ec82010537813c796369f8e9dde46ce3f4fa1a9f70bc7db7d - md5: d0183ec6ce0b5aaa3486df25fa5f0ded + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba + md5: bb5a90c93e3bac3d5690acf76b4a6386 depends: - - libgcc-ng >=7.5.0 + - libgcc >=13 license: MIT license_family: MIT - size: 5657 - timestamp: 1606147738742 + size: 8342 + timestamp: 1726803319942 - kind: conda name: pthread-stubs version: '0.4' - build: hb9de7d4_1001 - build_number: 1001 + build: h86ecc28_1002 + build_number: 1002 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - sha256: f1d7ff5e06cc515ec82010537813c796369f8e9dde46ce3f4fa1a9f70bc7db7d - md5: d0183ec6ce0b5aaa3486df25fa5f0ded + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba + md5: bb5a90c93e3bac3d5690acf76b4a6386 depends: - - libgcc-ng >=7.5.0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 5657 - timestamp: 1606147738742 + size: 8342 + timestamp: 1726803319942 - kind: conda name: pthread-stubs version: '0.4' - build: hc929b4f_1001 - 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 + build: hb9d3cd8_1002 + build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 + md5: b3c17d95b5a10c6e64a21fa17573e70e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 5653 - timestamp: 1606147699844 + size: 8252 + timestamp: 1726802366959 - kind: conda name: pthread-stubs version: '0.4' - build: hc929b4f_1001 - 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 + build: hb9d3cd8_1002 + build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 + md5: b3c17d95b5a10c6e64a21fa17573e70e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 5653 - timestamp: 1606147699844 + size: 8252 + timestamp: 1726802366959 - kind: conda name: pthread-stubs version: '0.4' - build: hcd874cb_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 - sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - md5: a1f820480193ea83582b13249a7e7bd9 + build: hd74edd7_1002 + build_number: 1002 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + sha256: 8ed65e17fbb0ca944bfb8093b60086e3f9dd678c3448b5de212017394c247ee3 + md5: 415816daf82e0b23a736a069a75e9da7 depends: - - m2w64-gcc-libs + - __osx >=11.0 license: MIT license_family: MIT - size: 6417 - timestamp: 1606147814351 + size: 8381 + timestamp: 1726802424786 - kind: conda name: pthread-stubs version: '0.4' - build: hcd874cb_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 - sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - md5: a1f820480193ea83582b13249a7e7bd9 + build: hd74edd7_1002 + build_number: 1002 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + sha256: 8ed65e17fbb0ca944bfb8093b60086e3f9dd678c3448b5de212017394c247ee3 + md5: 415816daf82e0b23a736a069a75e9da7 depends: - - m2w64-gcc-libs + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 6417 - timestamp: 1606147814351 -- kind: conda - name: pthreads-win32 - version: 2.9.1 - build: hfa6e2cd_3 - 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.* - license: LGPL 2 - size: 144301 - timestamp: 1537755684331 -- kind: conda - name: pthreads-win32 - version: 2.9.1 - build: hfa6e2cd_3 - 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.* - license: LGPL 2 - purls: [] - size: 144301 - timestamp: 1537755684331 + size: 8381 + timestamp: 1726802424786 - kind: conda name: ptyprocess version: 0.7.0 - build: pyhd3deb0d_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - md5: 359eeb6536da0e687af562ed265ec263 + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 + md5: 7d9daffbb8d8e0af0f769dbbcd173a54 depends: - - python + - python >=3.9 license: ISC purls: - pkg:pypi/ptyprocess?source=conda-forge-mapping - size: 16546 - timestamp: 1609419417991 -- kind: conda - name: pulseaudio-client - version: '17.0' - build: hb77b528_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda - sha256: b27c0c8671bd95c205a61aeeac807c095b60bc76eb5021863f919036d7a964fc - md5: 07f45f1be1c25345faddb8db0de8039b - depends: - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=12 - - libglib >=2.78.3,<3.0a0 - - libsndfile >=1.2.2,<1.3.0a0 - - libsystemd0 >=255 - constrains: - - pulseaudio 17.0 *_0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 757633 - timestamp: 1705690081905 -- kind: conda - name: pulseaudio-client - version: '17.0' - build: hb77b528_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda - sha256: b27c0c8671bd95c205a61aeeac807c095b60bc76eb5021863f919036d7a964fc - md5: 07f45f1be1c25345faddb8db0de8039b - depends: - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=12 - - libglib >=2.78.3,<3.0a0 - - libsndfile >=1.2.2,<1.3.0a0 - - libsystemd0 >=255 - constrains: - - pulseaudio 17.0 *_0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 757633 - timestamp: 1705690081905 + size: 19457 + timestamp: 1733302371990 - kind: conda name: pure_eval version: 0.2.3 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 - md5: 0f051f09d992e0d08941706ad519ee0e + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 + md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 depends: - - python >=3.5 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/pure-eval?source=conda-forge-mapping - size: 16551 - timestamp: 1721585805256 + size: 16668 + timestamp: 1733569518868 - kind: conda name: py-cpuinfo version: 9.0.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 - md5: 6f6d42b894118f8378fce11887ccdaff + url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 + md5: 46830ee16925d5ed250850503b5dc3a8 depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT - size: 24947 - timestamp: 1666774595872 + size: 25766 + timestamp: 1733236452235 - kind: conda name: py-cpuinfo version: 9.0.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 - md5: 6f6d42b894118f8378fce11887ccdaff + url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 + md5: 46830ee16925d5ed250850503b5dc3a8 depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/py-cpuinfo?source=conda-forge-mapping - size: 24947 - timestamp: 1666774595872 + size: 25766 + timestamp: 1733236452235 - kind: conda name: pycparser version: '2.22' - build: pyhd8ed1ab_0 + build: pyh29332c3_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 - md5: 844d9eb3b43095b031874477f7d70088 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 + md5: 12c566707c80111f9799308d9e265aef depends: - - python >=3.8 + - python >=3.9 + - python license: BSD-3-Clause license_family: BSD - size: 105098 - timestamp: 1711811634025 + size: 110100 + timestamp: 1733195786147 - kind: conda name: pycparser version: '2.22' - build: pyhd8ed1ab_0 + build: pyh29332c3_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 - md5: 844d9eb3b43095b031874477f7d70088 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 + md5: 12c566707c80111f9799308d9e265aef depends: - - python >=3.8 + - python >=3.9 + - python license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pycparser?source=conda-forge-mapping - size: 105098 - timestamp: 1711811634025 + size: 110100 + timestamp: 1733195786147 - kind: conda name: pydotplus version: 2.0.2 - build: pyhd8ed1ab_6 - build_number: 6 + build: pyhd8ed1ab_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e - md5: 3fd2cd26febcb6029359e5138f964402 + url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 + md5: 26e4ff85fd62f32f1818b57363995bc6 depends: - graphviz - pyparsing >=2.0.1 - - python >=3.6 + - python >=3.9 license: MIT license_family: MIT - size: 26169 - timestamp: 1721395733948 + size: 26425 + timestamp: 1734535829892 - kind: conda name: pydotplus version: 2.0.2 - build: pyhd8ed1ab_6 - build_number: 6 + build: pyhd8ed1ab_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e - md5: 3fd2cd26febcb6029359e5138f964402 + url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 + md5: 26e4ff85fd62f32f1818b57363995bc6 depends: - graphviz - pyparsing >=2.0.1 - - python >=3.6 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/pydotplus?source=conda-forge-mapping - size: 26169 - timestamp: 1721395733948 + size: 26425 + timestamp: 1734535829892 - kind: conda name: pygments version: 2.18.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b - md5: b7f5c092b8f9800150d998a71b76d5a1 + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + sha256: 0d6133545f268b2b89c2617c196fc791f365b538d4057ecd636d658c3b1e885d + md5: b38dc0206e2a530e5c2cf11dc086b31a depends: - - python >=3.8 + - python >=3.9 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/pygments?source=conda-forge-mapping - size: 879295 - timestamp: 1714846885370 + size: 876700 + timestamp: 1733221731178 - kind: conda - name: pyparsing - version: 3.1.2 + name: pykwalify + version: 1.8.0 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b - md5: b9a4dacf97241704529131a0dfc0494f + url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c + md5: 99a239290e383d1fb11099fb4a183398 depends: + - docopt >=0.6.2 - python >=3.6 + - python-dateutil >=2.8.0 + - ruamel.yaml >=0.16.0 license: MIT license_family: MIT - size: 89455 - timestamp: 1709721146886 + size: 27988 + timestamp: 1701903137868 - kind: conda - name: pyparsing - version: 3.1.2 + name: pykwalify + version: 1.8.0 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b - md5: b9a4dacf97241704529131a0dfc0494f + url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c + md5: 99a239290e383d1fb11099fb4a183398 depends: + - docopt >=0.6.2 - python >=3.6 + - python-dateutil >=2.8.0 + - ruamel.yaml >=0.16.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pykwalify?source=conda-forge-mapping + size: 27988 + timestamp: 1701903137868 +- kind: conda + name: pyparsing + version: 3.2.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c + md5: 285e237b8f351e85e7574a2c7bfa6d46 + depends: + - python >=3.9 + license: MIT + license_family: MIT + size: 93082 + timestamp: 1735698406955 +- kind: conda + name: pyparsing + version: 3.2.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c + md5: 285e237b8f351e85e7574a2c7bfa6d46 + depends: + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/pyparsing?source=conda-forge-mapping - size: 89455 - timestamp: 1709721146886 + size: 93082 + timestamp: 1735698406955 - kind: conda - name: pyqt - version: 5.15.9 - build: py39h52134e7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - sha256: a0d0662c73b343931dbd66d9c25ec74f40115512568a87bf4d01af8d1a8ddf1c - md5: e1f148e57d071b09187719df86f513c1 + name: pyrsistent + version: 0.20.0 + build: py39h06d86d0_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 + md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - pyqt5-sip 12.12.2 py39h3d6467e_5 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - license: GPL-3.0-only - license_family: GPL - size: 5227659 - timestamp: 1695420723753 + license: MIT + license_family: MIT + size: 97335 + timestamp: 1725353683407 - kind: conda - name: pyqt - version: 5.15.9 - build: py39h52134e7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - sha256: a0d0662c73b343931dbd66d9c25ec74f40115512568a87bf4d01af8d1a8ddf1c - md5: e1f148e57d071b09187719df86f513c1 + name: pyrsistent + version: 0.20.0 + build: py39h06d86d0_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 + md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - pyqt5-sip 12.12.2 py39h3d6467e_5 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - license: GPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT purls: - - pkg:pypi/pyqt5?source=conda-forge-mapping - size: 5227659 - timestamp: 1695420723753 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 97335 + timestamp: 1725353683407 - kind: conda - name: pyqt - version: 5.15.9 - build: py39hb77abff_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 - md5: 5ed899124a51958336371ff01482b8fd + name: pyrsistent + version: 0.20.0 + build: py39h06df861_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 + md5: 8416d7485c47b6d5238e984e1192dfe6 depends: - - pyqt5-sip 12.12.2 py39h99910a6_5 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - size: 3876568 - timestamp: 1695421679054 + license: MIT + license_family: MIT + size: 97424 + timestamp: 1725353757307 - kind: conda - name: pyqt - version: 5.15.9 - build: py39hb77abff_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 - md5: 5ed899124a51958336371ff01482b8fd + name: pyrsistent + version: 0.20.0 + build: py39h06df861_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 + md5: 8416d7485c47b6d5238e984e1192dfe6 depends: - - pyqt5-sip 12.12.2 py39h99910a6_5 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT + purls: + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 97424 + timestamp: 1725353757307 +- kind: conda + name: pyrsistent + version: 0.20.0 + build: py39h3e3acee_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a + md5: e9a8ed5a0057547d983b0bb7177d103e + depends: + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 101075 + timestamp: 1725354593186 +- kind: conda + name: pyrsistent + version: 0.20.0 + build: py39h3e3acee_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a + md5: e9a8ed5a0057547d983b0bb7177d103e + depends: + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT purls: - - pkg:pypi/pyqt5?source=conda-forge-mapping - size: 3876568 - timestamp: 1695421679054 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 101075 + timestamp: 1725354593186 - kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h3d6467e_5 - build_number: 5 + name: pyrsistent + version: 0.20.0 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - sha256: 86efec5e57111794e039bb14dfce23d9df6ed8df139ab1404086140eba6d4d7c - md5: 93aff412f3e49fdb43361c0215cbd72d + url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d + md5: 5cca69abc822c405c2c1fae2d30f0893 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - sip - - toml - license: GPL-3.0-only - license_family: GPL - size: 85034 - timestamp: 1695418081052 + license: MIT + license_family: MIT + size: 99423 + timestamp: 1725353703276 - kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h3d6467e_5 - build_number: 5 + name: pyrsistent + version: 0.20.0 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - sha256: 86efec5e57111794e039bb14dfce23d9df6ed8df139ab1404086140eba6d4d7c - md5: 93aff412f3e49fdb43361c0215cbd72d + url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d + md5: 5cca69abc822c405c2c1fae2d30f0893 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - sip - - toml - license: GPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT purls: - - pkg:pypi/pyqt5-sip?source=conda-forge-mapping - size: 85034 - timestamp: 1695418081052 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 99423 + timestamp: 1725353703276 - kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h99910a6_5 - build_number: 5 + name: pyrsistent + version: 0.20.0 + build: py39ha55e580_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 - md5: dffbcea794c524c471772a5f697c2aea + url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 + md5: 524bafd6b60d72e8b2b030bca5e8fe1b depends: - - packaging - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - sip - - toml - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - size: 79633 - timestamp: 1695418442270 + license: MIT + license_family: MIT + size: 92568 + timestamp: 1725354090697 - kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h99910a6_5 - build_number: 5 + name: pyrsistent + version: 0.20.0 + build: py39ha55e580_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 - md5: dffbcea794c524c471772a5f697c2aea + url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 + md5: 524bafd6b60d72e8b2b030bca5e8fe1b depends: - - packaging - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - sip - - toml - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT purls: - - pkg:pypi/pyqt5-sip?source=conda-forge-mapping - size: 79633 - timestamp: 1695418442270 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 92568 + timestamp: 1725354090697 - kind: conda name: pyshp version: 2.3.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce - md5: 92a889dc236a5197612bc85bee6d7174 + url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf + md5: 856b387c270e9eaf6e41e978057a2b62 depends: - - python >=3.6 + - python >=3.9 license: MIT license_family: MIT - size: 964060 - timestamp: 1659003065197 + size: 427368 + timestamp: 1733821648154 - kind: conda name: pyshp version: 2.3.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce - md5: 92a889dc236a5197612bc85bee6d7174 + url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf + md5: 856b387c270e9eaf6e41e978057a2b62 depends: - - python >=3.6 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/pyshp?source=conda-forge-mapping - size: 964060 - timestamp: 1659003065197 + size: 427368 + timestamp: 1733821648154 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h0285922_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 + md5: a8d806c618d9ae1836b56e0771ee6abe + depends: + - libclang13 >=19.1.5 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-3.0-only + license_family: LGPL + size: 9776843 + timestamp: 1734099557150 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h0285922_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 + md5: a8d806c618d9ae1836b56e0771ee6abe + depends: + - libclang13 >=19.1.5 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=conda-forge-mapping + size: 9776843 + timestamp: 1734099557150 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h0383914_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + sha256: 6b42c5806940f940956b9f007ba830edf3ce917aa0133fb4ac03caa6fcc0dbd3 + md5: 45e71bee7ab5236b01ec50343d70b15e + depends: + - __glibc >=2.17,<3.0.a0 + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + license: LGPL-3.0-only + license_family: LGPL + size: 10887376 + timestamp: 1734099079552 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h0383914_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + sha256: 6b42c5806940f940956b9f007ba830edf3ce917aa0133fb4ac03caa6fcc0dbd3 + md5: 45e71bee7ab5236b01ec50343d70b15e + depends: + - __glibc >=2.17,<3.0.a0 + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=conda-forge-mapping + size: 10887376 + timestamp: 1734099079552 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h51c6ee1_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + sha256: 7d05346d28d15b10b206cfdb31ae47ad6c03927100597b1e700e9bf0cf2b373d + md5: ba98ca3cd6725e007a6ca0870e8212dd + depends: + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + license: LGPL-3.0-only + license_family: LGPL + size: 7931931 + timestamp: 1734099605934 +- kind: conda + name: pyside6 + version: 6.8.1 + build: py39h51c6ee1_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + sha256: 7d05346d28d15b10b206cfdb31ae47ad6c03927100597b1e700e9bf0cf2b373d + md5: ba98ca3cd6725e007a6ca0870e8212dd + depends: + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=conda-forge-mapping + size: 7931931 + timestamp: 1734099605934 - kind: conda name: pysocks version: 1.7.1 - build: pyh0701188_6 - build_number: 6 + build: pyh09c184e_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 - sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - md5: 56cd9fe388baac0e90c7149cfac95b60 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca + md5: e2fd202833c4a981ce8a65974fe4abd1 depends: - __win - - python >=3.8 + - python >=3.9 - win_inet_pton license: BSD-3-Clause license_family: BSD - size: 19348 - timestamp: 1661605138291 + size: 21784 + timestamp: 1733217448189 - kind: conda name: pysocks version: 1.7.1 - build: pyh0701188_6 - build_number: 6 + build: pyh09c184e_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 - sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - md5: 56cd9fe388baac0e90c7149cfac95b60 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca + md5: e2fd202833c4a981ce8a65974fe4abd1 depends: - __win - - python >=3.8 + - python >=3.9 - win_inet_pton license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pysocks?source=conda-forge-mapping - size: 19348 - timestamp: 1661605138291 + size: 21784 + timestamp: 1733217448189 - kind: conda name: pysocks version: 1.7.1 - build: pyha2e5f31_6 - build_number: 6 + build: pyha55dd90_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - md5: 2a7de29fb590ca14b5243c4c812c8025 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 + md5: 461219d1a5bd61342293efa2c0c90eac depends: - __unix - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 18981 - timestamp: 1661604969727 + size: 21085 + timestamp: 1733217331982 - kind: conda name: pysocks version: 1.7.1 - build: pyha2e5f31_6 - build_number: 6 + build: pyha55dd90_7 + build_number: 7 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - md5: 2a7de29fb590ca14b5243c4c812c8025 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 + md5: 461219d1a5bd61342293efa2c0c90eac depends: - __unix - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pysocks?source=conda-forge-mapping - size: 18981 - timestamp: 1661604969727 + size: 21085 + timestamp: 1733217331982 - kind: conda name: pytest - version: 8.3.2 - build: pyhd8ed1ab_0 + version: 8.3.4 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda - sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 - md5: e010a224b90f1f623a917c35addbb924 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 + md5: 799ed216dc6af62520f32aa39bc1c2bb depends: - colorama - exceptiongroup >=1.0.0rc8 - iniconfig - packaging - pluggy <2,>=1.5 - - python >=3.8 + - python >=3.9 - tomli >=1 constrains: - pytest-faulthandler >=2 license: MIT license_family: MIT - size: 257671 - timestamp: 1721923749407 + size: 259195 + timestamp: 1733217599806 - kind: conda name: pytest - version: 8.3.2 - build: pyhd8ed1ab_0 + version: 8.3.4 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda - sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 - md5: e010a224b90f1f623a917c35addbb924 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 + md5: 799ed216dc6af62520f32aa39bc1c2bb depends: - colorama - exceptiongroup >=1.0.0rc8 - iniconfig - packaging - pluggy <2,>=1.5 - - python >=3.8 + - python >=3.9 - tomli >=1 constrains: - pytest-faulthandler >=2 @@ -35789,704 +26384,738 @@ packages: license_family: MIT purls: - pkg:pypi/pytest?source=conda-forge-mapping - size: 257671 - timestamp: 1721923749407 + size: 259195 + timestamp: 1733217599806 - kind: conda name: pytest-benchmark - version: 4.0.0 - build: pyhd8ed1ab_0 + version: 5.1.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f - md5: 8c3168375e2ac100c17b133f4e2eb536 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad + md5: e082fea65ca7bbde086013c8bf967df0 depends: - py-cpuinfo - pytest >=3.8 - - python >=3.5 + - python >=3.9 license: BSD-2-Clause license_family: BSD - size: 39571 - timestamp: 1666782598879 + size: 42736 + timestamp: 1733277213500 - kind: conda name: pytest-benchmark - version: 4.0.0 - build: pyhd8ed1ab_0 + version: 5.1.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f - md5: 8c3168375e2ac100c17b133f4e2eb536 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad + md5: e082fea65ca7bbde086013c8bf967df0 depends: - py-cpuinfo - pytest >=3.8 - - python >=3.5 + - python >=3.9 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/pytest-benchmark?source=conda-forge-mapping - size: 39571 - timestamp: 1666782598879 + size: 42736 + timestamp: 1733277213500 - kind: conda name: pytest-dotenv version: 0.5.2 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 - md5: 11b16b526f60cc18748c3fe45d10315a + url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 + md5: 1cb1c9f0c6da0017157084138d05c4ca depends: - pytest >=5.0.0 - - python >=3.6 + - python >=3.9 - python-dotenv >=0.9.1 license: MIT license_family: MIT - size: 7383 - timestamp: 1606859705188 + size: 9831 + timestamp: 1735306343133 - kind: conda name: pytest-dotenv version: 0.5.2 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 - md5: 11b16b526f60cc18748c3fe45d10315a + url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 + md5: 1cb1c9f0c6da0017157084138d05c4ca depends: - pytest >=5.0.0 - - python >=3.6 + - python >=3.9 - python-dotenv >=0.9.1 license: MIT license_family: MIT purls: - pkg:pypi/pytest-dotenv?source=conda-forge-mapping - size: 7383 - timestamp: 1606859705188 + size: 9831 + timestamp: 1735306343133 - kind: conda name: pytest-order - version: 1.0.1 - build: pyhd8ed1ab_0 + version: 1.3.0 + build: pyh29332c3_2 + build_number: 2 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 - md5: d66820a0d1d10f6731b101d36dc38ad9 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 + md5: e9e7d96ef6e90a50a4a484b305a9b0d9 depends: - - pytest >=3.7 - - python >=3.6 + - python >=3.9 + - pytest >=5.0 + - python license: MIT license_family: MIT - size: 15851 - timestamp: 1641771678634 + size: 21116 + timestamp: 1735596789189 - kind: conda name: pytest-order - version: 1.0.1 - build: pyhd8ed1ab_0 + version: 1.3.0 + build: pyh29332c3_2 + build_number: 2 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 - md5: d66820a0d1d10f6731b101d36dc38ad9 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 + md5: e9e7d96ef6e90a50a4a484b305a9b0d9 depends: - - pytest >=3.7 - - python >=3.6 + - python >=3.9 + - pytest >=5.0 + - python license: MIT license_family: MIT purls: - pkg:pypi/pytest-order?source=conda-forge-mapping - size: 15851 - timestamp: 1641771678634 + size: 21116 + timestamp: 1735596789189 - kind: conda name: pytest-xdist version: 3.6.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 - md5: b39568655c127a9c4a44d178ac99b6d0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 + md5: 59aad4fb37cabc0bacc73cf344612ddd depends: - execnet >=2.1 - pytest >=7.0.0 - - python >=3.8 + - python >=3.9 constrains: - psutil >=3.0 license: MIT license_family: MIT - size: 38320 - timestamp: 1718138508765 + size: 38147 + timestamp: 1733240891538 - kind: conda name: pytest-xdist version: 3.6.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 - md5: b39568655c127a9c4a44d178ac99b6d0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 + md5: 59aad4fb37cabc0bacc73cf344612ddd depends: - execnet >=2.1 - pytest >=7.0.0 - - python >=3.8 + - python >=3.9 constrains: - psutil >=3.0 license: MIT license_family: MIT purls: - pkg:pypi/pytest-xdist?source=conda-forge-mapping - size: 38320 - timestamp: 1718138508765 + size: 38147 + timestamp: 1733240891538 - kind: conda name: python - version: 3.9.19 - build: h0755675_0_cpython - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - sha256: b9253ca9ca5427e6da4b1d43353a110e0f2edfab9c951afb4bf01cbae2825b31 - md5: d9ee3647fbd9e8595b8df759b2bbefb8 + version: 3.9.21 + build: h37870fc_1_cpython + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda + sha256: ccb1dcc59dcfbc0da916f04ce1840b44fc8aed76733604e4c65855b33085b83f + md5: 436316266ec1b6c23065b398e43d3a44 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.45.2,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - - xz >=5.2.6,<6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - python_abi 3.9.* *_cp39 license: Python-2.0 - size: 23800555 - timestamp: 1710940120866 + size: 16943409 + timestamp: 1733406595694 - kind: conda name: python - version: 3.9.19 - build: h0755675_0_cpython - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - sha256: b9253ca9ca5427e6da4b1d43353a110e0f2edfab9c951afb4bf01cbae2825b31 - md5: d9ee3647fbd9e8595b8df759b2bbefb8 + version: 3.9.21 + build: h37870fc_1_cpython + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda + sha256: ccb1dcc59dcfbc0da916f04ce1840b44fc8aed76733604e4c65855b33085b83f + md5: 436316266ec1b6c23065b398e43d3a44 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.45.2,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata - - xz >=5.2.6,<6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - python_abi 3.9.* *_cp39 license: Python-2.0 purls: [] - size: 23800555 - timestamp: 1710940120866 + size: 16943409 + timestamp: 1733406595694 - kind: conda name: python - version: 3.9.19 - build: h4ac3b42_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - sha256: 26845bcb8194e121331d47dca98d07f6197d5bf3bd2cb8da2cd2391722463180 - md5: 1501507cd9451472ec8900d587ce872f + version: 3.9.21 + build: h5f1b60f_1_cpython + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + sha256: e9f80120e6bbb6fcbe29eb4afb1fc06c0a9b2802a13114cf7c823fce284f4ebb + md5: a7ec592ce8aefc5a681d2c5b8e005a54 depends: + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 - size: 12542650 - timestamp: 1710945692074 + size: 11800492 + timestamp: 1733406732542 - kind: conda name: python - version: 3.9.19 - build: h4ac3b42_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - sha256: 26845bcb8194e121331d47dca98d07f6197d5bf3bd2cb8da2cd2391722463180 - md5: 1501507cd9451472ec8900d587ce872f + version: 3.9.21 + build: h5f1b60f_1_cpython + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + sha256: e9f80120e6bbb6fcbe29eb4afb1fc06c0a9b2802a13114cf7c823fce284f4ebb + md5: a7ec592ce8aefc5a681d2c5b8e005a54 depends: + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 12542650 - timestamp: 1710945692074 + size: 11800492 + timestamp: 1733406732542 - kind: conda name: python - version: 3.9.19 - build: h4de0772_0_cpython - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f - md5: b6999bc275e0e6beae7b1c8ea0be1e85 + version: 3.9.21 + build: h7fafba3_1_cpython + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + sha256: 7c351d45f07d40ff57a2e0dce4d2e245f8f03140a42c2e3a12f69036e46eb8c3 + md5: 858da32345b53a39ffa3fd8ffbe789df depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<4.0a0 + - readline >=8.2,<9.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.9.* *_cp39 license: Python-2.0 - size: 16906240 - timestamp: 1710938565297 + size: 11448139 + timestamp: 1733407294540 - kind: conda name: python - version: 3.9.19 - build: h4de0772_0_cpython - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f - md5: b6999bc275e0e6beae7b1c8ea0be1e85 + version: 3.9.21 + build: h7fafba3_1_cpython + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + sha256: 7c351d45f07d40ff57a2e0dce4d2e245f8f03140a42c2e3a12f69036e46eb8c3 + md5: 858da32345b53a39ffa3fd8ffbe789df depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<4.0a0 + - readline >=8.2,<9.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.9.* *_cp39 license: Python-2.0 purls: [] - size: 16906240 - timestamp: 1710938565297 + size: 11448139 + timestamp: 1733407294540 - kind: conda name: python - version: 3.9.19 - build: h7a9c478_0_cpython - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe - md5: 7d53d366acd9dbfb498c69326ccb520a + version: 3.9.21 + build: h9c0c6dc_1_cpython + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + sha256: 06042ce946a64719b5ce1676d02febc49a48abcab16ef104e27d3ec11e9b1855 + md5: b4807744af026fdbe8c05131758fb4be depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 - size: 12372436 - timestamp: 1710940037648 + size: 23622848 + timestamp: 1733407924273 - kind: conda name: python - version: 3.9.19 - build: h7a9c478_0_cpython - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe - md5: 7d53d366acd9dbfb498c69326ccb520a + version: 3.9.21 + build: h9c0c6dc_1_cpython + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + sha256: 06042ce946a64719b5ce1676d02febc49a48abcab16ef104e27d3ec11e9b1855 + md5: b4807744af026fdbe8c05131758fb4be depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 12372436 - timestamp: 1710940037648 + size: 23622848 + timestamp: 1733407924273 - kind: conda name: python - version: 3.9.19 - build: hd7ebdb9_0_cpython - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 - md5: 45c4d173b12154f746be3b49b1190634 + version: 3.9.21 + build: hb97c71e_1_cpython + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + sha256: 2311a14c87ec1062b7e531d26dd80869f485fc5a16e1bc58f46b0bb3e4848756 + md5: 49094665d26eac2d8a199169cf0989db depends: - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 - size: 11847835 - timestamp: 1710939779164 + size: 12462624 + timestamp: 1733406248560 - kind: conda name: python - version: 3.9.19 - build: hd7ebdb9_0_cpython - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 - md5: 45c4d173b12154f746be3b49b1190634 + version: 3.9.21 + build: hb97c71e_1_cpython + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + sha256: 2311a14c87ec1062b7e531d26dd80869f485fc5a16e1bc58f46b0bb3e4848756 + md5: 49094665d26eac2d8a199169cf0989db depends: - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 11847835 - timestamp: 1710939779164 + size: 12462624 + timestamp: 1733406248560 - kind: conda name: python-dateutil - version: 2.9.0 - build: pyhd8ed1ab_0 + version: 2.9.0.post0 + build: pyhff2d567_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 - md5: 2cf4264fffb9e6eff6031c5b6884d61c + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 + md5: 5ba79d7c71f03c678c8ead841f347d6e depends: - - python >=3.7 + - python >=3.9 - six >=1.5 license: Apache-2.0 license_family: APACHE - size: 222742 - timestamp: 1709299922152 + size: 222505 + timestamp: 1733215763718 - kind: conda name: python-dateutil - version: 2.9.0 - build: pyhd8ed1ab_0 + version: 2.9.0.post0 + build: pyhff2d567_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 - md5: 2cf4264fffb9e6eff6031c5b6884d61c + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 + md5: 5ba79d7c71f03c678c8ead841f347d6e depends: - - python >=3.7 + - python >=3.9 - six >=1.5 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/python-dateutil?source=conda-forge-mapping - size: 222742 - timestamp: 1709299922152 + size: 222505 + timestamp: 1733215763718 - kind: conda name: python-dotenv version: 1.0.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c - md5: c2997ea9360ac4e015658804a7a84f94 + url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 + md5: e5c6ed218664802d305e79cc2d4491de depends: - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 24278 - timestamp: 1706018281544 + size: 24215 + timestamp: 1733243277223 - kind: conda name: python-dotenv version: 1.0.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c - md5: c2997ea9360ac4e015658804a7a84f94 + url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 + md5: e5c6ed218664802d305e79cc2d4491de depends: - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/python-dotenv?source=conda-forge-mapping - size: 24278 - timestamp: 1706018281544 + size: 24215 + timestamp: 1733243277223 - kind: conda name: python-fastjsonschema - version: 2.20.0 + version: 2.21.1 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 - md5: b98d2018c01ce9980c03ee2850690fab + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 + md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c depends: - - python >=3.3 + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 226165 - timestamp: 1718477110630 + size: 226259 + timestamp: 1733236073335 - kind: conda name: python-fastjsonschema - version: 2.20.0 + version: 2.21.1 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 - md5: b98d2018c01ce9980c03ee2850690fab + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 + md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c depends: - - python >=3.3 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fastjsonschema?source=conda-forge-mapping - size: 226165 - timestamp: 1718477110630 + size: 226259 + timestamp: 1733236073335 - kind: conda name: python-tzdata - version: '2024.1' - build: pyhd8ed1ab_0 + version: '2024.2' + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad - md5: 98206ea9954216ee7540f0c773f2104d + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 + md5: c0def296b2f6d2dd7b030c2a7f66bb1f depends: - - python >=3.6 + - python >=3.9 license: Apache-2.0 license_family: APACHE - size: 144024 - timestamp: 1707747742930 + size: 142235 + timestamp: 1733235414217 - kind: conda name: python-tzdata - version: '2024.1' - build: pyhd8ed1ab_0 + version: '2024.2' + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad - md5: 98206ea9954216ee7540f0c773f2104d + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 + md5: c0def296b2f6d2dd7b030c2a7f66bb1f depends: - - python >=3.6 + - python >=3.9 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/tzdata?source=conda-forge-mapping - size: 144024 - timestamp: 1707747742930 + size: 142235 + timestamp: 1733235414217 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda - sha256: 7e0157e35929711e1a986c18a8bfb7a38a2209cfada16b541ebb0481f74376d6 - md5: bfe4b3259a8ac6cdf0037752904da6a7 + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 + md5: 40363a30db350596b5f225d0d5a33328 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6378 - timestamp: 1695147399237 + size: 6193 + timestamp: 1723823354399 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda - sha256: 7e0157e35929711e1a986c18a8bfb7a38a2209cfada16b541ebb0481f74376d6 - md5: bfe4b3259a8ac6cdf0037752904da6a7 + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 + md5: 40363a30db350596b5f225d0d5a33328 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6378 - timestamp: 1695147399237 + size: 6193 + timestamp: 1723823354399 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda - sha256: b9201f49d9172c37f52818e34eaf21855c0e5a1fb885cd1b5a60fa1a9307d178 - md5: c191905a08694e4a5cb1238e90233878 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + sha256: a5fc075aaefce0dd4bb143518d61669dae5f4dfac25d86a81e0ad0abd3b61938 + md5: 2d2843f11ec622f556137d72d9c72d89 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6433 - timestamp: 1695147422968 + size: 6287 + timestamp: 1723823356577 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda - sha256: b9201f49d9172c37f52818e34eaf21855c0e5a1fb885cd1b5a60fa1a9307d178 - md5: c191905a08694e4a5cb1238e90233878 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + sha256: a5fc075aaefce0dd4bb143518d61669dae5f4dfac25d86a81e0ad0abd3b61938 + md5: 2d2843f11ec622f556137d72d9c72d89 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6433 - timestamp: 1695147422968 + size: 6287 + timestamp: 1723823356577 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda - sha256: a2b38ce566d9f48a49369f46c50912300a6ac09bf1c58a0d6c2caab074ee551e - md5: 2d9f6c00555127a9058cfa955adf1090 + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + sha256: 18224feb9a5ffb1ad5ae8eac21496f399befce29aeaaf929fff44dc827e9ac16 + md5: 09ac18c0db8f06c3913fa014ec016849 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6486 - timestamp: 1695147714523 + size: 6294 + timestamp: 1723823176192 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda - sha256: a2b38ce566d9f48a49369f46c50912300a6ac09bf1c58a0d6c2caab074ee551e - md5: 2d9f6c00555127a9058cfa955adf1090 + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + sha256: 18224feb9a5ffb1ad5ae8eac21496f399befce29aeaaf929fff44dc827e9ac16 + md5: 09ac18c0db8f06c3913fa014ec016849 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6486 - timestamp: 1695147714523 + size: 6294 + timestamp: 1723823176192 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda - sha256: 2ae06dcd1a03f023b6accf5bd989f42b689f708d3495affa22c2ed9f1d127726 - md5: be9e11a37bbab9cfdbcb36e52d8d73cb + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + sha256: a942c019a98f4c89bc3a73a6a583f65d1c8fc560ccfdbdd9cba9f5ef719026fb + md5: 1ca4a5e8290873da8963182d9673299d constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6484 - timestamp: 1695147719187 + size: 6326 + timestamp: 1723823464252 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda - sha256: 2ae06dcd1a03f023b6accf5bd989f42b689f708d3495affa22c2ed9f1d127726 - md5: be9e11a37bbab9cfdbcb36e52d8d73cb + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + sha256: a942c019a98f4c89bc3a73a6a583f65d1c8fc560ccfdbdd9cba9f5ef719026fb + md5: 1ca4a5e8290873da8963182d9673299d constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6484 - timestamp: 1695147719187 + size: 6326 + timestamp: 1723823464252 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed - md5: 948b0d93d4ab1372d8fd45e1560afd47 + url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a + md5: 86ba1bbcf9b259d1592201f3c345c810 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 6776 - timestamp: 1695147727582 + size: 6706 + timestamp: 1723823197703 - kind: conda name: python_abi version: '3.9' - build: 4_cp39 - build_number: 4 + build: 5_cp39 + build_number: 5 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed - md5: 948b0d93d4ab1372d8fd45e1560afd47 + url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a + md5: 86ba1bbcf9b259d1592201f3c345c810 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6776 - timestamp: 1695147727582 + size: 6706 + timestamp: 1723823197703 - kind: conda name: pytz version: '2024.1' @@ -36504,30 +27133,31 @@ packages: timestamp: 1706886944988 - kind: conda name: pytz - version: '2024.1' - build: pyhd8ed1ab_0 + version: '2024.2' + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 - md5: 3eeeeb9e4827ace8c0c1419c85d590ad + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda + sha256: 0a7c706b2eb13f7da5692d9ddf1567209964875710b471de6f2743b33d1ba960 + md5: f26ec986456c30f6dff154b670ae140f depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/pytz?source=conda-forge-mapping - size: 188538 - timestamp: 1706886944988 + size: 185890 + timestamp: 1733215766006 - kind: conda name: pywin32 - version: '306' - build: py39h99910a6_2 - build_number: 2 + version: '307' + build: py39ha51f57c_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 - md5: eab91442160b49994dd2e224e6082770 + url: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 + md5: 2fb5a9ee057acb7709b321fe6a11f5c6 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -36536,17 +27166,17 @@ packages: - vc14_runtime >=14.29.30139 license: PSF-2.0 license_family: PSF - size: 5808124 - timestamp: 1695974471118 + size: 5515172 + timestamp: 1728636929930 - kind: conda name: pywin32 - version: '306' - build: py39h99910a6_2 - build_number: 2 + version: '307' + build: py39ha51f57c_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 - md5: eab91442160b49994dd2e224e6082770 + url: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 + md5: 2fb5a9ee057acb7709b321fe6a11f5c6 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -36557,36 +27187,38 @@ packages: license_family: PSF purls: - pkg:pypi/pywin32?source=conda-forge-mapping - size: 5808124 - timestamp: 1695974471118 + size: 5515172 + timestamp: 1728636929930 - kind: conda name: pyyaml - version: 6.0.1 - build: py39h0f82c59_1 + version: 6.0.2 + build: py39h060674a_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc - md5: b4f3bbf710410751f687ac04544c12b1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 + md5: c731cf6279b0e0f5e848d14afd057197 depends: + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 159929 - timestamp: 1695373838385 + size: 174684 + timestamp: 1725456429212 - kind: conda name: pyyaml - version: 6.0.1 - build: py39h0f82c59_1 + version: 6.0.2 + build: py39h060674a_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc - md5: b4f3bbf710410751f687ac04544c12b1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 + md5: c731cf6279b0e0f5e848d14afd057197 depends: + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -36595,119 +27227,117 @@ packages: license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 159929 - timestamp: 1695373838385 + size: 174684 + timestamp: 1725456429212 - kind: conda name: pyyaml - version: 6.0.1 - build: py39h898b7ef_1 + version: 6.0.2 + build: py39h06d86d0_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - sha256: 7a3ffc8bc3ca6858776b73030985bcb6ef2f9fa63a0c34b57adee12f959eb139 - md5: 6130aa0677e5b9bfcd3c8fde05f8a7e6 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab + md5: 46dd423c757e1b7589e2e2d4a9945059 depends: - - libgcc-ng >=12 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 168125 - timestamp: 1695373798879 + size: 163637 + timestamp: 1725456332138 - kind: conda name: pyyaml - version: 6.0.1 - build: py39h898b7ef_1 + version: 6.0.2 + build: py39h06d86d0_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - sha256: 7a3ffc8bc3ca6858776b73030985bcb6ef2f9fa63a0c34b57adee12f959eb139 - md5: 6130aa0677e5b9bfcd3c8fde05f8a7e6 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab + md5: 46dd423c757e1b7589e2e2d4a9945059 depends: - - libgcc-ng >=12 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 168125 - timestamp: 1695373798879 + size: 163637 + timestamp: 1725456332138 - kind: conda name: pyyaml - version: 6.0.1 - build: py39ha55989b_1 + version: 6.0.2 + build: py39h06df861_1 build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 - md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 + md5: afea777abeb887c23dc4ec2d8a9acca8 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 151118 - timestamp: 1695373930963 + size: 161903 + timestamp: 1725456557842 - kind: conda name: pyyaml - version: 6.0.1 - build: py39ha55989b_1 + version: 6.0.2 + build: py39h06df861_1 build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 - md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 + md5: afea777abeb887c23dc4ec2d8a9acca8 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 151118 - timestamp: 1695373930963 + size: 161903 + timestamp: 1725456557842 - kind: conda name: pyyaml - version: 6.0.1 - build: py39hd1e30aa_1 + version: 6.0.2 + build: py39h8cd3c5a_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 - md5: 37218233bcdc310e4fde6453bc1b40d8 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 + md5: 76e82e62b7bda86a7fceb1f32585abad depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 178391 - timestamp: 1695373606953 + size: 181692 + timestamp: 1725456337437 - kind: conda name: pyyaml - version: 6.0.1 - build: py39hd1e30aa_1 + version: 6.0.2 + build: py39h8cd3c5a_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 - md5: 37218233bcdc310e4fde6453bc1b40d8 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 + md5: 76e82e62b7bda86a7fceb1f32585abad depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 @@ -36715,54 +27345,61 @@ packages: license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 178391 - timestamp: 1695373606953 + size: 181692 + timestamp: 1725456337437 - kind: conda name: pyyaml - version: 6.0.1 - build: py39hdc70f33_1 + version: 6.0.2 + build: py39ha55e580_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f - md5: 542378f49240a94056b50ab1385b3bfb + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda + sha256: 36ec720da777235b0775119af4d9ebbb821bb71a6c6b32b6bd4c4f6be9d895ff + md5: 099b4a8943b67a0a35695fa4275c0292 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 162428 - timestamp: 1695373824922 + size: 157276 + timestamp: 1725456761667 - kind: conda name: pyyaml - version: 6.0.1 - build: py39hdc70f33_1 + version: 6.0.2 + build: py39ha55e580_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f - md5: 542378f49240a94056b50ab1385b3bfb + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda + sha256: 36ec720da777235b0775119af4d9ebbb821bb71a6c6b32b6bd4c4f6be9d895ff + md5: 099b4a8943b67a0a35695fa4275c0292 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 162428 - timestamp: 1695373824922 + size: 157276 + timestamp: 1725456761667 - kind: conda name: pyzmq - version: 26.0.3 - build: py39h03e5c00_0 + version: 26.2.0 + build: py39h03e5c00_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda - sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 - md5: 433e2c4670e59d5a4da74e8d803af6dc + url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.0-py39h03e5c00_3.conda + sha256: 86592bb0ee22245acef1f917ccfc08ab520e99d0fe1160b338017da70c12a3ac + md5: d320b3e5c54a861ef8388f5af78762ea depends: - - libsodium >=1.0.18,<1.0.19.0a0 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 @@ -36773,20 +27410,22 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 367507 - timestamp: 1715025139194 + size: 314988 + timestamp: 1728642919324 - kind: conda name: pyzmq - version: 26.0.3 - build: py39h304b177_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda - sha256: 75cb45d06d288ea1ea62f420188038d70975da5bc9165f7fdc2e6ca9083f2c33 - md5: cfca77b30803f8b6ac1c7f55629643ed + version: 26.2.0 + build: py39h4e4fb57_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda + sha256: 397b437083f58a533406fb25e3d6590ea98a593739e8b9ca8358017d060c176f + md5: 443c3fe5e7b75f521ec82bd81fa2e061 depends: - - __osx >=10.9 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 @@ -36794,41 +27433,44 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 366370 - timestamp: 1715024637804 + size: 335469 + timestamp: 1728642388291 - kind: conda name: pyzmq - version: 26.0.3 - build: py39h866fef3_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda - sha256: 5ed3c480d9c11d2c1587fee15b60b66f2337e7f750099f831f9b236fb4923f2f - md5: b9bfa5ddac0d5e57813608ddaf09abe0 + version: 26.2.0 + build: py39h6e893d0_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda + sha256: 73459f95de88bee799c3af7268bef53416952ec0955ecac9577124dc83e68284 + md5: 621448a43a3a0947ece0f183ec279335 depends: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - __osx >=11.0 + - libcxx >=17 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 382111 - timestamp: 1715026004069 + size: 312145 + timestamp: 1728642601493 - kind: conda name: pyzmq - version: 26.0.3 - build: py39ha1047a2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda - sha256: 03aad377edcce5526a6e5f762149dcfc27c40dffe4ff7c78415afcd7054cc8c7 - md5: 759ea8d4642683f589e515752498f555 + version: 26.2.0 + build: py39h7644d4c_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda + sha256: bab1e6951c731fe57df614602689ca8f4177e690030e38efd4d26502d64ab425 + md5: 32b9dbcb1156223a671396bd70868823 depends: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 + - libcxx >=17 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 @@ -36836,30 +27478,30 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 388088 - timestamp: 1715024611489 + size: 312987 + timestamp: 1728642408300 - kind: conda name: pyzmq - version: 26.0.3 - build: py39he7f0319_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda - sha256: 30700297da1b64a6a569d0882b16c18cd376eb45c23d7c2f7c60187d51baa821 - md5: a159965ec7677393bcfe73e350a95d8f + version: 26.2.0 + build: py39he601760_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda + sha256: f7d4e94945f9b82ee55e10b58b3758021b288de8ad306b34a33ee45e4ce6e6b9 + md5: d19792e3beab081d29ba083bcf49e40a depends: - - __osx >=11.0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 364924 - timestamp: 1715024636001 + size: 328958 + timestamp: 1728644519609 - kind: conda name: qhull version: '2020.2' @@ -37020,232 +27662,381 @@ packages: size: 1377020 timestamp: 1720814433486 - kind: conda - name: qt-main - version: 5.15.8 - build: h06adc49_23 - build_number: 23 + name: qt6-main + version: 6.8.1 + build: h1259614_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f - md5: 1f6a464e4fc36114ac7286d1db8d260e + url: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 + md5: 070e8c90ab39a63d9ee0d2155bc668b4 depends: - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - icu >=73.2,<74.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=15.0.7 - - libglib >=2.80.3,<3.0a0 + - libclang13 >=19.1.6 + - libglib >=2.82.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libsqlite >=3.46.0,<4.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 license: LGPL-3.0-only license_family: LGPL - size: 60286742 - timestamp: 1721091009568 + size: 92067478 + timestamp: 1735624829377 - kind: conda - name: qt-main - version: 5.15.8 - build: h06adc49_23 - build_number: 23 + name: qt6-main + version: 6.8.1 + build: h1259614_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f - md5: 1f6a464e4fc36114ac7286d1db8d260e + url: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 + md5: 070e8c90ab39a63d9ee0d2155bc668b4 depends: - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - icu >=73.2,<74.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=15.0.7 - - libglib >=2.80.3,<3.0a0 + - libclang13 >=19.1.6 + - libglib >=2.82.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libsqlite >=3.46.0,<4.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 license: LGPL-3.0-only license_family: LGPL purls: [] - size: 60286742 - timestamp: 1721091009568 + size: 92067478 + timestamp: 1735624829377 - kind: conda - name: qt-main - version: 5.15.8 - build: h320f8da_24 - build_number: 24 + name: qt6-main + version: 6.8.1 + build: h588cce1_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - sha256: 43773cf96efce22f8c46b4666fba89953c71cad60b309693147fb90b04557c64 - md5: bec111b67cb8dc63277c6af65d214044 + url: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe + md5: 5d2f1f29c025a110a43f9946527623ab depends: - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 + - alsa-lib >=1.2.13,<1.3.0a0 - dbus >=1.13.6,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - icu >=73.2,<74.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp15 >=15.0.7,<15.1.0a0 - - libclang13 >=15.0.7 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 - libcups >=2.3.3,<2.4.0a0 - - libevent >=2.1.12,<2.1.13.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm15 >=15.0.7,<15.1.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libpq >=16.3,<17.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=8.3.0,<8.4.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openssl >=3.3.1,<4.0a0 - - pulseaudio-client >=17.0,<17.1.0a0 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-keysyms >=0.4.1,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xf86vidmodeproto + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 license: LGPL-3.0-only license_family: LGPL - size: 60403438 - timestamp: 1721277287096 + size: 51627124 + timestamp: 1735624057807 - kind: conda - name: qt-main - version: 5.15.8 - build: h320f8da_24 - build_number: 24 + name: qt6-main + version: 6.8.1 + build: h588cce1_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - sha256: 43773cf96efce22f8c46b4666fba89953c71cad60b309693147fb90b04557c64 - md5: bec111b67cb8dc63277c6af65d214044 + url: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe + md5: 5d2f1f29c025a110a43f9946527623ab depends: - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 + - alsa-lib >=1.2.13,<1.3.0a0 - dbus >=1.13.6,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - icu >=73.2,<74.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp15 >=15.0.7,<15.1.0a0 - - libclang13 >=15.0.7 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 - libcups >=2.3.3,<2.4.0a0 - - libevent >=2.1.12,<2.1.13.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm15 >=15.0.7,<15.1.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libpq >=16.3,<17.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=8.3.0,<8.4.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openssl >=3.3.1,<4.0a0 - - pulseaudio-client >=17.0,<17.1.0a0 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-keysyms >=0.4.1,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xf86vidmodeproto + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 6.8.1 + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 51627124 + timestamp: 1735624057807 +- kind: conda + name: qt6-main + version: 6.8.1 + build: ha0a94ed_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + sha256: 0d45a4b0c6ce23df15b8052348402d51d3bd3e89d927075446b6f1af9931cc8a + md5: 72dfd400f4b96eab2e36ff57bd887f13 + depends: + - alsa-lib >=1.2.13,<1.3.0a0 + - dbus >=1.13.6,<2.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 + - libcups >=2.3.3,<2.4.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-keysyms >=0.4.1,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + - xcb-util-wm >=0.4.2,<0.5.0a0 + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 6.8.1 + license: LGPL-3.0-only + license_family: LGPL + size: 53982598 + timestamp: 1735626222252 +- kind: conda + name: qt6-main + version: 6.8.1 + build: ha0a94ed_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + sha256: 0d45a4b0c6ce23df15b8052348402d51d3bd3e89d927075446b6f1af9931cc8a + md5: 72dfd400f4b96eab2e36ff57bd887f13 + depends: + - alsa-lib >=1.2.13,<1.3.0a0 + - dbus >=1.13.6,<2.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 + - libcups >=2.3.3,<2.4.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-keysyms >=0.4.1,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + - xcb-util-wm >=0.4.2,<0.5.0a0 + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 license: LGPL-3.0-only license_family: LGPL purls: [] - size: 60403438 - timestamp: 1721277287096 + size: 53982598 + timestamp: 1735626222252 - kind: conda name: rasterio - version: 1.3.10 - build: py39h0a9625c_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - sha256: 3cb660bf5f75e95189450e6b46ed911e691bef39e45b90fc626ccb1e4b8407d3 - md5: d10ed60a4ae4b8158a96825d969eb14a + version: 1.4.3 + build: py39h0c8b368_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 + md5: ba0c9180f95d8ffe5cdbd47f14684a56 depends: - - __glibc >=2.17,<3.0.a0 - affine - attrs - certifi - click >=4 - click-plugins - cligj >=0.5 - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - importlib-metadata + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 7707167 - timestamp: 1722410320226 + size: 7711863 + timestamp: 1733164150551 - kind: conda name: rasterio - version: 1.3.10 - build: py39h0a9625c_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - sha256: 3cb660bf5f75e95189450e6b46ed911e691bef39e45b90fc626ccb1e4b8407d3 - md5: d10ed60a4ae4b8158a96825d969eb14a + version: 1.4.3 + build: py39h0c8b368_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 + md5: ba0c9180f95d8ffe5cdbd47f14684a56 depends: - - __glibc >=2.17,<3.0.a0 - affine - attrs - certifi @@ -37253,33 +28044,32 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7707167 - timestamp: 1722410320226 + size: 7711863 + timestamp: 1733164150551 - kind: conda name: rasterio - version: 1.3.10 - build: py39h53dcae1_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 - md5: c3066976e4bb41b0e6d33bc8615cda15 + version: 1.4.3 + build: py39h13cc60e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be + md5: 0c5537986a20801371e4f6b691627a54 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - affine - attrs - certifi @@ -37287,31 +28077,29 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 license: BSD-3-Clause license_family: BSD - size: 7475236 - timestamp: 1722410601709 + size: 8026701 + timestamp: 1733163688240 - kind: conda name: rasterio - version: 1.3.10 - build: py39h53dcae1_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 - md5: c3066976e4bb41b0e6d33bc8615cda15 + version: 1.4.3 + build: py39h13cc60e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be + md5: 0c5537986a20801371e4f6b691627a54 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - affine - attrs - certifi @@ -37319,13 +28107,12 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 @@ -37333,18 +28120,18 @@ packages: license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7475236 - timestamp: 1722410601709 + size: 8026701 + timestamp: 1733163688240 - kind: conda name: rasterio - version: 1.3.10 - build: py39h6e27d46_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 - md5: d9f415ffa1f51fe36006a7aa31d71b03 + version: 1.4.3 + build: py39h6f170ea_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + sha256: 1735bcc05b69b207bbf3ea8930a81fbc2c14b451d403a1d38a99552258069689 + md5: e4a7eb7698ca9d4afa1fc031751d4c78 depends: + - __osx >=10.13 - affine - attrs - certifi @@ -37352,31 +28139,28 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 6967188 - timestamp: 1722410854327 + size: 7326262 + timestamp: 1733163991194 - kind: conda name: rasterio - version: 1.3.10 - build: py39h6e27d46_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 - md5: d9f415ffa1f51fe36006a7aa31d71b03 + version: 1.4.3 + build: py39h6f170ea_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + sha256: 1735bcc05b69b207bbf3ea8930a81fbc2c14b451d403a1d38a99552258069689 + md5: e4a7eb7698ca9d4afa1fc031751d4c78 depends: + - __osx >=10.13 - affine - attrs - certifi @@ -37384,33 +28168,30 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 6967188 - timestamp: 1722410854327 + size: 7326262 + timestamp: 1733163991194 - kind: conda name: rasterio - version: 1.3.10 - build: py39hcf36936_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 - md5: 97457bde523ebea8b692f4db7eef3f31 + version: 1.4.3 + build: py39ha3cb5d6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + sha256: 2c8fd3d6b178ef7a6e042b7fa47f08e97854462dd84671e2fddb68c22deb8763 + md5: 291a417442438caf4d38e8cc630e4063 depends: + - __osx >=11.0 - affine - attrs - certifi @@ -37418,12 +28199,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -37431,18 +28210,18 @@ packages: - snuggs >=1.4.1 license: BSD-3-Clause license_family: BSD - size: 8013724 - timestamp: 1722410428381 + size: 7990317 + timestamp: 1733163812700 - kind: conda name: rasterio - version: 1.3.10 - build: py39hcf36936_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 - md5: 97457bde523ebea8b692f4db7eef3f31 + version: 1.4.3 + build: py39ha3cb5d6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + sha256: 2c8fd3d6b178ef7a6e042b7fa47f08e97854462dd84671e2fddb68c22deb8763 + md5: 291a417442438caf4d38e8cc630e4063 depends: + - __osx >=11.0 - affine - attrs - certifi @@ -37450,12 +28229,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -37465,19 +28242,17 @@ packages: license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 8013724 - timestamp: 1722410428381 + size: 7990317 + timestamp: 1733163812700 - kind: conda name: rasterio - version: 1.3.10 - build: py39he476bd8_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 - md5: 142be886ff40b6766e6a7ad1ad8651ae + version: 1.4.3 + build: py39hbaa7715_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + sha256: 7031530513b7a7e9ffd050354e89e8c96766ed7c5f4c1dfa90569e8c1439d124 + md5: 0349f0e40453fcf94e796d730a79ad4c depends: - - __osx >=10.13 - affine - attrs - certifi @@ -37485,30 +28260,29 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 license: BSD-3-Clause license_family: BSD - size: 7350727 - timestamp: 1722410385410 + size: 7312619 + timestamp: 1733163893489 - kind: conda name: rasterio - version: 1.3.10 - build: py39he476bd8_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 - md5: 142be886ff40b6766e6a7ad1ad8651ae + version: 1.4.3 + build: py39hbaa7715_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + sha256: 7031530513b7a7e9ffd050354e89e8c96766ed7c5f4c1dfa90569e8c1439d124 + md5: 0349f0e40453fcf94e796d730a79ad4c depends: - - __osx >=10.13 - affine - attrs - certifi @@ -37516,12 +28290,13 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 @@ -37529,47 +28304,49 @@ packages: license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7350727 - timestamp: 1722410385410 + size: 7312619 + timestamp: 1733163893489 - kind: conda name: rasterstats - version: 0.19.0 - build: pyhd8ed1ab_0 + version: 0.20.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 - md5: 83aa6e0ab5c370e2d464fd72ef4cf155 + url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b + md5: d0bf36963569fa8b1843cb4c3e5cd74b depends: - affine - click >7.1 - cligj >=0.4 - fiona - numpy >=1.9 - - python >=3.7 + - python >=3.9 - rasterio >=1.0 - shapely - simplejson license: BSD-3-Clause license_family: BSD - size: 20607 - timestamp: 1685447856675 + size: 20855 + timestamp: 1734603044778 - kind: conda name: rasterstats - version: 0.19.0 - build: pyhd8ed1ab_0 + version: 0.20.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 - md5: 83aa6e0ab5c370e2d464fd72ef4cf155 + url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b + md5: d0bf36963569fa8b1843cb4c3e5cd74b depends: - affine - click >7.1 - cligj >=0.4 - fiona - numpy >=1.9 - - python >=3.7 + - python >=3.9 - rasterio >=1.0 - shapely - simplejson @@ -37577,163 +28354,159 @@ packages: license_family: BSD purls: - pkg:pypi/rasterstats?source=conda-forge-mapping - size: 20607 - timestamp: 1685447856675 + size: 20855 + timestamp: 1734603044778 - kind: conda - name: re2 - version: 2023.09.01 - build: h4cba328_2 + name: rav1e + version: 0.6.6 + build: h1d8f897_2 build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 - md5: 0342882197116478a42fa4ea35af79c1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda + sha256: 093f21277dc5763cf0397e016e8291c2b796926ebbb173428dc9cdf5d012f328 + md5: 12c850a42b1ad1ed46a284a93959ee6a depends: - - libre2-11 2023.09.01 h7b2c953_2 - license: BSD-3-Clause + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD - size: 26770 - timestamp: 1708947220914 + size: 14347236 + timestamp: 1694329141875 - kind: conda - name: re2 - version: 2023.09.01 - build: h4cba328_2 + name: rav1e + version: 0.6.6 + build: h1d8f897_2 build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 - md5: 0342882197116478a42fa4ea35af79c1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda + sha256: 093f21277dc5763cf0397e016e8291c2b796926ebbb173428dc9cdf5d012f328 + md5: 12c850a42b1ad1ed46a284a93959ee6a depends: - - libre2-11 2023.09.01 h7b2c953_2 - license: BSD-3-Clause + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26770 - timestamp: 1708947220914 + size: 14347236 + timestamp: 1694329141875 - kind: conda - name: re2 - version: 2023.09.01 - build: h7f4b329_2 + name: rav1e + version: 0.6.6 + build: h69fbcac_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - sha256: f0f520f57e6b58313e8c41abc7dfa48742a05f1681f05654558127b667c769a8 - md5: 8f70e36268dea8eb666ef14c29bd3cda - depends: - - libre2-11 2023.09.01 h5a48ba9_2 - license: BSD-3-Clause + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda + sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 + md5: e309ae86569b1cd55a0285fa4e939844 + license: BSD-2-Clause license_family: BSD - size: 26617 - timestamp: 1708946796423 + size: 1526706 + timestamp: 1694329743011 - kind: conda - name: re2 - version: 2023.09.01 - build: h7f4b329_2 + name: rav1e + version: 0.6.6 + build: h69fbcac_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - sha256: f0f520f57e6b58313e8c41abc7dfa48742a05f1681f05654558127b667c769a8 - md5: 8f70e36268dea8eb666ef14c29bd3cda - depends: - - libre2-11 2023.09.01 h5a48ba9_2 - license: BSD-3-Clause + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda + sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 + md5: e309ae86569b1cd55a0285fa4e939844 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26617 - timestamp: 1708946796423 + size: 1526706 + timestamp: 1694329743011 - kind: conda - name: re2 - version: 2023.09.01 - build: h9caee61_2 + name: rav1e + version: 0.6.6 + build: h7205ca4_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - sha256: 31db9c598bfa7586ac2e3ba06681d676caa5d252b5b68f4b6173edc71f70681e - md5: a9667ab785e1686d53313364c695f58e - depends: - - libre2-11 2023.09.01 h9d008c2_2 - license: BSD-3-Clause + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda + sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 + md5: ab03527926f8ce85f84a91fd35520ef2 + license: BSD-2-Clause license_family: BSD - size: 26726 - timestamp: 1708946863063 + size: 1767853 + timestamp: 1694329738983 - kind: conda - name: re2 - version: 2023.09.01 - build: h9caee61_2 + name: rav1e + version: 0.6.6 + build: h7205ca4_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - sha256: 31db9c598bfa7586ac2e3ba06681d676caa5d252b5b68f4b6173edc71f70681e - md5: a9667ab785e1686d53313364c695f58e - depends: - - libre2-11 2023.09.01 h9d008c2_2 - license: BSD-3-Clause + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda + sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 + md5: ab03527926f8ce85f84a91fd35520ef2 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26726 - timestamp: 1708946863063 + size: 1767853 + timestamp: 1694329738983 - kind: conda - name: re2 - version: 2023.09.01 - build: hb168e87_2 + name: rav1e + version: 0.6.6 + build: h975169c_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - sha256: 5739ed2cfa62ed7f828eb4b9e6e69ff1df56cb9a9aacdc296451a3cb647034eb - md5: 266f8ca8528fc7e0fa31066c309ad864 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 + md5: bd32cc2ed62374932f9d57a2e3eb2863 depends: - - libre2-11 2023.09.01 h81f5012_2 - license: BSD-3-Clause + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause license_family: BSD - size: 26814 - timestamp: 1708947195067 + size: 1523119 + timestamp: 1694330157594 - kind: conda - name: re2 - version: 2023.09.01 - build: hb168e87_2 + name: rav1e + version: 0.6.6 + build: h975169c_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - sha256: 5739ed2cfa62ed7f828eb4b9e6e69ff1df56cb9a9aacdc296451a3cb647034eb - md5: 266f8ca8528fc7e0fa31066c309ad864 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 + md5: bd32cc2ed62374932f9d57a2e3eb2863 depends: - - libre2-11 2023.09.01 h81f5012_2 - license: BSD-3-Clause + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26814 - timestamp: 1708947195067 + size: 1523119 + timestamp: 1694330157594 - kind: conda - name: re2 - version: 2023.09.01 - build: hd3b24a8_2 + name: rav1e + version: 0.6.6 + build: he8a937b_2 build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe - md5: ffeb985810bc7d103662e1465c758847 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda + sha256: 91b3c1ced90d04ee2eded1f72cf3cbc19ff05a25e41876ef0758266a5bab009f + md5: 77d9955b4abddb811cb8ab1aa7d743e4 depends: - - libre2-11 2023.09.01 hf8d8778_2 - license: BSD-3-Clause + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD - size: 207315 - timestamp: 1708947529390 + size: 15423721 + timestamp: 1694329261357 - kind: conda - name: re2 - version: 2023.09.01 - build: hd3b24a8_2 + name: rav1e + version: 0.6.6 + build: he8a937b_2 build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe - md5: ffeb985810bc7d103662e1465c758847 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda + sha256: 91b3c1ced90d04ee2eded1f72cf3cbc19ff05a25e41876ef0758266a5bab009f + md5: 77d9955b4abddb811cb8ab1aa7d743e4 depends: - - libre2-11 2023.09.01 hf8d8778_2 - license: BSD-3-Clause + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD purls: [] - size: 207315 - timestamp: 1708947529390 + size: 15423721 + timestamp: 1694329261357 - kind: conda name: readline version: '8.2' @@ -37862,310 +28635,462 @@ packages: purls: [] size: 255870 timestamp: 1679532707590 -- kind: conda - name: referencing - version: 0.35.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - sha256: be8d6d9e86b1a3fef5424127ff81782f8ca63d3058980859609f6f1ecdd34cb3 - md5: 0fc8b52192a8898627c3efae1003e9f6 - depends: - - attrs >=22.2.0 - - python >=3.8 - - rpds-py >=0.7.0 - license: MIT - license_family: MIT - size: 42210 - timestamp: 1714619625532 -- kind: conda - name: referencing - version: 0.35.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.35.1-pyhd8ed1ab_0.conda - sha256: be8d6d9e86b1a3fef5424127ff81782f8ca63d3058980859609f6f1ecdd34cb3 - md5: 0fc8b52192a8898627c3efae1003e9f6 - depends: - - attrs >=22.2.0 - - python >=3.8 - - rpds-py >=0.7.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/referencing?source=conda-forge-mapping - size: 42210 - timestamp: 1714619625532 - kind: conda name: requests version: 2.32.3 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc - md5: 5ede4753180c7a550a443c430dc8ab52 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: a9b9368f3701a417eac9edbcae7cb737 depends: - certifi >=2017.4.17 - charset-normalizer >=2,<4 - idna >=2.5,<4 - - python >=3.8 + - python >=3.9 - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 license: Apache-2.0 license_family: APACHE - size: 58810 - timestamp: 1717057174842 + size: 58723 + timestamp: 1733217126197 - kind: conda name: requests version: 2.32.3 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc - md5: 5ede4753180c7a550a443c430dc8ab52 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: a9b9368f3701a417eac9edbcae7cb737 depends: - certifi >=2017.4.17 - charset-normalizer >=2,<4 - idna >=2.5,<4 - - python >=3.8 + - python >=3.9 - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/requests?source=conda-forge-mapping - size: 58810 - timestamp: 1717057174842 + - pkg:pypi/requests?source=conda-forge-mapping + size: 58723 + timestamp: 1733217126197 +- kind: pypi + name: rtds-action + version: 1.1.0 + url: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl + sha256: 097a73eac507387a32b24c3da690f3a876936cb56150aa1786d52a9a67cd62f9 + requires_dist: + - sphinx>=1.7.5 + - setuptools>=40.6.0 + - setuptools-scm + - requests + - pre-commit ; extra == 'dev' + - black ; extra == 'dev' + - isort ; extra == 'dev' + - toml ; extra == 'dev' + - flake8 ; extra == 'dev' + - jupytext ; extra == 'dev' + - jupyterlab ; extra == 'dev' + - pep517 ; extra == 'dev' + - twine ; extra == 'dev' +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h060674a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda + sha256: 14c5fd5f4dc952a848bf3532c7e5009c307397e435e9282e9075d9a784586851 + md5: f399ad4b612696dc09d5d31c66f057b8 + depends: + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + size: 199049 + timestamp: 1735913197563 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h060674a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda + sha256: 14c5fd5f4dc952a848bf3532c7e5009c307397e435e9282e9075d9a784586851 + md5: f399ad4b612696dc09d5d31c66f057b8 + depends: + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199049 + timestamp: 1735913197563 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h80efdc8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + sha256: 0bbecb9170172d69db3db6865f1e4610a80743955211e1c4d1b72f3218070e34 + md5: 53479d5a36564f2c1489273648945c57 + depends: + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + size: 199272 + timestamp: 1735913153599 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h80efdc8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + sha256: 0bbecb9170172d69db3db6865f1e4610a80743955211e1c4d1b72f3218070e34 + md5: 53479d5a36564f2c1489273648945c57 + depends: + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199272 + timestamp: 1735913153599 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h8cd3c5a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda + sha256: b6f767d37ed39e8cabbdbee529ea64fee00321b88878bf10214990bccec82db3 + md5: e132d20bb97c089b852904b031eb4ade + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + size: 199489 + timestamp: 1735913134345 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39h8cd3c5a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda + sha256: b6f767d37ed39e8cabbdbee529ea64fee00321b88878bf10214990bccec82db3 + md5: e132d20bb97c089b852904b031eb4ade + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199489 + timestamp: 1735913134345 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + sha256: ef1e52a11fd16ff8e8f31b18aa52217cf10ed113ee3f80d5c4a3729e4c4be6d9 + md5: 74ace82bf4c6f61d047d42705cca088d + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 199697 + timestamp: 1735913159727 +- kind: conda + name: ruamel.yaml + version: 0.18.8 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + sha256: ef1e52a11fd16ff8e8f31b18aa52217cf10ed113ee3f80d5c4a3729e4c4be6d9 + md5: 74ace82bf4c6f61d047d42705cca088d + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199697 + timestamp: 1735913159727 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h0019b8a_0 + name: ruamel.yaml + version: 0.18.8 + build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.19.1-py39h0019b8a_0.conda - sha256: 6380d28c2b1c294b739807d6da3c5b30dd62959a6899ce25d2f91443ae49a29a - md5: 708075548dd1124495f812e88ec8cc83 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + sha256: 34545900c09a6e054258e499c146a5fa9cea3b5ded208a8ff1f9e30710391e2a + md5: 00ce1ac32347b7e019b555e5584b347f depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 + - ruamel.yaml.clib >=0.1.2 license: MIT license_family: MIT - size: 288761 - timestamp: 1721861270365 + size: 200379 + timestamp: 1735913220890 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h0019b8a_0 + name: ruamel.yaml + version: 0.18.8 + build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.19.1-py39h0019b8a_0.conda - sha256: 6380d28c2b1c294b739807d6da3c5b30dd62959a6899ce25d2f91443ae49a29a - md5: 708075548dd1124495f812e88ec8cc83 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + sha256: 34545900c09a6e054258e499c146a5fa9cea3b5ded208a8ff1f9e30710391e2a + md5: 00ce1ac32347b7e019b555e5584b347f depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 + - ruamel.yaml.clib >=0.1.2 license: MIT license_family: MIT purls: - - pkg:pypi/rpds-py?source=conda-forge-mapping - size: 288761 - timestamp: 1721861270365 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 200379 + timestamp: 1735913220890 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h5cde264_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.19.1-py39h5cde264_0.conda - sha256: c577b9374be80eb9d57d539437c6b04805f844d720566b11f7201f486982450b - md5: 22bba916e6e3e9faf084f26338f72836 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h060674a_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 + md5: 3f16a32141c05e71c66ad3b9b5c5f352 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 license: MIT license_family: MIT - size: 331783 - timestamp: 1721861124759 + size: 140370 + timestamp: 1728724786974 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h5cde264_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.19.1-py39h5cde264_0.conda - sha256: c577b9374be80eb9d57d539437c6b04805f844d720566b11f7201f486982450b - md5: 22bba916e6e3e9faf084f26338f72836 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h060674a_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 + md5: 3f16a32141c05e71c66ad3b9b5c5f352 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 license: MIT license_family: MIT purls: - - pkg:pypi/rpds-py?source=conda-forge-mapping - size: 331783 - timestamp: 1721861124759 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 140370 + timestamp: 1728724786974 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h92a245a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.19.1-py39h92a245a_0.conda - sha256: e328aaa6ac15fc241c301e7e9da3260e30c6d7a168336305d8d3fc8478b18965 - md5: 3f8f5d4784b7a244b8dda41fa2b3b91e + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h296a897_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a + md5: e7ddfa73d200f47af6ad45f556e0a200 depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 206012 - timestamp: 1721861834262 + size: 121394 + timestamp: 1728724633280 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39h92a245a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.19.1-py39h92a245a_0.conda - sha256: e328aaa6ac15fc241c301e7e9da3260e30c6d7a168336305d8d3fc8478b18965 - md5: 3f8f5d4784b7a244b8dda41fa2b3b91e + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h296a897_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a + md5: e7ddfa73d200f47af6ad45f556e0a200 depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - - pkg:pypi/rpds-py?source=conda-forge-mapping - size: 206012 - timestamp: 1721861834262 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 121394 + timestamp: 1728724633280 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39hb8f4057_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-0.19.1-py39hb8f4057_0.conda - sha256: 2e79df0c618c7e1b1bf2d433109f515ed1b97440bd71268711a5ba2172124dcc - md5: 308d8568efdbbc66475534d6ec9d1223 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h57695bc_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea + md5: 34f6d0337554e552639c2f1f99cd41ad depends: - - libgcc-ng >=12 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 license: MIT license_family: MIT - size: 334727 - timestamp: 1721862753963 + size: 117668 + timestamp: 1728724707305 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39hb8f4057_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rpds-py-0.19.1-py39hb8f4057_0.conda - sha256: 2e79df0c618c7e1b1bf2d433109f515ed1b97440bd71268711a5ba2172124dcc - md5: 308d8568efdbbc66475534d6ec9d1223 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h57695bc_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea + md5: 34f6d0337554e552639c2f1f99cd41ad depends: - - libgcc-ng >=12 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 license: MIT license_family: MIT purls: - - pkg:pypi/rpds-py?source=conda-forge-mapping - size: 334727 - timestamp: 1721862753963 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 117668 + timestamp: 1728724707305 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39hf59063a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.19.1-py39hf59063a_0.conda - sha256: 4bea553d39619e00276471d1dc5945911f906551c7358b907d05ff878e020215 - md5: 0cb3ad99efdf365994ad82f9a4fd1419 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h8cd3c5a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 + md5: 52b68618d0aa78366f287de1b1319a1c depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - constrains: - - __osx >=10.13 license: MIT license_family: MIT - size: 294317 - timestamp: 1721861203441 + size: 147142 + timestamp: 1728724586615 - kind: conda - name: rpds-py - version: 0.19.1 - build: py39hf59063a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.19.1-py39hf59063a_0.conda - sha256: 4bea553d39619e00276471d1dc5945911f906551c7358b907d05ff878e020215 - md5: 0cb3ad99efdf365994ad82f9a4fd1419 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h8cd3c5a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 + md5: 52b68618d0aa78366f287de1b1319a1c depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - constrains: - - __osx >=10.13 license: MIT license_family: MIT purls: - - pkg:pypi/rpds-py?source=conda-forge-mapping - size: 294317 - timestamp: 1721861203441 -- kind: pypi - name: rtds-action - version: 1.1.0 - url: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - sha256: 097a73eac507387a32b24c3da690f3a876936cb56150aa1786d52a9a67cd62f9 - requires_dist: - - sphinx>=1.7.5 - - setuptools>=40.6.0 - - setuptools-scm - - requests - - pre-commit ; extra == 'dev' - - black ; extra == 'dev' - - isort ; extra == 'dev' - - toml ; extra == 'dev' - - flake8 ; extra == 'dev' - - jupytext ; extra == 'dev' - - jupyterlab ; extra == 'dev' - - pep517 ; extra == 'dev' - - twine ; extra == 'dev' + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 147142 + timestamp: 1728724586615 +- kind: conda + name: ruamel.yaml.clib + version: 0.2.8 + build: py39ha55e580_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 + md5: 3858e7750875be9dd6542a2fcf2968e3 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 111257 + timestamp: 1728725012226 +- kind: conda + name: ruamel.yaml.clib + version: 0.2.8 + build: py39ha55e580_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 + md5: 3858e7750875be9dd6542a2fcf2968e3 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 111257 + timestamp: 1728725012226 - kind: conda name: ruff - version: 0.5.5 - build: py39h009b497_0 + version: 0.8.6 + build: py39h4e1b988_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda - sha256: c208cf15ca0124f8ab1d8d57e6125ffa0fc3028149e816b10dec6096e11bd379 - md5: 1fbe43de38da967a5801be4e40bfdb93 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda + sha256: 6d3b3f94e5cb205bfdf0962f11a96dcbb1dcabc67b7392e160f61e2b912209ae + md5: cea2a81b1476275a027d70c19d36ad57 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -38173,19 +29098,19 @@ packages: - __glibc >=2.17 license: MIT license_family: MIT - size: 7069056 - timestamp: 1721941449338 + size: 7831248 + timestamp: 1736040741388 - kind: conda name: ruff - version: 0.5.5 - build: py39h009b497_0 + version: 0.8.6 + build: py39h4e1b988_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda - sha256: c208cf15ca0124f8ab1d8d57e6125ffa0fc3028149e816b10dec6096e11bd379 - md5: 1fbe43de38da967a5801be4e40bfdb93 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda + sha256: 6d3b3f94e5cb205bfdf0962f11a96dcbb1dcabc67b7392e160f61e2b912209ae + md5: cea2a81b1476275a027d70c19d36ad57 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -38195,80 +29120,82 @@ packages: license_family: MIT purls: - pkg:pypi/ruff?source=conda-forge-mapping - size: 7069056 - timestamp: 1721941449338 + size: 7831248 + timestamp: 1736040741388 - kind: conda name: ruff - version: 0.5.5 - build: py39h4dd7705_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda - sha256: a5c9414ca4b2bd2686f7a3b2f2dd4584dee90434cc31c07b26c993a0bd66f5e4 - md5: abf9a7e824182801656409cfc1b6e32f + version: 0.8.6 + build: py39h5f12542_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda + sha256: 5373cce9c2eb4aa47886a529feebdaf5ff54fbc1c165cefc684abe18e22eb759 + md5: ea1d51ca18b5e431f687fcc8dd9ca48e depends: - - __osx >=10.13 - - libcxx >=16 + - __osx >=11.0 + - libcxx >=18 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - - __osx >=10.13 + - __osx >=11.0 license: MIT license_family: MIT - size: 6100458 - timestamp: 1721941549040 + size: 7026612 + timestamp: 1736040945623 - kind: conda name: ruff - version: 0.5.5 - build: py39h4dd7705_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda - sha256: a5c9414ca4b2bd2686f7a3b2f2dd4584dee90434cc31c07b26c993a0bd66f5e4 - md5: abf9a7e824182801656409cfc1b6e32f + version: 0.8.6 + build: py39h5f12542_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda + sha256: 5373cce9c2eb4aa47886a529feebdaf5ff54fbc1c165cefc684abe18e22eb759 + md5: ea1d51ca18b5e431f687fcc8dd9ca48e depends: - - __osx >=10.13 - - libcxx >=16 + - __osx >=11.0 + - libcxx >=18 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - - __osx >=10.13 + - __osx >=11.0 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=conda-forge-mapping - size: 6100458 - timestamp: 1721941549040 + size: 7026612 + timestamp: 1736040945623 - kind: conda name: ruff - version: 0.5.5 - build: py39h8125149_0 + version: 0.8.6 + build: py39hb014886_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda - sha256: d4921ff632364a2d9f051f99e0156907050e7281c42f2091910aaccda29e5c8a - md5: 25e49947f713a81aec5e278c7a200224 + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda + sha256: d7feb9b358c145c4fc6e74cf3b173db8dad8bbcb622e6310af84a0de38cadd72 + md5: a8877a283f3034e897470f509fc05b02 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: - __glibc >=2.17 license: MIT license_family: MIT - size: 7171576 - timestamp: 1721941051867 + size: 7965169 + timestamp: 1736040670802 - kind: conda name: ruff - version: 0.5.5 - build: py39h8125149_0 + version: 0.8.6 + build: py39hb014886_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda - sha256: d4921ff632364a2d9f051f99e0156907050e7281c42f2091910aaccda29e5c8a - md5: 25e49947f713a81aec5e278c7a200224 + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda + sha256: d7feb9b358c145c4fc6e74cf3b173db8dad8bbcb622e6310af84a0de38cadd72 + md5: a8877a283f3034e897470f509fc05b02 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: @@ -38277,150 +29204,86 @@ packages: license_family: MIT purls: - pkg:pypi/ruff?source=conda-forge-mapping - size: 7171576 - timestamp: 1721941051867 + size: 7965169 + timestamp: 1736040670802 - kind: conda name: ruff - version: 0.5.5 - build: py39hb586919_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda - sha256: b861f04607df5844e047f1d39d3b1b40eb2cf07fdf8cb1ccca5133d43312559d - md5: 390943da6039fb8ba0fe0644033189e3 + version: 0.8.6 + build: py39he05c28a_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda + sha256: 7e358e1cef7ce44fcf5d201d0e3cb3cd5767390e0a76281b291c70ccac8b30a9 + md5: 295d0ed6e29f9cafd19aa03a2b00433e depends: - - __osx >=11.0 - - libcxx >=16 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 5818456 - timestamp: 1721941510574 + size: 6957034 + timestamp: 1736041490842 - kind: conda name: ruff - version: 0.5.5 - build: py39hb586919_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda - sha256: b861f04607df5844e047f1d39d3b1b40eb2cf07fdf8cb1ccca5133d43312559d - md5: 390943da6039fb8ba0fe0644033189e3 + version: 0.8.6 + build: py39he05c28a_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda + sha256: 7e358e1cef7ce44fcf5d201d0e3cb3cd5767390e0a76281b291c70ccac8b30a9 + md5: 295d0ed6e29f9cafd19aa03a2b00433e depends: - - __osx >=11.0 - - libcxx >=16 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=conda-forge-mapping - size: 5818456 - timestamp: 1721941510574 + size: 6957034 + timestamp: 1736041490842 - kind: conda name: ruff - version: 0.5.5 - build: py39hda83faa_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda - sha256: 14ff65231f177b802c1139dee0c96eae851fa7e4a93438965b2d0af6ecefb8cb - md5: c25eca127ef7cf5b14d2623e3ea47229 + version: 0.8.6 + build: py39hfecde11_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda + sha256: cff3515cb04ec2e399115b79f6c2caa408193f0399df00cd3c62080eeae29926 + md5: 684cf7c8b85d35486c93394596c2d5d4 depends: + - __osx >=10.13 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + constrains: + - __osx >=10.13 license: MIT license_family: MIT - size: 6281011 - timestamp: 1721942830455 + size: 7366377 + timestamp: 1736041093029 - kind: conda name: ruff - version: 0.5.5 - build: py39hda83faa_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda - sha256: 14ff65231f177b802c1139dee0c96eae851fa7e4a93438965b2d0af6ecefb8cb - md5: c25eca127ef7cf5b14d2623e3ea47229 + version: 0.8.6 + build: py39hfecde11_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda + sha256: cff3515cb04ec2e399115b79f6c2caa408193f0399df00cd3c62080eeae29926 + md5: 684cf7c8b85d35486c93394596c2d5d4 depends: + - __osx >=10.13 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + constrains: + - __osx >=10.13 license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=conda-forge-mapping - size: 6281011 - timestamp: 1721942830455 -- kind: conda - name: s2n - version: 1.4.17 - build: h52a6840_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f - md5: d43af76177a3d24cf735b92496417759 - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 346598 - timestamp: 1719619197429 -- kind: conda - name: s2n - version: 1.4.17 - build: h52a6840_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f - md5: d43af76177a3d24cf735b92496417759 - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 346598 - timestamp: 1719619197429 -- kind: conda - name: s2n - version: 1.4.17 - build: he19d79f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a - md5: e25ac9bf10f8e6aa67727b1cdbe762ef - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - size: 349926 - timestamp: 1719619139334 -- kind: conda - name: s2n - version: 1.4.17 - build: he19d79f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a - md5: e25ac9bf10f8e6aa67727b1cdbe762ef - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 349926 - timestamp: 1719619139334 + size: 7366377 + timestamp: 1736041093029 - kind: conda name: scipy version: 1.13.1 @@ -38438,7 +29301,7 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38463,7 +29326,7 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38485,7 +29348,7 @@ packages: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38508,7 +29371,7 @@ packages: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38538,7 +29401,7 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -38564,7 +29427,7 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -38591,7 +29454,7 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38615,7 +29478,7 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38641,7 +29504,7 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -38666,7 +29529,7 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -38679,36 +29542,38 @@ packages: timestamp: 1716471566067 - kind: conda name: setuptools - version: 72.1.0 - build: pyhd8ed1ab_0 + version: 75.6.0 + build: pyhff2d567_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 - md5: e06d4c26df4f958a8d38696f2c344d15 + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda + sha256: abb12e1dd515b13660aacb5d0fd43835bc2186cab472df25b7716cd65e095111 + md5: fc80f7995e396cbaeabd23cf46c413dc depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT - size: 1462612 - timestamp: 1722586785703 + size: 774252 + timestamp: 1732632769210 - kind: conda name: setuptools - version: 72.1.0 - build: pyhd8ed1ab_0 + version: 75.6.0 + build: pyhff2d567_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 - md5: e06d4c26df4f958a8d38696f2c344d15 + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda + sha256: abb12e1dd515b13660aacb5d0fd43835bc2186cab472df25b7716cd65e095111 + md5: fc80f7995e396cbaeabd23cf46c413dc depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/setuptools?source=conda-forge-mapping - size: 1462612 - timestamp: 1722586785703 + size: 774252 + timestamp: 1732632769210 - kind: pypi name: setuptools-scm version: 8.1.0 @@ -38734,35 +29599,35 @@ packages: requires_python: '>=3.8' - kind: conda name: shapely - version: 2.0.5 - build: py39h1254fa4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - sha256: 4698ba5dbce07e5b0e11a6199e7cd79b9189a9bfbf66406a073c25df343b403f - md5: 45474d4a7a104c9758e68d2252f548ae + version: 2.0.6 + build: py39h1e95d85_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 + md5: 70ed1fa6fd98b3756ff1848f2a973141 depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 479888 - timestamp: 1720886330296 + size: 481873 + timestamp: 1727274878522 - kind: conda name: shapely - version: 2.0.5 - build: py39h1254fa4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - sha256: 4698ba5dbce07e5b0e11a6199e7cd79b9189a9bfbf66406a073c25df343b403f - md5: 45474d4a7a104c9758e68d2252f548ae + version: 2.0.6 + build: py39h1e95d85_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 + md5: 70ed1fa6fd98b3756ff1848f2a973141 depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38770,38 +29635,40 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 479888 - timestamp: 1720886330296 + size: 481873 + timestamp: 1727274878522 - kind: conda name: shapely - version: 2.0.5 - build: py39h2abb8a4_0 + version: 2.0.6 + build: py39h42e4b9c_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 - md5: be4607319add171d8b914eb6eb117929 + url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 + md5: 773437095ce5f268c7caaaf373e0daeb depends: - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 446840 - timestamp: 1720886437798 + size: 446100 + timestamp: 1727273843206 - kind: conda name: shapely - version: 2.0.5 - build: py39h2abb8a4_0 + version: 2.0.6 + build: py39h42e4b9c_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 - md5: be4607319add171d8b914eb6eb117929 + url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 + md5: 773437095ce5f268c7caaaf373e0daeb depends: - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -38810,18 +29677,19 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 446840 - timestamp: 1720886437798 + size: 446100 + timestamp: 1727273843206 - kind: conda name: shapely - version: 2.0.5 - build: py39h78b7fd3_0 + version: 2.0.6 + build: py39ha482d1c_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 - md5: 544a286f1e78a78070f8cee0bc0e46e6 + url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda + sha256: cb6a464002b4fdc86f6317c14c603b7f1df4f8f2a7f7f689ba9e2f3e8cd0a4b7 + md5: 532fed353a9891abb204833f81fd1873 depends: - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38830,18 +29698,19 @@ packages: - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 451280 - timestamp: 1720886557328 + size: 451077 + timestamp: 1727274071142 - kind: conda name: shapely - version: 2.0.5 - build: py39h78b7fd3_0 + version: 2.0.6 + build: py39ha482d1c_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 - md5: 544a286f1e78a78070f8cee0bc0e46e6 + url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda + sha256: cb6a464002b4fdc86f6317c14c603b7f1df4f8f2a7f7f689ba9e2f3e8cd0a4b7 + md5: 532fed353a9891abb204833f81fd1873 depends: - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38852,75 +29721,41 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 451280 - timestamp: 1720886557328 -- kind: conda - name: shapely - version: 2.0.5 - build: py39h8550d3e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc - md5: 55ebe2681157db5ccfef1df14edd585a - depends: - - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 450046 - timestamp: 1720886370774 -- kind: conda - name: shapely - version: 2.0.5 - build: py39h8550d3e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc - md5: 55ebe2681157db5ccfef1df14edd585a - depends: - - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 450046 - timestamp: 1720886370774 + size: 451077 + timestamp: 1727274071142 - kind: conda name: shapely - version: 2.0.5 - build: py39he360f98_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 - md5: f9a06e423c2377c2ca0666b9fef5c258 + version: 2.0.6 + build: py39hca88cd1_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 + md5: b847d20969e3625365852369e2149211 depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 482232 - timestamp: 1720888300459 + size: 486589 + timestamp: 1727273575453 - kind: conda name: shapely - version: 2.0.5 - build: py39he360f98_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 - md5: f9a06e423c2377c2ca0666b9fef5c258 + version: 2.0.6 + build: py39hca88cd1_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 + md5: b847d20969e3625365852369e2149211 depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -38928,69 +29763,77 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 482232 - timestamp: 1720888300459 + size: 486589 + timestamp: 1727273575453 - kind: conda - name: simplejson - version: 3.19.2 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda - sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 - md5: 4e92b7284d68610a996ba71dc70d4db8 + name: shapely + version: 2.0.6 + build: py39hfde7aa9_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f + md5: 71819d479988b2c904bf728c8b6995f3 depends: + - __osx >=10.13 + - geos >=3.13.0,<3.13.1.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 106617 - timestamp: 1696596094406 + license: BSD-3-Clause + license_family: BSD + size: 452432 + timestamp: 1727273695044 - kind: conda - name: simplejson - version: 3.19.2 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda - sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 - md5: 4e92b7284d68610a996ba71dc70d4db8 + name: shapely + version: 2.0.6 + build: py39hfde7aa9_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f + md5: 71819d479988b2c904bf728c8b6995f3 depends: + - __osx >=10.13 + - geos >=3.13.0,<3.13.1.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106617 - timestamp: 1696596094406 + - pkg:pypi/shapely?source=conda-forge-mapping + size: 452432 + timestamp: 1727273695044 - kind: conda name: simplejson - version: 3.19.2 - build: py39h898b7ef_0 + version: 3.19.3 + build: py39h060674a_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda - sha256: 5a1e4e6224871eb88e1d1a32739c373d7e1b98f318c68730ec6e49715d4dd13a - md5: 9d57ea3129ab6122b95dd9bceb2b8046 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + sha256: 836783dddda6ab1df063663ff7f2c982a022a84e826ab45c7e5a089919f60743 + md5: 3af8d9b18c2bd4c2674d0f812884a6df depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 108659 - timestamp: 1696596061629 + size: 108737 + timestamp: 1724955195968 - kind: conda name: simplejson - version: 3.19.2 - build: py39h898b7ef_0 + version: 3.19.3 + build: py39h060674a_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda - sha256: 5a1e4e6224871eb88e1d1a32739c373d7e1b98f318c68730ec6e49715d4dd13a - md5: 9d57ea3129ab6122b95dd9bceb2b8046 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + sha256: 836783dddda6ab1df063663ff7f2c982a022a84e826ab45c7e5a089919f60743 + md5: 3af8d9b18c2bd4c2674d0f812884a6df depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -38998,230 +29841,192 @@ packages: license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108659 - timestamp: 1696596061629 + size: 108737 + timestamp: 1724955195968 - kind: conda name: simplejson - version: 3.19.2 - build: py39ha09f3b3_0 + version: 3.19.3 + build: py39h06d86d0_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda - sha256: 0161f81420ebd46c2dd7e14f0f7f8b4bdfc5c2ec701918118a5dafee3390b61a - md5: fc7b83381e7fce8a54ab89a44c21893d + url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + sha256: 98d5c52e7a3c8da3830d919c77bdf5b22993cde5888c44d968937c396bb8cf35 + md5: a91394d7b892dfcda1a7de4cc87b0b9b depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 106290 - timestamp: 1696596143189 + size: 106000 + timestamp: 1724955189827 - kind: conda name: simplejson - version: 3.19.2 - build: py39ha09f3b3_0 + version: 3.19.3 + build: py39h06d86d0_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda - sha256: 0161f81420ebd46c2dd7e14f0f7f8b4bdfc5c2ec701918118a5dafee3390b61a - md5: fc7b83381e7fce8a54ab89a44c21893d + url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + sha256: 98d5c52e7a3c8da3830d919c77bdf5b22993cde5888c44d968937c396bb8cf35 + md5: a91394d7b892dfcda1a7de4cc87b0b9b depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106290 - timestamp: 1696596143189 + size: 106000 + timestamp: 1724955189827 - kind: conda name: simplejson - version: 3.19.2 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 - md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 + version: 3.19.3 + build: py39h06df861_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + sha256: a534137183a0fe186a585e79b6d5cc5aaa83e0b2b095c2ccd8dcc65de3266464 + md5: b7b9ec339efa91e3e6b50450c4f5a3ab depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 106701 - timestamp: 1696596379005 + size: 106761 + timestamp: 1724955213354 - kind: conda name: simplejson - version: 3.19.2 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 - md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 + version: 3.19.3 + build: py39h06df861_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + sha256: a534137183a0fe186a585e79b6d5cc5aaa83e0b2b095c2ccd8dcc65de3266464 + md5: b7b9ec339efa91e3e6b50450c4f5a3ab depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106701 - timestamp: 1696596379005 + size: 106761 + timestamp: 1724955213354 - kind: conda name: simplejson - version: 3.19.2 - build: py39hd1e30aa_0 + version: 3.19.3 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 - md5: 1e6136536a45d47f034dc9b320d62a39 + url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 + md5: 2f093380e510d1913fc6fe2ae4d0ef1a depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 108573 - timestamp: 1696596163659 + size: 108327 + timestamp: 1724955193580 - kind: conda name: simplejson - version: 3.19.2 - build: py39hd1e30aa_0 + version: 3.19.3 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 - md5: 1e6136536a45d47f034dc9b320d62a39 + url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 + md5: 2f093380e510d1913fc6fe2ae4d0ef1a depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108573 - timestamp: 1696596163659 -- kind: conda - name: sip - version: 6.7.12 - build: py39h3d6467e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda - sha256: fd50c71dc05daf9d28663d448d17f150b3eb79ae629198c73e2186b5b1e990dc - md5: e667a3ab0df62c54e60e1843d2e6defb - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging - - ply - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli - license: GPL-3.0-only - license_family: GPL - size: 491742 - timestamp: 1697300599649 -- kind: conda - name: sip - version: 6.7.12 - build: py39h3d6467e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda - sha256: fd50c71dc05daf9d28663d448d17f150b3eb79ae629198c73e2186b5b1e990dc - md5: e667a3ab0df62c54e60e1843d2e6defb - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging - - ply - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/sip?source=conda-forge-mapping - size: 491742 - timestamp: 1697300599649 + size: 108327 + timestamp: 1724955193580 - kind: conda - name: sip - version: 6.7.12 - build: py39h99910a6_0 + name: simplejson + version: 3.19.3 + build: py39ha55e580_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda - sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 - md5: 0cc5774390ada632ed7975203057c91c + url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf + md5: 4c37791dadf95caf584c0d9f2255d224 depends: - - packaging - - ply - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - tomli - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - size: 502390 - timestamp: 1697300934198 + license: MIT + license_family: MIT + size: 106659 + timestamp: 1724955661346 - kind: conda - name: sip - version: 6.7.12 - build: py39h99910a6_0 + name: simplejson + version: 3.19.3 + build: py39ha55e580_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda - sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 - md5: 0cc5774390ada632ed7975203057c91c + url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf + md5: 4c37791dadf95caf584c0d9f2255d224 depends: - - packaging - - ply - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - tomli - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL + license: MIT + license_family: MIT purls: - - pkg:pypi/sip?source=conda-forge-mapping - size: 502390 - timestamp: 1697300934198 + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106659 + timestamp: 1724955661346 - kind: conda name: six - version: 1.16.0 - build: pyh6c4a22f_0 + version: 1.17.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - md5: e5f25f8dbc060e9a8d912e432202afc2 + url: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db + md5: a451d576819089b0d672f18768be0f65 depends: - - python + - python >=3.9 license: MIT license_family: MIT - size: 14259 - timestamp: 1620240338595 + size: 16385 + timestamp: 1733381032766 - kind: conda name: six - version: 1.16.0 - build: pyh6c4a22f_0 + version: 1.17.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - md5: e5f25f8dbc060e9a8d912e432202afc2 + url: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db + md5: a451d576819089b0d672f18768be0f65 depends: - - python + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/six?source=conda-forge-mapping - size: 14259 - timestamp: 1620240338595 + size: 16385 + timestamp: 1733381032766 - kind: conda name: smmap version: 5.0.0 @@ -39257,58 +30062,29 @@ packages: - kind: conda name: snappy version: 1.2.1 - build: h1088aeb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f - md5: e4ed5b015f525b56f95c26d85a4ea208 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 42888 - timestamp: 1720003817527 -- kind: conda - name: snappy - version: 1.2.1 - build: h1088aeb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f - md5: e4ed5b015f525b56f95c26d85a4ea208 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 42888 - timestamp: 1720003817527 -- kind: conda - name: snappy - version: 1.2.1 - build: h23299a8_0 + build: h500f7fa_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 - md5: 7635a408509e20dcfc7653ca305ad799 + url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b + md5: e32fb978aaea855ddce624eb8c8eb69a depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 59350 - timestamp: 1720004197144 + size: 59757 + timestamp: 1733502109991 - kind: conda name: snappy version: 1.2.1 - build: h23299a8_0 + build: h500f7fa_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 - md5: 7635a408509e20dcfc7653ca305ad799 + url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b + md5: e32fb978aaea855ddce624eb8c8eb69a depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -39316,101 +30092,142 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 59350 - timestamp: 1720004197144 + size: 59757 + timestamp: 1733502109991 - kind: conda name: snappy version: 1.2.1 - build: ha2e4443_0 + build: h8bd8927_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f - md5: 6b7dcc7349efd123d493d2dbe85a045f + url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + sha256: ec91e86eeb2c6bbf09d51351b851e945185d70661d2ada67204c9a6419d282d3 + md5: 3b3e64af585eadfb52bb90b553db5edf depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 license: BSD-3-Clause license_family: BSD - size: 42465 - timestamp: 1720003704360 + size: 42739 + timestamp: 1733501881851 - kind: conda name: snappy version: 1.2.1 - build: ha2e4443_0 + build: h8bd8927_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f - md5: 6b7dcc7349efd123d493d2dbe85a045f + url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + sha256: ec91e86eeb2c6bbf09d51351b851e945185d70661d2ada67204c9a6419d282d3 + md5: 3b3e64af585eadfb52bb90b553db5edf depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 license: BSD-3-Clause license_family: BSD purls: [] - size: 42465 - timestamp: 1720003704360 + size: 42739 + timestamp: 1733501881851 - kind: conda name: snappy version: 1.2.1 - build: hd02b534_0 + build: h98b9ce2_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 - md5: 69d0f9694f3294418ee935da3d5f7272 + url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + sha256: 4242f95b215127a006eb664fe26ed5a82df87e90cbdbc7ce7ff4971f0720997f + md5: ded86dee325290da2967a3fea3800eb5 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=18 license: BSD-3-Clause license_family: BSD - size: 35708 - timestamp: 1720003794374 + size: 35857 + timestamp: 1733502172664 - kind: conda name: snappy version: 1.2.1 - build: hd02b534_0 + build: h98b9ce2_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 - md5: 69d0f9694f3294418ee935da3d5f7272 + url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + sha256: 4242f95b215127a006eb664fe26ed5a82df87e90cbdbc7ce7ff4971f0720997f + md5: ded86dee325290da2967a3fea3800eb5 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=18 license: BSD-3-Clause license_family: BSD purls: [] - size: 35708 - timestamp: 1720003794374 + size: 35857 + timestamp: 1733502172664 - kind: conda name: snappy version: 1.2.1 - build: he1e6707_0 + build: haf3c120_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 - md5: ddceef5df973c8ff7d6b32353c0cb358 + url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + sha256: 26e8a2edd2a12618d9adcdcfc6cfd9adaca8da71aa334615d29e803d225b52be + md5: 9d6ae6d5232233e1a01eb7db524078fb depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=18 license: BSD-3-Clause license_family: BSD - size: 37036 - timestamp: 1720003862906 + size: 36813 + timestamp: 1733502097580 - kind: conda name: snappy version: 1.2.1 - build: he1e6707_0 + build: haf3c120_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 - md5: ddceef5df973c8ff7d6b32353c0cb358 + url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + sha256: 26e8a2edd2a12618d9adcdcfc6cfd9adaca8da71aa334615d29e803d225b52be + md5: 9d6ae6d5232233e1a01eb7db524078fb depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=18 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 36813 + timestamp: 1733502097580 +- kind: conda + name: snappy + version: 1.2.1 + build: hd4fb6f5_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + sha256: c4a07ae5def8d55128f25a567a296ef9d7bf99a3bc79d46bd5160c076a5f50af + md5: 2fcc6cd1e5550deb509073fd2e6693e1 + depends: + - libgcc >=13 + - libstdcxx >=13 + license: BSD-3-Clause + license_family: BSD + size: 43032 + timestamp: 1733501964775 +- kind: conda + name: snappy + version: 1.2.1 + build: hd4fb6f5_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + sha256: c4a07ae5def8d55128f25a567a296ef9d7bf99a3bc79d46bd5160c076a5f50af + md5: 2fcc6cd1e5550deb509073fd2e6693e1 + depends: + - libgcc >=13 + - libstdcxx >=13 license: BSD-3-Clause license_family: BSD purls: [] - size: 37036 - timestamp: 1720003862906 + size: 43032 + timestamp: 1733501964775 - kind: conda name: snowballstemmer version: 2.2.0 @@ -39431,224 +30248,47 @@ packages: - kind: conda name: snuggs version: 1.4.7 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 - md5: 5abeaa41ec50d4d1421a8bc8fbc93054 - depends: - - numpy - - pyparsing >=2.1.6 - - python >=3.6 - license: MIT - size: 11131 - timestamp: 1722610712753 -- kind: conda - name: snuggs - version: 1.4.7 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_2 + build_number: 2 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 - md5: 5abeaa41ec50d4d1421a8bc8fbc93054 - depends: - - numpy - - pyparsing >=2.1.6 - - python >=3.6 - license: MIT - purls: - - pkg:pypi/snuggs?source=conda-forge-mapping - size: 11131 - timestamp: 1722610712753 -- kind: pypi - name: soupsieve - version: '2.5' - url: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 - requires_python: '>=3.8' -- kind: conda - name: spdlog - version: 1.14.1 - build: h325aa07_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - sha256: ec594f80f82f69472cf518795303a222a03460cc4102c4758b33eab833640024 - md5: 4aa13d84a5c71b5df6642761a6c35ce9 - depends: - - __osx >=10.13 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 171455 - timestamp: 1722238446029 -- kind: conda - name: spdlog - version: 1.14.1 - build: h325aa07_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - sha256: ec594f80f82f69472cf518795303a222a03460cc4102c4758b33eab833640024 - md5: 4aa13d84a5c71b5df6642761a6c35ce9 - depends: - - __osx >=10.13 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 171455 - timestamp: 1722238446029 -- kind: conda - name: spdlog - version: 1.14.1 - build: h6d8af72_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - sha256: f981d4f3555125cb913be49397892f43c6b747705c0d72cba3676f7d98709f92 - md5: 4af518b01539da8e4af17aee5fb92639 - depends: - - __osx >=11.0 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - size: 164011 - timestamp: 1722238482313 -- kind: conda - name: spdlog - version: 1.14.1 - build: h6d8af72_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - sha256: f981d4f3555125cb913be49397892f43c6b747705c0d72cba3676f7d98709f92 - md5: 4af518b01539da8e4af17aee5fb92639 - depends: - - __osx >=11.0 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 164011 - timestamp: 1722238482313 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9d9cc24_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d - md5: 771630cc938de801e261c3a069d22a68 - depends: - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 194216 - timestamp: 1722238356907 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9d9cc24_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d - md5: 771630cc938de801e261c3a069d22a68 - depends: - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 194216 - timestamp: 1722238356907 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9f2357e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf - md5: b9bff07144f2be7ee32f0b83a79ef21d - depends: - - fmt >=11.0.1,<12.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 169120 - timestamp: 1722238639391 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9f2357e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf - md5: b9bff07144f2be7ee32f0b83a79ef21d - depends: - - fmt >=11.0.1,<12.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 169120 - timestamp: 1722238639391 -- kind: conda - name: spdlog - version: 1.14.1 - build: hed91bc2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 - md5: 909188c8979846bac8e586908cf1ca6a + url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 + md5: 9aa358575bbd4be126eaa5e0039f835c depends: - - __glibc >=2.17,<3.0.a0 - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - numpy + - pyparsing >=2.1.6 + - python >=3.9 license: MIT license_family: MIT - size: 195665 - timestamp: 1722238295031 + size: 11313 + timestamp: 1733818738919 - kind: conda - name: spdlog - version: 1.14.1 - build: hed91bc2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 - md5: 909188c8979846bac8e586908cf1ca6a + name: snuggs + version: 1.4.7 + build: pyhd8ed1ab_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 + md5: 9aa358575bbd4be126eaa5e0039f835c depends: - - __glibc >=2.17,<3.0.a0 - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - numpy + - pyparsing >=2.1.6 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 195665 - timestamp: 1722238295031 + purls: + - pkg:pypi/snuggs?source=conda-forge-mapping + size: 11313 + timestamp: 1733818738919 +- kind: pypi + name: soupsieve + version: '2.6' + url: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 + requires_python: '>=3.8' - kind: conda name: sphinx version: 7.4.7 @@ -39693,33 +30333,34 @@ packages: - markdown>=3.4 - kind: conda name: sphinx_rtd_theme - version: 2.0.0 + version: 3.0.1 build: pyha770c72_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - sha256: 8545c806d03092fd0236db6663c88036eab2dc99e34c91cd36c0704db03b148a - md5: baf6d9a33df1a789ca55e3b404c7ea28 + url: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + sha256: b81e8b0a66dcff33f308909940c9127e51536b99a51167f3e7266e65e3473f7d + md5: 740536f8a54250b1964e494c0bf5c9c3 depends: - - docutils <0.21 - - python >=3.6 - - sphinx >=5,<8 + - docutils >0.18,<0.22 + - python >=3.8 + - sphinx >=6,<9 - sphinxcontrib-jquery >=4,<5 license: MIT license_family: MIT purls: - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping - size: 2614217 - timestamp: 1701183633165 + size: 4630230 + timestamp: 1730015354284 - kind: conda name: sphinxcontrib-applehelp version: 2.0.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 - md5: 9075bd8c033f0257122300db914e49c9 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba + md5: 16e3f039c0aa6446513e94ab18a8784b depends: - python >=3.9 - sphinx >=5 @@ -39727,17 +30368,18 @@ packages: license_family: BSD purls: - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping - size: 29617 - timestamp: 1722244567894 + size: 29752 + timestamp: 1733754216334 - kind: conda name: sphinxcontrib-devhelp version: 2.0.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b - md5: b3bcc38c471ebb738854f52a36059b48 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + sha256: 55d5076005d20b84b20bee7844e686b7e60eb9f683af04492e598a622b12d53d + md5: 910f28a05c178feba832f842155cbfff depends: - python >=3.9 - sphinx >=5 @@ -39745,17 +30387,18 @@ packages: license_family: BSD purls: - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping - size: 24138 - timestamp: 1722245127289 + size: 24536 + timestamp: 1733754232002 - kind: conda name: sphinxcontrib-htmlhelp version: 2.1.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e - md5: e25640d692c02e8acfff0372f547e940 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + sha256: c1492c0262ccf16694bdcd3bb62aa4627878ea8782d5cd3876614ffeb62b3996 + md5: e9fb3fe8a5b758b4aff187d434f94f03 depends: - python >=3.9 - sphinx >=5 @@ -39763,51 +30406,54 @@ packages: license_family: BSD purls: - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping - size: 32798 - timestamp: 1722248429933 + size: 32895 + timestamp: 1733754385092 - kind: conda name: sphinxcontrib-jquery version: '4.1' - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca - md5: 914897066d5873acfb13e75705276ad1 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + sha256: 69c08d18663b57ebc8e4187c64c8d29b10996bb465a515cd288d87b6f2f52a5e + md5: 403185829255321ea427333f7773dd1f depends: - - python >=2.7 + - python >=3.9 - sphinx >=1.8 license: 0BSD AND MIT purls: - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping - size: 112985 - timestamp: 1678809100921 + size: 112964 + timestamp: 1734344603903 - kind: conda name: sphinxcontrib-jsmath version: 1.0.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - md5: da1d979339e2714c30a8e806a33ec087 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + sha256: 578bef5ec630e5b2b8810d898bbbf79b9ae66d49b7938bcc3efc364e679f2a62 + md5: fa839b5ff59e192f411ccc7dae6588bb depends: - - python >=3.5 + - python >=3.9 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping - size: 10431 - timestamp: 1691604844204 + size: 10462 + timestamp: 1733753857224 - kind: conda name: sphinxcontrib-qthelp version: 2.0.0 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b - md5: d6e5ea5fe00164ac6c2dcc5d76a42192 + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + sha256: c664fefae4acdb5fae973bdde25836faf451f41d04342b64a358f9a7753c92ca + md5: 00534ebcc0375929b45c3039b5ba7636 depends: - python >=3.9 - sphinx >=5 @@ -39815,17 +30461,18 @@ packages: license_family: BSD purls: - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping - size: 26794 - timestamp: 1722245959953 + size: 26959 + timestamp: 1733753505008 - kind: conda name: sphinxcontrib-serializinghtml version: 1.1.10 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f - md5: e507335cb4ca9cff4c3d0fa9cdab255e + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 + md5: 3bc61f7161d28137797e038263c04c54 depends: - python >=3.9 - sphinx >=5 @@ -39833,638 +30480,441 @@ packages: license_family: BSD purls: - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping - size: 28776 - timestamp: 1705118378942 + size: 28669 + timestamp: 1733750596111 - kind: conda name: sqlite - version: 3.46.0 + version: 3.47.2 build: h2466b09_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda - sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 - md5: f60e557d64002fe9955b929226adf81d + url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 + md5: 0ff53f37371775ceded312bf81ca80a4 depends: - - libsqlite 3.46.0 h2466b09_0 + - libsqlite 3.47.2 h67fdade_0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Unlicense - size: 885699 - timestamp: 1718051144579 + size: 915915 + timestamp: 1733762142683 - kind: conda name: sqlite - version: 3.46.0 + version: 3.47.2 build: h2466b09_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda - sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 - md5: f60e557d64002fe9955b929226adf81d + url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 + md5: 0ff53f37371775ceded312bf81ca80a4 depends: - - libsqlite 3.46.0 h2466b09_0 + - libsqlite 3.47.2 h67fdade_0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Unlicense purls: [] - size: 885699 - timestamp: 1718051144579 + size: 915915 + timestamp: 1733762142683 - kind: conda name: sqlite - version: 3.46.0 - build: h28673e1_0 + version: 3.47.2 + build: h2e4c9dc_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda - sha256: 7d868d34348615450c43cb4737b44987a0e45fdf4759502b323494dc8c931409 - md5: b76e50276ebb3131cb84aac8123ca75d + url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb + md5: 0ecd820a95f5ab8cc2f6ec133eef73ff depends: - __osx >=10.13 - - libsqlite 3.46.0 h1b8f9f3_0 - - libzlib >=1.2.13,<2.0a0 + - libsqlite 3.47.2 hdb6dae5_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense - size: 912413 - timestamp: 1718050767696 + size: 937962 + timestamp: 1733761877924 - kind: conda name: sqlite - version: 3.46.0 - build: h28673e1_0 + version: 3.47.2 + build: h2e4c9dc_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda - sha256: 7d868d34348615450c43cb4737b44987a0e45fdf4759502b323494dc8c931409 - md5: b76e50276ebb3131cb84aac8123ca75d + url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb + md5: 0ecd820a95f5ab8cc2f6ec133eef73ff depends: - __osx >=10.13 - - libsqlite 3.46.0 h1b8f9f3_0 - - libzlib >=1.2.13,<2.0a0 + - libsqlite 3.47.2 hdb6dae5_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 912413 - timestamp: 1718050767696 + size: 937962 + timestamp: 1733761877924 - kind: conda name: sqlite - version: 3.46.0 - build: h5838104_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda - sha256: e13b719f70b3a20f40b59f814d32483ae8cd95fef83224127b10091828026f7d - md5: 05c5dc8cd793dcfc5849d0569da9b175 + version: 3.47.2 + build: h578a6b9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 + md5: adcede3e145f8372b7b0ab17d24c0259 depends: - - __osx >=11.0 - - libsqlite 3.46.0 hfb93653_0 - - libzlib >=1.2.13,<2.0a0 + - libgcc >=13 + - libsqlite 3.47.2 h5eb1b54_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense - size: 822635 - timestamp: 1718050678797 + size: 1070888 + timestamp: 1733761922172 - kind: conda name: sqlite - version: 3.46.0 - build: h5838104_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda - sha256: e13b719f70b3a20f40b59f814d32483ae8cd95fef83224127b10091828026f7d - md5: 05c5dc8cd793dcfc5849d0569da9b175 + version: 3.47.2 + build: h578a6b9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 + md5: adcede3e145f8372b7b0ab17d24c0259 depends: - - __osx >=11.0 - - libsqlite 3.46.0 hfb93653_0 - - libzlib >=1.2.13,<2.0a0 + - libgcc >=13 + - libsqlite 3.47.2 h5eb1b54_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 822635 - timestamp: 1718050678797 + size: 1070888 + timestamp: 1733761922172 - kind: conda name: sqlite - version: 3.46.0 - build: h6d4b2fc_0 + version: 3.47.2 + build: h9eae976_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b - md5: 77ea8dff5cf8550cc8f5629a6af56323 + url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 + md5: 64a954de15d114281535a26fd4d1f294 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hde9e2c9_0 - - libzlib >=1.2.13,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsqlite 3.47.2 hee588c1_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense - size: 860352 - timestamp: 1718050658212 + size: 884362 + timestamp: 1733761834904 - kind: conda name: sqlite - version: 3.46.0 - build: h6d4b2fc_0 + version: 3.47.2 + build: h9eae976_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b - md5: 77ea8dff5cf8550cc8f5629a6af56323 + url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 + md5: 64a954de15d114281535a26fd4d1f294 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hde9e2c9_0 - - libzlib >=1.2.13,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsqlite 3.47.2 hee588c1_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 860352 - timestamp: 1718050658212 + size: 884362 + timestamp: 1733761834904 - kind: conda name: sqlite - version: 3.46.0 - build: hdc7ab3c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe - md5: e0e3a71d3b7092af7cb9e0696f6d0869 + version: 3.47.2 + build: hd7222ec_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 + md5: fcde11e05577e05f3b69b046822b7529 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hf51ef55_0 - - libzlib >=1.2.13,<2.0a0 + - __osx >=11.0 + - libsqlite 3.47.2 h3f77e49_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense - size: 1057383 - timestamp: 1718050601668 + size: 853604 + timestamp: 1733762084934 - kind: conda name: sqlite - version: 3.46.0 - build: hdc7ab3c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe - md5: e0e3a71d3b7092af7cb9e0696f6d0869 + version: 3.47.2 + build: hd7222ec_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 + md5: fcde11e05577e05f3b69b046822b7529 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hf51ef55_0 - - libzlib >=1.2.13,<2.0a0 + - __osx >=11.0 + - libsqlite 3.47.2 h3f77e49_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 1057383 - timestamp: 1718050601668 + size: 853604 + timestamp: 1733762084934 - kind: conda name: stack_data - version: 0.6.2 - build: pyhd8ed1ab_0 + version: 0.6.3 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - md5: e7df0fdd404616638df5ece6e69ba7af + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 + md5: b1b505328da7a6b246787df4b5a49fbc depends: - asttokens - executing - pure_eval - - python >=3.5 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/stack-data?source=conda-forge-mapping - size: 26205 - timestamp: 1669632203115 + size: 26988 + timestamp: 1733569565672 - kind: conda - name: syrupy - version: 4.6.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 - md5: 7a566d6e1b00b1a521ef8db68aa95f4c + name: svt-av1 + version: 2.3.0 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + sha256: df30a9be29f1a8b5a2e314dd5b16ccfbcbd1cc6a4f659340e8bc2bd4de37bc6f + md5: 355898d24394b2af353eb96358db9fdd depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.8.1,<4.0 - license: Apache-2.0 - license_family: APACHE - size: 43681 - timestamp: 1707319626819 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD + size: 2746291 + timestamp: 1730246036363 - kind: conda - name: syrupy - version: 4.6.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 - md5: 7a566d6e1b00b1a521ef8db68aa95f4c + name: svt-av1 + version: 2.3.0 + build: h5888daf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + sha256: df30a9be29f1a8b5a2e314dd5b16ccfbcbd1cc6a4f659340e8bc2bd4de37bc6f + md5: 355898d24394b2af353eb96358db9fdd depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.8.1,<4.0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/syrupy?source=conda-forge-mapping - size: 43681 - timestamp: 1707319626819 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2746291 + timestamp: 1730246036363 - kind: conda - name: tbb - version: 2021.12.0 - build: hc790b64_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 - md5: a16e2a639e87c554abee5192ce6ee308 + name: svt-av1 + version: 2.3.0 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + sha256: 2fad2496a21d198ea72f5dabfdace2fae0ced5cc3ea243922cb372fcf4c18222 + md5: efb60b536bbf64772929b57f6b30298b depends: - - libhwloc >=2.11.1,<2.11.2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 161213 - timestamp: 1720768916898 + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD + size: 1796731 + timestamp: 1730246027014 - kind: conda - name: tbb - version: 2021.12.0 - build: hc790b64_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 - md5: a16e2a639e87c554abee5192ce6ee308 + name: svt-av1 + version: 2.3.0 + build: h5ad3122_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + sha256: 2fad2496a21d198ea72f5dabfdace2fae0ced5cc3ea243922cb372fcf4c18222 + md5: efb60b536bbf64772929b57f6b30298b depends: - - libhwloc >=2.11.1,<2.11.2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 161213 - timestamp: 1720768916898 + size: 1796731 + timestamp: 1730246027014 - kind: conda - name: tiledb - version: 2.25.0 - build: h05a783a_4 - build_number: 4 + name: svt-av1 + version: 2.3.0 + build: h97d8b74_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d - md5: acb887661df752adeb836874e793070f + url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + sha256: 8cd3878eb1d31ecf21fe982e6d2ca557787100aed2f0c7fd44d01d504e704e30 + md5: c54053b3d1752308a38a9a8c48ce10da depends: - __osx >=10.13 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 3869629 - timestamp: 1722367340440 + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD + size: 2413474 + timestamp: 1730246540736 - kind: conda - name: tiledb - version: 2.25.0 - build: h05a783a_4 - build_number: 4 + name: svt-av1 + version: 2.3.0 + build: h97d8b74_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d - md5: acb887661df752adeb836874e793070f + url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + sha256: 8cd3878eb1d31ecf21fe982e6d2ca557787100aed2f0c7fd44d01d504e704e30 + md5: c54053b3d1752308a38a9a8c48ce10da depends: - __osx >=10.13 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 3869629 - timestamp: 1722367340440 -- kind: conda - name: tiledb - version: 2.25.0 - build: h12bcfb0_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda - sha256: a6c10295a188159c0f46726a1d942086c8367b24069586a29b0e617eba511f64 - md5: ebd263023cce5b0708fcea52ad5345b4 - depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 4224905 - timestamp: 1722367069441 -- kind: conda - name: tiledb - version: 2.25.0 - build: h12bcfb0_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda - sha256: a6c10295a188159c0f46726a1d942086c8367b24069586a29b0e617eba511f64 - md5: ebd263023cce5b0708fcea52ad5345b4 - depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 4224905 - timestamp: 1722367069441 + size: 2413474 + timestamp: 1730246540736 - kind: conda - name: tiledb - version: 2.25.0 - build: h2dd558a_4 - build_number: 4 + name: svt-av1 + version: 2.3.0 + build: he0c23c2_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c - md5: b24dfe46997d23f8b8f306446f595349 + url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e + md5: ac11ae1da661e573b71870b1191ce079 depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 3104967 - timestamp: 1722368384555 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + size: 1845727 + timestamp: 1730246453216 - kind: conda - name: tiledb - version: 2.25.0 - build: h2dd558a_4 - build_number: 4 + name: svt-av1 + version: 2.3.0 + build: he0c23c2_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c - md5: b24dfe46997d23f8b8f306446f595349 + url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e + md5: ac11ae1da661e573b71870b1191ce079 depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3104967 - timestamp: 1722368384555 + size: 1845727 + timestamp: 1730246453216 - kind: conda - name: tiledb - version: 2.25.0 - build: h7d57ca9_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 - md5: 24e00e1e2389d23e18b552d5164eda45 + name: svt-av1 + version: 2.3.0 + build: hf24288c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + sha256: ab876ed8bdd20e22a868dcb8d03e9ce9bbba7762d7e652d49bfff6af768a5b8f + md5: 114c33e9eec335a379c9ee6c498bb807 depends: - - __glibc >=2.17,<3.0.a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 4365810 - timestamp: 1722366859381 + - __osx >=11.0 + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD + size: 1387330 + timestamp: 1730246134730 - kind: conda - name: tiledb - version: 2.25.0 - build: h7d57ca9_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 - md5: 24e00e1e2389d23e18b552d5164eda45 + name: svt-av1 + version: 2.3.0 + build: hf24288c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + sha256: ab876ed8bdd20e22a868dcb8d03e9ce9bbba7762d7e652d49bfff6af768a5b8f + md5: 114c33e9eec335a379c9ee6c498bb807 depends: - - __glibc >=2.17,<3.0.a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - __osx >=11.0 + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 4365810 - timestamp: 1722366859381 + size: 1387330 + timestamp: 1730246134730 +- kind: conda + name: syrupy + version: 4.8.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + sha256: 92d53158b84fe73f083c68f3622b4815a724de46127fd877239a7fb9e10515c7 + md5: c09eed35c15b3c3bc1d17a7be4b31d84 + depends: + - pytest >=7.0.0,<9.0.0 + - python >=3.9,<4.0 + license: Apache-2.0 + license_family: APACHE + size: 45053 + timestamp: 1734539738681 +- kind: conda + name: syrupy + version: 4.8.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + sha256: 92d53158b84fe73f083c68f3622b4815a724de46127fd877239a7fb9e10515c7 + md5: c09eed35c15b3c3bc1d17a7be4b31d84 + depends: + - pytest >=7.0.0,<9.0.0 + - python >=3.9,<4.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/syrupy?source=conda-forge-mapping + size: 45053 + timestamp: 1734539738681 - kind: conda - name: tiledb - version: 2.25.0 - build: hc5f2d7b_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 - md5: dae109e674096f755cf8a69df74ad1ba + name: tbb + version: 2021.13.0 + build: h62715c5_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 + md5: 9190dd0a23d925f7602f9628b3aed511 depends: - - __osx >=11.0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - size: 3555770 - timestamp: 1722367481999 + - libhwloc >=2.11.2,<2.11.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + size: 151460 + timestamp: 1732982860332 - kind: conda - name: tiledb - version: 2.25.0 - build: hc5f2d7b_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 - md5: dae109e674096f755cf8a69df74ad1ba + name: tbb + version: 2021.13.0 + build: h62715c5_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 + md5: 9190dd0a23d925f7602f9628b3aed511 depends: - - __osx >=11.0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libhwloc >=2.11.2,<2.11.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 3555770 - timestamp: 1722367481999 + size: 151460 + timestamp: 1732982860332 - kind: pypi name: tinycss2 - version: 1.3.0 - url: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 + version: 1.4.0 + url: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + sha256: 3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289 requires_dist: - webencodings>=0.4 - sphinx ; extra == 'doc' @@ -40633,218 +31083,190 @@ packages: purls: [] size: 3318875 timestamp: 1699202167581 -- kind: conda - name: toml - version: 0.10.2 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - size: 18433 - timestamp: 1604308660817 -- kind: conda - name: toml - version: 0.10.2 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/toml?source=conda-forge-mapping - size: 18433 - timestamp: 1604308660817 - kind: conda name: tomli - version: 2.0.1 - build: pyhd8ed1ab_0 + version: 2.2.1 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - md5: 5844808ffab9ebdb694585b50ba02a96 + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e + md5: ac944244f1fed2eb49bae07193ae8215 depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT - size: 15940 - timestamp: 1644342331069 + size: 19167 + timestamp: 1733256819729 - kind: conda name: tomli - version: 2.0.1 - build: pyhd8ed1ab_0 + version: 2.2.1 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - md5: 5844808ffab9ebdb694585b50ba02a96 + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e + md5: ac944244f1fed2eb49bae07193ae8215 depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/tomli?source=conda-forge-mapping - size: 15940 - timestamp: 1644342331069 + size: 19167 + timestamp: 1733256819729 - kind: conda name: tornado - version: 6.4.1 - build: py39ha3e8b56_0 + version: 6.4.2 + build: py39h3e3acee_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa - md5: 60ad0fcecca6af49fe5888a408618d8a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + sha256: 6cab3a12fe8d71c28805c973497412adadc033f7d6a7b8d90c19e49d662fb6a2 + md5: fdf7a3dc0d7e6ca4cc792f1731d282c4 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 643759 - timestamp: 1717724629166 + size: 644629 + timestamp: 1732617765888 - kind: conda name: tornado - version: 6.4.1 - build: py39ha3e8b56_0 + version: 6.4.2 + build: py39h3e3acee_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa - md5: 60ad0fcecca6af49fe5888a408618d8a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + sha256: 6cab3a12fe8d71c28805c973497412adadc033f7d6a7b8d90c19e49d662fb6a2 + md5: fdf7a3dc0d7e6ca4cc792f1731d282c4 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 643759 - timestamp: 1717724629166 + size: 644629 + timestamp: 1732617765888 - kind: conda name: tornado - version: 6.4.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda - sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 - md5: 7d1e87f3036af858ce7e248489c3faec + version: 6.4.2 + build: py39h80efdc8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + sha256: 589d723480096cd23bfc370db73a0e11161317c8ba0484890f40f521becf976c + md5: 26ca7a5ab3334a0a1dc0fc9d5b386435 depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 644403 - timestamp: 1717723410092 + size: 642149 + timestamp: 1732616108804 - kind: conda name: tornado - version: 6.4.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda - sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 - md5: 7d1e87f3036af858ce7e248489c3faec + version: 6.4.2 + build: py39h80efdc8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + sha256: 589d723480096cd23bfc370db73a0e11161317c8ba0484890f40f521becf976c + md5: 26ca7a5ab3334a0a1dc0fc9d5b386435 depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 644403 - timestamp: 1717723410092 + size: 642149 + timestamp: 1732616108804 - kind: conda name: tornado - version: 6.4.1 - build: py39hd3abc70_0 + version: 6.4.2 + build: py39h8cd3c5a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 - md5: c183e99f9320e5e2d0f9c43efcb3fb22 + url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + sha256: 3c9a90f755ce097ab884bf1ea99ac1033007753a6538cae65747fddc4b74481e + md5: ebfd05ae1501660e995a8b6bbe02a391 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 642638 - timestamp: 1717723015273 + size: 642001 + timestamp: 1732616065142 - kind: conda name: tornado - version: 6.4.1 - build: py39hd3abc70_0 + version: 6.4.2 + build: py39h8cd3c5a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 - md5: c183e99f9320e5e2d0f9c43efcb3fb22 + url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + sha256: 3c9a90f755ce097ab884bf1ea99ac1033007753a6538cae65747fddc4b74481e + md5: ebfd05ae1501660e995a8b6bbe02a391 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 642638 - timestamp: 1717723015273 + size: 642001 + timestamp: 1732616065142 - kind: conda name: tornado - version: 6.4.1 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - sha256: b908bc61ebc130cda6193dded464cc3164a081caa369d32ae0ed232c850f85d4 - md5: 416249efe6570c63933ab64c04459bfe + version: 6.4.2 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 + md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 depends: - - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 640935 - timestamp: 1717722847607 + size: 645144 + timestamp: 1732616217328 - kind: conda name: tornado - version: 6.4.1 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - sha256: b908bc61ebc130cda6193dded464cc3164a081caa369d32ae0ed232c850f85d4 - md5: 416249efe6570c63933ab64c04459bfe + version: 6.4.2 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 + md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 depends: - - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 640935 - timestamp: 1717722847607 + size: 645144 + timestamp: 1732616217328 - kind: conda name: tornado - version: 6.4.1 - build: py39hfea33bf_0 + version: 6.4.2 + build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - sha256: 7e88b42380c179f03bf4807dd4f78998c991f6167dae085c7546f89a57bb60a8 - md5: f8c9c4061239770cb5f438df0237e059 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + sha256: 29b11ca330baf190a478c12a90cd50040e1fff91c419d2604d9964ae4773de81 + md5: 868a36c47fe13a70e940c0e40cea578d depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -40852,16 +31274,16 @@ packages: - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 642855 - timestamp: 1717722852977 + size: 641997 + timestamp: 1732616121615 - kind: conda name: tornado - version: 6.4.1 - build: py39hfea33bf_0 + version: 6.4.2 + build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - sha256: 7e88b42380c179f03bf4807dd4f78998c991f6167dae085c7546f89a57bb60a8 - md5: f8c9c4061239770cb5f438df0237e059 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + sha256: 29b11ca330baf190a478c12a90cd50040e1fff91c419d2604d9964ae4773de81 + md5: 868a36c47fe13a70e940c0e40cea578d depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -40871,261 +31293,159 @@ packages: license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 642855 - timestamp: 1717722852977 + size: 641997 + timestamp: 1732616121615 - kind: conda name: traitlets version: 5.14.3 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 - md5: 3df84416a021220d8b5700c613af2dc5 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 + md5: 019a7385be9af33791c989871317e1ed depends: - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD - size: 110187 - timestamp: 1713535244513 + size: 110051 + timestamp: 1733367480074 - kind: conda name: traitlets version: 5.14.3 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 - md5: 3df84416a021220d8b5700c613af2dc5 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 + md5: 019a7385be9af33791c989871317e1ed depends: - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/traitlets?source=conda-forge-mapping - size: 110187 - timestamp: 1713535244513 + size: 110051 + timestamp: 1733367480074 - kind: conda name: typing_extensions version: 4.12.2 - build: pyha770c72_0 + build: pyha770c72_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb - md5: ebe6952715e1d5eb567eeebf25250fa7 + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 + md5: d17f13df8b65464ca316cbc000a3cb64 depends: - - python >=3.8 + - python >=3.9 license: PSF-2.0 license_family: PSF - size: 39888 - timestamp: 1717802653893 + size: 39637 + timestamp: 1733188758212 - kind: conda name: typing_extensions version: 4.12.2 - build: pyha770c72_0 + build: pyha770c72_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb - md5: ebe6952715e1d5eb567eeebf25250fa7 + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 + md5: d17f13df8b65464ca316cbc000a3cb64 depends: - - python >=3.8 + - python >=3.9 license: PSF-2.0 license_family: PSF purls: - pkg:pypi/typing-extensions?source=conda-forge-mapping - size: 39888 - timestamp: 1717802653893 -- kind: conda - name: tzcode - version: 2024a - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 - md5: 8d50ba6668dbd193cd42ccd9099fa2ae - license: BSD-3-Clause - license_family: BSD - size: 63341 - timestamp: 1706869081062 -- kind: conda - name: tzcode - version: 2024a - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 - md5: 8d50ba6668dbd193cd42ccd9099fa2ae - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 63341 - timestamp: 1706869081062 -- kind: conda - name: tzcode - version: 2024a - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - sha256: f1e81a576aa69a06fcd6191f6994af6f6d0bc2f5f7df2098d870c492ef11d1ed - md5: d7691e522a386b757332784ee7f9906f - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 72898 - timestamp: 1706870451825 -- kind: conda - name: tzcode - version: 2024a - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - sha256: f1e81a576aa69a06fcd6191f6994af6f6d0bc2f5f7df2098d870c492ef11d1ed - md5: d7691e522a386b757332784ee7f9906f - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 72898 - timestamp: 1706870451825 -- kind: conda - name: tzcode - version: 2024a - build: h3f72095_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df - md5: 32146e34aaec3745a08b6f49af3f41b0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 69821 - timestamp: 1706868851630 -- kind: conda - name: tzcode - version: 2024a - build: h3f72095_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df - md5: 32146e34aaec3745a08b6f49af3f41b0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 69821 - timestamp: 1706868851630 -- kind: conda - name: tzcode - version: 2024a - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - sha256: 70bce0410d77b6ba3c32079aa87a98877ea970d8e96f2e4503e9b81198ece1f4 - md5: 33ebc94eb6420500a4aeb0fc45112bba - license: BSD-3-Clause - license_family: BSD - size: 63845 - timestamp: 1706869030258 -- kind: conda - name: tzcode - version: 2024a - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - sha256: 70bce0410d77b6ba3c32079aa87a98877ea970d8e96f2e4503e9b81198ece1f4 - md5: 33ebc94eb6420500a4aeb0fc45112bba - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 63845 - timestamp: 1706869030258 + size: 39637 + timestamp: 1733188758212 - kind: conda name: tzdata - version: 2024a - build: h0c530f3_0 + version: 2024b + build: hc8b5060_0 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 - md5: 161081fc7cec0bfda0d86d7cb595f8d8 + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf + md5: 8ac3367aafb1cc0a068483c580af8015 license: LicenseRef-Public-Domain - size: 119815 - timestamp: 1706886945727 + size: 122354 + timestamp: 1728047496079 - kind: conda name: tzdata - version: 2024a - build: h0c530f3_0 + version: 2024b + build: hc8b5060_0 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 - md5: 161081fc7cec0bfda0d86d7cb595f8d8 + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf + md5: 8ac3367aafb1cc0a068483c580af8015 license: LicenseRef-Public-Domain purls: [] - size: 119815 - timestamp: 1706886945727 + size: 122354 + timestamp: 1728047496079 - kind: conda name: ucrt version: 10.0.22621.0 - build: h57928b3_0 + build: h57928b3_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - md5: 72608f6cd3e5898229c3ea16deb1ac43 + url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 + md5: 6797b005cd0f439c4c5c9ac565783700 constrains: - vs2015_runtime >=14.29.30037 - license: LicenseRef-Proprietary - license_family: PROPRIETARY - size: 1283972 - timestamp: 1666630199266 + license: LicenseRef-MicrosoftWindowsSDK10 + size: 559710 + timestamp: 1728377334097 - kind: conda name: ucrt version: 10.0.22621.0 - build: h57928b3_0 + build: h57928b3_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - md5: 72608f6cd3e5898229c3ea16deb1ac43 + url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 + md5: 6797b005cd0f439c4c5c9ac565783700 constrains: - vs2015_runtime >=14.29.30037 - license: LicenseRef-Proprietary - license_family: PROPRIETARY + license: LicenseRef-MicrosoftWindowsSDK10 purls: [] - size: 1283972 - timestamp: 1666630199266 + size: 559710 + timestamp: 1728377334097 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39h0f82c59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 - md5: 39c745ba9443da902afa7f5a9e9dfcac + build: py39h060674a_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda + sha256: 7e360f326086188cf05a9aa49da7b9c937cdb5527e358a6e4dddf90a0826dee2 + md5: 22a119d3f80e6d91b28fbc49a3cc08b2 depends: + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 376309 - timestamp: 1695848358752 + size: 368071 + timestamp: 1729704782919 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39h0f82c59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 - md5: 39c745ba9443da902afa7f5a9e9dfcac + build: py39h060674a_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda + sha256: 7e360f326086188cf05a9aa49da7b9c937cdb5527e358a6e4dddf90a0826dee2 + md5: 22a119d3f80e6d91b28fbc49a3cc08b2 depends: + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -41133,148 +31453,160 @@ packages: license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 376309 - timestamp: 1695848358752 + size: 368071 + timestamp: 1729704782919 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda - sha256: ddb1a64567d3927a10a77d6ef9c7c18af9344fc3589705e2bd600b8a02ad40d2 - md5: 8c072c9329aeea97a46005625267a851 + build: py39h296a897_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda + sha256: 03a4445428da40a43d65bbf5f0902221a1d282b6da8cb26ed645acafa27e479b + md5: a607bc3d3fdb98722e85270895cb588a depends: - - libgcc-ng >=12 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 373906 - timestamp: 1695848199413 + size: 364198 + timestamp: 1729704894792 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda - sha256: ddb1a64567d3927a10a77d6ef9c7c18af9344fc3589705e2bd600b8a02ad40d2 - md5: 8c072c9329aeea97a46005625267a851 + build: py39h296a897_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda + sha256: 03a4445428da40a43d65bbf5f0902221a1d282b6da8cb26ed645acafa27e479b + md5: a607bc3d3fdb98722e85270895cb588a depends: - - libgcc-ng >=12 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373906 - timestamp: 1695848199413 + size: 364198 + timestamp: 1729704894792 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda - sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a - md5: 20ec896e8d97f2ff8be1124e624dc8f2 + build: py39h57695bc_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda + sha256: 2aa67870191089c75a2839741e9a76b39751958fa7ec7e19a4f6b8a655b433d5 + md5: ea1c54a65af341878cc7ab4b6275ff7b depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 373257 - timestamp: 1695848310896 + size: 373638 + timestamp: 1729704744739 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda - sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a - md5: 20ec896e8d97f2ff8be1124e624dc8f2 + build: py39h57695bc_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda + sha256: 2aa67870191089c75a2839741e9a76b39751958fa7ec7e19a4f6b8a655b433d5 + md5: ea1c54a65af341878cc7ab4b6275ff7b depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373257 - timestamp: 1695848310896 + size: 373638 + timestamp: 1729704744739 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39hd1e30aa_0 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 - md5: 1da984bbb6e765743e13388ba7b7b2c8 + url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda + sha256: 8859d41d01025ea2d1f5448d459e99818757fee472ee718f83d5fb78328e775f + md5: 6346898044e4387631c614290789a434 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache - size: 373822 - timestamp: 1695848128416 + size: 368535 + timestamp: 1729704703197 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39hd1e30aa_0 + build: py39h8cd3c5a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 - md5: 1da984bbb6e765743e13388ba7b7b2c8 + url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda + sha256: 8859d41d01025ea2d1f5448d459e99818757fee472ee718f83d5fb78328e775f + md5: 6346898044e4387631c614290789a434 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373822 - timestamp: 1695848128416 + size: 368535 + timestamp: 1729704703197 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39hdc70f33_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf - md5: ede122e9ef2775a8879063d9d3ee819f + build: py39ha55e580_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda + sha256: c5499da77a6d15b4ccaf77d423ef4046e07ae7e545d7bebf5cade3bd8c4c1a57 + md5: 7b7e5732092b9a635440ec939e45651d depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 369843 - timestamp: 1695848310939 + size: 365699 + timestamp: 1729705064037 - kind: conda name: unicodedata2 version: 15.1.0 - build: py39hdc70f33_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf - md5: ede122e9ef2775a8879063d9d3ee819f + build: py39ha55e580_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda + sha256: c5499da77a6d15b4ccaf77d423ef4046e07ae7e545d7bebf5cade3bd8c4c1a57 + md5: 7b7e5732092b9a635440ec939e45651d depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 369843 - timestamp: 1695848310939 + size: 365699 + timestamp: 1729705064037 - kind: conda name: uriparser version: 0.9.8 @@ -41434,164 +31766,235 @@ packages: timestamp: 1715010035325 - kind: conda name: urllib3 - version: 2.2.2 - build: pyhd8ed1ab_1 - build_number: 1 + version: 2.3.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 - md5: e804c43f58255e977093a2298e442bb8 + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e + md5: 32674f8dbfb7b26410ed580dd3c10a29 depends: - brotli-python >=1.0.9 - h2 >=4,<5 - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.8 + - python >=3.9 - zstandard >=0.18.0 license: MIT license_family: MIT - size: 95048 - timestamp: 1719391384778 + size: 100102 + timestamp: 1734859520452 - kind: conda name: urllib3 - version: 2.2.2 - build: pyhd8ed1ab_1 - build_number: 1 + version: 2.3.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 - md5: e804c43f58255e977093a2298e442bb8 + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e + md5: 32674f8dbfb7b26410ed580dd3c10a29 depends: - brotli-python >=1.0.9 - h2 >=4,<5 - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.8 + - python >=3.9 - zstandard >=0.18.0 license: MIT license_family: MIT purls: - pkg:pypi/urllib3?source=conda-forge-mapping - size: 95048 - timestamp: 1719391384778 + size: 100102 + timestamp: 1734859520452 - kind: conda name: vc version: '14.3' - build: h8a93ad2_20 - build_number: 20 + build: ha32ba9b_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef - md5: 8558f367e1d7700554f7cdb823c46faf + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda + sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663 + md5: 7c10ec3158d1eb4ddff7007c9101adb0 depends: - - vc14_runtime >=14.40.33810 + - vc14_runtime >=14.38.33135 track_features: - vc14 license: BSD-3-Clause license_family: BSD - size: 17391 - timestamp: 1717709040616 + size: 17479 + timestamp: 1731710827215 - kind: conda name: vc version: '14.3' - build: h8a93ad2_20 - build_number: 20 + build: ha32ba9b_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef - md5: 8558f367e1d7700554f7cdb823c46faf + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda + sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663 + md5: 7c10ec3158d1eb4ddff7007c9101adb0 depends: - - vc14_runtime >=14.40.33810 + - vc14_runtime >=14.38.33135 track_features: - vc14 license: BSD-3-Clause license_family: BSD purls: [] - size: 17391 - timestamp: 1717709040616 + size: 17479 + timestamp: 1731710827215 - kind: conda name: vc14_runtime - version: 14.40.33810 - build: ha82c5b3_20 - build_number: 20 + version: 14.42.34433 + build: he29a5d6_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 - md5: e39cc4c34c53654ec939558993d9dc5b + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda + sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49 + md5: 32b37d0cfa80da34548501cdc913a832 depends: - ucrt >=10.0.20348.0 constrains: - - vs2015_runtime 14.40.33810.* *_20 - license: LicenseRef-ProprietaryMicrosoft + - vs2015_runtime 14.42.34433.* *_23 + license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime license_family: Proprietary - size: 751934 - timestamp: 1717709031266 + size: 754247 + timestamp: 1731710681163 - kind: conda name: vc14_runtime - version: 14.40.33810 - build: ha82c5b3_20 - build_number: 20 + version: 14.42.34433 + build: he29a5d6_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 - md5: e39cc4c34c53654ec939558993d9dc5b + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda + sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49 + md5: 32b37d0cfa80da34548501cdc913a832 depends: - ucrt >=10.0.20348.0 constrains: - - vs2015_runtime 14.40.33810.* *_20 - license: LicenseRef-ProprietaryMicrosoft + - vs2015_runtime 14.42.34433.* *_23 + license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime license_family: Proprietary purls: [] - size: 751934 - timestamp: 1717709031266 + size: 754247 + timestamp: 1731710681163 - kind: conda name: vs2015_runtime - version: 14.40.33810 - build: h3bf8584_20 - build_number: 20 + version: 14.42.34433 + build: hdffcdeb_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a - md5: c21f1b4a3a30bbc3ef35a50957578e0e + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda + sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118 + md5: 5c176975ca2b8366abad3c97b3cd1e83 depends: - - vc14_runtime >=14.40.33810 + - vc14_runtime >=14.42.34433 license: BSD-3-Clause license_family: BSD - size: 17395 - timestamp: 1717709043353 + size: 17572 + timestamp: 1731710685291 - kind: conda name: vs2015_runtime - version: 14.40.33810 - build: h3bf8584_20 - build_number: 20 + version: 14.42.34433 + build: hdffcdeb_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a - md5: c21f1b4a3a30bbc3ef35a50957578e0e + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda + sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118 + md5: 5c176975ca2b8366abad3c97b3cd1e83 depends: - - vc14_runtime >=14.40.33810 + - vc14_runtime >=14.42.34433 license: BSD-3-Clause license_family: BSD purls: [] - size: 17395 - timestamp: 1717709043353 + size: 17572 + timestamp: 1731710685291 +- kind: conda + name: wayland + version: 1.23.1 + build: h3e06ad9_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 + md5: 0a732427643ae5e0486a727927791da1 + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + license: MIT + license_family: MIT + size: 321561 + timestamp: 1724530461598 +- kind: conda + name: wayland + version: 1.23.1 + build: h3e06ad9_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 + md5: 0a732427643ae5e0486a727927791da1 + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + license: MIT + license_family: MIT + purls: [] + size: 321561 + timestamp: 1724530461598 +- kind: conda + name: wayland + version: 1.23.1 + build: h698ed42_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + sha256: 71c591803459e1f68f9ad206a4f2fa3971147502bad8791e94fd18d8362f8ce6 + md5: 2661f9252065051914f1cdf5835e7430 + depends: + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + license: MIT + license_family: MIT + size: 324815 + timestamp: 1724530528414 +- kind: conda + name: wayland + version: 1.23.1 + build: h698ed42_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + sha256: 71c591803459e1f68f9ad206a4f2fa3971147502bad8791e94fd18d8362f8ce6 + md5: 2661f9252065051914f1cdf5835e7430 + depends: + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + license: MIT + license_family: MIT + purls: [] + size: 324815 + timestamp: 1724530528414 - kind: conda name: wcwidth version: 0.2.13 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 - md5: 68f0738df502a14213624b288c60c9ad + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + sha256: f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5 + md5: b68980f2495d096e71c7fd9d7ccf63e6 depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/wcwidth?source=conda-forge-mapping - size: 32709 - timestamp: 1704731373922 + size: 32581 + timestamp: 1733231433877 - kind: pypi name: webencodings version: 0.5.1 @@ -41599,72 +32002,266 @@ packages: sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 - kind: conda name: wheel - version: 0.43.0 + version: 0.45.1 build: pyhd8ed1ab_1 build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc - md5: 0b5293a157c2b5cd513dd1b03d8d3aae + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce + md5: 75cb7132eb58d97896e173ef12ac9986 depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT - size: 57963 - timestamp: 1711546009410 + size: 62931 + timestamp: 1733130309598 - kind: conda name: wheel - version: 0.43.0 + version: 0.45.1 build: pyhd8ed1ab_1 build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc - md5: 0b5293a157c2b5cd513dd1b03d8d3aae + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce + md5: 75cb7132eb58d97896e173ef12ac9986 depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/wheel?source=conda-forge-mapping - size: 57963 - timestamp: 1711546009410 + size: 62931 + timestamp: 1733130309598 - kind: conda name: win_inet_pton version: 1.1.0 - build: pyhd8ed1ab_6 - build_number: 6 + build: pyh7428d3b_8 + build_number: 8 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 - sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - md5: 30878ecc4bd36e8deeea1e3c151b2e0b + url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f + md5: 46e441ba871f524e2b067929da3051c2 depends: - __win - - python >=3.6 - license: PUBLIC-DOMAIN - size: 8191 - timestamp: 1667051294134 + - python >=3.9 + license: LicenseRef-Public-Domain + size: 9555 + timestamp: 1733130678956 - kind: conda name: win_inet_pton version: 1.1.0 - build: pyhd8ed1ab_6 - build_number: 6 + build: pyh7428d3b_8 + build_number: 8 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 - sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - md5: 30878ecc4bd36e8deeea1e3c151b2e0b + url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f + md5: 46e441ba871f524e2b067929da3051c2 depends: - __win - - python >=3.6 - license: PUBLIC-DOMAIN + - python >=3.9 + license: LicenseRef-Public-Domain purls: - pkg:pypi/win-inet-pton?source=conda-forge-mapping - size: 8191 - timestamp: 1667051294134 + size: 9555 + timestamp: 1733130678956 +- kind: conda + name: x265 + version: '3.5' + build: h2d74725_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 + md5: ca7129a334198f08347fb19ac98a2de9 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + license: GPL-2.0-or-later + license_family: GPL + size: 5517425 + timestamp: 1646611941216 +- kind: conda + name: x265 + version: '3.5' + build: h2d74725_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 + md5: ca7129a334198f08347fb19ac98a2de9 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 5517425 + timestamp: 1646611941216 +- kind: conda + name: x265 + version: '3.5' + build: h924138e_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 + md5: e7f6ed84d4623d52ee581325c1587a6b + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + size: 3357188 + timestamp: 1646609687141 +- kind: conda + name: x265 + version: '3.5' + build: h924138e_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 + md5: e7f6ed84d4623d52ee581325c1587a6b + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 3357188 + timestamp: 1646609687141 +- kind: conda + name: x265 + version: '3.5' + build: hbb4e6a2_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 + md5: a3bf3e95b7795871a6734a784400fcea + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + size: 3433205 + timestamp: 1646610148268 +- kind: conda + name: x265 + version: '3.5' + build: hbb4e6a2_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 + md5: a3bf3e95b7795871a6734a784400fcea + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 3433205 + timestamp: 1646610148268 +- kind: conda + name: x265 + version: '3.5' + build: hbc6ce65_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d + md5: b1f7f2780feffe310b068c021e8ff9b2 + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + size: 1832744 + timestamp: 1646609481185 +- kind: conda + name: x265 + version: '3.5' + build: hbc6ce65_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d + md5: b1f7f2780feffe310b068c021e8ff9b2 + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1832744 + timestamp: 1646609481185 +- kind: conda + name: x265 + version: '3.5' + build: hdd96247_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 + md5: 786853760099c74a1d4f0da98dd67aea + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + size: 1018181 + timestamp: 1646610147365 +- kind: conda + name: x265 + version: '3.5' + build: hdd96247_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 + md5: 786853760099c74a1d4f0da98dd67aea + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1018181 + timestamp: 1646610147365 +- kind: conda + name: xcb-util + version: 0.4.1 + build: h5c728e9_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + sha256: 59f586defd3c1295a32d8eb587036302ab254300d88e605354e8eaa4a27563ec + md5: b4cf8ba6cff9cdf1249bcfe1314222b0 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 20597 + timestamp: 1718844955591 +- kind: conda + name: xcb-util + version: 0.4.1 + build: h5c728e9_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + sha256: 59f586defd3c1295a32d8eb587036302ab254300d88e605354e8eaa4a27563ec + md5: b4cf8ba6cff9cdf1249bcfe1314222b0 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 20597 + timestamp: 1718844955591 - kind: conda name: xcb-util version: 0.4.1 @@ -41676,7 +32273,7 @@ packages: md5: 8637c3e5821654d0edf97e2b0404b443 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT size: 19965 @@ -41692,12 +32289,123 @@ packages: md5: 8637c3e5821654d0edf97e2b0404b443 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT purls: [] size: 19965 timestamp: 1718843348208 +- kind: conda + name: xcb-util-cursor + version: 0.1.5 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + sha256: c2608dc625c7aacffff938813f985c5f21c6d8a4da3280d57b5287ba1b27ec21 + md5: d6bb2038d26fa118d5cbc2761116f3e5 + depends: + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + size: 21123 + timestamp: 1726125922919 +- kind: conda + name: xcb-util-cursor + version: 0.1.5 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + sha256: c2608dc625c7aacffff938813f985c5f21c6d8a4da3280d57b5287ba1b27ec21 + md5: d6bb2038d26fa118d5cbc2761116f3e5 + depends: + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 21123 + timestamp: 1726125922919 +- kind: conda + name: xcb-util-cursor + version: 0.1.5 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda + sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b + md5: eb44b3b6deb1cab08d72cb61686fe64c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + size: 20296 + timestamp: 1726125844850 +- kind: conda + name: xcb-util-cursor + version: 0.1.5 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda + sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b + md5: eb44b3b6deb1cab08d72cb61686fe64c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 20296 + timestamp: 1726125844850 +- kind: conda + name: xcb-util-image + version: 0.4.0 + build: h5c728e9_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + sha256: a43058edc001e8fb97f9b291028a6ca16a8969d9b56a998c7aecea083323ac97 + md5: b82e5c78dbbfa931980e8bfe83bce913 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + license: MIT + license_family: MIT + size: 24910 + timestamp: 1718880504308 +- kind: conda + name: xcb-util-image + version: 0.4.0 + build: h5c728e9_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + sha256: a43058edc001e8fb97f9b291028a6ca16a8969d9b56a998c7aecea083323ac97 + md5: b82e5c78dbbfa931980e8bfe83bce913 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + license: MIT + license_family: MIT + purls: [] + size: 24910 + timestamp: 1718880504308 - kind: conda name: xcb-util-image version: 0.4.0 @@ -41709,7 +32417,7 @@ packages: md5: a0901183f08b6c7107aab109733a3c91 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 license: MIT license_family: MIT @@ -41726,13 +32434,44 @@ packages: md5: a0901183f08b6c7107aab109733a3c91 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 license: MIT license_family: MIT purls: [] size: 24551 timestamp: 1718880534789 +- kind: conda + name: xcb-util-keysyms + version: 0.4.1 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + sha256: 9d92daa7feb0e14f81bf0d4b3f0b6ff1e8cec3ff514df8a0c06c4d49b518c315 + md5: 57ca8564599ddf8b633c4ea6afee6f3a + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 14343 + timestamp: 1718846624153 +- kind: conda + name: xcb-util-keysyms + version: 0.4.1 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + sha256: 9d92daa7feb0e14f81bf0d4b3f0b6ff1e8cec3ff514df8a0c06c4d49b518c315 + md5: 57ca8564599ddf8b633c4ea6afee6f3a + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 14343 + timestamp: 1718846624153 - kind: conda name: xcb-util-keysyms version: 0.4.1 @@ -41743,7 +32482,7 @@ packages: md5: ad748ccca349aec3e91743e08b5e2b50 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT size: 14314 @@ -41758,12 +32497,43 @@ packages: md5: ad748ccca349aec3e91743e08b5e2b50 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT purls: [] size: 14314 timestamp: 1718846569232 +- kind: conda + name: xcb-util-renderutil + version: 0.3.10 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + sha256: 5827f5617c9741599f72bb7f090726f89c6ef91e4bada621895fdc2bbadfb0f1 + md5: 7beeda4223c5484ef72d89fb66b7e8c1 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 18139 + timestamp: 1718849914457 +- kind: conda + name: xcb-util-renderutil + version: 0.3.10 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + sha256: 5827f5617c9741599f72bb7f090726f89c6ef91e4bada621895fdc2bbadfb0f1 + md5: 7beeda4223c5484ef72d89fb66b7e8c1 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 18139 + timestamp: 1718849914457 - kind: conda name: xcb-util-renderutil version: 0.3.10 @@ -41774,7 +32544,7 @@ packages: md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT size: 16978 @@ -41789,12 +32559,43 @@ packages: md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT purls: [] size: 16978 timestamp: 1718848865819 +- kind: conda + name: xcb-util-wm + version: 0.4.2 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + sha256: 3f52cd8783e7d953c54266255fd11886c611c2620545eabc28ec8cf470ae8be7 + md5: f14dcda6894722e421da2b7dcffb0b78 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 50772 + timestamp: 1718845072660 +- kind: conda + name: xcb-util-wm + version: 0.4.2 + build: h5c728e9_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + sha256: 3f52cd8783e7d953c54266255fd11886c611c2620545eabc28ec8cf470ae8be7 + md5: f14dcda6894722e421da2b7dcffb0b78 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 50772 + timestamp: 1718845072660 - kind: conda name: xcb-util-wm version: 0.4.2 @@ -41805,7 +32606,7 @@ packages: md5: 608e0ef8256b81d04456e8d211eee3e8 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT size: 51689 @@ -41820,7 +32621,7 @@ packages: md5: 608e0ef8256b81d04456e8d211eee3e8 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 license: MIT license_family: MIT purls: [] @@ -41829,1623 +32630,1700 @@ packages: - kind: conda name: xerces-c version: 3.2.5 - build: hac6953d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb - md5: 63b80ca78d29380fe69e69412dcbe4ac + build: h197e74d_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + sha256: 6218762b3ecff8e365f2880bb6a762b195e350159510d3f2dba58fa53f90a1bf + md5: 559e2c3fb2fe4bfc985e8486bad8ecaa depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache - size: 1636164 - timestamp: 1703092965257 + size: 1352475 + timestamp: 1727734320281 - kind: conda name: xerces-c version: 3.2.5 - build: hac6953d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb - md5: 63b80ca78d29380fe69e69412dcbe4ac + build: h197e74d_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + sha256: 6218762b3ecff8e365f2880bb6a762b195e350159510d3f2dba58fa53f90a1bf + md5: 559e2c3fb2fe4bfc985e8486bad8ecaa depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 1636164 - timestamp: 1703092965257 + size: 1352475 + timestamp: 1727734320281 - kind: conda name: xerces-c version: 3.2.5 - build: hbbe9ea5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 - md5: ade166000a13c81d9a75f65281e302b0 + build: h595f43b_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + sha256: 5be18356d3b28cef354ba53880fe13bf92022022566f602a0b89fe5ad98be485 + md5: d0f7b92f36560299e293569278223e2b depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libnsl >=2.0.1,<2.1.0a0 + - libstdcxx >=13 license: Apache-2.0 license_family: Apache - size: 1346161 - timestamp: 1703093374769 + size: 1639500 + timestamp: 1727734160362 - kind: conda name: xerces-c version: 3.2.5 - build: hbbe9ea5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 - md5: ade166000a13c81d9a75f65281e302b0 + build: h595f43b_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + sha256: 5be18356d3b28cef354ba53880fe13bf92022022566f602a0b89fe5ad98be485 + md5: d0f7b92f36560299e293569278223e2b depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - icu >=75.1,<76.0a0 + - libgcc >=13 + - libnsl >=2.0.1,<2.1.0a0 + - libstdcxx >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 1346161 - timestamp: 1703093374769 + size: 1639500 + timestamp: 1727734160362 - kind: conda name: xerces-c version: 3.2.5 - build: he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda - sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 - md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 + build: h92fc2f4_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + sha256: 863a7c2a991a4399d362d42c285ebc20748a4ea417647ebd3a171e2220c7457d + md5: 50b7325437ef0901fe25dc5c9e743b88 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache - size: 3547000 - timestamp: 1721032032254 + size: 1277884 + timestamp: 1727733870250 - kind: conda name: xerces-c version: 3.2.5 - build: he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda - sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 - md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 + build: h92fc2f4_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + sha256: 863a7c2a991a4399d362d42c285ebc20748a4ea417647ebd3a171e2220c7457d + md5: 50b7325437ef0901fe25dc5c9e743b88 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 3547000 - timestamp: 1721032032254 + size: 1277884 + timestamp: 1727733870250 - kind: conda name: xerces-c version: 3.2.5 - build: hf13c1fb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - sha256: 6e64e9dc8d9f8bee4bdef16e946be658da3744e40fdd5ca881ac2219a1aba479 - md5: 5c6a84e179f9fc7f8e0890c28704a8ce + build: h988505b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda + sha256: 339ab0ff05170a295e59133cd0fa9a9c4ba32b6941c8a2a73484cc13f81e248a + md5: 9dda9667feba914e0e80b95b82f7402b depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - libstdcxx >=13 license: Apache-2.0 license_family: Apache - size: 1632056 - timestamp: 1703093218725 + size: 1648243 + timestamp: 1727733890754 - kind: conda name: xerces-c version: 3.2.5 - build: hf13c1fb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - sha256: 6e64e9dc8d9f8bee4bdef16e946be658da3744e40fdd5ca881ac2219a1aba479 - md5: 5c6a84e179f9fc7f8e0890c28704a8ce + build: h988505b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda + sha256: 339ab0ff05170a295e59133cd0fa9a9c4ba32b6941c8a2a73484cc13f81e248a + md5: 9dda9667feba914e0e80b95b82f7402b depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - libstdcxx >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 1632056 - timestamp: 1703093218725 + size: 1648243 + timestamp: 1727733890754 - kind: conda name: xerces-c version: 3.2.5 - build: hf393695_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee - md5: 5e4741a1e687aee5fc9c409a0476bef2 + build: he0c23c2_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e + md5: 82b6eac3c198271e98b48d52d79726d8 depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache - size: 1270959 - timestamp: 1703093076013 + size: 3574017 + timestamp: 1727734520239 - kind: conda name: xerces-c version: 3.2.5 - build: hf393695_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee - md5: 5e4741a1e687aee5fc9c409a0476bef2 + build: he0c23c2_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e + md5: 82b6eac3c198271e98b48d52d79726d8 depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 1270959 - timestamp: 1703093076013 + size: 3574017 + timestamp: 1727734520239 - kind: conda name: xkeyboard-config - version: '2.42' - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - sha256: 240caab7d9d85154ef373ecbac3ff9fb424add2029dbb124e949c6cbab2996dd - md5: b193af204da1bfb8c13882d131a14bd2 + version: '2.43' + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + sha256: b3f09cc99b6b7707aa8812bbc7556fd431999ad3a48292e4ff82335b5fda976c + md5: a809b8e3776fbc05696c82f8cf6f5a92 depends: - - libgcc-ng >=12 + - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT - size: 388998 - timestamp: 1717817668629 + size: 391011 + timestamp: 1727840308426 - kind: conda name: xkeyboard-config - version: '2.42' - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - sha256: 240caab7d9d85154ef373ecbac3ff9fb424add2029dbb124e949c6cbab2996dd - md5: b193af204da1bfb8c13882d131a14bd2 + version: '2.43' + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + sha256: b3f09cc99b6b7707aa8812bbc7556fd431999ad3a48292e4ff82335b5fda976c + md5: a809b8e3776fbc05696c82f8cf6f5a92 depends: - - libgcc-ng >=12 + - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 388998 - timestamp: 1717817668629 + size: 391011 + timestamp: 1727840308426 +- kind: conda + name: xkeyboard-config + version: '2.43' + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 + md5: f725c7425d6d7c15e31f3b99a88ea02f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + license: MIT + license_family: MIT + size: 389475 + timestamp: 1727840188958 +- kind: conda + name: xkeyboard-config + version: '2.43' + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 + md5: f725c7425d6d7c15e31f3b99a88ea02f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 389475 + timestamp: 1727840188958 - kind: conda name: xmipy version: 1.3.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - md5: a3c8465bfc71004064a30c0238a74ea3 + url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + sha256: 7faeec881bf2b791af631abba26e21239da7ec5d4f1eaafdac86ff552aa192c5 + md5: 0a0031d9f82a774de8e9c78d0c112a2a depends: - bmipy - numpy - - python >=3.8 + - python >=3.9 license: CC0-1.0 - size: 18460 - timestamp: 1681486998644 + size: 18579 + timestamp: 1735923318779 - kind: conda name: xmipy version: 1.3.1 - build: pyhd8ed1ab_0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - md5: a3c8465bfc71004064a30c0238a74ea3 + url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + sha256: 7faeec881bf2b791af631abba26e21239da7ec5d4f1eaafdac86ff552aa192c5 + md5: 0a0031d9f82a774de8e9c78d0c112a2a depends: - bmipy - numpy - - python >=3.8 + - python >=3.9 license: CC0-1.0 purls: - pkg:pypi/xmipy?source=conda-forge-mapping - size: 18460 - timestamp: 1681486998644 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h3557bc0_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 - md5: ec8ce6b3dac3945a4010559a6284b755 - depends: - - libgcc-ng >=9.3.0 - license: MIT - license_family: MIT - size: 27369 - timestamp: 1610028170368 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h3557bc0_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 - md5: ec8ce6b3dac3945a4010559a6284b755 - depends: - - libgcc-ng >=9.3.0 - license: MIT - license_family: MIT - purls: [] - size: 27369 - timestamp: 1610028170368 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h7f98852_1002 - 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 - license: MIT - license_family: MIT - size: 27338 - timestamp: 1610027759842 + size: 18579 + timestamp: 1735923318779 - kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h7f98852_1002 - 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 - license: MIT - license_family: MIT - purls: [] - size: 27338 - timestamp: 1610027759842 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: hcd874cb_1002 - build_number: 1002 + name: xorg-libice + version: 1.1.2 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 - md5: 8d11c1dac4756ca57e78c1bfe173bba4 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda + sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 + md5: 105cb93a47df9c548e88048dc9cbdbc9 depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 28166 - timestamp: 1610028297505 + size: 236306 + timestamp: 1734228116846 - kind: conda - name: xorg-kbproto - version: 1.0.7 - build: hcd874cb_1002 - build_number: 1002 + name: xorg-libice + version: 1.1.2 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 - md5: 8d11c1dac4756ca57e78c1bfe173bba4 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda + sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 + md5: 105cb93a47df9c548e88048dc9cbdbc9 depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 28166 - timestamp: 1610028297505 + size: 236306 + timestamp: 1734228116846 - kind: conda name: xorg-libice - version: 1.1.1 - build: h7935292_0 + version: 1.1.2 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - sha256: c889673c9313798372bea7c93640e853561bda5ba361b265ad4b14d7d1295235 - md5: 025968e2637bca910b9b3e7f6743beff + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + sha256: a2ba1864403c7eb4194dacbfe2777acf3d596feae43aada8d1b478617ce45031 + md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 depends: - - libgcc-ng >=12 + - libgcc >=13 license: MIT license_family: MIT - size: 60321 - timestamp: 1685308489806 + size: 60433 + timestamp: 1734229908988 - kind: conda name: xorg-libice - version: 1.1.1 - build: h7935292_0 + version: 1.1.2 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - sha256: c889673c9313798372bea7c93640e853561bda5ba361b265ad4b14d7d1295235 - md5: 025968e2637bca910b9b3e7f6743beff - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 60321 - timestamp: 1685308489806 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f - md5: 5271e3af4791170e2c55d02818366916 - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.4,<2.0a0 - license: MIT - license_family: MIT - size: 158086 - timestamp: 1685308072189 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f - md5: 5271e3af4791170e2c55d02818366916 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + sha256: a2ba1864403c7eb4194dacbfe2777acf3d596feae43aada8d1b478617ce45031 + md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.4,<2.0a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 158086 - timestamp: 1685308072189 + size: 60433 + timestamp: 1734229908988 - kind: conda name: xorg-libice - version: 1.1.1 - build: hd590300_0 + version: 1.1.2 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - md5: b462a33c0be1421532f28bfe8f4a7514 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b + md5: fb901ff28063514abb6046c9ec2c4a45 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 58469 - timestamp: 1685307573114 + size: 58628 + timestamp: 1734227592886 - kind: conda name: xorg-libice - version: 1.1.1 - build: hd590300_0 + version: 1.1.2 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - md5: b462a33c0be1421532f28bfe8f4a7514 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b + md5: fb901ff28063514abb6046c9ec2c4a45 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 58469 - timestamp: 1685307573114 + size: 58628 + timestamp: 1734227592886 - kind: conda name: xorg-libsm - version: 1.2.4 - build: h5a01bc2_0 + version: 1.2.5 + build: h0808dbd_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - sha256: 2678975d4001f1123752ceabf9e2810cab51f740624320077de1ab12b537b498 - md5: d788eca20ecd63bad8eea7219e5c5fb7 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + sha256: 2749a32a00ccd8feaab6039d7848ed875880c13d3b2601afd1788600ce5f9075 + md5: 3983c253f53f67a9d8710fc96646950f depends: - - libgcc-ng >=12 + - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT - size: 28634 - timestamp: 1685454576261 + size: 28061 + timestamp: 1734232077988 - kind: conda name: xorg-libsm - version: 1.2.4 - build: h5a01bc2_0 + version: 1.2.5 + build: h0808dbd_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - sha256: 2678975d4001f1123752ceabf9e2810cab51f740624320077de1ab12b537b498 - md5: d788eca20ecd63bad8eea7219e5c5fb7 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + sha256: 2749a32a00ccd8feaab6039d7848ed875880c13d3b2601afd1788600ce5f9075 + md5: 3983c253f53f67a9d8710fc96646950f depends: - - libgcc-ng >=12 + - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 28634 - timestamp: 1685454576261 + size: 28061 + timestamp: 1734232077988 - kind: conda name: xorg-libsm - version: 1.2.4 - build: h7391055_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda - sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - md5: 93ee23f12bc2e684548181256edd2cf6 + version: 1.2.5 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 + md5: 6a9bc84b3780f5c6f32dc53078fda7f5 depends: - - libgcc-ng >=12 - - libuuid >=2.38.1,<3.0a0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT - size: 27433 - timestamp: 1685453649160 + size: 96698 + timestamp: 1734229863516 - kind: conda name: xorg-libsm - version: 1.2.4 - build: h7391055_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda - sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - md5: 93ee23f12bc2e684548181256edd2cf6 + version: 1.2.5 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 + md5: 6a9bc84b3780f5c6f32dc53078fda7f5 depends: - - libgcc-ng >=12 - - libuuid >=2.38.1,<3.0a0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 27433 - timestamp: 1685453649160 + size: 96698 + timestamp: 1734229863516 - kind: conda name: xorg-libsm - version: 1.2.4 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 - md5: 25926681339df15918243d9a7cec25a1 + version: 1.2.5 + build: he73a12e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 + md5: 4c3e9fab69804ec6077697922d70c6e2 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libice >=1.1.1,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.2,<2.0a0 license: MIT license_family: MIT - size: 86397 - timestamp: 1685454296879 + size: 27198 + timestamp: 1734229639785 - kind: conda name: xorg-libsm - version: 1.2.4 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 - md5: 25926681339df15918243d9a7cec25a1 + version: 1.2.5 + build: he73a12e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 + md5: 4c3e9fab69804ec6077697922d70c6e2 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libice >=1.1.1,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.2,<2.0a0 license: MIT license_family: MIT purls: [] - size: 86397 - timestamp: 1685454296879 + size: 27198 + timestamp: 1734229639785 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: h0076a8d_1 + version: 1.8.10 + build: h4f16b4b_1 build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 - md5: 0296a4de2235cad9ad3112134f8e4519 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 + md5: 125f34a17d7b4bea418a83904ea82ea6 depends: - - libxcb >=1.16,<1.17.0a0 - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 license: MIT license_family: MIT - size: 814589 - timestamp: 1718847832308 + size: 837524 + timestamp: 1733324962639 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: h0076a8d_1 + version: 1.8.10 + build: h4f16b4b_1 build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 - md5: 0296a4de2235cad9ad3112134f8e4519 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 + md5: 125f34a17d7b4bea418a83904ea82ea6 depends: - - libxcb >=1.16,<1.17.0a0 - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 license: MIT license_family: MIT purls: [] - size: 814589 - timestamp: 1718847832308 + size: 837524 + timestamp: 1733324962639 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: h08be655_1 + version: 1.8.10 + build: hca56bd8_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - sha256: 3595f5a30d1fecf2a8b8639eebf9ba831e3b76eef25820b806468fa670ef9d62 - md5: 66470f69e83673153ef02a2ebc018915 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + sha256: 5604f295906dfc496a4590e8ec19f775ccb40c5d503e6dfbac0781b5446b5391 + md5: 6e3e980940b26a060e553266ae0181a9 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 license: MIT license_family: MIT - size: 852985 - timestamp: 1718846843825 + size: 858427 + timestamp: 1733325062374 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: h08be655_1 + version: 1.8.10 + build: hca56bd8_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - sha256: 3595f5a30d1fecf2a8b8639eebf9ba831e3b76eef25820b806468fa670ef9d62 - md5: 66470f69e83673153ef02a2ebc018915 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + sha256: 5604f295906dfc496a4590e8ec19f775ccb40c5d503e6dfbac0781b5446b5391 + md5: 6e3e980940b26a060e553266ae0181a9 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 license: MIT license_family: MIT purls: [] - size: 852985 - timestamp: 1718846843825 + size: 858427 + timestamp: 1733325062374 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: hb711507_1 + version: 1.8.10 + build: hf48077a_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda - sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 - md5: 4a6d410296d7e39f00bacdee7df046e9 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb + md5: bef0b53f18639d78197a3eee76dcc6ee depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxcb >=1.17.0,<2.0a0 + - ucrt >=10.0.20348.0 license: MIT license_family: MIT - size: 832198 - timestamp: 1718846846409 + size: 945067 + timestamp: 1733326138609 - kind: conda name: xorg-libx11 - version: 1.8.9 - build: hb711507_1 + version: 1.8.10 + build: hf48077a_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda - sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 - md5: 4a6d410296d7e39f00bacdee7df046e9 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb + md5: bef0b53f18639d78197a3eee76dcc6ee depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxcb >=1.17.0,<2.0a0 + - ucrt >=10.0.20348.0 license: MIT license_family: MIT purls: [] - size: 832198 - timestamp: 1718846846409 + size: 945067 + timestamp: 1733326138609 - kind: conda name: xorg-libxau - version: 1.0.11 - build: h0dc2134_0 + version: 1.0.12 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 + md5: 2ffbfae4548098297c033228256eb96e + depends: + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + license: MIT + license_family: MIT + size: 108013 + timestamp: 1734229474049 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 + md5: 2ffbfae4548098297c033228256eb96e + depends: + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + license: MIT + license_family: MIT + purls: [] + size: 108013 + timestamp: 1734229474049 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h5505292_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + sha256: f33e6f013fc36ebc200f09ddead83468544cb5c353a3b50499b07b8c34e28a8d + md5: 50901e0764b7701d8ed7343496f4f301 + depends: + - __osx >=11.0 + license: MIT + license_family: MIT + size: 13593 + timestamp: 1734229104321 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h5505292_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + sha256: f33e6f013fc36ebc200f09ddead83468544cb5c353a3b50499b07b8c34e28a8d + md5: 50901e0764b7701d8ed7343496f4f301 + depends: + - __osx >=11.0 + license: MIT + license_family: MIT + purls: [] + size: 13593 + timestamp: 1734229104321 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h6e16a3a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + sha256: b4d2225135aa44e551576c4f3cf999b3252da6ffe7b92f0ad45bb44b887976fc + md5: 4cf40e60b444d56512a64f39d12c20bd + depends: + - __osx >=10.13 + license: MIT + license_family: MIT + size: 13290 + timestamp: 1734229077182 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h6e16a3a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - md5: 9566b4c29274125b0266d0177b5eb97b + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + sha256: b4d2225135aa44e551576c4f3cf999b3252da6ffe7b92f0ad45bb44b887976fc + md5: 4cf40e60b444d56512a64f39d12c20bd + depends: + - __osx >=10.13 + license: MIT + license_family: MIT + purls: [] + size: 13290 + timestamp: 1734229077182 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + sha256: 7829a0019b99ba462aece7592d2d7f42e12d12ccd3b9614e529de6ddba453685 + md5: d5397424399a66d33c80b1f2345a36a6 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + size: 15873 + timestamp: 1734230458294 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + sha256: 7829a0019b99ba462aece7592d2d7f42e12d12ccd3b9614e529de6ddba453685 + md5: d5397424399a66d33c80b1f2345a36a6 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 15873 + timestamp: 1734230458294 +- kind: conda + name: xorg-libxau + version: 1.0.12 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 + md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 13071 - timestamp: 1684638167647 + size: 14780 + timestamp: 1734229004433 - kind: conda name: xorg-libxau - version: 1.0.11 - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - md5: 9566b4c29274125b0266d0177b5eb97b + version: 1.0.12 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 + md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 13071 - timestamp: 1684638167647 + size: 14780 + timestamp: 1734229004433 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: h31becfc_0 + name: xorg-libxcomposite + version: 0.4.6 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - sha256: c00a8909e783ba7f4ada7256f0385ae46fc21322f4090fa396c80b4481abd5f4 - md5: 13de34f69cb73165dbe08c1e9148bedb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + sha256: 0cb82160412adb6d83f03cf50e807a8e944682d556b2215992a6fbe9ced18bc0 + md5: 86051eee0766c3542be24844a9c3cf36 depends: - - libgcc-ng >=12 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 15380 - timestamp: 1684638889756 + size: 13982 + timestamp: 1727884626338 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: h31becfc_0 + name: xorg-libxcomposite + version: 0.4.6 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - sha256: c00a8909e783ba7f4ada7256f0385ae46fc21322f4090fa396c80b4481abd5f4 - md5: 13de34f69cb73165dbe08c1e9148bedb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + sha256: 0cb82160412adb6d83f03cf50e807a8e944682d556b2215992a6fbe9ced18bc0 + md5: 86051eee0766c3542be24844a9c3cf36 depends: - - libgcc-ng >=12 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 15380 - timestamp: 1684638889756 + size: 13982 + timestamp: 1727884626338 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda - sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b - md5: ca73dc4f01ea91e44e3ed76602c5ea61 + name: xorg-libxcomposite + version: 0.4.6 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f + md5: d3c295b50f092ab525ffe3c2aa4b7413 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 13667 - timestamp: 1684638272445 + size: 13603 + timestamp: 1727884600744 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda - sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b - md5: ca73dc4f01ea91e44e3ed76602c5ea61 + name: xorg-libxcomposite + version: 0.4.6 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f + md5: d3c295b50f092ab525ffe3c2aa4b7413 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 13667 - timestamp: 1684638272445 + size: 13603 + timestamp: 1727884600744 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda - sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - md5: c46ba8712093cb0114404ae8a7582e1a + name: xorg-libxcursor + version: 1.2.3 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + sha256: c5d3692520762322a9598e7448492309f5ee9d8f3aff72d787cf06e77c42507f + md5: f2054759c2203d12d0007005e1f1296d depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT - size: 51297 - timestamp: 1684638355740 + size: 34596 + timestamp: 1730908388714 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda - sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - md5: c46ba8712093cb0114404ae8a7582e1a + name: xorg-libxcursor + version: 1.2.3 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + sha256: c5d3692520762322a9598e7448492309f5ee9d8f3aff72d787cf06e77c42507f + md5: f2054759c2203d12d0007005e1f1296d depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT purls: [] - size: 51297 - timestamp: 1684638355740 + size: 34596 + timestamp: 1730908388714 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hd590300_0 + name: xorg-libxcursor + version: 1.2.3 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - md5: 2c80dc38fface310c9bd81b17037fee5 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a + md5: 2ccd714aa2242315acaf0a67faea780b depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT - size: 14468 - timestamp: 1684637984591 + size: 32533 + timestamp: 1730908305254 - kind: conda - name: xorg-libxau - version: 1.0.11 - build: hd590300_0 + name: xorg-libxcursor + version: 1.2.3 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - md5: 2c80dc38fface310c9bd81b17037fee5 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a + md5: 2ccd714aa2242315acaf0a67faea780b depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT purls: [] - size: 14468 - timestamp: 1684637984591 + size: 32533 + timestamp: 1730908305254 - 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 + name: xorg-libxdamage + version: 1.1.6 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + sha256: 3afaa2f43eb4cb679fc0c3d9d7c50f0f2c80cc5d3df01d5d5fd60655d0bfa9be + md5: d5773c4e4d64428d7ddaa01f6f845dc7 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 18164 - timestamp: 1610071737668 + size: 13794 + timestamp: 1727891406431 - 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 + name: xorg-libxdamage + version: 1.1.6 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + sha256: 3afaa2f43eb4cb679fc0c3d9d7c50f0f2c80cc5d3df01d5d5fd60655d0bfa9be + md5: d5773c4e4d64428d7ddaa01f6f845dc7 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 18164 - timestamp: 1610071737668 + size: 13794 + timestamp: 1727891406431 - kind: conda - name: xorg-libxdmcp - version: 1.1.3 - build: h3557bc0_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - sha256: 2aad9a0b57796170b8fb40317598fd79cfc7ae27fa7fb68c417d815e44499d59 - md5: a6c9016ae1ca5c47a3603ed4cd65fedd + name: xorg-libxdamage + version: 1.1.6 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 + md5: b5fcc7172d22516e1f965490e65e33a4 depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 19916 - timestamp: 1610072242320 + size: 13217 + timestamp: 1727891438799 - kind: conda - name: xorg-libxdmcp - version: 1.1.3 - build: h3557bc0_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - sha256: 2aad9a0b57796170b8fb40317598fd79cfc7ae27fa7fb68c417d815e44499d59 - md5: a6c9016ae1ca5c47a3603ed4cd65fedd + name: xorg-libxdamage + version: 1.1.6 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 + md5: b5fcc7172d22516e1f965490e65e33a4 depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 19916 - timestamp: 1610072242320 + size: 13217 + timestamp: 1727891438799 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - build: h35c211d_0 + version: 1.1.5 + build: h00291cd_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 - sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - md5: 86ac76d6bf1cbb9621943eb3bd9ae36e + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda + sha256: bb4d1ef9cafef535494adf9296130b6193b3a44375883185b5167de03eb1ac7f + md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 + depends: + - __osx >=10.13 license: MIT license_family: MIT - size: 17225 - timestamp: 1610071995461 + size: 18465 + timestamp: 1727794980957 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - build: h35c211d_0 + version: 1.1.5 + build: h00291cd_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 - sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - md5: 86ac76d6bf1cbb9621943eb3bd9ae36e + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda + sha256: bb4d1ef9cafef535494adf9296130b6193b3a44375883185b5167de03eb1ac7f + md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 + depends: + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 17225 - timestamp: 1610071995461 + size: 18465 + timestamp: 1727794980957 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - 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 + version: 1.1.5 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c + md5: 8393c0f7e7870b4eb45553326f81f0ff depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 license: MIT license_family: MIT - size: 19126 - timestamp: 1610071769228 + size: 69920 + timestamp: 1727795651979 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - 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 + version: 1.1.5 + build: h0e40799_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c + md5: 8393c0f7e7870b4eb45553326f81f0ff depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 license: MIT license_family: MIT purls: [] - size: 19126 - timestamp: 1610071769228 + size: 69920 + timestamp: 1727795651979 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 - sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - md5: 46878ebb6b9cbd8afcf8088d7ef00ece + version: 1.1.5 + build: h57736b2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f + md5: 25a5a7b797fe6e084e04ffe2db02fc62 depends: - - m2w64-gcc-libs + - libgcc >=13 license: MIT license_family: MIT - size: 67908 - timestamp: 1610072296570 + size: 20615 + timestamp: 1727796660574 - kind: conda name: xorg-libxdmcp - version: 1.1.3 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 - sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - md5: 46878ebb6b9cbd8afcf8088d7ef00ece + version: 1.1.5 + build: h57736b2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f + md5: 25a5a7b797fe6e084e04ffe2db02fc62 depends: - - m2w64-gcc-libs + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 67908 - timestamp: 1610072296570 + size: 20615 + timestamp: 1727796660574 - kind: conda - name: xorg-libxext - version: 1.3.4 - build: h0b41bf4_2 - build_number: 2 + name: xorg-libxdmcp + version: 1.1.5 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda - sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - md5: 82b6df12252e6f32402b96dacc656fec + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee + md5: 8035c64cb77ed555e3f150b7b3972480 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT - size: 50143 - timestamp: 1677036907815 + size: 19901 + timestamp: 1727794976192 - kind: conda - name: xorg-libxext - version: 1.3.4 - build: h0b41bf4_2 - build_number: 2 + name: xorg-libxdmcp + version: 1.1.5 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda - sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - md5: 82b6df12252e6f32402b96dacc656fec + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee + md5: 8035c64cb77ed555e3f150b7b3972480 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 50143 - timestamp: 1677036907815 + size: 19901 + timestamp: 1727794976192 - kind: conda - name: xorg-libxext - version: 1.3.4 - build: h2a766a3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - sha256: 16eff29fb70b2f89b9120d112d2d5df1bf7bd4e95d1e5baafabc61dac4977fa8 - md5: 0cea7d840c8eeaa4e349e0b4775c826d + name: xorg-libxdmcp + version: 1.1.5 + build: hd74edd7_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda + sha256: 9939a166d780700d81023546759102b33fdc2c5f11ef09f5f66c77210fd334c8 + md5: 77c447f48cab5d3a15ac224edb86a968 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - __osx >=11.0 license: MIT license_family: MIT - size: 50856 - timestamp: 1677037784530 + size: 18487 + timestamp: 1727795205022 - kind: conda - name: xorg-libxext - version: 1.3.4 - build: h2a766a3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - sha256: 16eff29fb70b2f89b9120d112d2d5df1bf7bd4e95d1e5baafabc61dac4977fa8 - md5: 0cea7d840c8eeaa4e349e0b4775c826d + name: xorg-libxdmcp + version: 1.1.5 + build: hd74edd7_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda + sha256: 9939a166d780700d81023546759102b33fdc2c5f11ef09f5f66c77210fd334c8 + md5: 77c447f48cab5d3a15ac224edb86a968 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 50856 - timestamp: 1677037784530 + size: 18487 + timestamp: 1727795205022 - kind: conda name: xorg-libxext - version: 1.3.4 - build: hcd874cb_2 - build_number: 2 + version: 1.3.6 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda - sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 - md5: 2aa695ac3c56193fd8d526e3b511e021 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 + md5: 4cd74e74f063fb6900d6eed2e9288112 depends: - - m2w64-gcc-libs - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 221821 - timestamp: 1677038179908 + size: 284715 + timestamp: 1727752838922 - kind: conda name: xorg-libxext - version: 1.3.4 - build: hcd874cb_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda - sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 - md5: 2aa695ac3c56193fd8d526e3b511e021 - depends: - - m2w64-gcc-libs - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto - license: MIT - license_family: MIT - purls: [] - size: 221821 - timestamp: 1677038179908 -- kind: conda - name: xorg-libxpm - version: 3.5.17 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 - md5: 029be9b667bf3896fa28bc32adb1bfc3 - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxt >=1.3.0,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto - license: MIT - license_family: MIT - size: 195881 - timestamp: 1696449889560 -- kind: conda - name: xorg-libxpm - version: 3.5.17 - build: hcd874cb_0 + version: 1.3.6 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 - md5: 029be9b667bf3896fa28bc32adb1bfc3 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 + md5: 4cd74e74f063fb6900d6eed2e9288112 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxt >=1.3.0,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 195881 - timestamp: 1696449889560 + size: 284715 + timestamp: 1727752838922 - kind: conda - name: xorg-libxrender - version: 0.9.11 - build: h7935292_0 + name: xorg-libxext + version: 1.3.6 + build: h57736b2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab - md5: 8c96b84f7fb97a3cd533a14dbdcd6626 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 + md5: bd1e86dd8aa3afd78a4bfdb4ef918165 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT - size: 37477 - timestamp: 1688300682978 + size: 50746 + timestamp: 1727754268156 - kind: conda - name: xorg-libxrender - version: 0.9.11 - build: h7935292_0 + name: xorg-libxext + version: 1.3.6 + build: h57736b2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab - md5: 8c96b84f7fb97a3cd533a14dbdcd6626 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 + md5: bd1e86dd8aa3afd78a4bfdb4ef918165 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 37477 - timestamp: 1688300682978 + size: 50746 + timestamp: 1727754268156 - kind: conda - name: xorg-libxrender - version: 0.9.11 - build: hd590300_0 + name: xorg-libxext + version: 1.3.6 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - md5: ed67c36f215b310412b2af935bf3e530 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 + md5: febbab7d15033c913d53c7a2c102309d depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 37770 - timestamp: 1688300707994 + size: 50060 + timestamp: 1727752228921 - kind: conda - name: xorg-libxrender - version: 0.9.11 - build: hd590300_0 + name: xorg-libxext + version: 1.3.6 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - md5: ed67c36f215b310412b2af935bf3e530 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 + md5: febbab7d15033c913d53c7a2c102309d depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 37770 - timestamp: 1688300707994 + size: 50060 + timestamp: 1727752228921 - kind: conda - name: xorg-libxt - version: 1.3.0 - build: hcd874cb_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca - md5: 511a29edd2ff3d973f63e54f19dcc06e + name: xorg-libxfixes + version: 6.0.1 + build: h57736b2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 + md5: 78f8715c002cc66991d7c11e3cf66039 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - 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 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT - size: 671704 - timestamp: 1690289114426 + size: 20289 + timestamp: 1727796500830 - kind: conda - name: xorg-libxt - version: 1.3.0 - build: hcd874cb_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca - md5: 511a29edd2ff3d973f63e54f19dcc06e + name: xorg-libxfixes + version: 6.0.1 + build: h57736b2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 + md5: 78f8715c002cc66991d7c11e3cf66039 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - 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 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 671704 - timestamp: 1690289114426 + size: 20289 + timestamp: 1727796500830 - kind: conda - name: xorg-libxxf86vm - version: 1.1.5 - build: h4bc722e_1 - build_number: 1 + name: xorg-libxfixes + version: 6.0.1 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - sha256: 109d6b1931d1482faa0bf6de83c7e6d9ca36bbf9d36a00a05df4f63b82fce5c3 - md5: 0c90ad87101001080484b91bd9d2cdef + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 + md5: 4bdb303603e9821baf5fe5fdff1dc8f8 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 18443 - timestamp: 1722110433983 + size: 19575 + timestamp: 1727794961233 - kind: conda - name: xorg-libxxf86vm - version: 1.1.5 - build: h4bc722e_1 - build_number: 1 + name: xorg-libxfixes + version: 6.0.1 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - sha256: 109d6b1931d1482faa0bf6de83c7e6d9ca36bbf9d36a00a05df4f63b82fce5c3 - md5: 0c90ad87101001080484b91bd9d2cdef + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 + md5: 4bdb303603e9821baf5fe5fdff1dc8f8 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 18443 - timestamp: 1722110433983 + size: 19575 + timestamp: 1727794961233 - kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h3557bc0_1002 - build_number: 1002 + name: xorg-libxi + version: 1.8.2 + build: h57736b2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d - md5: 01cbfe96ce66b78a9a270ac305791dd2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e + md5: eeee3bdb31c6acde2b81ad1b8c287087 depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 9612 - timestamp: 1614866892676 + size: 48197 + timestamp: 1727801059062 - kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h3557bc0_1002 - build_number: 1002 + name: xorg-libxi + version: 1.8.2 + build: h57736b2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d - md5: 01cbfe96ce66b78a9a270ac305791dd2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e + md5: eeee3bdb31c6acde2b81ad1b8c287087 depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 9612 - timestamp: 1614866892676 + size: 48197 + timestamp: 1727801059062 - kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h7f98852_1002 - build_number: 1002 + name: xorg-libxi + version: 1.8.2 + build: hb9d3cd8_0 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 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a + md5: 17dcc85db3c7886650b8908b183d6876 depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT - size: 9621 - timestamp: 1614866326326 + size: 47179 + timestamp: 1727799254088 - kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h7f98852_1002 - build_number: 1002 + name: xorg-libxi + version: 1.8.2 + build: hb9d3cd8_0 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 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a + md5: 17dcc85db3c7886650b8908b183d6876 depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 license: MIT license_family: MIT purls: [] - size: 9621 - timestamp: 1614866326326 + size: 47179 + timestamp: 1727799254088 - kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h0b41bf4_1003 - 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 + name: xorg-libxpm + version: 3.5.17 + build: h0e40799_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 + md5: e8b816fb37bc61aa3f1c08034331ef53 depends: - - libgcc-ng >=12 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxt >=1.3.0,<2.0a0 license: MIT license_family: MIT - size: 30270 - timestamp: 1677036833037 + size: 236112 + timestamp: 1727801849623 - kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h0b41bf4_1003 - 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 + name: xorg-libxpm + version: 3.5.17 + build: h0e40799_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 + md5: e8b816fb37bc61aa3f1c08034331ef53 depends: - - libgcc-ng >=12 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxt >=1.3.0,<2.0a0 license: MIT license_family: MIT purls: [] - size: 30270 - timestamp: 1677036833037 + size: 236112 + timestamp: 1727801849623 - kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h2a766a3_1003 - build_number: 1003 + name: xorg-libxrandr + version: 1.5.4 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - sha256: 62298f1c7b963f3a5921a65d9cb6aae82c3ec8b3069319c8264c5b0a3d190286 - md5: 32de1e4422c986e3b6eff59e7edc4d04 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + sha256: b2588a2b101d1b0a4e852532c8b9c92c59ef584fc762dd700567bdbf8cd00650 + md5: dd3e74283a082381aa3860312e3c721e depends: - - libgcc-ng >=12 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT - size: 30267 - timestamp: 1677037618141 + size: 30197 + timestamp: 1727794957221 - kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h2a766a3_1003 - build_number: 1003 + name: xorg-libxrandr + version: 1.5.4 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - sha256: 62298f1c7b963f3a5921a65d9cb6aae82c3ec8b3069319c8264c5b0a3d190286 - md5: 32de1e4422c986e3b6eff59e7edc4d04 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 30267 - timestamp: 1677037618141 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: hcd874cb_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 - md5: 6e6c2639620e436bddb7c040cd4f3adb - depends: - - m2w64-gcc-libs - license: MIT - license_family: MIT - size: 31034 - timestamp: 1677037259999 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: hcd874cb_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 - md5: 6e6c2639620e436bddb7c040cd4f3adb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + sha256: b2588a2b101d1b0a4e852532c8b9c92c59ef584fc762dd700567bdbf8cd00650 + md5: dd3e74283a082381aa3860312e3c721e depends: - - m2w64-gcc-libs + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT purls: [] - size: 31034 - timestamp: 1677037259999 + size: 30197 + timestamp: 1727794957221 - kind: conda - name: xorg-xf86vidmodeproto - version: 2.3.1 - build: h7f98852_1002 - build_number: 1002 + name: xorg-libxrandr + version: 1.5.4 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 - md5: 3ceea9668625c18f19530de98b15d5b0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d + md5: 2de7f99d6581a4a7adbff607b5c278ca depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT - size: 23875 - timestamp: 1620067286978 + size: 29599 + timestamp: 1727794874300 - kind: conda - name: xorg-xf86vidmodeproto - version: 2.3.1 - build: h7f98852_1002 - build_number: 1002 + name: xorg-libxrandr + version: 1.5.4 + build: hb9d3cd8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 - md5: 3ceea9668625c18f19530de98b15d5b0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d + md5: 2de7f99d6581a4a7adbff607b5c278ca depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: MIT license_family: MIT purls: [] - size: 23875 - timestamp: 1620067286978 + size: 29599 + timestamp: 1727794874300 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: h3557bc0_1007 - build_number: 1007 + name: xorg-libxrender + version: 0.9.12 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 - md5: 987e98faa0ad2c667bbea6b6aae260bc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + sha256: ffd77ee860c9635a28cfda46163dcfe9224dc6248c62404c544ae6b564a0be1f + md5: ae2c2dd0e2d38d249887727db2af960e depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 74831 - timestamp: 1607291481791 + size: 33649 + timestamp: 1734229123157 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: h3557bc0_1007 - build_number: 1007 + name: xorg-libxrender + version: 0.9.12 + build: h86ecc28_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 - md5: 987e98faa0ad2c667bbea6b6aae260bc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + sha256: ffd77ee860c9635a28cfda46163dcfe9224dc6248c62404c544ae6b564a0be1f + md5: ae2c2dd0e2d38d249887727db2af960e depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 74831 - timestamp: 1607291481791 + size: 33649 + timestamp: 1734229123157 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: h7f98852_1007 - build_number: 1007 + name: xorg-libxrender + version: 0.9.12 + build: hb9d3cd8_0 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 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 + md5: 96d57aba173e878a2089d5638016dc5e depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 74922 - timestamp: 1607291557628 + size: 33005 + timestamp: 1734229037766 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: h7f98852_1007 - build_number: 1007 + name: xorg-libxrender + version: 0.9.12 + build: hb9d3cd8_0 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 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 + md5: 96d57aba173e878a2089d5638016dc5e depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 74922 - timestamp: 1607291557628 + size: 33005 + timestamp: 1734229037766 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: hcd874cb_1007 - build_number: 1007 + name: xorg-libxt + version: 1.3.1 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 - sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 - md5: 88f3c65d2ad13826a9e0b162063be023 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 + md5: 31baf0ce8ef19f5617be73aee0527618 depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT - size: 75708 - timestamp: 1607292254607 + size: 918674 + timestamp: 1731861024233 - kind: conda - name: xorg-xproto - version: 7.0.31 - build: hcd874cb_1007 - build_number: 1007 + name: xorg-libxt + version: 1.3.1 + build: h0e40799_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 - sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 - md5: 88f3c65d2ad13826a9e0b162063be023 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 + md5: 31baf0ce8ef19f5617be73aee0527618 depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 75708 - timestamp: 1607292254607 + size: 918674 + timestamp: 1731861024233 - kind: conda - name: xz - version: 5.2.6 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - md5: 2161070d867d1b1204ea749c8eec4ef0 + name: xorg-libxtst + version: 1.2.5 + build: h57736b2_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + sha256: 6eaffce5a34fc0a16a21ddeaefb597e792a263b1b0c387c1ce46b0a967d558e1 + md5: c05698071b5c8e0da82a282085845860 depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - size: 418368 - timestamp: 1660346797927 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + license: MIT + license_family: MIT + size: 33786 + timestamp: 1727964907993 - kind: conda - name: xz - version: 5.2.6 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - md5: 2161070d867d1b1204ea749c8eec4ef0 + name: xorg-libxtst + version: 1.2.5 + build: h57736b2_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + sha256: 6eaffce5a34fc0a16a21ddeaefb597e792a263b1b0c387c1ce46b0a967d558e1 + md5: c05698071b5c8e0da82a282085845860 depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + license: MIT + license_family: MIT purls: [] - size: 418368 - timestamp: 1660346797927 + size: 33786 + timestamp: 1727964907993 - kind: conda - name: xz - version: 5.2.6 - build: h57fd34a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 - license: LGPL-2.1 and GPL-2.0 - size: 235693 - timestamp: 1660346961024 -- kind: conda - name: xz - version: 5.2.6 - build: h57fd34a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 235693 - timestamp: 1660346961024 + name: xorg-libxtst + version: 1.2.5 + build: hb9d3cd8_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a + md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + license: MIT + license_family: MIT + size: 32808 + timestamp: 1727964811275 - kind: conda - name: xz - version: 5.2.6 - build: h775f41a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - md5: a72f9d4ea13d55d745ff1ed594747f10 - license: LGPL-2.1 and GPL-2.0 - size: 238119 - timestamp: 1660346964847 -- kind: conda - name: xz - version: 5.2.6 - build: h775f41a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - md5: a72f9d4ea13d55d745ff1ed594747f10 - license: LGPL-2.1 and GPL-2.0 + name: xorg-libxtst + version: 1.2.5 + build: hb9d3cd8_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a + md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + license: MIT + license_family: MIT purls: [] - size: 238119 - timestamp: 1660346964847 + size: 32808 + timestamp: 1727964811275 - kind: conda - name: xz - version: 5.2.6 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - md5: 515d77642eaa3639413c6b1bc3f94219 + name: xorg-libxxf86vm + version: 1.1.6 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda + sha256: 012f0d1fd9fb1d949e0dccc0b28d9dd5a8895a1f3e2a7edc1fa2e1b33fc0f233 + md5: d745faa2d7c15092652e40a22bb261ed depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: LGPL-2.1 and GPL-2.0 - size: 217804 - timestamp: 1660346976440 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + license: MIT + license_family: MIT + size: 18185 + timestamp: 1734214652726 - kind: conda - name: xz - version: 5.2.6 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - md5: 515d77642eaa3639413c6b1bc3f94219 + name: xorg-libxxf86vm + version: 1.1.6 + build: h86ecc28_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda + sha256: 012f0d1fd9fb1d949e0dccc0b28d9dd5a8895a1f3e2a7edc1fa2e1b33fc0f233 + md5: d745faa2d7c15092652e40a22bb261ed depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: LGPL-2.1 and GPL-2.0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + license: MIT + license_family: MIT purls: [] - size: 217804 - timestamp: 1660346976440 + size: 18185 + timestamp: 1734214652726 - kind: conda - name: xz - version: 5.2.6 - build: h9cdd2b7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df + name: xorg-libxxf86vm + version: 1.1.6 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda + sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b + md5: 5efa5fa6243a622445fdfd72aee15efa depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - size: 440555 - timestamp: 1660348056328 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + license: MIT + license_family: MIT + size: 17819 + timestamp: 1734214575628 - kind: conda - name: xz - version: 5.2.6 - build: h9cdd2b7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df + name: xorg-libxxf86vm + version: 1.1.6 + build: hb9d3cd8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda + sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b + md5: 5efa5fa6243a622445fdfd72aee15efa depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + license: MIT + license_family: MIT purls: [] - size: 440555 - timestamp: 1660348056328 + size: 17819 + timestamp: 1734214575628 - kind: conda name: yaml version: 0.2.5 @@ -43598,335 +34476,340 @@ packages: - kind: conda name: zeromq version: 4.3.5 - build: h28faeed_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda - sha256: 99a48b3a52c3a028d5a8aa5b586611c282347b5b76a3c675b2af3807b9d07f0f - md5: ae8c0108b4d6a5981bce484eeaaf1b55 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 383549 - timestamp: 1715611199541 -- kind: conda - name: zeromq - version: 4.3.5 - build: h75354e8_4 - build_number: 4 + build: h3b0a872_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda - sha256: bc9aaee39e7be107d7daff237435dfd8f791aca460a98583a36a263615205262 - md5: 03cc8d9838ad9dd0060ab532e81ccb21 + url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda + sha256: a4dc72c96848f764bb5a5176aa93dd1e9b9e52804137b99daeebba277b31ea10 + md5: 3947a35e916fcc6b9825449affbf4214 depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 353229 - timestamp: 1715607188837 + size: 335400 + timestamp: 1731585026517 - kind: conda name: zeromq version: 4.3.5 - build: hcc0f68c_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda - sha256: c22520d6d66a80f17c5f2b3719ad4a6ee809b210b8ac87d6f05ab98b94b3abda - md5: 39fb79e7a7a880a03f82c1f2eb7f7c73 + build: h5efb499_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda + sha256: a6003096dc0570a86492040ba32b04ce7662b159600be2252b7a0dfb9414e21c + md5: f2f3282559a4b87b7256ecafb4610107 depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 298555 - timestamp: 1715607628741 + size: 371419 + timestamp: 1731589490850 - kind: conda name: zeromq version: 4.3.5 - build: hde137ed_4 - build_number: 4 + build: h7130eaa_7 + build_number: 7 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda - sha256: 871625ce993e6c61649b14659a3d1d6011fbb242b7d6a25cadbc6300b2356f32 - md5: e56609055da6c658aa329d42a6c6b9f2 + url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h7130eaa_7.conda + sha256: b932dce8c9de9a8ffbf0db0365d29677636e599f7763ca51e554c43a0c5f8389 + md5: 6a0a76cd2b3d575e1b7aaeb283b9c3ed depends: - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libcxx >=18 + - libsodium >=1.0.20,<1.0.21.0a0 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 304498 - timestamp: 1715607961981 + size: 292112 + timestamp: 1731585246902 - kind: conda name: zeromq version: 4.3.5 - build: he1f189c_4 - build_number: 4 + build: ha9f60a1_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda - sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 - md5: b755eb545c2728b9a53729f02e627834 + url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda + sha256: 15cc8e2162d0a33ffeb3f7b7c7883fd830c54a4b1be6a4b8c7ee1f4fef0088fb + md5: e03f2c245a5ee6055752465519363b1c depends: - - krb5 >=1.21.2,<1.22.0a0 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libsodium >=1.0.20,<1.0.21.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 2707065 - timestamp: 1715607874610 + size: 2527503 + timestamp: 1731585151036 +- kind: conda + name: zeromq + version: 4.3.5 + build: hc1bb282_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda + sha256: 9e585569fe2e7d3bea71972cd4b9f06b1a7ab8fa7c5139f92a31cbceecf25a8a + md5: f7e6b65943cb73bce0143737fded08f1 + depends: + - __osx >=11.0 + - krb5 >=1.21.3,<1.22.0a0 + - libcxx >=18 + - libsodium >=1.0.20,<1.0.21.0a0 + license: MPL-2.0 + license_family: MOZILLA + purls: [] + size: 281565 + timestamp: 1731585108039 - kind: conda name: zipp - version: 3.19.2 - build: pyhd8ed1ab_0 + version: 3.21.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 - md5: 49808e59df5535116f6878b2a820d6f4 + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 + md5: 0c3cc595284c5e8f0f9900a9b228a332 depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT - size: 20917 - timestamp: 1718013395428 + size: 21809 + timestamp: 1732827613585 - kind: conda name: zipp - version: 3.19.2 - build: pyhd8ed1ab_0 + version: 3.21.0 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 - md5: 49808e59df5535116f6878b2a820d6f4 + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 + md5: 0c3cc595284c5e8f0f9900a9b228a332 depends: - - python >=3.8 + - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/zipp?source=conda-forge-mapping - size: 20917 - timestamp: 1718013395428 + size: 21809 + timestamp: 1732827613585 - kind: conda name: zlib version: 1.3.1 - build: h2466b09_1 - build_number: 1 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be - md5: f8e0a35bf6df768ad87ed7bbbc36ab04 + url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c + md5: be60c4e8efa55fddc17b4131aa47acbd depends: - - libzlib 1.3.1 h2466b09_1 + - libzlib 1.3.1 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Zlib license_family: Other - size: 108081 - timestamp: 1716874767420 + size: 107439 + timestamp: 1727963788936 - kind: conda name: zlib version: 1.3.1 - build: h2466b09_1 - build_number: 1 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be - md5: f8e0a35bf6df768ad87ed7bbbc36ab04 + url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c + md5: be60c4e8efa55fddc17b4131aa47acbd depends: - - libzlib 1.3.1 h2466b09_1 + - libzlib 1.3.1 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Zlib license_family: Other purls: [] - size: 108081 - timestamp: 1716874767420 + size: 107439 + timestamp: 1727963788936 - kind: conda name: zlib version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - sha256: cee16ab07a11303de721915f0a269e8c7a54a5c834aa52f74b1cc3a59000ade8 - md5: 9653f1bf3766164d0e65fa723cabbc54 + build: h8359307_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 + md5: e3170d898ca6cb48f1bb567afb92f775 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h4ab18f5_1 + - __osx >=11.0 + - libzlib 1.3.1 h8359307_2 license: Zlib license_family: Other - size: 93004 - timestamp: 1716874213487 + size: 77606 + timestamp: 1727963209370 - kind: conda name: zlib version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - sha256: cee16ab07a11303de721915f0a269e8c7a54a5c834aa52f74b1cc3a59000ade8 - md5: 9653f1bf3766164d0e65fa723cabbc54 + build: h8359307_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 + md5: e3170d898ca6cb48f1bb567afb92f775 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h4ab18f5_1 + - __osx >=11.0 + - libzlib 1.3.1 h8359307_2 license: Zlib license_family: Other purls: [] - size: 93004 - timestamp: 1716874213487 + size: 77606 + timestamp: 1727963209370 - kind: conda name: zlib version: 1.3.1 - build: h68df207_1 - build_number: 1 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - sha256: 7d4f12a602447c00f65f99fcf332f350cc49161a4f215466e9eb1bbe51852978 - md5: 6031f9e32654fbdb9fdba406ab980517 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 + md5: bc230abb5d21b63ff4799b0e75204783 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h68df207_1 + - libgcc >=13 + - libzlib 1.3.1 h86ecc28_2 license: Zlib license_family: Other - size: 95770 - timestamp: 1716874148566 + size: 95582 + timestamp: 1727963203597 - kind: conda name: zlib version: 1.3.1 - build: h68df207_1 - build_number: 1 + build: h86ecc28_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - sha256: 7d4f12a602447c00f65f99fcf332f350cc49161a4f215466e9eb1bbe51852978 - md5: 6031f9e32654fbdb9fdba406ab980517 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 + md5: bc230abb5d21b63ff4799b0e75204783 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h68df207_1 + - libgcc >=13 + - libzlib 1.3.1 h86ecc28_2 license: Zlib license_family: Other purls: [] - size: 95770 - timestamp: 1716874148566 + size: 95582 + timestamp: 1727963203597 - kind: conda name: zlib version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - sha256: 41bd5fef28b2755d637e3a8ea5c84010628392fbcf80c7e3d7370aaced7ee4fe - md5: 3ac9ef8975965f9698dbedd2a4cc5894 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 depends: - - __osx >=10.13 - - libzlib 1.3.1 h87427d6_1 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib 1.3.1 hb9d3cd8_2 license: Zlib license_family: Other - size: 88782 - timestamp: 1716874245467 + size: 92286 + timestamp: 1727963153079 - kind: conda name: zlib version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - sha256: 41bd5fef28b2755d637e3a8ea5c84010628392fbcf80c7e3d7370aaced7ee4fe - md5: 3ac9ef8975965f9698dbedd2a4cc5894 + build: hb9d3cd8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 depends: - - __osx >=10.13 - - libzlib 1.3.1 h87427d6_1 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib 1.3.1 hb9d3cd8_2 license: Zlib license_family: Other purls: [] - size: 88782 - timestamp: 1716874245467 + size: 92286 + timestamp: 1727963153079 - kind: conda name: zlib version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5 - md5: f27e021db7862b6ddbc1d3578f10d883 + build: hd23fc13_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 + md5: c989e0295dcbdc08106fe5d9e935f0b9 depends: - - __osx >=11.0 - - libzlib 1.3.1 hfb2fe0b_1 + - __osx >=10.13 + - libzlib 1.3.1 hd23fc13_2 license: Zlib license_family: Other - size: 78260 - timestamp: 1716874280334 + size: 88544 + timestamp: 1727963189976 - kind: conda name: zlib version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5 - md5: f27e021db7862b6ddbc1d3578f10d883 + build: hd23fc13_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 + md5: c989e0295dcbdc08106fe5d9e935f0b9 depends: - - __osx >=11.0 - - libzlib 1.3.1 hfb2fe0b_1 + - __osx >=10.13 + - libzlib 1.3.1 hd23fc13_2 license: Zlib license_family: Other purls: [] - size: 78260 - timestamp: 1716874280334 + size: 88544 + timestamp: 1727963189976 - kind: conda name: zstandard - version: 0.22.0 - build: py39h0b77d07_1 + version: 0.23.0 + build: py39h08a7858_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 - md5: 19831d5658b691425fabd726db342b50 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda + sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad + md5: cd9fa334e11886738f17254f52210bc3 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - cffi >=1.11 + - libgcc >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 319867 - timestamp: 1718866678183 + size: 407017 + timestamp: 1725305769438 - kind: conda name: zstandard - version: 0.22.0 - build: py39h0b77d07_1 + version: 0.23.0 + build: py39h08a7858_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 - md5: 19831d5658b691425fabd726db342b50 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda + sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad + md5: cd9fa334e11886738f17254f52210bc3 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - cffi >=1.11 + - libgcc >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 @@ -43934,39 +34817,43 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 319867 - timestamp: 1718866678183 + size: 407017 + timestamp: 1725305769438 - kind: conda name: zstandard version: 0.23.0 - build: py39h32d468b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 - md5: b3234fc0ba4b2d4e173ea2f71be11de8 + build: py39h5934b9c_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda + sha256: b2a5b6195ed4918f1b61d016d941eb3b20ce948a8c73058cee3a3736e25411f9 + md5: 43f0ab97684dc1facf7acf5bc24919e5 depends: - - __osx >=10.13 - cffi >=1.11 + - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 400897 - timestamp: 1721044460640 + size: 382010 + timestamp: 1725305736783 - kind: conda name: zstandard version: 0.23.0 - build: py39h32d468b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 - md5: b3234fc0ba4b2d4e173ea2f71be11de8 + build: py39h5934b9c_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda + sha256: b2a5b6195ed4918f1b61d016d941eb3b20ce948a8c73058cee3a3736e25411f9 + md5: 43f0ab97684dc1facf7acf5bc24919e5 depends: - - __osx >=10.13 - cffi >=1.11 + - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 @@ -43974,83 +34861,87 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 400897 - timestamp: 1721044460640 + size: 382010 + timestamp: 1725305736783 - kind: conda name: zstandard version: 0.23.0 - build: py39h623c9ba_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 - md5: a19d023682384c637cb356d270c276c0 + build: py39h9bf74da_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 + md5: 5f1f0f75ebd24882ccf44d145939b104 depends: - - __glibc >=2.17,<3.0.a0 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 406014 - timestamp: 1721044148631 + size: 311116 + timestamp: 1725305993710 - kind: conda name: zstandard version: 0.23.0 - build: py39h623c9ba_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 - md5: a19d023682384c637cb356d270c276c0 + build: py39h9bf74da_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 + md5: 5f1f0f75ebd24882ccf44d145939b104 depends: - - __glibc >=2.17,<3.0.a0 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 406014 - timestamp: 1721044148631 + size: 311116 + timestamp: 1725305993710 - kind: conda name: zstandard version: 0.23.0 - build: py39h6b56de1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a - md5: 4e9daef09df3b119e1ba338fee682995 + build: py39hc23f734_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda + sha256: a854d10abb45924bd96f2fc94ec0693663b928a2c1a9e373b4437e2662ace38b + md5: 5da66224731aea611c4bf331e057f23d depends: + - __osx >=10.13 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 381522 - timestamp: 1721044290823 + size: 401328 + timestamp: 1725305650930 - kind: conda name: zstandard version: 0.23.0 - build: py39h6b56de1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a - md5: 4e9daef09df3b119e1ba338fee682995 + build: py39hc23f734_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda + sha256: a854d10abb45924bd96f2fc94ec0693663b928a2c1a9e373b4437e2662ace38b + md5: 5da66224731aea611c4bf331e057f23d depends: + - __osx >=10.13 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 @@ -44058,52 +34949,52 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 381522 - timestamp: 1721044290823 + size: 401328 + timestamp: 1725305650930 - kind: conda name: zstandard version: 0.23.0 - build: py39h9bf74da_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 - md5: 9658585ffb22b68adb5490e9035b93ba + build: py39hcf1bb16_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda + sha256: c4cb4a1bb5609c16f27a3f4355cddc77e6c0e9e3083340f413f9de9b8266e03f + md5: 8cbaf074d564f304ae7fd29ba39184be depends: + - __osx >=11.0 - cffi >=1.11 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 310144 - timestamp: 1721044587416 + size: 320027 + timestamp: 1725305723442 - kind: conda name: zstandard version: 0.23.0 - build: py39h9bf74da_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 - md5: 9658585ffb22b68adb5490e9035b93ba + build: py39hcf1bb16_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda + sha256: c4cb4a1bb5609c16f27a3f4355cddc77e6c0e9e3083340f413f9de9b8266e03f + md5: 8cbaf074d564f304ae7fd29ba39184be depends: + - __osx >=11.0 - cffi >=1.11 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 310144 - timestamp: 1721044587416 + size: 320027 + timestamp: 1725305723442 - kind: conda name: zstd version: 1.5.6 diff --git a/pixi.toml b/pixi.toml index 49541d0a43a..70569563116 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,6 +6,7 @@ version = "6.7.0.dev0" [dependencies] appdirs = "*" +cffconvert = "*" codespell = "*" filelock = "*" flaky = "*" @@ -109,6 +110,7 @@ build-dist = { cmd = "python build_dist.py", cwd = "distribution" } test-dist-scripts = { cmd = "pytest -v --durations 0", cwd = "distribution" } update-version = { cmd = "python update_version.py", cwd = "distribution" } deprecations = { cmd = "python deprecations.py", cwd = "doc/mf6io/mf6ivar" } +check-citations = "cffconvert --validate -i CITATION.cff" [feature.rtd.tasks] sphinx = { cmd = "make html", cwd = ".build_rtd_docs" } From 8ef3ad746604e94dec84559a67eb737715dced45 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 6 Jan 2025 15:38:12 -0500 Subject: [PATCH 08/70] fix(prt): skip release times falling outside tdis (#2127) Mentioned in the discussion in #2125, skip release times before simulation start, and after simulation end if no extended tracking. --- doc/ReleaseNotes/develop.tex | 12 +++++------- doc/mf6io/mf6ivar/dfn/prt-prp.dfn | 4 ++-- src/Model/ModelUtilities/ReleaseSchedule.f90 | 7 +++---- src/Model/ParticleTracking/prt-prp.f90 | 20 +++++++++++++++++++- 4 files changed, 29 insertions(+), 14 deletions(-) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index e7504706100..91ed05a9de9 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -17,13 +17,11 @@ % \item xxx %\end{itemize} -%\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ -%\underline{BASIC FUNCTIONALITY} -%\begin{itemize} -% \item xxx -% \item xxx -% \item xxx -%\end{itemize} +\textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ +\underline{BASIC FUNCTIONALITY} +\begin{itemize} + \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. +\end{itemize} %\underline{INTERNAL FLOW PACKAGES} %\begin{itemize} diff --git a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn index c274bce3aec..e9a6863f64c 100644 --- a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn +++ b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn @@ -134,7 +134,7 @@ type double precision reader urword optional true longname stop time -description real value defining the maximum simulation time to which particles in the package can be tracked. Particles that have not terminated earlier due to another termination condition will terminate when simulation time STOPTIME is reached. If the last stress period in the simulation consists of more than one time step, particles will not be tracked past the ending time of the last stress period, regardless of STOPTIME. If the last stress period in the simulation consists of a single time step, it is assumed to be a steady-state stress period, and its ending time will not limit the simulation time to which particles can be tracked. If STOPTIME and STOPTRAVELTIME are both provided, particles will be stopped if either is reached. +description real value defining the maximum simulation time to which particles in the package can be tracked. Particles that have not terminated earlier due to another termination condition will terminate when simulation time STOPTIME is reached. If the last stress period in the simulation consists of more than one time step, particles will not be tracked past the ending time of the last stress period, regardless of STOPTIME. If the EXTEND\_TRACKING option is enabled and the last stress period in the simulation is steady-state, the simulation ending time will not limit the time to which particles can be tracked, but STOPTIME and STOPTRAVELTIME will continue to apply. If STOPTIME and STOPTRAVELTIME are both provided, particles will be stopped if either is reached. block options name stoptraveltime @@ -142,7 +142,7 @@ type double precision reader urword optional true longname stop travel time -description real value defining the maximum travel time over which particles in the model can be tracked. Particles that have not terminated earlier due to another termination condition will terminate when their travel time reaches STOPTRAVELTIME. If the last stress period in the simulation consists of more than one time step, particles will not be tracked past the ending time of the last stress period, regardless of STOPTRAVELTIME. If the last stress period in the simulation consists of a single time step, it is assumed to be a steady-state stress period, and its ending time will not limit the travel time over which particles can be tracked. If STOPTIME and STOPTRAVELTIME are both provided, particles will be stopped if either is reached. +description real value defining the maximum travel time over which particles in the model can be tracked. Particles that have not terminated earlier due to another termination condition will terminate when their travel time reaches STOPTRAVELTIME. If the last stress period in the simulation consists of more than one time step, particles will not be tracked past the ending time of the last stress period, regardless of STOPTRAVELTIME. If the EXTEND\_TRACKING option is enabled and the last stress period in the simulation is steady-state, the simulation ending time will not limit the time to which particles can be tracked, but STOPTIME and STOPTRAVELTIME will continue to apply. If STOPTIME and STOPTRAVELTIME are both provided, particles will be stopped if either is reached. block options name stop_at_weak_sink diff --git a/src/Model/ModelUtilities/ReleaseSchedule.f90 b/src/Model/ModelUtilities/ReleaseSchedule.f90 index 2b9d514fe39..935a7bbf660 100644 --- a/src/Model/ModelUtilities/ReleaseSchedule.f90 +++ b/src/Model/ModelUtilities/ReleaseSchedule.f90 @@ -142,17 +142,16 @@ subroutine advance(this, lines) tprevious = trelease end if - ! Add explicitly configured release times, up - ! to the configured tolerance of coincidence. + ! Schedule explicitly specified release times, up + ! to the configured tolerance of coincidence if (this%time_select%any()) then do it = this%time_select%selection(1), this%time_select%selection(2) trelease = this%time_select%times(it) - ! Skip the release time if it's too close - ! to the previously scheduled release time. if (tprevious >= DZERO .and. is_close( & tprevious, & trelease, & atol=this%tolerance)) cycle + call this%schedule(trelease) tprevious = trelease end do diff --git a/src/Model/ParticleTracking/prt-prp.f90 b/src/Model/ParticleTracking/prt-prp.f90 index 7c747915763..3627ec6d031 100644 --- a/src/Model/ParticleTracking/prt-prp.f90 +++ b/src/Model/ParticleTracking/prt-prp.f90 @@ -308,8 +308,10 @@ end subroutine prp_ar !> @brief Advance a time step and release particles if scheduled. subroutine prp_ad(this) + use TdisModule, only: totalsimtime class(PrtPrpType) :: this integer(I4B) :: ip, it + real(DP) :: t ! Notes ! ----- @@ -344,7 +346,23 @@ subroutine prp_ad(this) ! each release time in the current step. do ip = 1, this%nreleasepoints do it = 1, this%schedule%count() - call this%release(ip, this%schedule%times(it)) + t = this%schedule%times(it) + ! Skip the release time if it's before the simulation + ! starts, or if no `extend_tracking`, after it ends. + if (t < DZERO) then + write (warnmsg, '(a,g0,a)') & + 'Skipping negative release time (t=', t, ').' + call store_warning(warnmsg) + cycle + else if (t > totalsimtime .and. this%iextend == 0) then + write (warnmsg, '(a,g0,a)') & + 'Skipping release time falling after the end of the & + &simulation (t=', t, '). Enable EXTEND_TRACKING to & + &release particles after the simulation end time.' + call store_warning(warnmsg) + cycle + end if + call this%release(ip, t) end do end do end subroutine prp_ad From 17886c0df3848c2b6ec887dc6659f66cf5e96055 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 7 Jan 2025 13:03:19 -0500 Subject: [PATCH 09/70] ci(pixi): revert pixi lockfile updates (#2128) Some dependency update has broken the extended build, revert the pixi lockfile until we can determine which one. --- pixi.lock | 44983 +++++++++++++++++++++------------------------------- 1 file changed, 17822 insertions(+), 27161 deletions(-) diff --git a/pixi.lock b/pixi.lock index 4285514d8f7..fd7e860968f 100644 --- a/pixi.lock +++ b/pixi.lock @@ -7,1179 +7,1410 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.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-py39h3d6467e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_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/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - 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/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-h9dce30a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - 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/kiwisolver-1.4.7-py39h74842e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.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/libarchive-3.7.7-h4585015_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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.11.1-h332b0f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-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/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda + - 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.6.2-h59595ed_0.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-14.2.0-h77fa898_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.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/libntlm-1.8-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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-14.1.0-hc0a3c3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - 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/libwebp-base-1.5.0-h851e524_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda + - 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/lzo-2.10-hd590300_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_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/pulseaudio-client-17.0-hb77b528_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/qt-main-5.15.8-h320f8da_24.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda + - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda + - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 + - 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/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - 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/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.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-py39h840bb9f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_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/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - 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/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-h3183152_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_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-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.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/libgd-2.3.3-h2e77e4f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/lzo-2.10-h10d778d_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/rasterio-1.3.10-py39he476bd8_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_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/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - 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/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_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-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.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/libgd-2.3.3-hac1b3a8_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/lzo-2.10-h93a5062_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_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/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - 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/win-64/fonttools-4.55.3-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-hf297d47_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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/libarchive-3.7.7-h979ed78_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.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/libgcc-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - 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/libkml-1.3.0-h538826c_1021.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_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/libtiff-4.6.0-hddb2be6_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + - 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/lzo-2.10-hcfcfb64_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-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/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda + - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + - 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/xorg-libxext-1.3.4-hcd874cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda rtd: channels: @@ -1190,1500 +1421,1706 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.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-py39h3d6467e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-64/expat-2.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - 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/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-h9dce30a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + - 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.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - 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/kiwisolver-1.4.7-py39h74842e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.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/libarchive-3.7.7-h4585015_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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.11.1-h332b0f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-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/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda + - 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.6.2-h59595ed_0.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/libflac-1.4.3-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.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/libntlm-1.8-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.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/libspatialite-5.1.0-h15fa968_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - 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/libwebp-base-1.5.0-h851e524_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda + - 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/lzo-2.10-hd590300_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/linux-64/ninja-1.12.1-h297d8ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/qt-main-5.15.8-h320f8da_24.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda + - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda + - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 + - 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-h3b0a872_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-aarch64/expat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - 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/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + - 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.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/linux-aarch64/ninja-1.12.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 + - 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.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.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-py39h840bb9f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39hdf37715_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-64/expat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - 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/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-h3183152_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + - 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.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_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-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.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/libgd-2.3.3-h2e77e4f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.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/libspatialite-5.1.0-hdc25a2c_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/lzo-2.10-h10d778d_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/osx-64/ninja-1.12.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/rasterio-1.3.10-py39he476bd8_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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-h7130eaa_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.8.11-py39h941272d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-arm64/expat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - 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/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + - 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.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_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-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.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/libgd-2.3.3-hac1b3a8_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.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/libspatialite-5.1.0-hf7a34df_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/lzo-2.10-h93a5062_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/osx-arm64/ninja-1.12.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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.5-hc1bb282_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39ha51f57c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/win-64/expat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - 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/win-64/fonttools-4.55.3-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-hf297d47_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - 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.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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/libarchive-3.7.7-h979ed78_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.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/libgcc-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - 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/libkml-1.3.0-h538826c_1021.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.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/libspatialite-5.1.0-hab0cb6d_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_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/libtiff-4.6.0-hddb2be6_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + - 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/lzo-2.10-hcfcfb64_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.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/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.0-py39h03e5c00_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda + - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + - 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/xorg-libxext-1.3.4-hcd874cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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-ha9f60a1_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl packages: -- kind: conda - name: _libavif_api - version: 1.1.1 - build: h57928b3_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 - md5: 76cf1f62c9a62d6b8f44339483e0f016 - size: 9286 - timestamp: 1730268773319 -- kind: conda - name: _libavif_api - version: 1.1.1 - build: h57928b3_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 - md5: 76cf1f62c9a62d6b8f44339483e0f016 - purls: [] - size: 9286 - timestamp: 1730268773319 -- kind: conda - name: _libgcc_mutex - version: '0.1' - build: conda_forge - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - md5: d7c89558ba9fa0495403155b64376d81 - license: None - size: 2562 - timestamp: 1578324546067 - kind: conda name: _libgcc_mutex version: '0.1' @@ -2696,24 +3133,6 @@ packages: purls: [] size: 2562 timestamp: 1578324546067 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - md5: 73aaf86a425cc6e73fcf236a5a46396d - depends: - - _libgcc_mutex 0.1 conda_forge - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23621 - timestamp: 1650670423406 - kind: conda name: _openmp_mutex version: '4.5' @@ -2733,23 +3152,6 @@ packages: purls: [] size: 23621 timestamp: 1650670423406 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 - md5: 6168d71addc746e8f2b8d57dfd2edcea - depends: - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23712 - timestamp: 1650670790230 - kind: conda name: _openmp_mutex version: '4.5' @@ -2768,79 +3170,23 @@ packages: purls: [] size: 23712 timestamp: 1650670790230 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d - md5: 37e16618af5c4851a3f3d66dd0e11141 - depends: - - libgomp >=7.5.0 - - libwinpthread >=12.0.0.r2.ggc561118da - constrains: - - openmp_impl 9999 - - msys2-conda-epoch <0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 49468 - timestamp: 1718213032772 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d - md5: 37e16618af5c4851a3f3d66dd0e11141 - depends: - - libgomp >=7.5.0 - - libwinpthread >=12.0.0.r2.ggc561118da - constrains: - - openmp_impl 9999 - - msys2-conda-epoch <0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 49468 - timestamp: 1718213032772 -- kind: conda - name: affine - version: 2.4.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 - md5: 8c4061f499edec6b8ac7000f6d586829 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 19164 - timestamp: 1733762153202 - kind: conda name: affine version: 2.4.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 - md5: 8c4061f499edec6b8ac7000f6d586829 + url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 + md5: ae5f4ad87126c55ba3f690ef07f81d64 depends: - - python >=3.9 + - python >=3.7 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/affine?source=conda-forge-mapping - size: 19164 - timestamp: 1733762153202 + size: 18726 + timestamp: 1674245215155 - kind: conda name: alabaster version: 0.7.16 @@ -2860,2296 +3206,2826 @@ packages: timestamp: 1704848898483 - kind: conda name: alsa-lib - version: 1.2.13 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - sha256: 4141180b0304559fefa8ca66f1cc217a1d957b03aa959f955daf33718162042f - md5: f643bb02c4bbcfe7de161a8ca5df530b + version: 1.2.12 + build: h4ab18f5_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda + sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 + md5: 7ed427f0871fd41cb1d9c17727c17589 depends: - - libgcc >=13 + - libgcc-ng >=12 license: LGPL-2.1-or-later license_family: GPL - size: 591318 - timestamp: 1731489774660 + purls: [] + size: 555868 + timestamp: 1718118368236 - kind: conda - name: alsa-lib - version: 1.2.13 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - sha256: 4141180b0304559fefa8ca66f1cc217a1d957b03aa959f955daf33718162042f - md5: f643bb02c4bbcfe7de161a8ca5df530b + name: appdirs + version: 1.4.4 + build: pyh9f0ad1d_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111 + md5: 5f095bc6454094e96f146491fd03633b depends: - - libgcc >=13 - license: LGPL-2.1-or-later - license_family: GPL - purls: [] - size: 591318 - timestamp: 1731489774660 + - python + license: MIT + license_family: MIT + purls: + - pkg:pypi/appdirs?source=conda-forge-mapping + size: 12840 + timestamp: 1603108499239 - kind: conda - name: alsa-lib - version: 1.2.13 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53 - md5: ae1370588aa6a5157c34c73e9bbb36a0 + name: appnope + version: 0.1.4 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_0.conda + sha256: 45ae2d41f4a4dcf8707633d3d7ae376fc62f0c09b1d063c3049c3f6f8c911670 + md5: cc4834a9ee7cc49ce8d25177c47b10d8 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: LGPL-2.1-or-later - license_family: GPL - size: 560238 - timestamp: 1731489643707 + - python >=3.7 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/appnope?source=conda-forge-mapping + size: 10241 + timestamp: 1707233195627 - kind: conda - name: alsa-lib - version: 1.2.13 - build: hb9d3cd8_0 + name: asttokens + version: 2.4.1 + build: pyhd8ed1ab_0 + subdir: noarch + 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 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/asttokens?source=conda-forge-mapping + size: 28922 + timestamp: 1698341257884 +- kind: conda + name: atk-1.0 + version: 2.38.0 + build: h04ea711_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53 - md5: ae1370588aa6a5157c34c73e9bbb36a0 + url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda + sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e + md5: f730d54ba9cd543666d7220c9f7ed563 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: LGPL-2.1-or-later - license_family: GPL + - libgcc-ng >=12 + - libglib >=2.80.0,<3.0a0 + - libstdcxx-ng >=12 + constrains: + - atk-1.0 2.38.0 + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 560238 - timestamp: 1731489643707 + size: 355900 + timestamp: 1713896169874 - kind: conda - name: aom - version: 3.9.1 - build: h7bae524_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef - md5: 7adba36492a1bb22d98ffffe4f6fc6de + name: atk-1.0 + version: 2.38.0 + build: h4bec284_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda + sha256: a5972a943764e46478c966b26be61de70dcd7d0cfda4bd0b0c46916ae32e0492 + md5: d9684247c943d492d9aac8687bc5db77 depends: - - __osx >=11.0 + - __osx >=10.9 - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - size: 2235747 - timestamp: 1718551382432 + - libglib >=2.80.0,<3.0a0 + - libintl >=0.22.5,<1.0a0 + constrains: + - atk-1.0 2.38.0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 349989 + timestamp: 1713896423623 - kind: conda - name: aom - version: 3.9.1 - build: h7bae524_0 + name: atk-1.0 + version: 2.38.0 + build: hd03087b_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef - md5: 7adba36492a1bb22d98ffffe4f6fc6de + url: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda + sha256: b0747f9b1bc03d1932b4d8c586f39a35ac97e7e72fe6e63f2b2a2472d466f3c1 + md5: 57301986d02d30d6805fdce6c99074ee depends: - __osx >=11.0 - libcxx >=16 - license: BSD-2-Clause - license_family: BSD + - libglib >=2.80.0,<3.0a0 + - libintl >=0.22.5,<1.0a0 + constrains: + - atk-1.0 2.38.0 + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 2235747 - timestamp: 1718551382432 + size: 347530 + timestamp: 1713896411580 - kind: conda - name: aom - version: 3.9.1 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 - md5: 346722a0be40f6edc53f12640d301338 + name: atk-1.0 + version: 2.38.0 + build: hedc4a1f_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda + sha256: 69f70048a1a915be7b8ad5d2cbb7bf020baa989b5506e45a676ef4ef5106c4f0 + md5: 9308557e2328f944bd5809c5630761af depends: - libgcc-ng >=12 + - libglib >=2.80.0,<3.0a0 - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 2706396 - timestamp: 1718551242397 + constrains: + - atk-1.0 2.38.0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 358327 + timestamp: 1713898303194 - kind: conda - name: aom - version: 3.9.1 - build: hac33072_0 + name: attr + version: 2.5.1 + build: h166bdaf_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 - md5: 346722a0be40f6edc53f12640d301338 + url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 + sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 + md5: d9c69a24ad678ffce24c6543a0176b00 depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 2706396 - timestamp: 1718551242397 + size: 71042 + timestamp: 1660065501192 - kind: conda - name: aom - version: 3.9.1 - build: hcccb83c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 - md5: cc744ac4efe5bcaa8cca51ff5b850df0 + name: attrs + version: 23.2.0 + build: pyh71513ae_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + md5: 5e4c0743c70186509d1412e03c2d8dfa depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 3250813 - timestamp: 1718551360260 + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/attrs?source=conda-forge-mapping + size: 54582 + timestamp: 1704011393776 - kind: conda - name: aom - version: 3.9.1 - build: hcccb83c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 - md5: cc744ac4efe5bcaa8cca51ff5b850df0 + name: aws-c-auth + version: 0.7.22 + build: h8a62e84_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda + sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 + md5: 7a43a23a02f7c952f48d154454336c8c depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD + - __osx >=11.0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 3250813 - timestamp: 1718551360260 -- kind: conda - name: aom - version: 3.9.1 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 - md5: 3d7c14285d3eb3239a76ff79063f27a5 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 1958151 - timestamp: 1718551737234 + size: 91193 + timestamp: 1720943290434 - kind: conda - name: aom - version: 3.9.1 - build: he0c23c2_0 + name: aws-c-auth + version: 0.7.22 + build: h8c86ca4_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 - md5: 3d7c14285d3eb3239a76ff79063f27a5 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a + md5: 94493124319f290e7ad45228d54db509 depends: + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache purls: [] - size: 1958151 - timestamp: 1718551737234 + size: 101513 + timestamp: 1720943471630 - kind: conda - name: aom - version: 3.9.1 - build: hf036a51_0 + name: aws-c-auth + version: 0.7.22 + build: hb04b931_10 + build_number: 10 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 - md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda + sha256: b95a2f9adc0b77c88b10c6001eb101d6b76bb0efdf80a8fa7e99c510e8236ed2 + md5: 58e7453d9442ec10c3bfbe3466502baf depends: - __osx >=10.13 - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - size: 2749186 - timestamp: 1718551450314 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 92326 + timestamp: 1720943225649 - kind: conda - name: aom - version: 3.9.1 - build: hf036a51_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 - md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + name: aws-c-auth + version: 0.7.22 + build: hbd3ac97_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda + sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe + md5: 7ca4abcc98c7521c02f4e8809bbe40df depends: - - __osx >=10.13 - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache purls: [] - size: 2749186 - timestamp: 1718551450314 + size: 105990 + timestamp: 1720943253516 - kind: conda - name: appdirs - version: 1.4.4 - build: pyhd8ed1ab_1 + name: aws-c-auth + version: 0.7.22 + build: hf9a33fd_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda + sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 + md5: 62b79a7b24bc23fe55257f84ff62d2d0 + depends: + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 110360 + timestamp: 1720943276359 +- kind: conda + name: aws-c-cal + version: 0.7.1 + build: h1194e0d_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d - md5: f4e90937bbfc3a4a92539545a37bb448 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda + sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 + md5: 3e52b9c84581b52333fbde981f2804a6 depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 14835 - timestamp: 1733754069532 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49404 + timestamp: 1720901634839 - kind: conda - name: appdirs - version: 1.4.4 - build: pyhd8ed1ab_1 + name: aws-c-cal + version: 0.7.1 + build: h87b94db_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d - md5: f4e90937bbfc3a4a92539545a37bb448 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda + sha256: f445f38a4170f0ae02cdf13e1bc23cbb826a4b45f39402f02fe5737b0a8ed3a9 + md5: 2d76d2cfdcfe2d5c3883d33d8be919e7 depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/appdirs?source=conda-forge-mapping - size: 14835 - timestamp: 1733754069532 + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 47092 + timestamp: 1720901538926 - kind: conda - name: appnope - version: 0.1.4 - build: pyhd8ed1ab_1 + name: aws-c-cal + version: 0.7.1 + build: h94d0942_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - sha256: 8f032b140ea4159806e4969a68b4a3c0a7cab1ad936eb958a2b5ffe5335e19bf - md5: 54898d0f524c9dee622d44bbb081a8ab + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda + sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 + md5: d70f882eefb9cabf3e18a2f3957936de depends: - - python >=3.9 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/appnope?source=conda-forge-mapping - size: 10076 - timestamp: 1733332433806 + - __osx >=11.0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 40129 + timestamp: 1720901602965 - kind: conda - name: asttokens - version: 3.0.0 - build: pyhd8ed1ab_1 + name: aws-c-cal + version: 0.7.1 + build: hd73d8db_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 - md5: 8f587de4bcf981e26228f268df374a9b + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda + sha256: 40d2903b718bd4ddf4706ff4e86831c11a012e1a662f73e30073b4f7f364fcca + md5: a8735aa1de30e27dc87bde25dd3201d8 depends: - - python >=3.9 - constrains: - - astroid >=2,<4 + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache - purls: - - pkg:pypi/asttokens?source=conda-forge-mapping - size: 28206 - timestamp: 1733250564754 + purls: [] + size: 39142 + timestamp: 1720901553777 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: h04ea711_2 - build_number: 2 + name: aws-c-cal + version: 0.7.1 + build: hea5f451_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 + md5: 72dff54470c6fc809b845fac58d39aad + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 46905 + timestamp: 1720901876108 +- kind: conda + name: aws-c-common + version: 0.9.23 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 + md5: df475c2b12da4aa32d4946a1453681f5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 234194 + timestamp: 1718918578757 +- kind: conda + name: aws-c-common + version: 0.9.23 + build: h4ab18f5_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e - md5: f730d54ba9cd543666d7220c9f7ed563 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda + sha256: f3eab0ec3f01ddc3ebdc235d4ae1b3b803d83e40f2cd2389bf8c65ab96e90f02 + md5: 94d61ae2b2b701008a9d52ce6bbead27 depends: - libgcc-ng >=12 - - libglib >=2.80.0,<3.0a0 - - libstdcxx-ng >=12 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 355900 - timestamp: 1713896169874 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 235612 + timestamp: 1718918062664 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: h04ea711_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e - md5: f730d54ba9cd543666d7220c9f7ed563 + name: aws-c-common + version: 0.9.23 + build: h68df207_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda + sha256: fa4ca3c29c64c96cf8b208fb5466e425ac2f8998a0022f5404a885253bca4667 + md5: 36159c9ecdcdbf7bf2676510110d7fda depends: - libgcc-ng >=12 - - libglib >=2.80.0,<3.0a0 - - libstdcxx-ng >=12 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL + license: Apache-2.0 + license_family: Apache purls: [] - size: 355900 - timestamp: 1713896169874 + size: 257315 + timestamp: 1718918138944 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: h4bec284_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - sha256: a5972a943764e46478c966b26be61de70dcd7d0cfda4bd0b0c46916ae32e0492 - md5: d9684247c943d492d9aac8687bc5db77 + name: aws-c-common + version: 0.9.23 + build: h99b78c6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda + sha256: 15e965a0d1c37927e23d46691e632cf8b39afee5c9ba735f2d535fdb7b58b19e + md5: d9f2adf47d2078d44a23480140e76550 depends: - - __osx >=10.9 - - libcxx >=16 - - libglib >=2.80.0,<3.0a0 - - libintl >=0.22.5,<1.0a0 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 349989 - timestamp: 1713896423623 + - __osx >=11.0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 220102 + timestamp: 1718918149063 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: h4bec284_2 - build_number: 2 + name: aws-c-common + version: 0.9.23 + build: hfdf4475_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - sha256: a5972a943764e46478c966b26be61de70dcd7d0cfda4bd0b0c46916ae32e0492 - md5: d9684247c943d492d9aac8687bc5db77 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda + sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 + md5: 35083fa12de9dc9918de60c112ceab27 depends: - - __osx >=10.9 - - libcxx >=16 - - libglib >=2.80.0,<3.0a0 - - libintl >=0.22.5,<1.0a0 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL + - __osx >=10.13 + license: Apache-2.0 + license_family: Apache purls: [] - size: 349989 - timestamp: 1713896423623 + size: 225527 + timestamp: 1718918230587 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: hd03087b_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - sha256: b0747f9b1bc03d1932b4d8c586f39a35ac97e7e72fe6e63f2b2a2472d466f3c1 - md5: 57301986d02d30d6805fdce6c99074ee + name: aws-c-compression + version: 0.2.18 + build: h3ff8e8a_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda + sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c + md5: 134bb356c25e94209744ee664ba8a89a depends: - - __osx >=11.0 - - libcxx >=16 - - libglib >=2.80.0,<3.0a0 - - libintl >=0.22.5,<1.0a0 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 347530 - timestamp: 1713896411580 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 19814 + timestamp: 1718967207357 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: hd03087b_2 - build_number: 2 + name: aws-c-compression + version: 0.2.18 + build: h94d0942_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - sha256: b0747f9b1bc03d1932b4d8c586f39a35ac97e7e72fe6e63f2b2a2472d466f3c1 - md5: 57301986d02d30d6805fdce6c99074ee + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda + sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 + md5: c9a37f68bef48f48782746404f4050a2 depends: - __osx >=11.0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 18226 + timestamp: 1718967294106 +- kind: conda + name: aws-c-compression + version: 0.2.18 + build: hd73d8db_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda + sha256: c8fabda8233f979f9c5173a5ba5f6482c26e8ac8af55e78550fff27e997e0dbd + md5: b082d6b9a40e41fd27f48786d318e910 + depends: + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 18245 + timestamp: 1718967218275 +- kind: conda + name: aws-c-compression + version: 0.2.18 + build: he027950_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda + sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d + md5: 11e5cb0b426772974f6416545baee0ce + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 19271 + timestamp: 1718967071890 +- kind: conda + name: aws-c-compression + version: 0.2.18 + build: hea5f451_7 + build_number: 7 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 + md5: 3834f2ba3431fe21692de035a7b992c1 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 22658 + timestamp: 1718967658946 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: h2713d70_15 + build_number: 15 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda + sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a + md5: 21aeef6fb90f64d3625f06501c4d023c + depends: + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libcxx >=16 - - libglib >=2.80.0,<3.0a0 - - libintl >=0.22.5,<1.0a0 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL + license: Apache-2.0 + license_family: Apache purls: [] - size: 347530 - timestamp: 1713896411580 + size: 46353 + timestamp: 1720743940835 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: hedc4a1f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - sha256: 69f70048a1a915be7b8ad5d2cbb7bf020baa989b5506e45a676ef4ef5106c4f0 - md5: 9308557e2328f944bd5809c5630761af + name: aws-c-event-stream + version: 0.4.2 + build: h4b8288a_15 + build_number: 15 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 + md5: 270c3f0f23c48f3ac0074c3e81bdabac + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54326 + timestamp: 1720744311520 +- kind: conda + name: aws-c-event-stream + version: 0.4.2 + build: h7671281_15 + build_number: 15 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda + sha256: b9546f0637c66d4086a169f4210bf0d569140f41c13f0c1c6826355f51f82494 + md5: 3b45b0da170f515de8be68155e14955a depends: + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libglib >=2.80.0,<3.0a0 - libstdcxx-ng >=12 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 358327 - timestamp: 1713898303194 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54007 + timestamp: 1720743896466 - kind: conda - name: atk-1.0 - version: 2.38.0 - build: hedc4a1f_2 - build_number: 2 + name: aws-c-event-stream + version: 0.4.2 + build: h9d161b3_15 + build_number: 15 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - sha256: 69f70048a1a915be7b8ad5d2cbb7bf020baa989b5506e45a676ef4ef5106c4f0 - md5: 9308557e2328f944bd5809c5630761af + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda + sha256: 80305a933ee51a808c57e6f7a76dec05c02a999b2d5388fd1c906b8475658b8c + md5: ff2a2cb1a667ce44ddccf87a3858bede depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - libgcc-ng >=12 - - libglib >=2.80.0,<3.0a0 - libstdcxx-ng >=12 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL + license: Apache-2.0 + license_family: Apache purls: [] - size: 358327 - timestamp: 1713898303194 + size: 55128 + timestamp: 1720743954681 - kind: conda - name: attrs - version: 24.3.0 - build: pyh71513ae_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a - md5: 356927ace43302bf6f5926e2a58dae6a + name: aws-c-event-stream + version: 0.4.2 + build: hb74cd8f_15 + build_number: 15 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda + sha256: a28581c0fa33d5bf8f71ca18dc632b997ba83d4442a3c2955e40927708ce8b0b + md5: e12aae765ef60c989a43f042a4141ab7 depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 56354 - timestamp: 1734348889193 + - __osx >=11.0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 47055 + timestamp: 1720743983413 - kind: conda - name: attrs - version: 24.3.0 - build: pyh71513ae_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a - md5: 356927ace43302bf6f5926e2a58dae6a + name: aws-c-http + version: 0.8.2 + build: h269d64e_6 + build_number: 6 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc + md5: 1603ce5ebacad267b5b5d2c484c73679 depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/attrs?source=conda-forge-mapping - size: 56354 - timestamp: 1734348889193 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 180156 + timestamp: 1720753340047 - kind: conda - name: babel - version: 2.16.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - sha256: f6205d3a62e87447e06e98d911559be0208d824976d77ab092796c9176611fcb - md5: 3e23f7db93ec14c80525257d8affac28 + name: aws-c-http + version: 0.8.2 + build: h782069e_6 + build_number: 6 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda + sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 + md5: 1477d77ade38be837f1be9fc5702244c depends: - - python >=3.9 - - pytz >=2015.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/babel?source=conda-forge-mapping - size: 6551057 - timestamp: 1733236466015 -- kind: pypi - name: beautifulsoup4 - version: 4.12.3 - url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed - requires_dist: - - soupsieve>1.2 - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 187885 + timestamp: 1720753110633 - kind: conda - name: black - version: 24.10.0 - build: py39h2804cbe_0 + name: aws-c-http + version: 0.8.2 + build: had1507a_6 + build_number: 6 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - sha256: f49a74a472ada5d5c012dee2639f6d86339e0bb7b691ea3056fbe233751fc88b - md5: c62b8af30c20cadcb384daf462fc73ee + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda + sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed + md5: d6a478f39b7ee977690d7dfc4115adfc depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 303916 - timestamp: 1728503905973 + - __osx >=11.0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 151282 + timestamp: 1720753122319 - kind: conda - name: black - version: 24.10.0 - build: py39h2804cbe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - sha256: f49a74a472ada5d5c012dee2639f6d86339e0bb7b691ea3056fbe233751fc88b - md5: c62b8af30c20cadcb384daf462fc73ee + name: aws-c-http + version: 0.8.2 + build: he17ee6b_6 + build_number: 6 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda + sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 + md5: 4e3d1bb2ade85619ac2163e695c2cc1b depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 303916 - timestamp: 1728503905973 + - __glibc >=2.17,<3.0.a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 194638 + timestamp: 1720753051593 - kind: conda - name: black - version: 24.10.0 - build: py39h4420490_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f - md5: 44b3857dc490a3cad3deb0b29723247e + name: aws-c-http + version: 0.8.2 + build: he29c2fd_6 + build_number: 6 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda + sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 + md5: 9b1b61150532b6c5eda36700a408209d depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 302615 - timestamp: 1728503925751 + - __osx >=10.13 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 162753 + timestamp: 1720753184386 - kind: conda - name: black - version: 24.10.0 - build: py39h4420490_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f - md5: 44b3857dc490a3cad3deb0b29723247e + name: aws-c-io + version: 0.14.10 + build: h4406d91_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda + sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 + md5: 975be62a8eb5e601ff6f888420dab870 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 302615 - timestamp: 1728503925751 -- kind: conda - name: black - version: 24.10.0 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - sha256: aeb385195efc6587d101b2e56be74e8cee24976563c726096721141c89bad4c6 - md5: 13047ad7cf70ba61a41b51d40356a041 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 303754 - timestamp: 1728503878544 + - __osx >=10.13 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 137548 + timestamp: 1720718795509 - kind: conda - name: black - version: 24.10.0 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - sha256: aeb385195efc6587d101b2e56be74e8cee24976563c726096721141c89bad4c6 - md5: 13047ad7cf70ba61a41b51d40356a041 + name: aws-c-io + version: 0.14.10 + build: h826b7d6_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda + sha256: 68cb6f708e5e1cf50d98f3c896c7a72ab68e71ce9a69be4eea5dbde5c04bebdc + md5: 6961646dded770513a781de4cd5c1fe1 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 303754 - timestamp: 1728503878544 + - __glibc >=2.17,<3.0.a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + - s2n >=1.4.17,<1.4.18.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 157925 + timestamp: 1720718674802 - kind: conda - name: black - version: 24.10.0 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 - md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 + name: aws-c-io + version: 0.14.10 + build: hcdb10ff_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda + sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 + md5: e7d85effc69338579c0b928eabe27d67 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 328210 - timestamp: 1728504147426 + - __osx >=11.0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 137117 + timestamp: 1720718690476 - kind: conda - name: black - version: 24.10.0 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 - md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 + name: aws-c-io + version: 0.14.10 + build: he43bb46_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda + sha256: 9d1a34618e380b994bf00b99a75807c3a9cada7e5814f4cf673359251b01d517 + md5: 8cb7305d490469354369e796186d67b5 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 328210 - timestamp: 1728504147426 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + - s2n >=1.4.17,<1.4.18.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 160499 + timestamp: 1720718642040 - kind: conda - name: black - version: 24.10.0 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 - md5: 32932642d9ae6470f79ca509f0a422f5 + name: aws-c-io + version: 0.14.10 + build: hfca834b_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da + md5: edbdbf574dccbab97002d7408f42d334 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - size: 302604 - timestamp: 1728503917696 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 159625 + timestamp: 1720719292787 - kind: conda - name: black - version: 24.10.0 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 - md5: 32932642d9ae6470f79ca509f0a422f5 + name: aws-c-mqtt + version: 0.10.4 + build: h519d897_8 + build_number: 8 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 + md5: b6a0c6760077bb28547ba3ce5ed04cd1 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 302604 - timestamp: 1728503917696 -- kind: pypi - name: bleach - version: 6.2.0 - url: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - sha256: 117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e - requires_dist: - - webencodings - - tinycss2<1.5,>=1.1.0 ; extra == 'css' - requires_python: '>=3.9' + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 158054 + timestamp: 1720751730919 - kind: conda - name: blosc - version: 1.21.6 - build: h7dd00d9_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - sha256: c3fe902114b9a3ac837e1a32408cc2142c147ec054c1038d37aec6814343f48a - md5: 925acfb50a750aa178f7a0aced77f351 + name: aws-c-mqtt + version: 0.10.4 + build: h6cc0bdf_8 + build_number: 8 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda + sha256: 2ea19007651bfb32767568c044cbbd833630735f25ad348f29c224afdfefeea2 + md5: eb2b09202bb3ef71e542b76f55c60de5 depends: - - __osx >=11.0 - - libcxx >=18 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 33602 - timestamp: 1733513285902 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 146317 + timestamp: 1720750980451 - kind: conda - name: blosc - version: 1.21.6 - build: h7dd00d9_1 - build_number: 1 + name: aws-c-mqtt + version: 0.10.4 + build: h856d8ab_8 + build_number: 8 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - sha256: c3fe902114b9a3ac837e1a32408cc2142c147ec054c1038d37aec6814343f48a - md5: 925acfb50a750aa178f7a0aced77f351 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda + sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 + md5: 7a49b5ed4c1676b6aefbd6d7c92d976f depends: - __osx >=11.0 - - libcxx >=18 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 33602 - timestamp: 1733513285902 -- kind: conda - name: blosc - version: 1.21.6 - build: hb4dfabd_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - sha256: f1e408fc32e1fda8dee9c3fceee5650fd622526e4dc6fa1f1926f497b5508d13 - md5: 2cbbd6264ad58887c40aab37f2abdaba - depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 36414 - timestamp: 1733513501944 + size: 117815 + timestamp: 1720751330215 - kind: conda - name: blosc - version: 1.21.6 - build: hb4dfabd_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - sha256: f1e408fc32e1fda8dee9c3fceee5650fd622526e4dc6fa1f1926f497b5508d13 - md5: 2cbbd6264ad58887c40aab37f2abdaba + name: aws-c-mqtt + version: 0.10.4 + build: hcd6a914_8 + build_number: 8 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda + sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e + md5: b81c45867558446640306507498b2c6b depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache purls: [] - size: 36414 - timestamp: 1733513501944 + size: 164233 + timestamp: 1720751408585 - kind: conda - name: blosc - version: 1.21.6 - build: hd145fbb_1 - build_number: 1 + name: aws-c-mqtt + version: 0.10.4 + build: hf6997d9_8 + build_number: 8 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - sha256: 876bdb1947644b4408f498ac91c61f1f4987d2c57eb47c0aba0d5ee822cd7da9 - md5: 717852102c68a082992ce13a53403f9d + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda + sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e + md5: dfa33f1d17f9e18b54411bf2eeff0b55 depends: - __osx >=10.13 - - libcxx >=18 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 46990 - timestamp: 1733513422834 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 138716 + timestamp: 1720751463402 - kind: conda - name: blosc - version: 1.21.6 - build: hd145fbb_1 - build_number: 1 + name: aws-c-s3 + version: 0.6.0 + build: h13137a3_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - sha256: 876bdb1947644b4408f498ac91c61f1f4987d2c57eb47c0aba0d5ee822cd7da9 - md5: 717852102c68a082992ce13a53403f9d + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda + sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d + md5: 7564d61ed7073be23ca8fbce2fc5806a depends: - __osx >=10.13 - - libcxx >=18 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 46990 - timestamp: 1733513422834 + size: 95794 + timestamp: 1720949972170 - kind: conda - name: blosc - version: 1.21.6 - build: he440d0b_1 - build_number: 1 + name: aws-c-s3 + version: 0.6.0 + build: h365ddd8_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d - md5: 2c2fae981fd2afd00812c92ac47d023d + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda + sha256: 5f82835411b3db3ae9d5db575386d83a8cc6f5f61b414afa6155879b2071c2f6 + md5: 22339cf124753bafda336167f80e7860 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 48427 - timestamp: 1733513201413 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 110393 + timestamp: 1720949912044 - kind: conda - name: blosc - version: 1.21.6 - build: he440d0b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d - md5: 2c2fae981fd2afd00812c92ac47d023d + name: aws-c-s3 + version: 0.6.0 + build: h9b659bc_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda + sha256: 572c1a14b06a8af5cad56856b555a1b0dc498f6f58f517861e1fa2b2fb7e977f + md5: 089a61ca4d46ed9fe6613435815e36b2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 48427 - timestamp: 1733513201413 + size: 115204 + timestamp: 1720949965612 - kind: conda - name: blosc - version: 1.21.6 - build: hfd34d9b_1 - build_number: 1 + name: aws-c-s3 + version: 0.6.0 + build: ha9fd6de_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda + sha256: 1c3c682ec25a3b3842f9dc14bcdb01705acf828e37c291cf244032299ae22416 + md5: a326f688d66aa81fc403a2227e93a327 + depends: + - __osx >=11.0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 94615 + timestamp: 1720949958165 +- kind: conda + name: aws-c-s3 + version: 0.6.0 + build: hb746b11_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 - md5: 357d7be4146d5fec543bfaa96a8a40de + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 + md5: f2a22db8c6fa50b13b45e5b8f7d18f11 depends: - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 49840 - timestamp: 1733513605730 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 106792 + timestamp: 1720950156987 - kind: conda - name: blosc - version: 1.21.6 - build: hfd34d9b_1 - build_number: 1 + name: aws-c-sdkutils + version: 0.1.16 + build: h3ff8e8a_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda + sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 + md5: 17b4343013540f7cfb0cffb66f1f18fa + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 57121 + timestamp: 1718973294281 +- kind: conda + name: aws-c-sdkutils + version: 0.1.16 + build: h94d0942_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda + sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 + md5: 1f9dd57e79cf2191ed139491aa460e24 + depends: + - __osx >=11.0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49180 + timestamp: 1718973550277 +- kind: conda + name: aws-c-sdkutils + version: 0.1.16 + build: hd73d8db_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda + sha256: b944db69a4bf7481362378d81ff634b5eeed88f0b85c6609f195cd68ab3a8948 + md5: 7932c9b2420f0a809ab1b08e2ea53896 + depends: + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49533 + timestamp: 1718973334715 +- kind: conda + name: aws-c-sdkutils + version: 0.1.16 + build: he027950_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda + sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb + md5: adbf0c44ca88a3cded175cd809a106b6 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54943 + timestamp: 1718973317061 +- kind: conda + name: aws-c-sdkutils + version: 0.1.16 + build: hea5f451_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 - md5: 357d7be4146d5fec543bfaa96a8a40de + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b + md5: 367b3cc3a418fca38f7afc47e753c993 depends: - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache purls: [] - size: 49840 - timestamp: 1733513605730 + size: 54072 + timestamp: 1718973704299 - kind: conda - name: bmipy - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd - md5: 686cb5c54d3a3a028f4bce356b3e0030 + name: aws-checksums + version: 0.1.18 + build: h3ff8e8a_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda + sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba + md5: 069ec92cf4097befba1ab4b3f1e9e832 depends: - - black - - click - - jinja2 - - numpy - - python >=3 - license: MIT - license_family: MIT - size: 14075 - timestamp: 1698243713437 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 50036 + timestamp: 1718973063178 - kind: conda - name: bmipy - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd - md5: 686cb5c54d3a3a028f4bce356b3e0030 + name: aws-checksums + version: 0.1.18 + build: h94d0942_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda + sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 + md5: fbd0be30bdd84b6735dfa3d6c5916b2e depends: - - black - - click - - jinja2 - - numpy - - python >=3 - license: MIT - license_family: MIT - purls: - - pkg:pypi/bmipy?source=conda-forge-mapping - size: 14075 - timestamp: 1698243713437 + - __osx >=11.0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49160 + timestamp: 1718973261942 - kind: conda - name: brotli - version: 1.1.0 - build: h00291cd_2 - build_number: 2 + name: aws-checksums + version: 0.1.18 + build: hd73d8db_7 + build_number: 7 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda - sha256: 624954bc08b3d7885a58c7d547282cfb9a201ce79b748b358f801de53e20f523 - md5: 2db0c38a7f2321c5bdaf32b181e832c7 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda + sha256: a4e2dc37e4bbb2d64d1fac29c1d9fbc7c50ad3b5e15ff52e05ae63e8052e54d3 + md5: c3f25d79d4a36a89b3c638a6e3614f28 depends: - __osx >=10.13 - - brotli-bin 1.1.0 h00291cd_2 - - libbrotlidec 1.1.0 h00291cd_2 - - libbrotlienc 1.1.0 h00291cd_2 - license: MIT - license_family: MIT - size: 19450 - timestamp: 1725267851605 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 49210 + timestamp: 1718973197891 - kind: conda - name: brotli - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda - sha256: 624954bc08b3d7885a58c7d547282cfb9a201ce79b748b358f801de53e20f523 - md5: 2db0c38a7f2321c5bdaf32b181e832c7 + name: aws-checksums + version: 0.1.18 + build: he027950_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda + sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 + md5: 95611b325a9728ed68b8f7eef2dd3feb depends: - - __osx >=10.13 - - brotli-bin 1.1.0 h00291cd_2 - - libbrotlidec 1.1.0 h00291cd_2 - - libbrotlienc 1.1.0 h00291cd_2 - license: MIT - license_family: MIT + - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 + license: Apache-2.0 + license_family: Apache purls: [] - size: 19450 - timestamp: 1725267851605 + size: 50220 + timestamp: 1718973002363 - kind: conda - name: brotli - version: 1.1.0 - build: h2466b09_2 - build_number: 2 + name: aws-checksums + version: 0.1.18 + build: hea5f451_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 - md5: 378f1c9421775dfe644731cb121c8979 + url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 + md5: 1f9a89bde3856fe9feb32eb05f59f231 depends: - - brotli-bin 1.1.0 h2466b09_2 - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 + - aws-c-common >=0.9.23,<0.9.24.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 19697 - timestamp: 1725268293988 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 52585 + timestamp: 1718973550940 - kind: conda - name: brotli - version: 1.1.0 - build: h2466b09_2 + name: aws-crt-cpp + version: 0.27.3 + build: h0a15bd7_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda + sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc + md5: 58f9e6e6e0848a4dda31c123c577107a + depends: + - __osx >=10.13 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 291354 + timestamp: 1720963559899 +- kind: conda + name: aws-crt-cpp + version: 0.27.3 + build: h8c89294_2 build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 - md5: 378f1c9421775dfe644731cb121c8979 + url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c + md5: 0e2b0e8c97696f1584304ca9fe1e601e depends: - - brotli-bin 1.1.0 h2466b09_2 - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache purls: [] - size: 19697 - timestamp: 1725268293988 + size: 255271 + timestamp: 1720963842160 - kind: conda - name: brotli - version: 1.1.0 - build: h86ecc28_2 + name: aws-crt-cpp + version: 0.27.3 + build: h9b188e2_2 build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda - sha256: 260a981a68b63585384ab55a8fac954e8d14bdb4226b3d534333021f711495fe - md5: 5094acc34eb173f74205c0b55f0dd4a4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda + sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 + md5: 58796590793f302e9f982dfb891c94eb depends: - - brotli-bin 1.1.0 h86ecc28_2 - - libbrotlidec 1.1.0 h86ecc28_2 - - libbrotlienc 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 19434 - timestamp: 1725267810677 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 271628 + timestamp: 1720963456439 - kind: conda - name: brotli - version: 1.1.0 - build: h86ecc28_2 + name: aws-crt-cpp + version: 0.27.3 + build: h9d3339c_2 build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda - sha256: 260a981a68b63585384ab55a8fac954e8d14bdb4226b3d534333021f711495fe - md5: 5094acc34eb173f74205c0b55f0dd4a4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda + sha256: d863e05f421e23a7a7dc1bf545b409857bddac99231290af442a448d26143eb3 + md5: bca678a227f7083dffc3d4c0dbd9f2de depends: - - brotli-bin 1.1.0 h86ecc28_2 - - libbrotlidec 1.1.0 h86ecc28_2 - - libbrotlienc 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT + - __osx >=11.0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache purls: [] - size: 19434 - timestamp: 1725267810677 + size: 227663 + timestamp: 1720963606175 - kind: conda - name: brotli - version: 1.1.0 - build: hb9d3cd8_2 + name: aws-crt-cpp + version: 0.27.3 + build: hda66527_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda - sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b - md5: 98514fe74548d768907ce7a13f680e8f + url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda + sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f + md5: 734875312c8196feecc91f89856da612 depends: - __glibc >=2.17,<3.0.a0 - - brotli-bin 1.1.0 hb9d3cd8_2 - - libbrotlidec 1.1.0 hb9d3cd8_2 - - libbrotlienc 1.1.0 hb9d3cd8_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 19264 - timestamp: 1725267697072 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 345359 + timestamp: 1720963443140 - kind: conda - name: brotli - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 + name: aws-sdk-cpp + version: 1.11.329 + build: h46c3b66_9 + build_number: 9 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda - sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b - md5: 98514fe74548d768907ce7a13f680e8f + url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda + sha256: 983f6977cc6b25c8bc785b20859970009242b3812e6b4de592ceb17caf93acb6 + md5: c840f07ec58dc0b06041e7f36550a539 depends: - __glibc >=2.17,<3.0.a0 - - brotli-bin 1.1.0 hb9d3cd8_2 - - libbrotlidec 1.1.0 hb9d3cd8_2 - - libbrotlienc 1.1.0 hb9d3cd8_2 - - libgcc >=13 - license: MIT - license_family: MIT + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 19264 - timestamp: 1725267697072 + size: 3619739 + timestamp: 1720816476436 - kind: conda - name: brotli - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda - sha256: a086f36ff68d6e30da625e910547f6211385246fb2474b144ac8c47c32254576 - md5: 215e3dc8f2f837906d066e7f01aa77c0 + name: aws-sdk-cpp + version: 1.11.329 + build: h554caeb_9 + build_number: 9 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda + sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 + md5: a875dc66bc06f0bf49dc9739e6e2fbab depends: - - __osx >=11.0 - - brotli-bin 1.1.0 hd74edd7_2 - - libbrotlidec 1.1.0 hd74edd7_2 - - libbrotlienc 1.1.0 hd74edd7_2 - license: MIT - license_family: MIT - size: 19588 - timestamp: 1725268044856 + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3417533 + timestamp: 1720817049208 - kind: conda - name: brotli - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 + name: aws-sdk-cpp + version: 1.11.329 + build: he0aa860_9 + build_number: 9 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 + md5: 4fe9877157ca105fce0608c339c2f5b1 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3443586 + timestamp: 1720817600288 +- kind: conda + name: aws-sdk-cpp + version: 1.11.329 + build: he6360a2_9 + build_number: 9 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda - sha256: a086f36ff68d6e30da625e910547f6211385246fb2474b144ac8c47c32254576 - md5: 215e3dc8f2f837906d066e7f01aa77c0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda + sha256: 46e6e18df4c9a8f8cd34ef0a1952dd2d96bf5fe78a1237d4bdeac212de2eb97d + md5: df8458d1bc6ec9616f8e88a0eadb05c7 depends: - __osx >=11.0 - - brotli-bin 1.1.0 hd74edd7_2 - - libbrotlidec 1.1.0 hd74edd7_2 - - libbrotlienc 1.1.0 hd74edd7_2 - license: MIT - license_family: MIT + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 19588 - timestamp: 1725268044856 + size: 3353366 + timestamp: 1720817128688 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda - sha256: 642a8492491109fd8270c1e2c33b18126712df0cedb94aaa2b1c6b02505a4bfa - md5: 049933ecbf552479a12c7917f0a4ce59 + name: aws-sdk-cpp + version: 1.11.329 + build: hecfb68f_9 + build_number: 9 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda + sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 + md5: 074782015c32b2870350b084935fcbe7 depends: - - __osx >=10.13 - - libbrotlidec 1.1.0 h00291cd_2 - - libbrotlienc 1.1.0 h00291cd_2 - license: MIT - license_family: MIT - size: 16643 - timestamp: 1725267837325 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3431459 + timestamp: 1720816699480 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda - sha256: 642a8492491109fd8270c1e2c33b18126712df0cedb94aaa2b1c6b02505a4bfa - md5: 049933ecbf552479a12c7917f0a4ce59 + name: azure-core-cpp + version: 1.13.0 + build: h60f91e5_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda + sha256: b3aecc4e01db67a18891e6e9517ec9b628577bbd2e1b6616d147c7c5f2f28a2b + md5: fc41d5a9f2c98fd37324c20f47b0124b depends: - - __osx >=10.13 - - libbrotlidec 1.1.0 h00291cd_2 - - libbrotlienc 1.1.0 h00291cd_2 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 16643 - timestamp: 1725267837325 + size: 331714 + timestamp: 1720854524500 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 - md5: d22534a9be5771fc58eb7564947f669d + name: azure-core-cpp + version: 1.13.0 + build: h935415a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda + sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 + md5: debd1677c2fea41eb2233a260f48a298 depends: - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __glibc >=2.17,<3.0.a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 20837 - timestamp: 1725268270219 + purls: [] + size: 338134 + timestamp: 1720853194547 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h2466b09_2 - build_number: 2 + name: azure-core-cpp + version: 1.13.0 + build: haf5610f_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 - md5: d22534a9be5771fc58eb7564947f669d + url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 + md5: 14ed34c3091f89784d926cc7cf4b773b depends: - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 + - libcurl >=8.8.0,<9.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 20837 - timestamp: 1725268270219 + size: 487099 + timestamp: 1720853456727 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda - sha256: 4231e3d00081d842870a6b8ba0ccf55ae0ccbc074dddbc0c115433bc32b1343d - md5: 7d48b185fe1f722f8cda4539bb931f85 + name: azure-core-cpp + version: 1.13.0 + build: hd01fc5c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda + sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d + md5: 2083f6313e623079db6ee67af00e6b27 depends: - - libbrotlidec 1.1.0 h86ecc28_2 - - libbrotlienc 1.1.0 h86ecc28_2 - - libgcc >=13 + - __osx >=11.0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 18937 - timestamp: 1725267802117 + purls: [] + size: 287922 + timestamp: 1720853302106 - kind: conda - name: brotli-bin - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda - sha256: 4231e3d00081d842870a6b8ba0ccf55ae0ccbc074dddbc0c115433bc32b1343d - md5: 7d48b185fe1f722f8cda4539bb931f85 + name: azure-core-cpp + version: 1.13.0 + build: hf8dbe3c_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda + sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 + md5: 514d3cbb527a88930e816370e34caa19 depends: - - libbrotlidec 1.1.0 h86ecc28_2 - - libbrotlienc 1.1.0 h86ecc28_2 - - libgcc >=13 + - __osx >=10.13 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 18937 - timestamp: 1725267802117 + size: 296234 + timestamp: 1720853326346 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hb9d3cd8_2 + name: azure-identity-cpp + version: 1.8.0 + build: h13ea094_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda - sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 - md5: c63b5e52939e795ba8d26e35d767a843 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda + sha256: 11b01715cae19390890f29ebb56d36d895feafd787ba929aa10b6ce712f3f4b9 + md5: 383b72f2ee009992b21f4db08a708510 depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlidec 1.1.0 hb9d3cd8_2 - - libbrotlienc 1.1.0 hb9d3cd8_2 - - libgcc >=13 + - __osx >=11.0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libcxx >=16 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 18881 - timestamp: 1725267688731 + purls: [] + size: 142135 + timestamp: 1721777696118 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hb9d3cd8_2 + name: azure-identity-cpp + version: 1.8.0 + build: h148e6f0_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda - sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 - md5: c63b5e52939e795ba8d26e35d767a843 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 + md5: 83ec332c6f07f9e48c8d5706cceab962 depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlidec 1.1.0 hb9d3cd8_2 - - libbrotlienc 1.1.0 hb9d3cd8_2 - - libgcc >=13 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 18881 - timestamp: 1725267688731 + size: 383395 + timestamp: 1721777916149 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hd74edd7_2 + name: azure-identity-cpp + version: 1.8.0 + build: h60298e3_2 build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda - sha256: 28f1af63b49fddf58084fb94e5512ad46e9c453eb4be1d97449c67059e5b0680 - md5: b8512db2145dc3ae8d86cdc21a8d421e + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda + sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 + md5: 29dc05d3b825fd7e2efe0263621c2fdb depends: - - __osx >=11.0 - - libbrotlidec 1.1.0 hd74edd7_2 - - libbrotlienc 1.1.0 hd74edd7_2 + - __osx >=10.13 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libcxx >=16 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 16772 - timestamp: 1725268026061 + purls: [] + size: 148019 + timestamp: 1721777648770 - kind: conda - name: brotli-bin - version: 1.1.0 - build: hd74edd7_2 + name: azure-identity-cpp + version: 1.8.0 + build: hd126650_2 build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda - sha256: 28f1af63b49fddf58084fb94e5512ad46e9c453eb4be1d97449c67059e5b0680 - md5: b8512db2145dc3ae8d86cdc21a8d421e + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda + sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba + md5: 36df3cf05459de5d0a41c77c4329634b depends: - - __osx >=11.0 - - libbrotlidec 1.1.0 hd74edd7_2 - - libbrotlienc 1.1.0 hd74edd7_2 + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 16772 - timestamp: 1725268026061 + size: 199516 + timestamp: 1721777604325 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h7c0e7c0_2 + name: azure-identity-cpp + version: 1.8.0 + build: hf0f394c_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - sha256: 3915fd4c8ebc4a7c83851479532dd5e52775f130d720016d05d728212e28c6ed - md5: a764df072b4bfa295ae771b28d284cf7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda + sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 + md5: 3e74c83218d71b01f988e6bada2f4e22 depends: - - __osx >=10.13 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h00291cd_2 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 362967 - timestamp: 1725268063367 + purls: [] + size: 182768 + timestamp: 1721779454639 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h7c0e7c0_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - sha256: 3915fd4c8ebc4a7c83851479532dd5e52775f130d720016d05d728212e28c6ed - md5: a764df072b4bfa295ae771b28d284cf7 + name: azure-storage-blobs-cpp + version: 12.12.0 + build: h17ca4bd_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda + sha256: 4955de4131a1b4a16ac1f63d3e6f325904b997e1adb0f3fadf5a3b112eee6803 + md5: 9a26fea6b69f4f02689893366961be49 depends: - - __osx >=10.13 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h00291cd_2 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 362967 - timestamp: 1725268063367 + purls: [] + size: 473009 + timestamp: 1721866393941 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h7dbf29c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - sha256: 12ada9ea31906fc52d9118db24a99b981c54ebda06cfc22a52611c2429110561 - md5: adacf334f92a835cb7a055b3e2150502 + name: azure-storage-blobs-cpp + version: 12.12.0 + build: h646f05d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda + sha256: 7153e4ba0112246fc93b2b6631c17b1c2c4f7878f2c4a25426e38a78a0b4cd4c + md5: d3f572c8ebf9ad5cdc07558b3b2c27ce depends: - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h86ecc28_2 + - __osx >=10.13 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - libcxx >=16 license: MIT license_family: MIT - size: 356581 - timestamp: 1725268063076 + purls: [] + size: 423224 + timestamp: 1721865021128 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39h7dbf29c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - sha256: 12ada9ea31906fc52d9118db24a99b981c54ebda06cfc22a52611c2429110561 - md5: adacf334f92a835cb7a055b3e2150502 + name: azure-storage-blobs-cpp + version: 12.12.0 + build: hd2e3451_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda + sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 + md5: 61f1c193452f0daa582f39634627ea33 depends: - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h86ecc28_2 + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 356581 - timestamp: 1725268063076 + purls: [] + size: 523120 + timestamp: 1721865032339 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39ha51f57c_2 - build_number: 2 + name: azure-storage-blobs-cpp + version: 12.12.0 + build: hf03c1c4_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a - md5: febb0f96eb7400bb065681117872b75e + url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f + md5: 093769d5e96a6940cf10086af031dbca depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 h2466b09_2 license: MIT license_family: MIT - size: 321820 - timestamp: 1725268551147 + purls: [] + size: 967558 + timestamp: 1721865277797 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39ha51f57c_2 - build_number: 2 + name: azure-storage-blobs-cpp + version: 12.12.0 + build: hfde595f_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda + sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d + md5: f2c935764fdacd0fafc05f975fd347e0 + depends: + - __osx >=11.0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 419976 + timestamp: 1721865180569 +- kind: conda + name: azure-storage-common-cpp + version: 12.7.0 + build: h10ac4d7_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda + sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8 + md5: ab6d507ad16dbe2157920451d662e4a1 + depends: + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 143039 + timestamp: 1721832724803 +- kind: conda + name: azure-storage-common-cpp + version: 12.7.0 + build: h148e6f0_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a - md5: febb0f96eb7400bb065681117872b75e + url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 + md5: 9802dfd947dba7777ffcb25078c59c2d depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 h2466b09_2 license: MIT license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 321820 - timestamp: 1725268551147 + purls: [] + size: 239921 + timestamp: 1721833165139 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hf88036b_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 - md5: 8ea5af6ac902f1a4429190970d9099ce + name: azure-storage-common-cpp + version: 12.7.0 + build: h68dbd84_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda + sha256: a4e0afd65ffed6cc788f13068b452d253e4bfa61d8ca0ebaa80e26fe62fed5f7 + md5: 368c9e33d8cc763bf883ca12c163b93c depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hb9d3cd8_2 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT - size: 349166 - timestamp: 1725267838006 + purls: [] + size: 135615 + timestamp: 1721834497638 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hf88036b_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 - md5: 8ea5af6ac902f1a4429190970d9099ce + name: azure-storage-common-cpp + version: 12.7.0 + build: hcf3b6fd_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda + sha256: 3fdf9c0337c48706cffe2e4c761cdea4132fb6dbd1f144d969c28afd903cf256 + md5: df7e01bcf8f3a9bfb0ab06778f915f29 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hb9d3cd8_2 + - __osx >=11.0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 119821 + timestamp: 1721832870493 +- kind: conda + name: azure-storage-common-cpp + version: 12.7.0 + build: hf91904f_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda + sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb + md5: 99146c62f4b2a74c3026f128f42e35bf + depends: + - __osx >=10.13 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT + purls: [] + size: 124472 + timestamp: 1721832914540 +- kind: conda + name: babel + version: 2.14.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + md5: 9669586875baeced8fc30c0826c3270e + depends: + - python >=3.7 + - pytz + - setuptools + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 349166 - timestamp: 1725267838006 + - pkg:pypi/babel?source=conda-forge-mapping + size: 7609750 + timestamp: 1702422720584 +- kind: pypi + name: beautifulsoup4 + version: 4.12.3 + url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed + requires_dist: + - soupsieve>1.2 + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hfa9831e_2 - build_number: 2 + name: black + version: 24.4.2 + build: py39h2804cbe_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - sha256: 9498fa2d1f5f006980e362b545f3a85086e27714d26deba23cd002c11ff04842 - md5: e6297328cb55064f9923dbe19c354b4a + url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda + sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 + md5: 7ee0de95f9dd40e50a067b3edf567d33 depends: - - __osx >=11.0 - - libcxx >=17 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hd74edd7_2 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 license: MIT license_family: MIT - size: 338488 - timestamp: 1725268478900 + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 303017 + timestamp: 1714119944526 - kind: conda - name: brotli-python - version: 1.1.0 - build: py39hfa9831e_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - sha256: 9498fa2d1f5f006980e362b545f3a85086e27714d26deba23cd002c11ff04842 - md5: e6297328cb55064f9923dbe19c354b4a + name: black + version: 24.4.2 + build: py39h4420490_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda + sha256: ac888294ff7d83003926a77e5493b4ca6c951adc6f40be95105aeb1a0c052702 + md5: 524a56d77c08d2ebf3869357356b3d60 depends: - - __osx >=11.0 - - libcxx >=17 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hd74edd7_2 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 license: MIT license_family: MIT purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 338488 - timestamp: 1725268478900 + - pkg:pypi/black?source=conda-forge-mapping + size: 301607 + timestamp: 1714119855598 - kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 + name: black + version: 24.4.2 + build: py39h6e9494a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda + sha256: def6012f4789ff61bd8f6d1cec32b2c54ce60de7401e9ec5752f868972f64568 + md5: 90ccc6f946cba439366661b0e3f552e0 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - size: 54927 - timestamp: 1720974860185 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 301980 + timestamp: 1714119822546 - kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 + name: black + version: 24.4.2 + build: py39hcbf5309_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 + url: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 + md5: 6b4f72c3d5590e626ee37f8e6564f097 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - purls: [] - size: 54927 - timestamp: 1720974860185 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 320216 + timestamp: 1714120236535 - kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 + name: black + version: 24.4.2 + build: py39hf3d152e_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 + url: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda + sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 + md5: 4e57cd7b3828beb539dd5da422fb1525 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 252783 - timestamp: 1720974456583 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 301934 + timestamp: 1714119735053 +- kind: pypi + name: bleach + version: 6.1.0 + url: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 + requires_dist: + - six>=1.9.0 + - webencodings + - tinycss2<1.3,>=1.1.0 ; extra == 'css' + requires_python: '>=3.8' - kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 + name: blosc + version: 1.21.6 + build: h5499902_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e + md5: e94ca7aec8544f700d45b24aff2dd4d7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: bzip2-1.0.6 + - __osx >=11.0 + - libcxx >=16 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 252783 - timestamp: 1720974456583 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 - depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 189884 - timestamp: 1720974504976 + size: 33201 + timestamp: 1719266149627 - kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 + name: blosc + version: 1.21.6 + build: h7d75f6d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + sha256: 65e5f5dd3d68ed0d9d35e79d64f8141283cad2b55dcd9a04480ceea0e436aca8 + md5: 3e5669e51737d04f4806dd3e8c424663 depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 + - __osx >=10.13 + - libcxx >=16 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 189884 - timestamp: 1720974504976 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab - depends: - - __osx >=11.0 - license: bzip2-1.0.6 - license_family: BSD - size: 122909 - timestamp: 1720974522888 + size: 47051 + timestamp: 1719266142315 - kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + name: blosc + version: 1.21.6 + build: h85f69ea_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa + md5: 2390269374fded230fcbca8332a4adc0 depends: - - __osx >=11.0 - license: bzip2-1.0.6 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 122909 - timestamp: 1720974522888 + size: 50135 + timestamp: 1719266616208 - kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 + name: blosc + version: 1.21.6 + build: hd2997c2_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 + md5: 7e34841d8b76a87cb9ed5b2028f0f37f depends: - - __osx >=10.13 - license: bzip2-1.0.6 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause license_family: BSD - size: 134188 - timestamp: 1720974491916 + purls: [] + size: 35975 + timestamp: 1719266339092 - kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 + name: blosc + version: 1.21.6 + build: hef167b5_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 + md5: 54fe76ab3d0189acaef95156874db7f9 depends: - - __osx >=10.13 - license: bzip2-1.0.6 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 134188 - timestamp: 1720974491916 + size: 48842 + timestamp: 1719266029046 - kind: conda - name: c-ares - version: 1.34.4 - build: h5505292_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f - md5: c1c999a38a4303b29d75c636eaa13cf9 + name: bmipy + version: 2.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda + sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd + md5: 686cb5c54d3a3a028f4bce356b3e0030 depends: - - __osx >=11.0 + - black + - click + - jinja2 + - numpy + - python >=3 license: MIT license_family: MIT - size: 179496 - timestamp: 1734208291879 + purls: + - pkg:pypi/bmipy?source=conda-forge-mapping + size: 14075 + timestamp: 1698243713437 - kind: conda - name: c-ares - version: 1.34.4 - build: h5505292_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f - md5: c1c999a38a4303b29d75c636eaa13cf9 + name: brotli + version: 1.1.0 + 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: - - __osx >=11.0 + - brotli-bin 1.1.0 h0dc2134_1 + - libbrotlidec 1.1.0 h0dc2134_1 + - libbrotlienc 1.1.0 h0dc2134_1 license: MIT license_family: MIT purls: [] - size: 179496 - timestamp: 1734208291879 + size: 19530 + timestamp: 1695990310168 - kind: conda - name: c-ares - version: 1.34.4 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - sha256: 1187a41d4bb2afe02cb18690682edc98d1e9f5e0ccda638d8704a75ea1875bbe - md5: 356da36f35d36dcba16e43f1589d4e39 - depends: - - libgcc >=13 + name: brotli + version: 1.1.0 + build: h31becfc_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda + sha256: 1e1e46a4d16936d1bd1a605767b4cc36cf8fd3180ad776b5ba9e4c8ce64859bf + md5: e41f5862ac746428407f3fd44d2ed01f + depends: + - brotli-bin 1.1.0 h31becfc_1 + - libbrotlidec 1.1.0 h31becfc_1 + - libbrotlienc 1.1.0 h31becfc_1 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 215979 - timestamp: 1734208193181 + purls: [] + size: 19586 + timestamp: 1695990171649 - kind: conda - name: c-ares - version: 1.34.4 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - sha256: 1187a41d4bb2afe02cb18690682edc98d1e9f5e0ccda638d8704a75ea1875bbe - md5: 356da36f35d36dcba16e43f1589d4e39 + name: brotli + version: 1.1.0 + build: hb547adb_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda + sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f + md5: a33aa58d448cbc054f887e39dd1dfaea depends: - - libgcc >=13 + - brotli-bin 1.1.0 hb547adb_1 + - libbrotlidec 1.1.0 hb547adb_1 + - libbrotlienc 1.1.0 hb547adb_1 license: MIT license_family: MIT purls: [] - size: 215979 - timestamp: 1734208193181 + size: 19506 + timestamp: 1695990588610 - kind: conda - name: c-ares - version: 1.34.4 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320 - md5: e2775acf57efd5af15b8e3d1d74d72d3 + name: brotli + version: 1.1.0 + build: hcfcfb64_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 + md5: f47f6db2528e38321fb00ae31674c133 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - brotli-bin 1.1.0 hcfcfb64_1 + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 206085 - timestamp: 1734208189009 + purls: [] + size: 19772 + timestamp: 1695990547936 - kind: conda - name: c-ares - version: 1.34.4 - build: hb9d3cd8_0 + name: brotli + version: 1.1.0 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320 - md5: e2775acf57efd5af15b8e3d1d74d72d3 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda + sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b + md5: f27a24d46e3ea7b70a1f98e50c62508f depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - brotli-bin 1.1.0 hd590300_1 + - libbrotlidec 1.1.0 hd590300_1 + - libbrotlienc 1.1.0 hd590300_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 206085 - timestamp: 1734208189009 + size: 19383 + timestamp: 1695990069230 - kind: conda - name: c-ares - version: 1.34.4 - build: hf13058a_0 + name: brotli-bin + version: 1.1.0 + build: h0dc2134_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - sha256: 8dcc1628d34fe7d759f3a7dee52e09c5162a3f9669dddd6100bff965450f4a0a - md5: 133255af67aaf1e0c0468cc753fd800b + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda + sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 + md5: ece565c215adcc47fc1db4e651ee094b depends: - - __osx >=10.13 + - libbrotlidec 1.1.0 h0dc2134_1 + - libbrotlienc 1.1.0 h0dc2134_1 license: MIT license_family: MIT - size: 184455 - timestamp: 1734208242547 + purls: [] + size: 16660 + timestamp: 1695990286737 - kind: conda - name: c-ares - version: 1.34.4 - build: hf13058a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - sha256: 8dcc1628d34fe7d759f3a7dee52e09c5162a3f9669dddd6100bff965450f4a0a - md5: 133255af67aaf1e0c0468cc753fd800b + name: brotli-bin + version: 1.1.0 + build: h31becfc_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda + sha256: fd1e57615b995565939fdb9910534933c4c27ec0c37a911a2c923241dbf8ad3b + md5: 9e4a13596ab651ea8d77aae023d0ce3f depends: - - __osx >=10.13 + - libbrotlidec 1.1.0 h31becfc_1 + - libbrotlienc 1.1.0 h31becfc_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 184455 - timestamp: 1734208242547 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda - sha256: 424d82db36cd26234bc4772426170efd60e888c2aed0099a257a95e131683a5e - md5: cb2eaeb88549ddb27af533eccf9a45c1 - license: ISC - size: 157422 - timestamp: 1734208404685 + size: 18915 + timestamp: 1695990154825 - kind: conda - name: ca-certificates - version: 2024.12.14 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda - sha256: 424d82db36cd26234bc4772426170efd60e888c2aed0099a257a95e131683a5e - md5: cb2eaeb88549ddb27af533eccf9a45c1 - license: ISC + name: brotli-bin + version: 1.1.0 + build: hb547adb_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda + sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 + md5: 990d04f8c017b1b77103f9a7730a5f12 + depends: + - libbrotlidec 1.1.0 hb547adb_1 + - libbrotlienc 1.1.0 hb547adb_1 + license: MIT + license_family: MIT purls: [] - size: 157422 - timestamp: 1734208404685 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 - md5: b7b887091c99ed2e74845e75e9128410 - license: ISC - size: 156925 - timestamp: 1734208413176 + size: 17001 + timestamp: 1695990551239 - kind: conda - name: ca-certificates - version: 2024.12.14 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 - md5: b7b887091c99ed2e74845e75e9128410 - license: ISC + name: brotli-bin + version: 1.1.0 + build: hcfcfb64_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 + md5: 0105229d7c5fabaa840043a86c10ec64 + depends: + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 156925 - timestamp: 1734208413176 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd - md5: 720523eb0d6a9b0f6120c16b2aa4e7de - license: ISC - size: 157088 - timestamp: 1734208393264 + size: 20885 + timestamp: 1695990517506 - kind: conda - name: ca-certificates - version: 2024.12.14 - build: hbcca054_0 + name: brotli-bin + version: 1.1.0 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd - md5: 720523eb0d6a9b0f6120c16b2aa4e7de - license: ISC + 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 + license: MIT + license_family: MIT purls: [] - size: 157088 - timestamp: 1734208393264 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 - md5: 83b4ad1e6dc14df5891f3fcfdeb44351 - license: ISC - size: 157096 - timestamp: 1734209301744 + size: 18980 + timestamp: 1695990054140 - kind: conda - name: ca-certificates - version: 2024.12.14 - build: hcefe29a_0 + name: brotli-python + version: 1.1.0 + build: py39h387a81e_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 - md5: 83b4ad1e6dc14df5891f3fcfdeb44351 - license: ISC - purls: [] - size: 157096 - timestamp: 1734209301744 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 - md5: 7cb381a6783d91902638e4ed1ebd478e - license: ISC - size: 157091 - timestamp: 1734208344343 -- kind: conda - name: ca-certificates - version: 2024.12.14 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 - md5: 7cb381a6783d91902638e4ed1ebd478e - license: ISC - purls: [] - size: 157091 - timestamp: 1734208344343 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 + md5: 983fb0d6a8d0ad30f7213dccadea185d + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h31becfc_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 355569 + timestamp: 1695990300233 - kind: conda - name: cairo - version: 1.18.2 - build: h3394656_1 + name: brotli-python + version: 1.1.0 + build: py39h3d6467e_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 - md5: b34c2833a1f56db610aeb27f206d800d + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda + sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 + md5: c48418c8b35f1d59ae9ae1174812b40a depends: - - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-only or MPL-1.1 - size: 978868 - timestamp: 1733790976384 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hd590300_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 350065 + timestamp: 1695990113673 - kind: conda - name: cairo - version: 1.18.2 - build: h3394656_1 + name: brotli-python + version: 1.1.0 + build: py39h840bb9f_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 - md5: b34c2833a1f56db610aeb27f206d800d + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda + sha256: e19de8f5d9e1fe650b49eff6b0111eebd3b98368b5ae82733b90ec0abea5062a + md5: bf1edb07835e15685718843f7e71bab1 depends: - - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-only or MPL-1.1 - purls: [] - size: 978868 - timestamp: 1733790976384 + - libcxx >=15.0.7 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h0dc2134_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 367262 + timestamp: 1695990623703 - kind: conda - name: cairo - version: 1.18.2 - build: h5782bbf_1 + name: brotli-python + version: 1.1.0 + build: py39h99910a6_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 - md5: 63ff2bf400dde4fad0bed56debee5c16 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec + md5: f24ba3942ece1e5d3dcde934f0532998 depends: - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only or MPL-1.1 - size: 1515969 - timestamp: 1733791355894 + constrains: + - libbrotlicommon 1.1.0 hcfcfb64_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 321654 + timestamp: 1695990742536 - kind: conda - name: cairo - version: 1.18.2 - build: h5782bbf_1 + name: brotli-python + version: 1.1.0 + build: py39hb198ff7_1 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda + sha256: 014639c1f57be1dadf7b5c17e53df562e7e6bab71d3435fdd5bd56213dece9df + md5: ddf01dd9a743bd3ec9cf829d18bb8002 + depends: + - libcxx >=15.0.7 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hb547adb_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 344364 + timestamp: 1695991093404 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h2466b09_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 - md5: 63ff2bf400dde4fad0bed56debee5c16 + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only or MPL-1.1 + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 1515969 - timestamp: 1733791355894 + size: 54927 + timestamp: 1720974860185 - kind: conda - name: cairo - version: 1.18.2 - build: h6a3b0d2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3 - md5: 8e3666c3f6e2c3e57aa261ab103a3600 + name: bzip2 + version: 1.0.8 + build: h4bc722e_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda + sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d + md5: 62ee74e96c5ebb0af99386de58cf9553 depends: - - __osx >=11.0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - license: LGPL-2.1-only or MPL-1.1 - size: 894517 - timestamp: 1733791145035 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 252783 + timestamp: 1720974456583 - kind: conda - name: cairo - version: 1.18.2 - build: h6a3b0d2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3 - md5: 8e3666c3f6e2c3e57aa261ab103a3600 - depends: + name: bzip2 + version: 1.0.8 + build: h68df207_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda + sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb + md5: 56398c28220513b9ea13d7b450acfb20 + depends: + - libgcc-ng >=12 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 189884 + timestamp: 1720974504976 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h99b78c6_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda + sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 + md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + depends: - __osx >=11.0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - license: LGPL-2.1-only or MPL-1.1 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 122909 + timestamp: 1720974522888 +- kind: conda + name: bzip2 + version: 1.0.8 + build: hfdf4475_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda + sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 + md5: 7ed4301d437b59045be7e051a0308211 + depends: + - __osx >=10.13 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 134188 + timestamp: 1720974491916 +- kind: conda + name: c-ares + version: 1.32.3 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 + md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 165093 + timestamp: 1721835227167 +- kind: conda + name: c-ares + version: 1.32.3 + build: h4bc722e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda + sha256: 3c5a844bb60b0d52d89c3f1bd828c9856417fe33a6102fd8bbd5c13c3351704a + md5: 7624e34ee6baebfc80d67bac76cc9d9d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 179736 + timestamp: 1721834714515 +- kind: conda + name: c-ares + version: 1.32.3 + build: h51dda26_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda + sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 + md5: 5487b45a597e142da7839941ab2494a9 + depends: + - __osx >=10.13 + license: MIT + license_family: MIT + purls: [] + size: 160304 + timestamp: 1721834876236 +- kind: conda + name: c-ares + version: 1.32.3 + build: h68df207_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda + sha256: 9c0505e6e8a23c85f10e4b5c8924c4f9d51cccb89b81b59369b167adf2448fd1 + md5: 13d442f0a28e5a71073328a9b2140cb8 + depends: + - libgcc-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 187241 + timestamp: 1721834713576 +- kind: conda + name: c-ares + version: 1.32.3 + build: h99b78c6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda + sha256: dc8e2c2508295595675fb829345a156b0bb42b164271c2fcafb7fb193449bcf8 + md5: c27bebc62991ab075b773f86ba64aa9b + depends: + - __osx >=11.0 + license: MIT + license_family: MIT + purls: [] + size: 157977 + timestamp: 1721834921671 +- kind: conda + name: ca-certificates + version: 2024.7.4 + build: h56e8100_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e + md5: 9caa97c9504072cd060cf0a3142cc0ed + license: ISC + purls: [] + size: 154943 + timestamp: 1720077592592 +- kind: conda + name: ca-certificates + version: 2024.7.4 + build: h8857fd0_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda + sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 + md5: 7df874a4b05b2d2b82826190170eaa0f + license: ISC + purls: [] + size: 154473 + timestamp: 1720077510541 +- kind: conda + name: ca-certificates + version: 2024.7.4 + build: hbcca054_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda + sha256: c1548a3235376f464f9931850b64b02492f379b2f2bb98bc786055329b080446 + md5: 23ab7665c5f63cfb9f1f6195256daac6 + license: ISC + purls: [] + size: 154853 + timestamp: 1720077432978 +- kind: conda + name: ca-certificates + version: 2024.7.4 + build: hcefe29a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda + sha256: 562bfc2608d82996a08e5b5b2366ed319a51ace6a2518a004ba672edca75fc23 + md5: c4c784a1336d72fff54f6b207f3dd75f + license: ISC + purls: [] + size: 154904 + timestamp: 1720078197019 +- kind: conda + name: ca-certificates + version: 2024.7.4 + build: hf0a4a13_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda + sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b + md5: 21f9a33e5fe996189e470c19c5354dbe + license: ISC purls: [] - size: 894517 - timestamp: 1733791145035 + size: 154517 + timestamp: 1720077468981 - kind: conda name: cairo - version: 1.18.2 - build: h83712da_1 - build_number: 1 + version: 1.18.0 + build: h5c54ea9_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - sha256: 0353e175859c4989251628e4c8f9fb2dc52546b0c031ffe4541eb087ac586573 - md5: e7b46975d2c9a4666da0e9bb8a087f28 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda + sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 + md5: 4d1f14b671945d8d6cf5b67dde7a4e73 depends: - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libxcb >=1.17.0,<2.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 + - pixman >=0.43.4,<1.0a0 - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 + - zlib license: LGPL-2.1-only or MPL-1.1 - size: 980455 - timestamp: 1733791018944 + purls: [] + size: 984589 + timestamp: 1718985664015 - kind: conda name: cairo - version: 1.18.2 - build: h83712da_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - sha256: 0353e175859c4989251628e4c8f9fb2dc52546b0c031ffe4541eb087ac586573 - md5: e7b46975d2c9a4666da0e9bb8a087f28 + version: 1.18.0 + build: h91e5215_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c + md5: 7a0b2818b003bd79106c29f55126d2c3 depends: - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libxcb >=1.17.0,<2.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - pixman >=0.43.4,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 980455 - timestamp: 1733791018944 + size: 1519852 + timestamp: 1718986279087 - kind: conda name: cairo - version: 1.18.2 - build: h950ec3b_1 - build_number: 1 + version: 1.18.0 + build: h9f650ed_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - sha256: ad8c41650e5a10d9177e9d92652d2bd5fe9eefa095ebd4805835c3f067c0202b - md5: ae293443dff77ba14eab9e9ee68ec833 + url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda + sha256: 1d2480538838cf5009df0285a73aa405798bc49de0c689ab270f543f5ae961aa + md5: d264e5b9759cab8d203cdfe43eabd8b5 depends: - __osx >=10.13 - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=16 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 + - pixman >=0.43.4,<1.0a0 + - zlib license: LGPL-2.1-only or MPL-1.1 - size: 891731 - timestamp: 1733791233860 + purls: [] + size: 886028 + timestamp: 1718985776278 - kind: conda name: cairo - version: 1.18.2 - build: h950ec3b_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - sha256: ad8c41650e5a10d9177e9d92652d2bd5fe9eefa095ebd4805835c3f067c0202b - md5: ae293443dff77ba14eab9e9ee68ec833 + version: 1.18.0 + build: hbb29018_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda + sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c + md5: b6d90276c5aee9b4407dd94eb0cd40a8 depends: - - __osx >=10.13 - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 + - pixman >=0.43.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 891731 - timestamp: 1733791233860 + size: 984224 + timestamp: 1718985592664 - kind: conda - name: certifi - version: 2024.12.14 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad - md5: 6feb87357ecd66733be3279f16a8c400 + name: cairo + version: 1.18.0 + build: hc6c324b_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda + sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c + md5: 6efeefcad878c15377f49f64e2cbf232 depends: - - python >=3.9 - license: ISC - size: 161642 - timestamp: 1734380604767 + - __osx >=11.0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libcxx >=16 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - pixman >=0.43.4,<1.0a0 + - zlib + license: LGPL-2.1-only or MPL-1.1 + purls: [] + size: 898820 + timestamp: 1718985829269 - kind: conda name: certifi - version: 2024.12.14 + version: 2024.7.4 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad - md5: 6feb87357ecd66733be3279f16a8c400 + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 + md5: 24e7fd6ca65997938fff9e5ab6f653e4 depends: - - python >=3.9 + - python >=3.7 license: ISC purls: - pkg:pypi/certifi?source=conda-forge-mapping - size: 161642 - timestamp: 1734380604767 + size: 159308 + timestamp: 1720458053074 - kind: conda name: cffconvert version: 2.0.0 @@ -5168,6 +6044,7 @@ packages: - requests >=2.20,<3 - ruamel.yaml >=0.16.0 license: Apache-2.0 + license_family: APACHE size: 54965 timestamp: 1736073317785 - kind: conda @@ -5188,41 +6065,41 @@ packages: - requests >=2.20,<3 - ruamel.yaml >=0.16.0 license: Apache-2.0 + license_family: APACHE purls: - pkg:pypi/cffconvert?source=conda-forge-mapping size: 54965 timestamp: 1736073317785 - kind: conda name: cffi - version: 1.17.1 - build: py39h15c3d72_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda - sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 - md5: 7e61b8777f42e00b08ff059f9e8ebc44 + version: 1.16.0 + build: py39h18ef598_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda + sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b + md5: c31ac48f93f773fd27e99f113cfffb98 depends: - - __glibc >=2.17,<3.0.a0 - libffi >=3.4,<4.0a0 - - libgcc >=13 - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 241610 - timestamp: 1725571230934 + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 228801 + timestamp: 1696002021683 - kind: conda name: cffi - version: 1.17.1 - build: py39h15c3d72_0 + version: 1.16.0 + build: py39h7a31438_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda - sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 - md5: 7e61b8777f42e00b08ff059f9e8ebc44 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda + sha256: 1536a2ca65caaf568bbdfe75aff8e12cb0e0507587b25af3b532a8bd22cb3ddb + md5: ac992767d7f8ed2cb27e71e78f0fb2d7 depends: - - __glibc >=2.17,<3.0.a0 - libffi >=3.4,<4.0a0 - - libgcc >=13 + - libgcc-ng >=12 - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -5230,353 +6107,256 @@ packages: license_family: MIT purls: - pkg:pypi/cffi?source=conda-forge-mapping - size: 241610 - timestamp: 1725571230934 -- kind: conda - name: cffi - version: 1.17.1 - build: py39h7f933ea_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda - sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 - md5: 8d1481721ef903515e19d989fe3a9251 - depends: - - __osx >=11.0 - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 227265 - timestamp: 1725560892881 + size: 239801 + timestamp: 1696001890928 - kind: conda name: cffi - version: 1.17.1 - build: py39h7f933ea_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda - sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 - md5: 8d1481721ef903515e19d989fe3a9251 + version: 1.16.0 + build: py39ha55989b_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 + md5: 3641cc4492220301e0b0c65cf2985a80 depends: - - __osx >=11.0 - - libffi >=3.4,<4.0a0 - pycparser - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/cffi?source=conda-forge-mapping - size: 227265 - timestamp: 1725560892881 + size: 236120 + timestamp: 1696002149834 - kind: conda name: cffi - version: 1.17.1 - build: py39h8ddeee6_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda - sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 - md5: ea57b55b4b6884ae7a9dcb14cd9782e9 + version: 1.16.0 + build: py39hdf53b9e_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda + sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 + md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb depends: - - __osx >=10.13 - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 229582 - timestamp: 1725560793066 + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 259104 + timestamp: 1696002899863 - kind: conda name: cffi - version: 1.17.1 - build: py39h8ddeee6_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda - sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 - md5: ea57b55b4b6884ae7a9dcb14cd9782e9 + version: 1.16.0 + build: py39he153c15_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda + sha256: 2766a3bec7747d14fe646b2a3ec4ba508495ea8b0a434213189d3e4d20e24e4b + md5: 2be3a21503b84cbd74dd1c11f36c4a3c depends: - - __osx >=10.13 - libffi >=3.4,<4.0a0 - pycparser - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/cffi?source=conda-forge-mapping - size: 229582 - timestamp: 1725560793066 + size: 231790 + timestamp: 1696002104149 - kind: conda - name: cffi - version: 1.17.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 - md5: 1e0c1867544dc5f3adfad28742f4d983 + name: cfitsio + version: 4.4.1 + build: h14ced4b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda + sha256: 0f7cbec989bea8c670989cbdeac0088bff4bf36cdc210ca57dad1ab7c98f90d8 + md5: 48b3df2b55f007499bc4e69e408db019 depends: - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 236935 - timestamp: 1725561195746 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 + - libzlib >=1.3.1,<2.0a0 + license: LicenseRef-fitsio + purls: [] + size: 904450 + timestamp: 1718908871607 - kind: conda - name: cffi - version: 1.17.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 - md5: 1e0c1867544dc5f3adfad28742f4d983 + name: cfitsio + version: 4.4.1 + build: h793ed5c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda + sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 + md5: c2a9a79b58d2de021ad9295f53e1f40a depends: - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 236935 - timestamp: 1725561195746 + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - libzlib >=1.3.1,<2.0a0 + license: LicenseRef-fitsio + purls: [] + size: 802060 + timestamp: 1718906517515 - kind: conda - name: cffi - version: 1.17.1 - build: py39hecfc5ed_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda - sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f - md5: 5c431ce74f9fcffca9e9a29990b318e5 + name: cfitsio + version: 4.4.1 + build: ha105788_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda + sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 + md5: 99445be39aaea44a05046c479f8c6dc9 depends: - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 258765 - timestamp: 1725561719332 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - libzlib >=1.3.1,<2.0a0 + license: LicenseRef-fitsio + purls: [] + size: 849075 + timestamp: 1718906514228 - kind: conda - name: cffi - version: 1.17.1 - build: py39hecfc5ed_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda - sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f - md5: 5c431ce74f9fcffca9e9a29990b318e5 + name: cfitsio + version: 4.4.1 + build: hc2ea260_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda + sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee + md5: b3263858e6a924d05dc2e9ce335593ba depends: - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 258765 - timestamp: 1725561719332 + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LicenseRef-fitsio + purls: [] + size: 601046 + timestamp: 1718906922426 - kind: conda - name: charset-normalizer - version: 3.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b - md5: e83a31202d1c0a000fce3e9cf3825875 + name: cfitsio + version: 4.4.1 + build: hf8ad068_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda + sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf + md5: 1b7a01fd02d11efe0eb5a676842a7b7d depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 47438 - timestamp: 1735929811779 + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 + - libzlib >=1.3.1,<2.0a0 + license: LicenseRef-fitsio + purls: [] + size: 924198 + timestamp: 1718906379286 - kind: conda name: charset-normalizer - version: 3.4.1 + version: 3.3.2 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b - md5: e83a31202d1c0a000fce3e9cf3825875 + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a depends: - - python >=3.9 + - python >=3.7 license: MIT license_family: MIT purls: - pkg:pypi/charset-normalizer?source=conda-forge-mapping - size: 47438 - timestamp: 1735929811779 -- kind: conda - name: click - version: 8.1.8 - build: pyh707e725_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab - md5: f22f4d4970e09d68a10b922cbb0408d3 - depends: - - __unix - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 84705 - timestamp: 1734858922844 + size: 46597 + timestamp: 1698833765762 - kind: conda name: click - version: 8.1.8 - build: pyh707e725_0 + version: 8.1.7 + build: unix_pyh707e725_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab - md5: f22f4d4970e09d68a10b922cbb0408d3 + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda + sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec + md5: f3ad426304898027fc619827ff428eca depends: - __unix - - python >=3.9 + - python >=3.8 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/click?source=conda-forge-mapping - size: 84705 - timestamp: 1734858922844 -- kind: conda - name: click - version: 8.1.8 - build: pyh7428d3b_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d - md5: 90e5571556f7a45db92ee51cb8f97af6 - depends: - - __win - - colorama - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 85169 - timestamp: 1734858972635 + size: 84437 + timestamp: 1692311973840 - kind: conda name: click - version: 8.1.8 - build: pyh7428d3b_0 + version: 8.1.7 + build: win_pyh7428d3b_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d - md5: 90e5571556f7a45db92ee51cb8f97af6 + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda + sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 + md5: 3549ecbceb6cd77b91a105511b7d0786 depends: - __win - colorama - - python >=3.9 + - python >=3.8 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/click?source=conda-forge-mapping - size: 85169 - timestamp: 1734858972635 -- kind: conda - name: click-plugins - version: 1.1.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 - md5: 82bea35e4dac4678ba623cf10e95e375 - depends: - - click >=3.0 - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 12057 - timestamp: 1733731217399 + size: 85051 + timestamp: 1692312207348 - kind: conda name: click-plugins version: 1.1.1 - build: pyhd8ed1ab_1 - build_number: 1 + build: py_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 - md5: 82bea35e4dac4678ba623cf10e95e375 + url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 + md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f depends: - click >=3.0 - - python >=3.9 + - python license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/click-plugins?source=conda-forge-mapping - size: 12057 - timestamp: 1733731217399 -- kind: conda - name: cligj - version: 0.7.2 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 - md5: 55c7804f428719241a90b152016085a1 - depends: - - click >=4.0 - - python >=3.9,<4.0 - license: BSD-3-Clause - license_family: BSD - size: 12521 - timestamp: 1733750069604 + size: 8992 + timestamp: 1554588104889 - kind: conda name: cligj version: 0.7.2 - build: pyhd8ed1ab_2 - build_number: 2 + build: pyhd8ed1ab_1 + build_number: 1 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 - md5: 55c7804f428719241a90b152016085a1 + url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 + md5: a29b7c141d6b2de4bb67788a5f107734 depends: - click >=4.0 - - python >=3.9,<4.0 + - python <4.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/cligj?source=conda-forge-mapping - size: 12521 - timestamp: 1733750069604 -- kind: conda - name: codespell - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec - md5: 6e67fa19bedafa7eb7d6ea91de53e03d - depends: - - python >=3.8 - license: GPL-2.0-only - license_family: GPL - size: 290955 - timestamp: 1716536580880 + size: 10255 + timestamp: 1633637895378 - kind: conda name: codespell version: 2.3.0 @@ -5597,141 +6377,84 @@ packages: - kind: conda name: colorama version: 0.4.6 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 - md5: 962b9857ee8e7018c22f2776ffa0b2d7 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 27011 - timestamp: 1733218222191 -- kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 - md5: 962b9857ee8e7018c22f2776ffa0b2d7 + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 depends: - - python >=3.9 + - python >=3.7 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/colorama?source=conda-forge-mapping - size: 27011 - timestamp: 1733218222191 + size: 25170 + timestamp: 1666700778190 - kind: conda name: comm version: 0.2.2 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - sha256: 7e87ef7c91574d9fac19faedaaee328a70f718c9b4ddadfdc0ba9ac021bd64af - md5: 74673132601ec2b7fc592755605f4c1b + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda + sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe + md5: 948d84721b578d426294e17a02e24cbb depends: - - python >=3.9 + - python >=3.6 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/comm?source=conda-forge-mapping - size: 12103 - timestamp: 1733503053903 + size: 12134 + timestamp: 1710320435158 - kind: conda name: configargparse version: '1.7' - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 - md5: c5f4eec949e6514ca49e606b1fb7c043 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 39656 - timestamp: 1734442903773 -- kind: conda - name: configargparse - version: '1.7' - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 - md5: c5f4eec949e6514ca49e606b1fb7c043 + url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 + md5: 0d07dc29b1c1cc973f76b74beb44915f depends: - - python >=3.9 + - python >=3.5 license: MIT license_family: MIT purls: - pkg:pypi/configargparse?source=conda-forge-mapping - size: 39656 - timestamp: 1734442903773 + size: 39491 + timestamp: 1690138171226 - kind: conda name: contourpy - version: 1.3.0 - build: py39h0d3c867_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - sha256: e0e06531f855aa84bc66625fecaf9305d5cf05781f0427292ce182558134048e - md5: f31ddc6c146667d9595bf98c4a8125c3 - depends: - - __osx >=10.13 - - libcxx >=17 - - numpy >=1.23 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 245001 - timestamp: 1729602646623 -- kind: conda - name: contourpy - version: 1.3.0 - build: py39h0d3c867_2 - build_number: 2 + version: 1.2.1 + build: py39h0ca7971_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - sha256: e0e06531f855aa84bc66625fecaf9305d5cf05781f0427292ce182558134048e - md5: f31ddc6c146667d9595bf98c4a8125c3 + url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda + sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 + md5: a4c478d3b64c81d1742dc8073e4996b6 depends: - - __osx >=10.13 - - libcxx >=17 - - numpy >=1.23 + - libcxx >=16 + - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 245001 - timestamp: 1729602646623 + size: 232611 + timestamp: 1712430213507 - kind: conda name: contourpy - version: 1.3.0 - build: py39h2b77a98_2 - build_number: 2 + version: 1.2.1 + build: py39h1f6ef14_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 - md5: 37f8619ee96710220ead6bb386b9b24b + url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 + md5: 03e25c6bae87f4f9595337255b44b0fb depends: - - numpy >=1.23 + - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 @@ -5739,477 +6462,88 @@ packages: - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 196844 - timestamp: 1727294312191 + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 186813 + timestamp: 1712430556544 - kind: conda name: contourpy - version: 1.3.0 - build: py39h2b77a98_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 - md5: 37f8619ee96710220ead6bb386b9b24b + version: 1.2.1 + build: py39h48c5dd5_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda + sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d + md5: 2c4998473ca34fa4df959bd90eb9247a depends: - - numpy >=1.23 + - libcxx >=16 + - numpy >=1.20 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 196844 - timestamp: 1727294312191 + size: 225466 + timestamp: 1712430376578 - kind: conda name: contourpy - version: 1.3.0 - build: py39h74842e3_2 - build_number: 2 + version: 1.2.1 + build: py39h7633fee_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda - sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d - md5: 5645190ef7f6d3aebee71e298dc9677b + url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda + sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc + md5: bdc188e59857d6efab332714e0d01d93 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.23 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 261801 - timestamp: 1727293684267 + purls: + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 241771 + timestamp: 1712430062056 - kind: conda name: contourpy - version: 1.3.0 - build: py39h74842e3_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda - sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d - md5: 5645190ef7f6d3aebee71e298dc9677b + version: 1.2.1 + build: py39hd16970a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda + sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 + md5: 66b9718539ecdd38876b0176c315bcad depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.23 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.20 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 261801 - timestamp: 1727293684267 + size: 248196 + timestamp: 1712430213230 - kind: conda - name: contourpy - version: 1.3.0 - build: py39h85b62ae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - sha256: f35a6359e0e33f4df03558c1523b91e4c06dcb8a29e40ea35192dfa10fbae1b2 - md5: 78be56565acee571fc0f1343afde6306 + name: cycler + version: 0.12.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 5cd86562580f274031ede6aa6aa24441 depends: - - __osx >=11.0 - - libcxx >=17 - - numpy >=1.23 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - python >=3.8 license: BSD-3-Clause license_family: BSD - size: 234286 - timestamp: 1729602726665 -- kind: conda - name: contourpy - version: 1.3.0 - build: py39h85b62ae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - sha256: f35a6359e0e33f4df03558c1523b91e4c06dcb8a29e40ea35192dfa10fbae1b2 - md5: 78be56565acee571fc0f1343afde6306 - depends: - - __osx >=11.0 - - libcxx >=17 - - numpy >=1.23 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 234286 - timestamp: 1729602726665 -- kind: conda - name: contourpy - version: 1.3.0 - build: py39hbd2ca3f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda - sha256: 5f52568ebe0c1afeb2a7c1f44580e730693b2f32181d78d58c9186a8106093e2 - md5: 57fa6811a7a80c5641e373408389bc5a - depends: - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.23 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 269619 - timestamp: 1727293915832 -- kind: conda - name: contourpy - version: 1.3.0 - build: py39hbd2ca3f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda - sha256: 5f52568ebe0c1afeb2a7c1f44580e730693b2f32181d78d58c9186a8106093e2 - md5: 57fa6811a7a80c5641e373408389bc5a - depends: - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.23 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 269619 - timestamp: 1727293915832 -- kind: conda - name: cpython - version: 3.9.21 - build: py39hd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 - md5: 88c825b761db70b42004d12a14f125bf - depends: - - python 3.9.21.* - - python_abi * *_cp39 - license: Python-2.0 - size: 48066 - timestamp: 1733406274681 -- kind: conda - name: cpython - version: 3.9.21 - build: py39hd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 - md5: 88c825b761db70b42004d12a14f125bf - depends: - - python 3.9.21.* - - python_abi * *_cp39 - license: Python-2.0 - purls: [] - size: 48066 - timestamp: 1733406274681 -- kind: conda - name: cycler - version: 0.12.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c - md5: 44600c4667a319d67dbe0681fc0bc833 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 13399 - timestamp: 1733332563512 -- kind: conda - name: cycler - version: 0.12.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c - md5: 44600c4667a319d67dbe0681fc0bc833 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/cycler?source=conda-forge-mapping - size: 13399 - timestamp: 1733332563512 -- kind: conda - name: cyrus-sasl - version: 2.1.27 - build: h54b06d7_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda - sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 - md5: dce22f70b4e5a407ce88f2be046f4ceb - depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libntlm - - libstdcxx-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause-Attribution - license_family: BSD - size: 219527 - timestamp: 1690061203707 -- kind: conda - name: cyrus-sasl - version: 2.1.27 - build: h54b06d7_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda - sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 - md5: dce22f70b4e5a407ce88f2be046f4ceb - depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libntlm - - libstdcxx-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause-Attribution - license_family: BSD - purls: [] - size: 219527 - timestamp: 1690061203707 -- kind: conda - name: cyrus-sasl - version: 2.1.27 - build: hf6b2984_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - sha256: bee91ceb748b91b3fefcfe161608c9658b62e4d938aa87050ad1a49f04715552 - md5: 7a85d417c8acd7a5215c082c5b9219e5 - depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libntlm - - libstdcxx-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause-Attribution - license_family: BSD - size: 235884 - timestamp: 1690062556588 -- kind: conda - name: cyrus-sasl - version: 2.1.27 - build: hf6b2984_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - sha256: bee91ceb748b91b3fefcfe161608c9658b62e4d938aa87050ad1a49f04715552 - md5: 7a85d417c8acd7a5215c082c5b9219e5 - depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libntlm - - libstdcxx-ng >=12 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause-Attribution - license_family: BSD - purls: [] - size: 235884 - timestamp: 1690062556588 -- kind: conda - name: dav1d - version: 1.2.1 - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 - md5: 9d88733c715300a39f8ca2e936b7808d - license: BSD-2-Clause - license_family: BSD - size: 668439 - timestamp: 1685696184631 -- kind: conda - name: dav1d - version: 1.2.1 - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 - md5: 9d88733c715300a39f8ca2e936b7808d - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 668439 - timestamp: 1685696184631 -- kind: conda - name: dav1d - version: 1.2.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 - md5: 6e5a87182d66b2d1328a96b61ca43a62 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 347363 - timestamp: 1685696690003 -- kind: conda - name: dav1d - version: 1.2.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 - md5: 6e5a87182d66b2d1328a96b61ca43a62 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 347363 - timestamp: 1685696690003 -- kind: conda - name: dav1d - version: 1.2.1 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 - md5: 5a74cdee497e6b65173e10d94582fae6 - license: BSD-2-Clause - license_family: BSD - size: 316394 - timestamp: 1685695959391 -- kind: conda - name: dav1d - version: 1.2.1 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 - md5: 5a74cdee497e6b65173e10d94582fae6 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 316394 - timestamp: 1685695959391 -- kind: conda - name: dav1d - version: 1.2.1 - build: hcfcfb64_0 - subdir: win-64 - 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 - license: BSD-2-Clause - license_family: BSD - size: 618643 - timestamp: 1685696352968 -- kind: conda - name: dav1d - version: 1.2.1 - build: hcfcfb64_0 - subdir: win-64 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 618643 - timestamp: 1685696352968 -- kind: conda - name: dav1d - version: 1.2.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda - sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 - md5: 418c6ca5929a611cbd69204907a83995 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 760229 - timestamp: 1685695754230 -- kind: conda - name: dav1d - version: 1.2.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda - sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 - md5: 418c6ca5929a611cbd69204907a83995 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 760229 - timestamp: 1685695754230 -- kind: conda - name: dbus - version: 1.13.6 - build: h12b9eeb_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - sha256: 5fe76bdf27a142cfb9da0fb3197c562e528d2622b573765bee5c9904cf5e6b6b - md5: f3d63805602166bac09386741e00935e - depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 672759 - timestamp: 1640113663539 -- kind: conda - name: dbus - version: 1.13.6 - build: h12b9eeb_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - sha256: 5fe76bdf27a142cfb9da0fb3197c562e528d2622b573765bee5c9904cf5e6b6b - md5: f3d63805602166bac09386741e00935e - depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 672759 - timestamp: 1640113663539 + purls: + - pkg:pypi/cycler?source=conda-forge-mapping + size: 13458 + timestamp: 1696677888423 - kind: conda name: dbus version: 1.13.6 @@ -6225,37 +6559,39 @@ packages: - libglib >=2.70.2,<3.0a0 license: GPL-2.0-or-later license_family: GPL + purls: [] size: 618596 timestamp: 1640112124844 - kind: conda - name: dbus - version: 1.13.6 - build: h5008d03_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - md5: ecfff944ba3960ecb334b9a2663d708d + name: debugpy + version: 1.8.2 + build: py39h09c4c31_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda + sha256: 1a605c201fe38e44000713b0d493532103af13e127a85d52f67b94c4384ca6a7 + md5: 2a6a6fbedb20cdf21c83142bef220608 depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 618596 - timestamp: 1640112124844 + - __osx >=10.13 + - libcxx >=16 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 1845508 + timestamp: 1719378927809 - kind: conda name: debugpy - version: 1.8.11 - build: py39h7dbf29c_0 + version: 1.8.2 + build: py39h6e76b30_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda - sha256: f226df76e54c7dc600280efd30dd3d577fdd8dd142a2866ec893a65ef508349f - md5: b631f2943890b87fbaa2a6a44c1da8b5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda + sha256: 5dd7a4e595ad82be8ab29507768de13d4ef612047d88553ce90c3c59ce2752a7 + md5: 277adafd4f84a5c3c84d5028d978f4a8 depends: - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -6263,36 +6599,35 @@ packages: license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2093259 - timestamp: 1734159298268 + size: 1897519 + timestamp: 1719378937312 - kind: conda name: debugpy - version: 1.8.11 - build: py39h941272d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda - sha256: c9ec63c128fef09a3177738902130a48404a43f8499cdccf04c89872d1c33e46 - md5: 1091cdfc14e7d7bfaad5b9ea05b94b37 + version: 1.8.2 + build: py39h84cc369_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda + sha256: b7a8a46f84b05ea8311f9b88d90d4667ee17b4a230d63459673d6d92883f4603 + md5: 424efb85a8a177259c8ee3b536ed5de2 depends: - - __osx >=11.0 - - libcxx >=18 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2066935 - timestamp: 1734159213134 + size: 1952592 + timestamp: 1719378842049 - kind: conda name: debugpy - version: 1.8.11 + version: 1.8.2 build: py39ha51f57c_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.11-py39ha51f57c_0.conda - sha256: e9dcdbc12a6848a2adfc27e609046417d648256dbc79ac999949ccc1551e0eb0 - md5: 624e1b73564c3b36eadbe7393581f043 + url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e + md5: 1c6118c0f12a412582242bd087e4c136 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -6303,65 +6638,45 @@ packages: license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 3158619 - timestamp: 1734159202884 + size: 2831905 + timestamp: 1719379131318 - kind: conda name: debugpy - version: 1.8.11 - build: py39hdf37715_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda - sha256: 9591da75ee101699fdcf1a080fa786f5b85d6981f25449206ab0db0e8b41f18f - md5: 8cd0c561c10e87a68de9fad8b272c294 - depends: - - __osx >=10.13 - - libcxx >=18 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2063108 - timestamp: 1734159315544 -- kind: conda - name: debugpy - version: 1.8.11 - build: py39hf88036b_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda - sha256: d7a3d96b221b3e4f039011453c997ef86605029461ed1cd303fab964a2530410 - md5: f735d25789adbe78c1f34ab6593054c1 + version: 1.8.2 + build: py39hbf7db11_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda + sha256: 804dc9abc5d73d55b8e2a9669248889a8b1c946055d23dfdcf55b98a2d7e7af1 + md5: 7818afb9cf3596235345d1edba849165 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - __osx >=11.0 + - libcxx >=16 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2147389 - timestamp: 1734159075635 + size: 1823956 + timestamp: 1719378906513 - kind: conda name: decorator version: 5.1.1 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - sha256: 84e5120c97502a3785e8c3241c3bf51f64b4d445f13b4d2445db00d9816fe479 - md5: d622d8d7ee8868870f9cbe259f381181 + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 depends: - - python >=3.9 + - python >=3.5 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/decorator?source=conda-forge-mapping - size: 14068 - timestamp: 1733236549190 + size: 12072 + timestamp: 1641555714315 - kind: pypi name: defusedxml version: 0.7.1 @@ -6404,621 +6719,496 @@ packages: timestamp: 1733817956506 - kind: conda name: docutils - version: 0.21.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - sha256: fa5966bb1718bbf6967a85075e30e4547901410cc7cb7b16daf68942e9a94823 - md5: 24c1ca34138ee57de72a943237cde4cc + version: 0.20.1 + build: py39h2804cbe_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda + sha256: ab092e0c2f4084e0b7e38893a05e81d807a07a6a4a965bec027c39e4147672b7 + md5: 70e347b3f092848cf7eb473b3ee3a72b depends: - - python >=3.9 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 purls: - pkg:pypi/docutils?source=conda-forge-mapping - size: 402700 - timestamp: 1733217860944 + size: 708124 + timestamp: 1701883210803 - kind: conda - name: double-conversion - version: 3.3.0 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - sha256: a60f4223b0c090873ab029bf350e54da590d855cefe4ae15f727f3db93d24ac0 - md5: 3b34b29f68d60abc1ce132b87f5a213c + name: docutils + version: 0.20.1 + build: py39h6e9494a_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda + sha256: 4dcabec8ce6d47cf465c902b0ed6142fb1e86ce7e3a676458c39d02aedd750a6 + md5: e62f04874e6143288ee89ca941dcc302 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 78230 - timestamp: 1686485872718 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 706047 + timestamp: 1701883093890 - kind: conda - name: double-conversion - version: 3.3.0 - build: h2f0025b_0 + name: docutils + version: 0.20.1 + build: py39ha65689a_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - sha256: a60f4223b0c090873ab029bf350e54da590d855cefe4ae15f727f3db93d24ac0 - md5: 3b34b29f68d60abc1ce132b87f5a213c - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 78230 - timestamp: 1686485872718 -- kind: conda - name: double-conversion - version: 3.3.0 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 - md5: c2f83a5ddadadcdb08fe05863295ee97 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 78645 - timestamp: 1686489937183 -- kind: conda - name: double-conversion - version: 3.3.0 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 - md5: c2f83a5ddadadcdb08fe05863295ee97 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 78645 - timestamp: 1686489937183 -- kind: conda - name: double-conversion - version: 3.3.0 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 - md5: 1a8bc18b24014167b2184c5afbe6037e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda + sha256: 4b56431e3f09f67dad2c94a8544554c1528918926339d54d6c7c4ad2496f2d0e + md5: 49c8586dae52d03a328d9a63f6ad2937 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 70425 - timestamp: 1686490368655 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 706384 + timestamp: 1701884077283 - kind: conda - name: double-conversion - version: 3.3.0 - build: h63175ca_0 + name: docutils + version: 0.20.1 + build: py39hcbf5309_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 - md5: 1a8bc18b24014167b2184c5afbe6037e + url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d + md5: 47cec089153a05d38df88a6fa9aa6119 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 70425 - timestamp: 1686490368655 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 757111 + timestamp: 1701883327171 - kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 - md5: a16662747cdeb9abbac74d0057cc976e + name: docutils + version: 0.20.1 + build: py39hf3d152e_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda + sha256: fe2b7316146a73a33fd16c637e6e82c2638e91d1b8c95560b9c477a6f3082b6d + md5: 09a48956e1c155907fd0d626f3e80f2e depends: - - python >=3.9 - license: MIT and PSF-2.0 - size: 20486 - timestamp: 1733208916977 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 706306 + timestamp: 1701882760318 - kind: conda name: exceptiongroup version: 1.2.2 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 - md5: a16662747cdeb9abbac74d0057cc976e + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 + md5: d02ae936e42063ca46af6cdad2dbd1e0 depends: - - python >=3.9 + - python >=3.7 license: MIT and PSF-2.0 purls: - pkg:pypi/exceptiongroup?source=conda-forge-mapping - size: 20486 - timestamp: 1733208916977 -- kind: conda - name: execnet - version: 2.1.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 - md5: a71efeae2c160f6789900ba2631a2c90 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 38835 - timestamp: 1733231086305 + size: 20418 + timestamp: 1720869435725 - kind: conda name: execnet version: 2.1.1 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 - md5: a71efeae2c160f6789900ba2631a2c90 + url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 + md5: 15dda3cdbf330abfe9f555d22f66db46 depends: - - python >=3.9 + - python >=3.8 license: MIT license_family: MIT purls: - pkg:pypi/execnet?source=conda-forge-mapping - size: 38835 - timestamp: 1733231086305 + size: 38883 + timestamp: 1712591929944 - kind: conda name: executing - version: 2.1.0 - build: pyhd8ed1ab_1 - build_number: 1 + version: 2.0.1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - sha256: 28d25ea375ebab4bf7479228f8430db20986187b04999136ff5c722ebd32eb60 - md5: ef8b5fca76806159fc25b4f48d8737eb + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 depends: - - python >=3.9 + - python >=2.7 license: MIT license_family: MIT purls: - pkg:pypi/executing?source=conda-forge-mapping - size: 28348 - timestamp: 1733569440265 + size: 27689 + timestamp: 1698580072627 - kind: conda name: expat - version: 2.6.4 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - sha256: 1848c7db9e264e3b8036ee133d570dd880422983cd20dd9585a505289606d276 - md5: 1d6afef758879ef5ee78127eb4cd2c4a + version: 2.6.2 + build: h2f0025b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda + sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 + md5: 6d31100ba1e12773b4f1ef0693fb0169 depends: - - __glibc >=2.17,<3.0.a0 - - libexpat 2.6.4 h5888daf_0 - - libgcc >=13 + - libexpat 2.6.2 h2f0025b_0 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 138145 - timestamp: 1730967050578 + purls: [] + size: 128302 + timestamp: 1710362329008 - kind: conda name: expat - version: 2.6.4 - build: h5888daf_0 + version: 2.6.2 + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - sha256: 1848c7db9e264e3b8036ee133d570dd880422983cd20dd9585a505289606d276 - md5: 1d6afef758879ef5ee78127eb4cd2c4a + url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda + sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 + md5: 53fb86322bdb89496d7579fe3f02fd61 depends: - - __glibc >=2.17,<3.0.a0 - - libexpat 2.6.4 h5888daf_0 - - libgcc >=13 + - libexpat 2.6.2 h59595ed_0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 138145 - timestamp: 1730967050578 + size: 137627 + timestamp: 1710362144873 - kind: conda name: expat - version: 2.6.4 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - sha256: 13905ad49c2f43776bac0e464ffd3c9ec10ef35cc7dd7e187af6f66f843fa29a - md5: e8f1d587055376ea2419cc78696abd0b + version: 2.6.2 + build: h63175ca_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 + md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a depends: - - libexpat 2.6.4 h5ad3122_0 - - libgcc >=13 + - libexpat 2.6.2 h63175ca_0 license: MIT license_family: MIT - size: 130354 - timestamp: 1730967212801 + purls: [] + size: 229627 + timestamp: 1710362661692 - kind: conda name: expat - version: 2.6.4 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - sha256: 13905ad49c2f43776bac0e464ffd3c9ec10ef35cc7dd7e187af6f66f843fa29a - md5: e8f1d587055376ea2419cc78696abd0b + version: 2.6.2 + build: h73e2aa4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda + sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 + md5: dc0882915da2ec74696ad87aa2350f27 depends: - - libexpat 2.6.4 h5ad3122_0 - - libgcc >=13 + - libexpat 2.6.2 h73e2aa4_0 license: MIT license_family: MIT purls: [] - size: 130354 - timestamp: 1730967212801 + size: 126612 + timestamp: 1710362607162 - kind: conda - name: filelock - version: 3.16.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 - md5: d692e9ba6f92dc51484bf3477e36ce7c + name: expat + version: 2.6.2 + build: hebf3989_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda + sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a + md5: de0cff0ec74f273c4b6aa281479906c3 depends: - - python >=3.9 - license: Unlicense - size: 17441 - timestamp: 1733240909987 + - libexpat 2.6.2 hebf3989_0 + license: MIT + license_family: MIT + purls: [] + size: 124594 + timestamp: 1710362455984 - kind: conda name: filelock - version: 3.16.1 - build: pyhd8ed1ab_1 - build_number: 1 + version: 3.15.4 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 - md5: d692e9ba6f92dc51484bf3477e36ce7c + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a + md5: 0e7e4388e9d5283e22b35a9443bdbcc9 depends: - - python >=3.9 + - python >=3.7 license: Unlicense purls: - pkg:pypi/filelock?source=conda-forge-mapping - size: 17441 - timestamp: 1733240909987 -- kind: conda - name: fiona - version: 1.10.1 - build: py39h0546fa5_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - sha256: 5144cd842f51cf4eae5045d8964ed239ce4b05047e235c267262791afb379d76 - md5: 6f6c98e9bd128880ce0001279c7d05a8 - depends: - - __osx >=10.13 - - attrs >=19.2.0 - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - license: BSD-3-Clause - license_family: BSD - size: 996692 - timestamp: 1733507736405 + size: 17592 + timestamp: 1719088395353 - kind: conda name: fiona - version: 1.10.1 - build: py39h0546fa5_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - sha256: 5144cd842f51cf4eae5045d8964ed239ce4b05047e235c267262791afb379d76 - md5: 6f6c98e9bd128880ce0001279c7d05a8 + version: 1.9.6 + build: py39h0760b8a_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda + sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad + md5: 77a00a30f5601c7a5266fcf77381bdd6 depends: - - __osx >=10.13 + - __osx >=11.0 - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing + - libcxx >=16 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely + - six license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 996692 - timestamp: 1733507736405 + size: 835617 + timestamp: 1722411895618 - kind: conda name: fiona - version: 1.10.1 - build: py39h4bd6204_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 - md5: f7a18b2b249a4da6f7479c6a74c17206 + version: 1.9.6 + build: py39h3c07364_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda + sha256: 0b67159eeb5b2711c7bb2a42aad03dcdc9866dab56cc13f09cbd33b90ab279b8 + md5: bb34d4d3e70b2a18ec18ec3b4420b725 depends: - - __glibc >=2.17,<3.0.a0 - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - pyparsing + - libgcc-ng >=12 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely + - six license: BSD-3-Clause license_family: BSD - size: 1144557 - timestamp: 1733507676751 + purls: + - pkg:pypi/fiona?source=conda-forge-mapping + size: 935148 + timestamp: 1722411828865 - kind: conda name: fiona - version: 1.10.1 - build: py39h4bd6204_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 - md5: f7a18b2b249a4da6f7479c6a74c17206 + version: 1.9.6 + build: py39h7434916_4 + build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda + sha256: d635cbb630d14de919884ef4bbb21676366cb25929382afb93a29beb07075354 + md5: 126e1d468a8d8b9660427c8f6a74b2cf depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - pyparsing + - libcxx >=16 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely + - six license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 1144557 - timestamp: 1733507676751 + size: 837517 + timestamp: 1722411918275 - kind: conda name: fiona - version: 1.10.1 - build: py39h6ecdd97_3 - build_number: 3 + version: 1.9.6 + build: py39ha18aef2_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb - md5: b4602586585d85c5fe14594a1abf3c26 + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c + md5: b6ce97c5802c470b64ad47f286c2b276 depends: - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely + - six - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - size: 957384 - timestamp: 1733508026385 + purls: + - pkg:pypi/fiona?source=conda-forge-mapping + size: 814844 + timestamp: 1722412467645 - kind: conda name: fiona - version: 1.10.1 - build: py39h6ecdd97_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb - md5: b4602586585d85c5fe14594a1abf3c26 + version: 1.9.6 + build: py39hd0e8ec2_4 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda + sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 + md5: c91ae4388db98e870a95dfabaaaa3d4f depends: + - __glibc >=2.17,<3.0.a0 - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing + - libgcc-ng >=12 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - six license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 957384 - timestamp: 1733508026385 + size: 954367 + timestamp: 1722411718762 - kind: conda - name: fiona - version: 1.10.1 - build: py39h761ec99_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - sha256: 1343a09a25bd272ecb03e9f343167f2dbcafcb99832df8fafe5bffac8e8e80f1 - md5: 5f07cf34e18543ccd67189130d581ad2 - depends: - - attrs >=19.2.0 - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - pyparsing - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - license: BSD-3-Clause - license_family: BSD - size: 1111454 - timestamp: 1733507780268 -- kind: conda - name: fiona - version: 1.10.1 - build: py39h761ec99_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - sha256: 1343a09a25bd272ecb03e9f343167f2dbcafcb99832df8fafe5bffac8e8e80f1 - md5: 5f07cf34e18543ccd67189130d581ad2 + name: flaky + version: 3.8.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 + md5: 4673657910db1d7914dc272124fe03ae depends: - - attrs >=19.2.0 - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - pyparsing - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - license: BSD-3-Clause - license_family: BSD + - python >=3.6 + license: Apache-2.0 + license_family: Apache purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 1111454 - timestamp: 1733507780268 + - pkg:pypi/flaky?source=conda-forge-mapping + size: 22156 + timestamp: 1710293112378 - kind: conda - name: fiona - version: 1.10.1 - build: py39h77209e7_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - sha256: 8d3ef517a5b7d20d64b3dc9e44bf9f2259f3e7a3e67b69c1ec35a75c3239aa44 - md5: 843f2f43f1c94c1c844d15dbc7023392 + name: fmt + version: 11.0.1 + build: h3c5361c_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 + md5: 18a370942db21a7f527c2d18ac3240c6 depends: - - __osx >=11.0 - - attrs >=19.2.0 - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - license: BSD-3-Clause - license_family: BSD - size: 1001630 - timestamp: 1733507968660 + - __osx >=10.13 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 182493 + timestamp: 1720363574426 - kind: conda - name: fiona - version: 1.10.1 - build: py39h77209e7_3 - build_number: 3 + name: fmt + version: 11.0.1 + build: h420ef59_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - sha256: 8d3ef517a5b7d20d64b3dc9e44bf9f2259f3e7a3e67b69c1ec35a75c3239aa44 - md5: 843f2f43f1c94c1c844d15dbc7023392 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae + md5: 0fdce5c605afb582ffe039f65cf09aad depends: - __osx >=11.0 - - attrs >=19.2.0 - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 1001630 - timestamp: 1733507968660 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 178026 + timestamp: 1720363634143 - kind: conda - name: flaky - version: 3.8.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 - md5: 7e081d00fdcba21b76658c1649691836 + name: fmt + version: 11.0.1 + build: h434a139_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda + sha256: 374c969801064e4317007f8e48494f4f7c843b455a41adee41c56f40e5ceea6f + md5: 0568852d3fc5d4854bbfa530cf2a38ab depends: - - python >=3.9 - license: Apache-2.0 - license_family: Apache - size: 22239 - timestamp: 1736040820816 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 194967 + timestamp: 1720363557415 - kind: conda - name: flaky - version: 3.8.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 - md5: 7e081d00fdcba21b76658c1649691836 + name: fmt + version: 11.0.1 + build: h70be974_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda + sha256: 5987d2c3558f03618d90394188319472f9773fa94d18ce86d7fd8cc3cc71c9f4 + md5: 747ff056b54ea0317090448ea9e83116 depends: - - python >=3.9 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/flaky?source=conda-forge-mapping - size: 22239 - timestamp: 1736040820816 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 192283 + timestamp: 1720363541175 - kind: conda - name: font-ttf-dejavu-sans-mono - version: '2.37' - build: hab24e00_0 - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - size: 397370 - timestamp: 1566932522327 + name: fmt + version: 11.0.1 + build: h7f575de_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 + md5: af430df6ac41b09d5ef99fe60a108a3a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 189241 + timestamp: 1720363932863 - kind: conda name: font-ttf-dejavu-sans-mono version: '2.37' @@ -7033,19 +7223,6 @@ packages: purls: [] size: 397370 timestamp: 1566932522327 -- kind: conda - name: font-ttf-inconsolata - version: '3.000' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - md5: 34893075a5c9e55cdafac56607368fc6 - license: OFL-1.1 - license_family: Other - size: 96530 - timestamp: 1620479909603 - kind: conda name: font-ttf-inconsolata version: '3.000' @@ -7060,19 +7237,6 @@ packages: purls: [] size: 96530 timestamp: 1620479909603 -- kind: conda - name: font-ttf-source-code-pro - version: '2.038' - build: h77eed37_0 - subdir: noarch - 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 - license: OFL-1.1 - license_family: Other - size: 700814 - timestamp: 1620479612257 - kind: conda name: font-ttf-source-code-pro version: '2.038' @@ -7090,457 +7254,242 @@ packages: - kind: conda name: font-ttf-ubuntu version: '0.83' - build: h77eed37_3 - build_number: 3 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda - sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 - md5: 49023d73832ef61042f6a237cb2687e7 - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - size: 1620504 - timestamp: 1727511233259 -- kind: conda - name: font-ttf-ubuntu - version: '0.83' - build: h77eed37_3 - build_number: 3 + build: h77eed37_2 + build_number: 2 subdir: noarch noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda - sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 - md5: 49023d73832ef61042f6a237cb2687e7 + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 + md5: cbbe59391138ea5ad3658c76912e147f license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 license_family: Other purls: [] - size: 1620504 - timestamp: 1727511233259 + size: 1622566 + timestamp: 1714483134319 - kind: conda name: fontconfig - version: 2.15.0 - build: h1383a14_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc - md5: 7b29f48742cea5d1ccb5edd839cb5621 + version: 2.14.2 + build: h14ed4e7_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 + md5: 0f69b688f52ff6da70bccb7ff7001d1d depends: - - __osx >=11.0 + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - libgcc-ng >=12 + - libuuid >=2.32.1,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: MIT license_family: MIT - size: 234227 - timestamp: 1730284037572 + purls: [] + size: 272010 + timestamp: 1674828850194 - kind: conda name: fontconfig - version: 2.15.0 - build: h1383a14_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc - md5: 7b29f48742cea5d1ccb5edd839cb5621 + version: 2.14.2 + build: h5bb23bf_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda + sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 + md5: 86cc5867dfbee4178118392bae4a3c89 depends: - - __osx >=11.0 + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: MIT license_family: MIT purls: [] - size: 234227 - timestamp: 1730284037572 + size: 237068 + timestamp: 1674829100063 - kind: conda name: fontconfig - version: 2.15.0 - build: h37eeddb_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - sha256: 61a9aa1d2dd115ffc1ab372966dc8b1ac7b69870e6b1744641da276b31ea5c0b - md5: 84ccec5ee37eb03dd352db0a3f89ada3 + version: 2.14.2 + build: h82840c6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b + md5: f77d47ddb6d3cc5b39b9bdf65635afbb depends: - - __osx >=10.13 + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: MIT license_family: MIT - size: 232313 - timestamp: 1730283983397 + purls: [] + size: 237668 + timestamp: 1674829263740 - kind: conda name: fontconfig - version: 2.15.0 - build: h37eeddb_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - sha256: 61a9aa1d2dd115ffc1ab372966dc8b1ac7b69870e6b1744641da276b31ea5c0b - md5: 84ccec5ee37eb03dd352db0a3f89ada3 + version: 2.14.2 + build: ha9a116f_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 + md5: 6d2d19ea85f9d41534cd28fdefd59a25 depends: - - __osx >=10.13 + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - libgcc-ng >=12 + - libuuid >=2.32.1,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: MIT license_family: MIT purls: [] - size: 232313 - timestamp: 1730283983397 + size: 280375 + timestamp: 1674830224830 - kind: conda name: fontconfig - version: 2.15.0 - build: h765892d_1 - build_number: 1 + version: 2.14.2 + build: hbde0cde_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 - md5: 9bb0026a2131b09404c59c4290c697cd + url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 + md5: 08767992f1a4f1336a257af1241034bd depends: + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - vs2015_runtime >=14.29.30139 license: MIT license_family: MIT - size: 192355 - timestamp: 1730284147944 + purls: [] + size: 190111 + timestamp: 1674829354122 - kind: conda - name: fontconfig - version: 2.15.0 - build: h765892d_1 - build_number: 1 + name: fonts-conda-ecosystem + version: '1' + build: '0' + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3667 + timestamp: 1566974674465 +- kind: conda + name: fonts-conda-forge + version: '1' + build: '0' + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 4102 + timestamp: 1566932280397 +- kind: conda + name: fonttools + version: 4.53.1 + build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 - md5: 9bb0026a2131b09404c59c4290c697cd + url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f + md5: 81bbae03542e491178a620a45ad0b474 depends: - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - brotli + - munkres + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 + - unicodedata2 >=14.0.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: [] - size: 192355 - timestamp: 1730284147944 -- kind: conda - name: fontconfig - version: 2.15.0 - build: h7e30c49_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 - md5: 8f5b0b297b59e1ac160ad4beec99dbee - depends: - - __glibc >=2.17,<3.0.a0 - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - size: 265599 - timestamp: 1730283881107 -- kind: conda - name: fontconfig - version: 2.15.0 - build: h7e30c49_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 - md5: 8f5b0b297b59e1ac160ad4beec99dbee - depends: - - __glibc >=2.17,<3.0.a0 - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - purls: [] - size: 265599 - timestamp: 1730283881107 -- kind: conda - name: fontconfig - version: 2.15.0 - build: h8dda3cd_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - sha256: fe023bb8917c8a3138af86ef537b70c8c5d60c44f93946a87d1e8bb1a6634b55 - md5: 112b71b6af28b47c624bcbeefeea685b - depends: - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - size: 277832 - timestamp: 1730284967179 -- kind: conda - name: fontconfig - version: 2.15.0 - build: h8dda3cd_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - sha256: fe023bb8917c8a3138af86ef537b70c8c5d60c44f93946a87d1e8bb1a6634b55 - md5: 112b71b6af28b47c624bcbeefeea685b - depends: - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - purls: [] - size: 277832 - timestamp: 1730284967179 -- kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - size: 3667 - timestamp: 1566974674465 -- kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3667 - timestamp: 1566974674465 -- kind: conda - name: fonts-conda-forge - version: '1' - build: '0' - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - size: 4102 - timestamp: 1566932280397 -- kind: conda - name: fonts-conda-forge - version: '1' - build: '0' - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 4102 - timestamp: 1566932280397 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39h9399b63_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b - md5: 5cd3b942589049b43ef3a65d1f63c488 - depends: - - __glibc >=2.17,<3.0.a0 - - brotli - - libgcc >=13 - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 - license: MIT - license_family: MIT - size: 2317987 - timestamp: 1735335999918 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 1918855 + timestamp: 1720359431607 - kind: conda name: fonttools - version: 4.55.3 - build: py39h9399b63_1 - build_number: 1 + version: 4.53.1 + build: py39hcd6043d_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b - md5: 5cd3b942589049b43ef3a65d1f63c488 + url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda + sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 + md5: 297804eca6ea16a835a869699095de1c depends: - __glibc >=2.17,<3.0.a0 - brotli - - libgcc >=13 - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2317987 - timestamp: 1735335999918 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39hbebea31_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a - md5: 8f6cca97167821f34fc339f18f0acea8 - depends: - - brotli - - libgcc >=13 - - munkres - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 - license: MIT - license_family: MIT - size: 2285092 - timestamp: 1735336093544 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39hbebea31_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a - md5: 8f6cca97167821f34fc339f18f0acea8 - depends: - - brotli - - libgcc >=13 + - libgcc-ng >=12 - munkres - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 + - unicodedata2 >=14.0.0 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2285092 - timestamp: 1735336093544 + size: 2291725 + timestamp: 1720359199280 - kind: conda name: fonttools - version: 4.55.3 - build: py39hd18e689_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 - md5: 192c4523bffebfa4b0c8461bedc564f7 - depends: - - __osx >=10.13 - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 - license: MIT - license_family: MIT - size: 2252144 - timestamp: 1735336066172 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39hd18e689_1 - build_number: 1 + version: 4.53.1 + build: py39hded5825_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 - md5: 192c4523bffebfa4b0c8461bedc564f7 + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda + sha256: 99c06fd0f0d2a081828aef515612c69e6038dedfd153c60fd4729f9be18c8fb4 + md5: 8c66634a32e68d3d5a89209c6a182e4d depends: - __osx >=10.13 - brotli - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 + - unicodedata2 >=14.0.0 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2252144 - timestamp: 1735336066172 + size: 2255095 + timestamp: 1720359320022 - kind: conda name: fonttools - version: 4.55.3 - build: py39hefdd603_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d - md5: 5e8f25f5e9d2552ce85470ff6dd1d69d + version: 4.53.1 + build: py39he257ee7_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda + sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 + md5: e30df3a3431af304f87bbd0cd07d5674 depends: - - __osx >=11.0 - brotli + - libgcc-ng >=12 - munkres - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 + - unicodedata2 >=14.0.0 license: MIT license_family: MIT - size: 2212416 - timestamp: 1735336115892 + purls: + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 2270665 + timestamp: 1720359277200 - kind: conda name: fonttools - version: 4.55.3 - build: py39hefdd603_1 - build_number: 1 + version: 4.53.1 + build: py39hfea33bf_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d - md5: 5e8f25f5e9d2552ce85470ff6dd1d69d + url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda + sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd + md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc depends: - __osx >=11.0 - brotli @@ -7548,74 +7497,13 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - unicodedata2 >=15.1.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2212416 - timestamp: 1735336115892 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39hf73967f_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda - sha256: 1a09d0bf80a258af4aef60c3ca16e6ed878a659baa6de77de1c8011f19bb5faf - md5: 8401c0a5f5a3faf092ac6ebb00de608a - depends: - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - unicodedata2 >=15.1.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1936629 - timestamp: 1735336433886 -- kind: conda - name: fonttools - version: 4.55.3 - build: py39hf73967f_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.3-py39hf73967f_1.conda - sha256: 1a09d0bf80a258af4aef60c3ca16e6ed878a659baa6de77de1c8011f19bb5faf - md5: 8401c0a5f5a3faf092ac6ebb00de608a - depends: - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - unicodedata2 >=15.1.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - unicodedata2 >=14.0.0 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 1936629 - timestamp: 1735336433886 -- kind: conda - name: fortran-language-server - version: 1.12.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad - md5: 6d2677b354c9596e77d4583ddc15aa00 - depends: - - python >=3.6 - license: MIT - license_family: MIT - size: 62350 - timestamp: 1637570882364 + size: 2191482 + timestamp: 1720359270521 - kind: conda name: fortran-language-server version: 1.12.0 @@ -7636,39 +7524,21 @@ packages: - kind: conda name: fprettify version: 0.3.7 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b - md5: 303bd33e15b3964388c96a928f1a83a7 - depends: - - configargparse - - python >=3.9 - license: GPL-3.0-or-later - license_family: GPL - size: 140467 - timestamp: 1735847394472 -- kind: conda - name: fprettify - version: 0.3.7 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b - md5: 303bd33e15b3964388c96a928f1a83a7 + url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 + md5: 153742a29b4c22ee54442fb93a0e9127 depends: - configargparse - - python >=3.9 + - python >=3.5 license: GPL-3.0-or-later license_family: GPL purls: - pkg:pypi/fprettify?source=conda-forge-mapping - size: 140467 - timestamp: 1735847394472 + size: 137690 + timestamp: 1637859635697 - kind: conda name: freetype version: 2.12.1 @@ -7683,49 +7553,18 @@ packages: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 license: GPL-2.0-only OR FTL + purls: [] size: 634972 timestamp: 1694615932610 - kind: conda name: freetype version: 2.12.1 - build: h267a509_2 + build: h60636b9_2 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,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 634972 - timestamp: 1694615932610 -- kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - 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,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 599300 - timestamp: 1694616137838 -- kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - 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 + 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,<2.0.0a0 @@ -7733,21 +7572,6 @@ packages: purls: [] size: 599300 timestamp: 1694616137838 -- kind: conda - name: freetype - version: 2.12.1 - build: hadb7bae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 - md5: e6085e516a3e304ce41a8ee08b9b89ad - depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 596430 - timestamp: 1694616332835 - kind: conda name: freetype version: 2.12.1 @@ -7764,24 +7588,6 @@ packages: purls: [] size: 596430 timestamp: 1694616332835 -- kind: conda - name: freetype - version: 2.12.1 - build: hdaf720e_2 - 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,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only OR FTL - size: 510306 - timestamp: 1694616398888 - kind: conda name: freetype version: 2.12.1 @@ -7801,22 +7607,6 @@ packages: purls: [] size: 510306 timestamp: 1694616398888 -- kind: conda - name: freetype - version: 2.12.1 - build: hf0a5ef3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - size: 642092 - timestamp: 1694617858496 - kind: conda name: freetype version: 2.12.1 @@ -7837,205 +7627,93 @@ packages: - kind: conda name: freexl version: 2.0.0 - build: h3183152_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - sha256: cf924a5373def22030f73435082efbb3efb1039faeec926b006fb53a6f738f7c - md5: 5cb34c1d2ed89fd36f4e3759c966daf0 - depends: - - __osx >=10.13 - - libexpat >=2.6.4,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 53798 - timestamp: 1734015115203 -- kind: conda - name: freexl - version: 2.0.0 - build: h3183152_2 - build_number: 2 + build: h3ec172f_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - sha256: cf924a5373def22030f73435082efbb3efb1039faeec926b006fb53a6f738f7c - md5: 5cb34c1d2ed89fd36f4e3759c966daf0 - depends: - - __osx >=10.13 - - libexpat >=2.6.4,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 53798 - timestamp: 1734015115203 -- kind: conda - name: freexl - version: 2.0.0 - build: h3ab3353_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda - sha256: b4146ac9ba1676494e3d812ca39664dd7dd454e4d0984f3665fd6feec318c71c - md5: dd655a29b40fe0d1bf95c64cf3cb348d - depends: - - __osx >=11.0 - - libexpat >=2.6.4,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 53378 - timestamp: 1734014980768 -- kind: conda - name: freexl - version: 2.0.0 - build: h3ab3353_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda - sha256: b4146ac9ba1676494e3d812ca39664dd7dd454e4d0984f3665fd6feec318c71c - md5: dd655a29b40fe0d1bf95c64cf3cb348d + url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda + sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a + md5: 640c34a8084e2a812bcee5b804597fc9 depends: - - __osx >=11.0 - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 + - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 53378 - timestamp: 1734014980768 + size: 54007 + timestamp: 1694952882265 - kind: conda name: freexl version: 2.0.0 - build: h82fd2cb_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - sha256: 366d17984cd53819dd6f4b7ad113a87529ba043f7f2ac390d681bc5557a92a04 - md5: 6cd9f0cd937682306efcdb5cbf272594 - depends: - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 60596 - timestamp: 1734014928567 -- kind: conda - name: freexl - version: 2.0.0 - build: h82fd2cb_2 - build_number: 2 + build: h5428426_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - sha256: 366d17984cd53819dd6f4b7ad113a87529ba043f7f2ac390d681bc5557a92a04 - md5: 6cd9f0cd937682306efcdb5cbf272594 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + sha256: d1c1b82336de80f6b2045654ec980419520e32db9d54e75a41feb6180ab26c8a + md5: 1338ecf4f6072e376e87f3ae6bc34170 depends: - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 + - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 60596 - timestamp: 1734014928567 -- kind: conda - name: freexl - version: 2.0.0 - build: h9dce30a_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - sha256: c8960e00a6db69b85c16c693ce05484facf20f1a80430552145f652a880e0d2a - md5: ecb5d11305b8ba1801543002e69d2f2f - depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - size: 59299 - timestamp: 1734014884486 + size: 60545 + timestamp: 1694952753443 - kind: conda name: freexl version: 2.0.0 - build: h9dce30a_2 - build_number: 2 + build: h743c826_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - sha256: c8960e00a6db69b85c16c693ce05484facf20f1a80430552145f652a880e0d2a - md5: ecb5d11305b8ba1801543002e69d2f2f + url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda + sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 + md5: 12e6988845706b2cfbc3bc35c9a61a95 depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 + - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 59299 - timestamp: 1734014884486 + size: 59769 + timestamp: 1694952692595 - kind: conda name: freexl version: 2.0.0 - build: hf297d47_2 - build_number: 2 + build: h8276f4a_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 - md5: d6a8059de245e53478b581742b53f71d + url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda + sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae + md5: 8e02e06229c677cbc9f5dc69ba49052c depends: - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 + - minizip >=4.0.1,<5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MPL-1.1 license_family: MOZILLA - size: 77528 - timestamp: 1734015193826 + purls: [] + size: 77439 + timestamp: 1694953013560 - kind: conda name: freexl version: 2.0.0 - build: hf297d47_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 - md5: d6a8059de245e53478b581742b53f71d + build: hfbad9fb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 + md5: 40722e5f48287567cda6fb2ec1f7891b depends: - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 77528 - timestamp: 1734015193826 -- kind: conda - name: fribidi - version: 1.0.10 - build: h27ca646_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - size: 60255 - timestamp: 1604417405528 + size: 55132 + timestamp: 1694952828719 - kind: conda name: fribidi version: 1.0.10 @@ -8048,19 +7726,6 @@ packages: purls: [] size: 60255 timestamp: 1604417405528 -- kind: conda - name: fribidi - version: 1.0.10 - build: h36c2ea0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 - md5: ac7bc6a654f8f41b352b38f4051135f8 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - size: 114383 - timestamp: 1604416621168 - kind: conda name: fribidi version: 1.0.10 @@ -8075,20 +7740,6 @@ packages: purls: [] size: 114383 timestamp: 1604416621168 -- kind: conda - name: fribidi - version: 1.0.10 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 - md5: 807e81d915f2bb2e49951648615241f6 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: LGPL-2.1 - size: 64567 - timestamp: 1604417122064 - kind: conda name: fribidi version: 1.0.10 @@ -8104,19 +7755,6 @@ packages: purls: [] size: 64567 timestamp: 1604417122064 -- kind: conda - name: fribidi - version: 1.0.10 - build: hb9de7d4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e - md5: f6c91a43eace6fb926a8730b3b9a8a50 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - size: 115689 - timestamp: 1604417149643 - kind: conda name: fribidi version: 1.0.10 @@ -8131,17 +7769,6 @@ packages: purls: [] size: 115689 timestamp: 1604417149643 -- kind: conda - name: fribidi - version: 1.0.10 - build: hbcb3906_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 - md5: f1c6b41e0f56998ecd9a3e210faa1dc0 - license: LGPL-2.1 - size: 65388 - timestamp: 1604417213 - kind: conda name: fribidi version: 1.0.10 @@ -8155,63 +7782,149 @@ packages: size: 65388 timestamp: 1604417213 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: h7ddc832_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e + name: gdal + version: 3.9.1 + build: py39h43ca41f_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda + sha256: ce6560475a7f4d61e9cd6abe6bc155eb7d9bbd7cd35308146d1b3811dbe71470 + md5: 89f986d85f573e071fcd88ade2d0fd5e depends: - - __osx >=11.0 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 509570 - timestamp: 1715783199780 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1528379 + timestamp: 1722370952893 - kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: h7ddc832_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e + name: gdal + version: 3.9.1 + build: py39h8e38deb_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda + sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 + md5: 7c02b8716492246c627bec3a6c5056d2 depends: - - __osx >=11.0 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 509570 - timestamp: 1715783199780 + - __osx >=10.13 + - libcxx >=16 + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1507014 + timestamp: 1722371605506 +- kind: conda + name: gdal + version: 3.9.1 + build: py39h96760b6_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f + md5: af386d551bf26e0a647ef077f07d6868 + depends: + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1462414 + timestamp: 1722372889837 +- kind: conda + name: gdal + version: 3.9.1 + build: py39habddcd1_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda + sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b + md5: d041b4ec66ff88c713c5404e2d9f719a + depends: + - libgcc-ng >=12 + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1491222 + timestamp: 1722371354565 +- kind: conda + name: gdal + version: 3.9.1 + build: py39hd7edc34_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda + sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 + md5: 206c7b5916a24ab94c4b9a81bc8001d3 + depends: + - __osx >=11.0 + - libcxx >=16 + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1493339 + timestamp: 1722372029528 - kind: conda name: gdk-pixbuf version: 2.42.12 - build: ha587570_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 - md5: ee186d2e8db4605030753dc05025d4a0 + build: h7ddc832_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda + sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 + md5: 151309a7e1eb57a3c2ab8088a1d74f3e depends: - - __osx >=10.13 + - __osx >=11.0 - libglib >=2.80.2,<3.0a0 - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL - size: 516815 - timestamp: 1715783154558 + purls: [] + size: 509570 + timestamp: 1715783199780 - kind: conda name: gdk-pixbuf version: 2.42.12 @@ -8226,7 +7939,7 @@ packages: - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -8245,25 +7958,7 @@ packages: - libglib >=2.80.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 536613 - timestamp: 1715784386033 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha61d561_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 - md5: 332ed304e6d1c1333ccbdc0fdd722fe9 - depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -8282,25 +7977,7 @@ packages: - libglib >=2.80.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 528149 - timestamp: 1715782983957 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: hb9ae30d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb - md5: 201db6c2d9a3c5e46573ac4cb2e92f4f - depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -8308,419 +7985,253 @@ packages: timestamp: 1715782983957 - kind: conda name: geos - version: 3.13.0 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda - sha256: 5c70d6d16e044859edca85feb9d4f1c3c6062aaf88d650826f5ccdf8c44336de - md5: 40b4ab956c90390e407bb177f8a58bab - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: LGPL-2.1-only - size: 1869233 - timestamp: 1725676083126 -- kind: conda - name: geos - version: 3.13.0 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda - sha256: 5c70d6d16e044859edca85feb9d4f1c3c6062aaf88d650826f5ccdf8c44336de - md5: 40b4ab956c90390e407bb177f8a58bab + version: 3.12.2 + build: h00cdb27_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda + sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 + md5: e07a7fa032741a056a72f46b43064ea2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - __osx >=11.0 + - libcxx >=16 license: LGPL-2.1-only purls: [] - size: 1869233 - timestamp: 1725676083126 + size: 1400339 + timestamp: 1721747764174 - kind: conda name: geos - version: 3.13.0 - build: h5a68840_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f - md5: 08a30fe29a645fc5c768c0968db116d3 + version: 3.12.2 + build: h0a1ffab_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda + sha256: 7f3c6fd365fc70ba082b0149a334fd4bb514aa074349250c039fe5d69886e7b9 + md5: 1c96c4fea8a0bdfc86a2be404234cda5 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.1-only - size: 1665961 - timestamp: 1725676536384 + purls: [] + size: 1692169 + timestamp: 1721746661378 - kind: conda name: geos - version: 3.13.0 - build: h5a68840_0 + version: 3.12.2 + build: h5a68840_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f - md5: 08a30fe29a645fc5c768c0968db116d3 + url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 + md5: 019e3460f99eb7c2198c532c50d08791 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: LGPL-2.1-only purls: [] - size: 1665961 - timestamp: 1725676536384 -- kind: conda - name: geos - version: 3.13.0 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda - sha256: cb4591c01e2cb9b9b48e52f050bc7bc89e6ec48c4d55ff8caa2babdc5b952b32 - md5: 7e15d067b9fa7cfd65e9a38ecdfbecad - depends: - - libgcc >=13 - - libstdcxx >=13 - license: LGPL-2.1-only - size: 1821820 - timestamp: 1725676037102 + size: 1561663 + timestamp: 1721747131206 - kind: conda name: geos - version: 3.13.0 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda - sha256: cb4591c01e2cb9b9b48e52f050bc7bc89e6ec48c4d55ff8caa2babdc5b952b32 - md5: 7e15d067b9fa7cfd65e9a38ecdfbecad + version: 3.12.2 + build: he02047a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda + sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 + md5: aab9195bc018b82dc77a84584b36cce9 depends: - - libgcc >=13 - - libstdcxx >=13 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.1-only purls: [] - size: 1821820 - timestamp: 1725676037102 -- kind: conda - name: geos - version: 3.13.0 - build: hac325c4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda - sha256: 7e3201780fda37f23623e384557eb66047942db1c2fe0a7453c0caf301ec8bbb - md5: 905fbe84dd83254e4e0db610123dd32d - depends: - - __osx >=10.13 - - libcxx >=17 - license: LGPL-2.1-only - size: 1577166 - timestamp: 1725676182968 + size: 1737633 + timestamp: 1721746525671 - kind: conda name: geos - version: 3.13.0 - build: hac325c4_0 + version: 3.12.2 + build: hf036a51_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda - sha256: 7e3201780fda37f23623e384557eb66047942db1c2fe0a7453c0caf301ec8bbb - md5: 905fbe84dd83254e4e0db610123dd32d + url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda + sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 + md5: fbb2688b537dafd5fb554d0b7ef27397 depends: - __osx >=10.13 - - libcxx >=17 - license: LGPL-2.1-only - purls: [] - size: 1577166 - timestamp: 1725676182968 -- kind: conda - name: geos - version: 3.13.0 - build: hf9b8971_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda - sha256: 273381020b72bde1597d4e07e855ed50ffac083512e61ccbdd99d93f03c6cbf2 - md5: 45b2e9adb9663644b1eefa5300b9eef3 - depends: - - __osx >=11.0 - - libcxx >=17 - license: LGPL-2.1-only - size: 1481430 - timestamp: 1725676193541 -- kind: conda - name: geos - version: 3.13.0 - build: hf9b8971_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda - sha256: 273381020b72bde1597d4e07e855ed50ffac083512e61ccbdd99d93f03c6cbf2 - md5: 45b2e9adb9663644b1eefa5300b9eef3 - depends: - - __osx >=11.0 - - libcxx >=17 + - libcxx >=16 license: LGPL-2.1-only purls: [] - size: 1481430 - timestamp: 1725676193541 + size: 1482492 + timestamp: 1721747118528 - kind: conda name: geotiff version: 1.7.3 - build: h17a0a10_3 - build_number: 3 + build: h1116711_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - sha256: 08573ea147a8ed8a4198ca7d3682b1399fd2447f59943920e69c94eca8edd7f9 - md5: 3a1a66142835725b8f386fc84e6bf791 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 + md5: 177dba77b18909c49af2291f3d271ad3 depends: - - libgcc >=13 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.6.0,<4.8.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - zlib license: MIT license_family: MIT - size: 139256 - timestamp: 1726603012108 + purls: [] + size: 136202 + timestamp: 1722335517470 - kind: conda name: geotiff version: 1.7.3 - build: h17a0a10_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - sha256: 08573ea147a8ed8a4198ca7d3682b1399fd2447f59943920e69c94eca8edd7f9 - md5: 3a1a66142835725b8f386fc84e6bf791 + build: h232476a_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 + md5: 8968032e8f14d84b40a20437707f8ec7 depends: - - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zlib license: MIT license_family: MIT purls: [] - size: 139256 - timestamp: 1726603012108 + size: 123406 + timestamp: 1722335928788 - kind: conda name: geotiff version: 1.7.3 - build: h2b6e260_3 - build_number: 3 + build: h4bbec01_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - sha256: 7e58d94340a499c3c62022ba070231f1dcc7c55a98f8f2a7e982d2071dfd421c - md5: bbc58a544b03990b3bc8c2139cc6c34f + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + sha256: a56e2154bfd21588ffde48ae14f906ea6b7e0eb49f71b2e3fb320cd066c22503 + md5: d83428f874b4fc2d204613ad7ad42b6d depends: - __osx >=10.13 - - libcxx >=17 + - libcxx >=16 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - zlib license: MIT license_family: MIT - size: 115513 - timestamp: 1726603109733 + purls: [] + size: 115552 + timestamp: 1722335565552 - kind: conda name: geotiff version: 1.7.3 - build: h2b6e260_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - sha256: 7e58d94340a499c3c62022ba070231f1dcc7c55a98f8f2a7e982d2071dfd421c - md5: bbc58a544b03990b3bc8c2139cc6c34f + build: h7e5fb84_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda + sha256: 2cd4db594cb9580c92ec40063a0160237d31fa633abf8b4c81730a0f2626ba7b + md5: 5a9ebf4312dffc9b44f41af5d2a2332e depends: - - __osx >=10.13 - - libcxx >=17 + - __osx >=11.0 + - libcxx >=16 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - zlib license: MIT license_family: MIT purls: [] - size: 115513 - timestamp: 1726603109733 + size: 114324 + timestamp: 1722335738912 - kind: conda name: geotiff version: 1.7.3 - build: h496ac4d_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac - md5: fb20f424102030f3952532cc7aebdbd8 + build: hf7fa9e8_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda + sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 + md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - proj >=9.4.1,<9.5.0a0 - zlib license: MIT license_family: MIT - size: 123087 - timestamp: 1726603487099 + purls: [] + size: 131714 + timestamp: 1722335412421 - kind: conda - name: geotiff - version: 1.7.3 - build: h496ac4d_3 - build_number: 3 + name: getopt-win32 + version: '0.1' + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac - md5: fb20f424102030f3952532cc7aebdbd8 + url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda + sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c + md5: 714d0882dc5e692ca4683d8e520f73c6 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: MIT - license_family: MIT + license: LGPL-3.0-only + license_family: GPL purls: [] - size: 123087 - timestamp: 1726603487099 + size: 21903 + timestamp: 1694400856979 - kind: conda - name: geotiff - version: 1.7.3 - build: h77b800c_3 - build_number: 3 + name: gettext + version: 0.22.5 + build: h59595ed_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 - md5: 4eb52aecb43e7c72f8e4fca0c386354e + url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda + sha256: 386181254ddd2aed1fccdfc217da5b6545f6df4e9979ad8e08f5e91e22eaf7dc + md5: 219ba82e95d7614cf7140d2a4afc0926 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.6.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - - zlib - license: MIT - license_family: MIT - size: 131394 - timestamp: 1726602918349 + - gettext-tools 0.22.5 h59595ed_2 + - libasprintf 0.22.5 h661eb56_2 + - libasprintf-devel 0.22.5 h661eb56_2 + - libgcc-ng >=12 + - libgettextpo 0.22.5 h59595ed_2 + - libgettextpo-devel 0.22.5 h59595ed_2 + - libstdcxx-ng >=12 + license: LGPL-2.1-or-later AND GPL-3.0-or-later + purls: [] + size: 475058 + timestamp: 1712512357949 - kind: conda - name: geotiff - version: 1.7.3 - build: h77b800c_3 - build_number: 3 + name: gettext-tools + version: 0.22.5 + build: h59595ed_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 - md5: 4eb52aecb43e7c72f8e4fca0c386354e + url: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda + sha256: 67d7b1d6fe4f1c516df2000640ec7dcfebf3ff6ea0785f0276870e730c403d33 + md5: 985f2f453fb72408d6b6f1be0f324033 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.6.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 131394 - timestamp: 1726602918349 -- kind: conda - name: geotiff - version: 1.7.3 - build: h82bf549_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - sha256: 7ce4d6dced3cd313ea170db69d6929b88d77ebd40715f9f38c3bcba3633d6c65 - md5: cb84033d7c167a16c4577272b4493bc5 - depends: - - __osx >=11.0 - - libcxx >=17 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - - zlib - license: MIT - license_family: MIT - size: 113739 - timestamp: 1726603324989 -- kind: conda - name: geotiff - version: 1.7.3 - build: h82bf549_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - sha256: 7ce4d6dced3cd313ea170db69d6929b88d77ebd40715f9f38c3bcba3633d6c65 - md5: cb84033d7c167a16c4577272b4493bc5 - depends: - - __osx >=11.0 - - libcxx >=17 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 113739 - timestamp: 1726603324989 -- kind: conda - name: getopt-win32 - version: '0.1' - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c - md5: 714d0882dc5e692ca4683d8e520f73c6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: GPL - size: 21903 - timestamp: 1694400856979 -- kind: conda - name: getopt-win32 - version: '0.1' - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c - md5: 714d0882dc5e692ca4683d8e520f73c6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only + - libgcc-ng >=12 + license: GPL-3.0-or-later license_family: GPL purls: [] - size: 21903 - timestamp: 1694400856979 -- kind: conda - name: giflib - version: 5.2.2 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 - md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac - license: MIT - license_family: MIT - size: 74516 - timestamp: 1712692686914 + size: 2728420 + timestamp: 1712512328692 - kind: conda name: giflib version: 5.2.2 @@ -8734,20 +8245,6 @@ packages: purls: [] size: 74516 timestamp: 1712692686914 -- kind: conda - name: giflib - version: 5.2.2 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 - md5: 2f809afaf0ba1ea4135dce158169efac - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 82124 - timestamp: 1712692444545 - kind: conda name: giflib version: 5.2.2 @@ -8763,18 +8260,6 @@ packages: purls: [] size: 82124 timestamp: 1712692444545 -- kind: conda - name: giflib - version: 5.2.2 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c - md5: 95fa1486c77505330c20f7202492b913 - license: MIT - license_family: MIT - size: 71613 - timestamp: 1712692611426 - kind: conda name: giflib version: 5.2.2 @@ -8788,20 +8273,6 @@ packages: purls: [] size: 71613 timestamp: 1712692611426 -- kind: conda - name: giflib - version: 5.2.2 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 77248 - timestamp: 1712692454246 - kind: conda name: giflib version: 5.2.2 @@ -8819,90 +8290,118 @@ packages: timestamp: 1712692454246 - kind: conda name: gitdb - version: 4.0.12 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 - md5: 7c14f3706e099f8fcd47af2d494616cc - depends: - - python >=3.9 - - smmap >=3.0.1,<6 - license: BSD-3-Clause - license_family: BSD - size: 53136 - timestamp: 1735887290843 -- kind: conda - name: gitdb - version: 4.0.12 + version: 4.0.11 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 - md5: 7c14f3706e099f8fcd47af2d494616cc + url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b + md5: 623b19f616f2ca0c261441067e18ae40 depends: - - python >=3.9 + - python >=3.7 - smmap >=3.0.1,<6 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/gitdb?source=conda-forge-mapping - size: 53136 - timestamp: 1735887290843 -- kind: conda - name: gitpython - version: 3.1.44 - build: pyhff2d567_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 - md5: 140a4e944f7488467872e562a2a52789 - depends: - - gitdb >=4.0.1,<5 - - python >=3.9 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - size: 157200 - timestamp: 1735929768433 + size: 52872 + timestamp: 1697791718749 - kind: conda name: gitpython - version: 3.1.44 - build: pyhff2d567_0 + version: 3.1.43 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 - md5: 140a4e944f7488467872e562a2a52789 + url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a + md5: 0b2154c1818111e17381b1df5b4b0176 depends: - gitdb >=4.0.1,<5 - - python >=3.9 + - python >=3.7 - typing_extensions >=3.7.4.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/gitpython?source=conda-forge-mapping - size: 157200 - timestamp: 1735929768433 + size: 156827 + timestamp: 1711991122366 - kind: conda - name: graphite2 - version: 1.3.13 - build: h2f0025b_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 + name: glib + version: 2.80.3 + build: h7025463_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 + md5: 13ce8fd2eb07f41c7108f7ad7bb0062e + depends: + - glib-tools 2.80.3 h4394cf3_1 + - libffi >=3.4,<4.0a0 + - libglib 2.80.3 h7025463_1 + - libintl >=0.22.5,<1.0a0 + - libintl-devel + - python * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-or-later + purls: [] + size: 572358 + timestamp: 1720335131283 +- kind: conda + name: glib + version: 2.80.3 + build: h8a4344b_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda + sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 + md5: a3acc4920c9ca19cb6b295028d606477 depends: + - glib-tools 2.80.3 h73ef956_1 + - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 99453 - timestamp: 1711634223220 + - libglib 2.80.3 h8a4344b_1 + - python * + license: LGPL-2.1-or-later + purls: [] + size: 599204 + timestamp: 1720334967965 +- kind: conda + name: glib-tools + version: 2.80.3 + build: h4394cf3_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d + md5: 12d270a5f8b8ae0a9536c1960f21e0aa + depends: + - libglib 2.80.3 h7025463_1 + - libintl >=0.22.5,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-or-later + purls: [] + size: 95020 + timestamp: 1720335074003 +- kind: conda + name: glib-tools + version: 2.80.3 + build: h73ef956_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 + md5: 99701cdc9a25a333d15265d1d243b2dc + depends: + - libgcc-ng >=12 + - libglib 2.80.3 h8a4344b_1 + license: LGPL-2.1-or-later + purls: [] + size: 113361 + timestamp: 1720334924695 - kind: conda name: graphite2 version: 1.3.13 @@ -8920,22 +8419,6 @@ packages: purls: [] size: 99453 timestamp: 1711634223220 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h59595ed_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add - md5: f87c7b7c2cb45f323ffbce941c78ab7c - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 96855 - timestamp: 1711634169756 - kind: conda name: graphite2 version: 1.3.13 @@ -8953,23 +8436,6 @@ packages: purls: [] size: 96855 timestamp: 1711634169756 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h63175ca_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - size: 95406 - timestamp: 1711634622644 - kind: conda name: graphite2 version: 1.3.13 @@ -8988,21 +8454,6 @@ packages: purls: [] size: 95406 timestamp: 1711634622644 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h73e2aa4_1003 - build_number: 1003 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a - md5: fc7124f86e1d359fc5d878accd9e814c - depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - size: 84384 - timestamp: 1711634311095 - kind: conda name: graphite2 version: 1.3.13 @@ -9019,21 +8470,6 @@ packages: purls: [] size: 84384 timestamp: 1711634311095 -- kind: conda - name: graphite2 - version: 1.3.13 - build: hebf3989_1003 - build_number: 1003 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 - md5: 339991336eeddb70076d8ca826dac625 - depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - size: 79774 - timestamp: 1711634444608 - kind: conda name: graphite2 version: 1.3.13 @@ -9052,39 +8488,38 @@ packages: timestamp: 1711634444608 - kind: conda name: graphviz - version: 12.0.0 - build: h2a7c30b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 - md5: ce14a315beb92bfa8e544e912a17c7e7 + version: 11.0.0 + build: h09e431a_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 + md5: c6c2ec410aa5e77e09948bf7a4367c00 depends: - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - getopt-win32 >=0.1,<0.2.0a0 - gts >=0.7.6,<0.8.0a0 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libstdcxx-ng >=12 + - libglib >=2.80.2,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: EPL-1.0 license_family: Other - size: 2402404 - timestamp: 1722673792633 + purls: [] + size: 1161689 + timestamp: 1716134918752 - kind: conda name: graphviz - version: 12.0.0 - build: h2a7c30b_0 + version: 11.0.0 + build: h8cf0465_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 - md5: ce14a315beb92bfa8e544e912a17c7e7 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda + sha256: 69dd90c8dcf2a3b1d725ccef55fe7f3d024e622140468648475e473418f98ceb + md5: aba9fe9e948772c3889ca9cb0330748e depends: - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem @@ -9094,106 +8529,54 @@ packages: - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 + - libglib >=2.80.2,<3.0a0 + - librsvg >=2.58.0,<3.0a0 - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 2402404 - timestamp: 1722673792633 -- kind: conda - name: graphviz - version: 12.0.0 - build: hb01754f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda - sha256: 19c229d7ca0e866c70ffe79e1258aaab598e7caa7fa258ffe6cbff15b71c1ced - md5: 8074641ca215d6f30b6152d9d79f0b9e - depends: - - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: EPL-1.0 - license_family: Other - size: 1157652 - timestamp: 1722674488876 -- kind: conda - name: graphviz - version: 12.0.0 - build: hb01754f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.0.0-hb01754f_0.conda - sha256: 19c229d7ca0e866c70ffe79e1258aaab598e7caa7fa258ffe6cbff15b71c1ced - md5: 8074641ca215d6f30b6152d9d79f0b9e - depends: - - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: EPL-1.0 license_family: Other purls: [] - size: 1157652 - timestamp: 1722674488876 + size: 2405073 + timestamp: 1716134379463 - kind: conda name: graphviz - version: 12.0.0 - build: hba01fac_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a - md5: 953e31ea00d46beb7e64a79fc291ec44 + version: 11.0.0 + build: h9bb9bc9_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda + sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e + md5: c004a0e5dfbe0ce38af9ab4684abd236 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - gtk2 - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libstdcxx-ng >=12 + - libglib >=2.80.2,<3.0a0 + - librsvg >=2.58.0,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other - size: 2303111 - timestamp: 1722673717117 + purls: [] + size: 5047991 + timestamp: 1716134413760 - kind: conda name: graphviz - version: 12.0.0 - build: hba01fac_0 + version: 11.0.0 + build: hc68bbd7_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a - md5: 953e31ea00d46beb7e64a79fc291ec44 + url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda + sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 + md5: 52a531ef95358086a56086c45d97ab75 depends: - - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 @@ -9202,27 +8585,27 @@ packages: - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 + - libglib >=2.80.2,<3.0a0 + - librsvg >=2.58.0,<3.0a0 - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 2303111 - timestamp: 1722673717117 + size: 2304422 + timestamp: 1716134196230 - kind: conda name: graphviz - version: 12.0.0 - build: hbf8cc41_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 - md5: 29c0dcbd4ec7135b7a55805aa3a5a331 + version: 11.0.0 + build: hc9017ca_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda + sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f + md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 depends: - - __osx >=11.0 + - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 @@ -9231,304 +8614,209 @@ packages: - libcxx >=16 - libexpat >=2.6.2,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 + - libglib >=2.80.2,<3.0a0 + - librsvg >=2.58.0,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other - size: 5082874 - timestamp: 1722673934247 + purls: [] + size: 5030587 + timestamp: 1716134450573 - kind: conda - name: graphviz - version: 12.0.0 - build: hbf8cc41_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 - md5: 29c0dcbd4ec7135b7a55805aa3a5a331 + name: gst-plugins-base + version: 1.24.6 + build: hb0a98b8_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 + md5: 3bd30e36b539ec931cd9be9ae36544f6 depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 + - gstreamer 1.24.6 h5006eae_0 - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 5082874 - timestamp: 1722673934247 + size: 2064224 + timestamp: 1722361768824 - kind: conda - name: graphviz - version: 12.0.0 - build: he14ced1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c - md5: ef49aa1e3614bfc6fb5369675129c09b + name: gst-plugins-base + version: 1.24.6 + build: hbaaba92_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda + sha256: b4a64deb2e4d066882b3ee8cbe17916a064a64779066fb602e3714a1550cbb06 + md5: b22ffc80ac9af846df60b2640c98fea4 depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 + - __glibc >=2.17,<3.0.a0 + - alsa-lib >=1.2.12,<1.3.0a0 + - gstreamer 1.24.6 haf2f30d_0 - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libopus >=1.3.1,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libvorbis >=1.3.7,<1.4.0a0 + - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - size: 4984341 - timestamp: 1722673941539 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + - xorg-libxxf86vm >=1.1.5,<2.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2793963 + timestamp: 1722361035822 - kind: conda - name: graphviz - version: 12.0.0 - build: he14ced1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c - md5: ef49aa1e3614bfc6fb5369675129c09b + name: gstreamer + version: 1.24.6 + build: h5006eae_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 + md5: 81ffb18e1c5f4bd508b357f18292a597 depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 + - glib >=2.80.3,<3.0a0 - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 4984341 - timestamp: 1722673941539 + size: 2026706 + timestamp: 1722361578619 - kind: conda - name: gtk2 - version: 2.24.33 - build: h8ee276e_7 - build_number: 7 + name: gstreamer + version: 1.24.6 + build: haf2f30d_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 - md5: 28a9681054948a7d7e96a7b8fe9b604e + url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda + sha256: dc20889527dbbb4bb2843f38ab38db14cb5425749a254651d28d47409bbe08e0 + md5: a15d7b21e4b7b82b87ba04c3b46c1317 depends: - __glibc >=2.17,<3.0.a0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.12,<0.10.0a0 - license: LGPL-2.1-or-later - size: 6521748 - timestamp: 1734919384107 + - glib >=2.80.3,<3.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2020818 + timestamp: 1722360910449 - kind: conda name: gtk2 version: 2.24.33 - build: h8ee276e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 - md5: 28a9681054948a7d7e96a7b8fe9b604e + build: h2c15c3c_5 + build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 + md5: 308376a1154bc0ab3bbeeccf6ff986be depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 + - cairo >=1.18.0,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libintl >=0.22.5,<1.0a0 - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.12,<0.10.0a0 license: LGPL-2.1-or-later purls: [] - size: 6521748 - timestamp: 1734919384107 + size: 6162947 + timestamp: 1721286459536 - kind: conda name: gtk2 version: 2.24.33 - build: ha6b09d8_7 - build_number: 7 + build: h4cb56f0_5 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b - md5: c4558cdc1278a6d1949c265adb0e7835 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae + md5: 1e19ec7c57430dcd5e475e21209f3996 depends: - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.12,<0.10.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: LGPL-2.1-or-later - size: 6621659 - timestamp: 1734927874980 + purls: [] + size: 6591811 + timestamp: 1721293692701 - kind: conda name: gtk2 version: 2.24.33 - build: ha6b09d8_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b - md5: c4558cdc1278a6d1949c265adb0e7835 + build: h6470451_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 + md5: 1483ba046164be27df7f6eddbcec3a12 depends: + - __glibc >=2.17,<3.0.a0 - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.12,<0.10.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 license: LGPL-2.1-or-later purls: [] - size: 6621659 - timestamp: 1734927874980 -- kind: conda - name: gtk2 - version: 2.24.33 - build: hc5c4cae_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 - md5: 3a2a37b8a8e407421dce820377d84da6 - depends: - - __osx >=11.0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - size: 6193142 - timestamp: 1734920088088 + size: 6501561 + timestamp: 1721285940408 - kind: conda name: gtk2 version: 2.24.33 - build: hc5c4cae_7 - build_number: 7 + build: h91d5085_5 + build_number: 5 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 - md5: 3a2a37b8a8e407421dce820377d84da6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + sha256: 26ca08e16bb530465370d94309bfb500438f6cff4d6cf85725db3b7afcd9eccd + md5: 23558d38b8e80959b74cfe83acad7c66 depends: - __osx >=11.0 - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 6193142 - timestamp: 1734920088088 -- kind: conda - name: gtk2 - version: 2.24.33 - build: he806959_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 - md5: c4bf60cbe56ab09fbd30809aaa89b333 - depends: - - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - size: 6072642 - timestamp: 1734919573363 -- kind: conda - name: gtk2 - version: 2.24.33 - build: he806959_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 - md5: c4bf60cbe56ab09fbd30809aaa89b333 - depends: - - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - libglib >=2.80.3,<3.0a0 - libintl >=0.22.5,<1.0a0 - pango >=1.54.0,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 6072642 - timestamp: 1734919573363 -- kind: conda - name: gts - version: 0.7.6 - build: h53e17e3_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 - md5: 848cc963fcfbd063c7a023024aa3bec0 - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 280972 - timestamp: 1686545425074 + size: 6152068 + timestamp: 1721286930050 - kind: conda name: gts version: 0.7.6 @@ -9562,44 +8850,9 @@ packages: - vc14_runtime >=14.29.30139 license: LGPL-2.0-or-later license_family: LGPL + purls: [] size: 188688 timestamp: 1686545648050 -- kind: conda - name: gts - version: 0.7.6 - build: h6b5321d_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 - md5: a41f14768d5e377426ad60c613f2923b - depends: - - libglib >=2.76.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 188688 - timestamp: 1686545648050 -- kind: conda - name: gts - version: 0.7.6 - build: h977cf35_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b - md5: 4d8df0b0db060d33c9a702ada998a8fe - depends: - - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 318312 - timestamp: 1686545244763 - kind: conda name: gts version: 0.7.6 @@ -9618,23 +8871,6 @@ packages: purls: [] size: 318312 timestamp: 1686545244763 -- kind: conda - name: gts - version: 0.7.6 - build: he293c15_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c - md5: 2aeaeddbd89e84b60165463225814cfc - depends: - - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - size: 332673 - timestamp: 1686545222091 - kind: conda name: gts version: 0.7.6 @@ -9653,22 +8889,6 @@ packages: purls: [] size: 332673 timestamp: 1686545222091 -- kind: conda - name: gts - version: 0.7.6 - build: he42f4ea_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba - md5: 21b4dd3098f63a74cf2aa9159cbef57d - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - size: 304331 - timestamp: 1686545503242 - kind: conda name: gts version: 0.7.6 @@ -9689,414 +8909,396 @@ packages: - kind: conda name: h2 version: 4.1.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c - md5: 825927dc7b0f287ef8d4d0011bb113b1 - depends: - - hpack >=4.0,<5 - - hyperframe >=6.0,<7 - - python >=3.9 - license: MIT - license_family: MIT - size: 52000 - timestamp: 1733298867359 -- kind: conda - name: h2 - version: 4.1.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c - md5: 825927dc7b0f287ef8d4d0011bb113b1 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: b748fbf7060927a6e82df7cb5ee8f097 depends: - hpack >=4.0,<5 - hyperframe >=6.0,<7 - - python >=3.9 + - python >=3.6.1 license: MIT license_family: MIT purls: - pkg:pypi/h2?source=conda-forge-mapping - size: 52000 - timestamp: 1733298867359 + size: 46754 + timestamp: 1634280590080 - kind: conda name: harfbuzz - version: 10.1.0 - build: h0b3b770_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda - sha256: da2b3b3c1fc34444fa484ed227e4c2d313cdff2ed3ce5a45d01f07b78f9273f8 - md5: ab1d7d56034814f4c3ed9f69f8c68806 + version: 9.0.0 + build: h053f038_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda + sha256: eb94445e4ea3e794582f47365d3b429adfddc24209a39bb8102f17198a0661e1 + md5: 0a4256cad662dc36666221a2a8daa34e depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libstdcxx >=13 + - icu >=73.2,<74.0a0 + - libcxx >=16 + - libglib >=2.80.2,<3.0a0 license: MIT license_family: MIT - size: 1600521 - timestamp: 1733706966476 + purls: [] + size: 1355063 + timestamp: 1719580353790 - kind: conda name: harfbuzz - version: 10.1.0 - build: h0b3b770_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.1.0-h0b3b770_0.conda - sha256: da2b3b3c1fc34444fa484ed227e4c2d313cdff2ed3ce5a45d01f07b78f9273f8 - md5: ab1d7d56034814f4c3ed9f69f8c68806 + version: 9.0.0 + build: h1836168_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda + sha256: 9d2a30e652c0f0e6d7f87a527687d74ea8eaa0274199e08122dd6b400f23d9cb + md5: b6b6313a34c08e587c04dc2ed9a6c724 depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libstdcxx >=13 + - icu >=73.2,<74.0a0 + - libcxx >=16 + - libglib >=2.80.2,<3.0a0 license: MIT license_family: MIT purls: [] - size: 1600521 - timestamp: 1733706966476 + size: 1320754 + timestamp: 1719580394276 - kind: conda name: harfbuzz - version: 10.1.0 - build: h467a7e8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda - sha256: 1a8583682f40ad848e650276b8b2f7116f50f94745a12aaff8aff5afd22599c9 - md5: 0c16053a4be93d286e4e86fdccdd7295 + version: 9.0.0 + build: h81778c3_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa + md5: 7b49dd4fc5ec701184302e848c79d813 depends: - - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 1399328 - timestamp: 1733707122714 + purls: [] + size: 1100946 + timestamp: 1719581231427 - kind: conda name: harfbuzz - version: 10.1.0 - build: h467a7e8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.1.0-h467a7e8_0.conda - sha256: 1a8583682f40ad848e650276b8b2f7116f50f94745a12aaff8aff5afd22599c9 - md5: 0c16053a4be93d286e4e86fdccdd7295 + version: 9.0.0 + build: h9812418_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda + sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 + md5: d783645c712ed75677dda0f87a4fae1b depends: - - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 1399328 - timestamp: 1733707122714 + size: 1618051 + timestamp: 1719583714412 - kind: conda name: harfbuzz - version: 10.1.0 - build: h9df47df_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda - sha256: 8b56a8e0847a2a86a80211f5c5e4f19d0d7fa0be12cc1a5337e555857757cc6d - md5: bbd10a18fb41d0892fbb3aa810b4937d + version: 9.0.0 + build: hfac3d4d_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda + sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 + md5: c7b47c64af53e8ecee01d101eeab2342 depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 1357252 - timestamp: 1733707517728 + purls: [] + size: 1590518 + timestamp: 1719579998295 - kind: conda - name: harfbuzz - version: 10.1.0 - build: h9df47df_0 + name: hdf4 + version: 4.2.15 + build: h2a13503_7 + build_number: 7 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda + sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 + md5: bd77f8da987968ec3927990495dc22e4 + depends: + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 756742 + timestamp: 1695661547874 +- kind: conda + name: hdf4 + version: 4.2.15 + build: h2ee6834_7 + build_number: 7 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.1.0-h9df47df_0.conda - sha256: 8b56a8e0847a2a86a80211f5c5e4f19d0d7fa0be12cc1a5337e555857757cc6d - md5: bbd10a18fb41d0892fbb3aa810b4937d + url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda + sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 + md5: ff5d749fd711dc7759e127db38005924 depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=75.1,<76.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - license: MIT - license_family: MIT + - libcxx >=15.0.7 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 1357252 - timestamp: 1733707517728 + size: 762257 + timestamp: 1695661864625 - kind: conda - name: harfbuzz - version: 10.1.0 - build: ha6ce084_0 + name: hdf4 + version: 4.2.15 + build: h5557f11_7 + build_number: 7 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda - sha256: 47c58914d172a6f75e882be8a192f4b5eb7017d2bab8efb572c825c66beac384 - md5: ad1da267c13505dbcc7fb9f0d21f24ae + url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 + md5: 84344a916a73727c1326841007b52ca8 depends: - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1100980 - timestamp: 1733707770488 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 779637 + timestamp: 1695662145568 - kind: conda - name: harfbuzz - version: 10.1.0 - build: ha6ce084_0 + name: hdf4 + version: 4.2.15 + build: h8138101_7 + build_number: 7 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda + sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d + md5: 7ce543bf38dbfae0de9af112ee178af2 + depends: + - libcxx >=15.0.7 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 724103 + timestamp: 1695661907511 +- kind: conda + name: hdf4 + version: 4.2.15 + build: hb6ba311_7 + build_number: 7 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda + sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 + md5: e1b6676b77b9690d07ea25de48aed97e + depends: + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 773862 + timestamp: 1695661552544 +- kind: conda + name: hdf5 + version: 1.14.3 + build: nompi_h2b43c12_105 + build_number: 105 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.1.0-ha6ce084_0.conda - sha256: 47c58914d172a6f75e882be8a192f4b5eb7017d2bab8efb572c825c66beac384 - md5: ad1da267c13505dbcc7fb9f0d21f24ae + url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 + md5: 5788de34381caf624b78c4981618dc0a depends: - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: [] - size: 1100980 - timestamp: 1733707770488 + size: 2039111 + timestamp: 1717587493910 - kind: conda - name: harfbuzz - version: 10.1.0 - build: hbdc1db7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda - sha256: 69a269f04f72632f5949e422c2ff673e408a76a9bf451e4e4e58a0996e1e8e65 - md5: 881e8d9b31e1a7335d4dea4d66851bc0 + name: hdf5 + version: 1.14.3 + build: nompi_h687a608_105 + build_number: 105 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda + sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 + md5: 98544299f6bb2ef4d7362506a3dde886 depends: - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libstdcxx >=13 - license: MIT - license_family: MIT - size: 1626591 - timestamp: 1733709685847 + - __osx >=10.13 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3733954 + timestamp: 1717588360008 - kind: conda - name: harfbuzz - version: 10.1.0 - build: hbdc1db7_0 + name: hdf5 + version: 1.14.3 + build: nompi_hd1676c9_105 + build_number: 105 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.1.0-hbdc1db7_0.conda - sha256: 69a269f04f72632f5949e422c2ff673e408a76a9bf451e4e4e58a0996e1e8e65 - md5: 881e8d9b31e1a7335d4dea4d66851bc0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda + sha256: 1361452c161a780f0e1e7a185917d738b609327350ef1711430cd9e06a881b84 + md5: 55dd1e8edf52fc44e71cf1c6890032c8 depends: - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libstdcxx >=13 - license: MIT - license_family: MIT + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 1626591 - timestamp: 1733709685847 + size: 3988950 + timestamp: 1717596727874 +- kind: conda + name: hdf5 + version: 1.14.3 + build: nompi_hdf9ad27_105 + build_number: 105 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda + sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a + md5: 7e1729554e209627636a0f6fabcdd115 + depends: + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3911675 + timestamp: 1717587866574 +- kind: conda + name: hdf5 + version: 1.14.3 + build: nompi_hec07895_105 + build_number: 105 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda + sha256: 5d87a1b63862e7da78c7bd9c17dea3526c0462c11df9004943cfa4569cc25dd3 + md5: f9c8c7304d52c8846eab5d6c34219812 + depends: + - __osx >=11.0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3445248 + timestamp: 1717587775787 - kind: conda name: hpack version: 4.0.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyh9f0ad1d_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 - md5: 2aa5ff7fa34a81b9196532c84c10d865 + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 914d6646c4dbb1fd3ff539830a12fd71 depends: - - python >=3.9 + - python license: MIT license_family: MIT - size: 29412 - timestamp: 1733299296857 -- kind: conda - name: hpack - version: 4.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 - md5: 2aa5ff7fa34a81b9196532c84c10d865 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/hpack?source=conda-forge-mapping - size: 29412 - timestamp: 1733299296857 -- kind: conda - name: hyperframe - version: 6.0.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b - md5: 566e75c90c1d0c8c459eb0ad9833dc7a - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 17239 - timestamp: 1733298862681 + purls: + - pkg:pypi/hpack?source=conda-forge-mapping + size: 25341 + timestamp: 1598856368685 - kind: conda name: hyperframe version: 6.0.1 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b - md5: 566e75c90c1d0c8c459eb0ad9833dc7a + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 9f765cbfab6870c8435b9eefecd7a1f4 depends: - - python >=3.9 + - python >=3.6 license: MIT license_family: MIT purls: - pkg:pypi/hyperframe?source=conda-forge-mapping - size: 17239 - timestamp: 1733298862681 -- kind: conda - name: icu - version: '75.1' - build: h120a0e1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 - md5: d68d48a3060eb5abdc1cdc8e2a3a5966 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - size: 11761697 - timestamp: 1720853679409 -- kind: conda - name: icu - version: '75.1' - build: h120a0e1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 - md5: d68d48a3060eb5abdc1cdc8e2a3a5966 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 11761697 - timestamp: 1720853679409 -- kind: conda - name: icu - version: '75.1' - build: he02047a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e - md5: 8b189310083baabfb622af68fd9d3ae3 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 12129203 - timestamp: 1720853576813 + size: 14646 + timestamp: 1619110249723 - kind: conda name: icu - version: '75.1' - build: he02047a_0 + version: '73.2' + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e - md5: 8b189310083baabfb622af68fd9d3ae3 + url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 + md5: cc47e1facc155f91abd89b11e48e72ff depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 12129203 - timestamp: 1720853576813 -- kind: conda - name: icu - version: '75.1' - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 - md5: 8579b6bb8d18be7c0b27fb08adeeeb40 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 14544252 - timestamp: 1720853966338 + size: 12089150 + timestamp: 1692900650789 - kind: conda name: icu - version: '75.1' - build: he0c23c2_0 + version: '73.2' + build: h63175ca_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 - md5: 8579b6bb8d18be7c0b27fb08adeeeb40 + url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c + md5: 0f47d9e3192d9e09ae300da0d28e0f56 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -10104,102 +9306,67 @@ packages: license: MIT license_family: MIT purls: [] - size: 14544252 - timestamp: 1720853966338 -- kind: conda - name: icu - version: '75.1' - build: hf9b3779_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 - md5: 268203e8b983fddb6412b36f2024e75c - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - size: 12282786 - timestamp: 1720853454991 + size: 13422193 + timestamp: 1692901469029 - kind: conda name: icu - version: '75.1' - build: hf9b3779_0 + version: '73.2' + build: h787c7f5_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 - md5: 268203e8b983fddb6412b36f2024e75c + url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda + sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 + md5: 9d3c29d71f28452a2e843aff8cbe09d2 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 12282786 - timestamp: 1720853454991 + size: 12237094 + timestamp: 1692900632394 - kind: conda name: icu - version: '75.1' - build: hfee45f7_0 + version: '73.2' + build: hc8870d7_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 - md5: 5eb22c1d7b3fc4abb50d92d621583137 - depends: - - __osx >=11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda + sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 + md5: 8521bd47c0e11c5902535bb1a17c565f license: MIT license_family: MIT - size: 11857802 - timestamp: 1720853997952 + purls: [] + size: 11997841 + timestamp: 1692902104771 - kind: conda name: icu - version: '75.1' - build: hfee45f7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 - md5: 5eb22c1d7b3fc4abb50d92d621583137 - depends: - - __osx >=11.0 + version: '73.2' + build: hf5e326d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + md5: 5cc301d759ec03f28328428e28f65591 license: MIT license_family: MIT purls: [] - size: 11857802 - timestamp: 1720853997952 -- kind: conda - name: idna - version: '3.10' - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 - md5: 39a4f67be3286c86d696df570b1201b7 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 49765 - timestamp: 1733211921194 + size: 11787527 + timestamp: 1692901622519 - kind: conda name: idna - version: '3.10' - build: pyhd8ed1ab_1 - build_number: 1 + version: '3.7' + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 - md5: 39a4f67be3286c86d696df570b1201b7 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b + md5: c0cc1420498b17414d8617d0b9f506ca depends: - - python >=3.9 + - python >=3.6 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/idna?source=conda-forge-mapping - size: 49765 - timestamp: 1733211921194 + size: 52718 + timestamp: 1713279497047 - kind: conda name: imagesize version: 1.4.1 @@ -10219,177 +9386,108 @@ packages: timestamp: 1656939625410 - kind: conda name: importlib-metadata - version: 8.5.0 - build: pyha770c72_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 - md5: 315607a3030ad5d5227e76e0733798ff - depends: - - python >=3.9 - - zipp >=0.5 - license: Apache-2.0 - license_family: APACHE - size: 28623 - timestamp: 1733223207185 -- kind: conda - name: importlib-metadata - version: 8.5.0 - build: pyha770c72_1 - build_number: 1 + version: 8.2.0 + build: pyha770c72_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 - md5: 315607a3030ad5d5227e76e0733798ff + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a + md5: c261d14fc7f49cdd403868998a18c318 depends: - - python >=3.9 + - python >=3.8 - zipp >=0.5 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 28623 - timestamp: 1733223207185 -- kind: conda - name: importlib-resources - version: 6.4.5 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - sha256: 6f0dd1966593ac8b9c9cc86a6c38febd1001048cc911c1cad0838d6297b5711d - md5: 59561d9b70f9df3b884c29910eba6593 - depends: - - importlib_resources >=6.4.5,<6.4.6.0a0 - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - size: 9598 - timestamp: 1733231448458 + size: 28110 + timestamp: 1721856614564 - kind: conda name: importlib-resources - version: 6.4.5 - build: pyhd8ed1ab_1 - build_number: 1 + version: 6.4.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.5-pyhd8ed1ab_1.conda - sha256: 6f0dd1966593ac8b9c9cc86a6c38febd1001048cc911c1cad0838d6297b5711d - md5: 59561d9b70f9df3b884c29910eba6593 + url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 + md5: dcbadab7a68738a028e195ab68ab2d2e depends: - - importlib_resources >=6.4.5,<6.4.6.0a0 - - python >=3.9 + - importlib_resources >=6.4.0,<6.4.1.0a0 + - python >=3.8 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 9598 - timestamp: 1733231448458 + size: 9657 + timestamp: 1711041029062 - kind: conda - name: importlib_resources - version: 6.4.5 - build: pyhd8ed1ab_1 - build_number: 1 + name: importlib_metadata + version: 8.2.0 + build: hd8ed1ab_0 subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - sha256: 461199e429a3db01f0a673f8beaac5e0be75b88895952fb9183f2ab01c5c3c24 - md5: 15798fa69312d433af690c8c42b3fb36 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 + md5: 0fd030dce707a6654472cf7619b0b01b depends: - - python >=3.9 - - zipp >=3.1.0 - constrains: - - importlib-resources >=6.4.5,<6.4.6.0a0 + - importlib-metadata >=8.2.0,<8.2.1.0a0 license: Apache-2.0 license_family: APACHE - size: 32701 - timestamp: 1733231441973 + purls: + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 9330 + timestamp: 1721856618848 - kind: conda name: importlib_resources - version: 6.4.5 - build: pyhd8ed1ab_1 - build_number: 1 + version: 6.4.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda - sha256: 461199e429a3db01f0a673f8beaac5e0be75b88895952fb9183f2ab01c5c3c24 - md5: 15798fa69312d433af690c8c42b3fb36 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda + sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de + md5: c5d3907ad8bd7bf557521a1833cf7e6d depends: - - python >=3.9 + - python >=3.8 - zipp >=3.1.0 constrains: - - importlib-resources >=6.4.5,<6.4.6.0a0 + - importlib-resources >=6.4.0,<6.4.1.0a0 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 32701 - timestamp: 1733231441973 -- kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca - md5: 6837f3eff7dcea42ecd714ce1ac2b108 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 11474 - timestamp: 1733223232820 + size: 33056 + timestamp: 1711041009039 - kind: conda name: iniconfig version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca - md5: 6837f3eff7dcea42ecd714ce1ac2b108 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + md5: f800d2da156d08e289b14e87e43c1ae5 depends: - - python >=3.9 + - python >=3.7 license: MIT license_family: MIT purls: - pkg:pypi/iniconfig?source=conda-forge-mapping - size: 11474 - timestamp: 1733223232820 -- kind: conda - name: intel-openmp - version: 2024.2.1 - build: h57928b3_1083 - build_number: 1083 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 - md5: 2d89243bfb53652c182a7c73182cce4f - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 1852356 - timestamp: 1723739573141 + size: 11101 + timestamp: 1673103208955 - kind: conda name: intel-openmp - version: 2024.2.1 - build: h57928b3_1083 - build_number: 1083 + version: 2024.2.0 + build: h57928b3_980 + build_number: 980 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 - md5: 2d89243bfb53652c182a7c73182cce4f + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 + md5: 9c28c39e64871a0adef7d1195bd58655 license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 1852356 - timestamp: 1723739573141 + size: 1860328 + timestamp: 1721088141110 - kind: conda name: ipykernel version: 6.29.5 @@ -10543,174 +9641,105 @@ packages: timestamp: 1701832398069 - kind: conda name: jedi - version: 0.19.2 - build: pyhd8ed1ab_1 - build_number: 1 + version: 0.19.1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 - md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + 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.9 - license: Apache-2.0 AND MIT + - python >=3.6 + license: MIT + license_family: MIT purls: - pkg:pypi/jedi?source=conda-forge-mapping - size: 843646 - timestamp: 1733300981994 -- kind: conda - name: jinja2 - version: 3.1.5 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 - md5: 2752a6ed44105bfb18c9bef1177d9dcd - depends: - - markupsafe >=2.0 - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 112561 - timestamp: 1734824044952 + size: 841312 + timestamp: 1696326218364 - kind: conda name: jinja2 - version: 3.1.5 + version: 3.1.4 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 - md5: 2752a6ed44105bfb18c9bef1177d9dcd + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d + md5: 7b86ecb7d3557821c649b3c31e3eb9f2 depends: - markupsafe >=2.0 - - python >=3.9 + - python >=3.7 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jinja2?source=conda-forge-mapping - size: 112561 - timestamp: 1734824044952 -- kind: conda - name: json-c - version: '0.18' - build: h6688a6e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda - sha256: 09e706cb388d3ea977fabcee8e28384bdaad8ce1fc49340df5f868a2bd95a7da - md5: 38f5dbc9ac808e31c00650f7be1db93f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 82709 - timestamp: 1726487116178 + size: 111565 + timestamp: 1715127275924 - kind: conda name: json-c - version: '0.18' - build: h6688a6e_0 + version: '0.17' + build: h1220068_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda - sha256: 09e706cb388d3ea977fabcee8e28384bdaad8ce1fc49340df5f868a2bd95a7da - md5: 38f5dbc9ac808e31c00650f7be1db93f + url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda + sha256: 0caf06ccfbd6f9a7b3a1e09fa83e318c9e84f2d1c1003a9e486f2600f4096720 + md5: f8f0f0c4338bad5c34a4e9e11460481d depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 82709 - timestamp: 1726487116178 -- kind: conda - name: json-c - version: '0.18' - build: hc62ec3d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda - sha256: b58f8002318d6b880a98e1b0aa943789b3b0f49334a3bdb9c19b463a0b799cad - md5: 2c5a3c42de607dda0cfa0edd541fd279 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - size: 71514 - timestamp: 1726487153769 + size: 83682 + timestamp: 1720812978049 - kind: conda name: json-c - version: '0.18' - build: hc62ec3d_0 + version: '0.17' + build: h6253ea5_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda - sha256: b58f8002318d6b880a98e1b0aa943789b3b0f49334a3bdb9c19b463a0b799cad - md5: 2c5a3c42de607dda0cfa0edd541fd279 + url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda + sha256: 66ddd1a4d643c7c800a1bb8e61f5f4198ec102be37db9a6d2e037004442eff8d + md5: fb72a2ef514c2df4ba035187945a6dcf depends: - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 71514 - timestamp: 1726487153769 -- kind: conda - name: json-c - version: '0.18' - build: hd4cd8d4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda - sha256: 54794a9aaeabb4d9010574f92e13c20f2fe9a8b5ec7cacf033d50cc339c86e32 - md5: 9c23430bcadd724434a88657abbeef46 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 89391 - timestamp: 1726487169057 -- kind: conda - name: json-c - version: '0.18' - build: hd4cd8d4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda - sha256: 54794a9aaeabb4d9010574f92e13c20f2fe9a8b5ec7cacf033d50cc339c86e32 - md5: 9c23430bcadd724434a88657abbeef46 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 89391 - timestamp: 1726487169057 + size: 72163 + timestamp: 1720813111542 - kind: conda name: json-c - version: '0.18' - build: he4178ee_0 + version: '0.17' + build: he54c16a_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda - sha256: 73179a1cd0b45c09d4f631cb359d9e755e6e573c5d908df42006728e0bf8297c - md5: 94f14ef6157687c30feb44e1abecd577 + url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda + sha256: b12b280c0179628b2aa355286331d48b136104cf96179c355971f2e7c5b226ac + md5: 4831302cd6badbdb87c0334163fb7d68 depends: - __osx >=11.0 license: MIT license_family: MIT - size: 73715 - timestamp: 1726487214495 + purls: [] + size: 74409 + timestamp: 1720813255190 - kind: conda name: json-c - version: '0.18' - build: he4178ee_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda - sha256: 73179a1cd0b45c09d4f631cb359d9e755e6e573c5d908df42006728e0bf8297c - md5: 94f14ef6157687c30feb44e1abecd577 + version: '0.17' + build: hf9262ea_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda + sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f + md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f depends: - - __osx >=11.0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 73715 - timestamp: 1726487214495 + size: 88473 + timestamp: 1720813047136 - kind: conda name: jsonschema version: 3.2.0 @@ -10757,18 +9786,17 @@ packages: timestamp: 1614815999960 - kind: conda name: jupyter_client - version: 8.6.3 - build: pyhd8ed1ab_1 - build_number: 1 + version: 8.6.2 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a - md5: 4ebae00eae9705b0c3d6d1018a81d047 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c + md5: 3cdbb2fa84490e5fd44c9f9806c0d292 depends: - - importlib-metadata >=4.8.3 + - importlib_metadata >=4.8.3 - jupyter_core >=4.12,!=5.0.* - - python >=3.9 + - python >=3.8 - python-dateutil >=2.8.2 - pyzmq >=23.0 - tornado >=6.2 @@ -10777,92 +9805,106 @@ packages: license_family: BSD purls: - pkg:pypi/jupyter-client?source=conda-forge-mapping - size: 106342 - timestamp: 1733441040958 + size: 106248 + timestamp: 1716472312833 - kind: conda name: jupyter_core - version: 5.7.2 - build: pyh31011fe_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd - md5: 0a2980dada0dd7fd0998f0342308b1b1 + version: 5.7.1 + build: py39h6e9494a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda + sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e + md5: 9611b1806866adc1693cfb5a323f16e4 depends: - - __unix - platformdirs >=2.5 - - python >=3.8 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - size: 57671 - timestamp: 1727163547058 + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 80149 + timestamp: 1704727554036 - kind: conda name: jupyter_core version: 5.7.2 - build: pyh31011fe_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda - sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd - md5: 0a2980dada0dd7fd0998f0342308b1b1 + build: py39h2804cbe_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda + sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 + md5: 4466162887415f41a30c5c70776bee76 depends: - - __unix - platformdirs >=2.5 - - python >=3.8 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 57671 - timestamp: 1727163547058 + size: 79895 + timestamp: 1710257881036 - kind: conda name: jupyter_core version: 5.7.2 - build: pyh5737063_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd - md5: 46d87d1c0ea5da0aae36f77fa406e20d + build: py39h4420490_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda + sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 + md5: 7d9cb6936e2b7c33480a8890d4f2d41c depends: - - __win - - cpython - platformdirs >=2.5 - - python >=3.8 - - pywin32 >=300 - - traitlets >=5.3 - license: BSD-3-Clause + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - traitlets >=5.3 + license: BSD-3-Clause license_family: BSD - size: 58269 - timestamp: 1727164026641 + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 80302 + timestamp: 1710257538687 - kind: conda name: jupyter_core version: 5.7.2 - build: pyh5737063_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd - md5: 46d87d1c0ea5da0aae36f77fa406e20d + build: py39hcbf5309_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 + md5: 78ec20214b67efe5caebb4f08bdee094 depends: - - __win - - cpython - platformdirs >=2.5 - - python >=3.8 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - pywin32 >=300 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 58269 - timestamp: 1727164026641 + size: 96366 + timestamp: 1710257842034 +- kind: conda + name: jupyter_core + version: 5.7.2 + build: py39hf3d152e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda + sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf + md5: 612f7a003a8a407955572c0d53952ceb + depends: + - platformdirs >=2.5 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 79658 + timestamp: 1710257600539 - kind: pypi name: jupyterlab-pygments version: 0.3.0 @@ -10871,61 +9913,118 @@ packages: requires_python: '>=3.8' - kind: conda name: jupytext - version: 1.16.6 + version: 1.16.4 build: pyh80e38bb_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 - md5: f25972a8da0a44826594059a1bb4d82a + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 + md5: 1df7fd1594a7f2f6496ff23834a099bf depends: - markdown-it-py >=1.0 - mdit-py-plugins - nbformat - packaging - - python >=3.9 + - python >=3.8 - pyyaml - tomli license: MIT license_family: MIT - size: 105177 - timestamp: 1734606557069 + purls: + - pkg:pypi/jupytext?source=conda-forge-mapping + size: 104513 + timestamp: 1722332096729 - kind: conda - name: jupytext - version: 1.16.6 - build: pyh80e38bb_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 - md5: f25972a8da0a44826594059a1bb4d82a + name: kealib + version: 1.5.3 + build: h6c43f9b_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 + md5: a20c9e3598a55ca3e61cad90ef33ada3 depends: - - markdown-it-py >=1.0 - - mdit-py-plugins - - nbformat - - packaging - - python >=3.9 - - pyyaml - - tomli + - hdf5 >=1.14.3,<1.14.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: - - pkg:pypi/jupytext?source=conda-forge-mapping - size: 105177 - timestamp: 1734606557069 + purls: [] + size: 133355 + timestamp: 1716158947179 - kind: conda - name: keyutils - version: 1.6.1 - build: h166bdaf_0 + name: kealib + version: 1.5.3 + build: h848a2d4_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda + sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 + md5: dafdda3213a216870027af0c76f204c7 + depends: + - __osx >=11.0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 142911 + timestamp: 1716158475936 +- kind: conda + name: kealib + version: 1.5.3 + build: h8e54105_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + sha256: 5174d4475ddbe6aa97ffdc23c1582ddc3f921bc6f9ee01d8bea7e74b25f4479a + md5: 1e6ad5c605e5f613b119c1afba688923 + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 140223 + timestamp: 1716158308507 +- kind: conda + name: kealib + version: 1.5.3 + build: hb2b617a_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda + sha256: 3150dedf047284e8b808a169dfe630d818d8513b79d08a5404b90973c61c6914 + md5: e24e1fa559fd29c34593d6a47b459443 + depends: + - __osx >=10.13 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 152270 + timestamp: 1716158359765 +- kind: conda + name: kealib + version: 1.5.3 + build: hee9dde6_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - md5: 30186d27e2c9fa62b45fb1476b7200e3 + url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 + md5: c5b7b29e2b66107553d0366538257a51 depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 117831 - timestamp: 1646151697040 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 170709 + timestamp: 1716158265533 - kind: conda name: keyutils version: 1.6.1 @@ -10940,19 +10039,6 @@ packages: purls: [] size: 117831 timestamp: 1646151697040 -- kind: conda - name: keyutils - version: 1.6.1 - build: h4e544f5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b - md5: 1f24853e59c68892452ef94ddd8afd4b - depends: - - libgcc-ng >=10.3.0 - license: LGPL-2.1-or-later - size: 112327 - timestamp: 1646166857935 - kind: conda name: keyutils version: 1.6.1 @@ -10969,104 +10055,13 @@ packages: timestamp: 1646166857935 - kind: conda name: kiwisolver - version: 1.4.7 - build: py39h0d8d0ca_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - sha256: 5efa62bc526877e00b535768c7f11680837eb45cd94cc1a4a3f264c0d0796cd5 - md5: b7a88917676e918e17feaba71cfddbab - depends: - - __osx >=10.13 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 60192 - timestamp: 1725459428281 -- kind: conda - name: kiwisolver - version: 1.4.7 - build: py39h0d8d0ca_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - sha256: 5efa62bc526877e00b535768c7f11680837eb45cd94cc1a4a3f264c0d0796cd5 - md5: b7a88917676e918e17feaba71cfddbab - depends: - - __osx >=10.13 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 60192 - timestamp: 1725459428281 -- kind: conda - name: kiwisolver - version: 1.4.7 - build: py39h157d57c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - sha256: 4cf473ab535c879a7c52cc424393b28d55d1cef862aef4b10d70e592de639db2 - md5: 6eceef984bf5995ff335d03d0529a436 - depends: - - __osx >=11.0 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 59272 - timestamp: 1725459740832 -- kind: conda - name: kiwisolver - version: 1.4.7 - build: py39h157d57c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - sha256: 4cf473ab535c879a7c52cc424393b28d55d1cef862aef4b10d70e592de639db2 - md5: 6eceef984bf5995ff335d03d0529a436 - depends: - - __osx >=11.0 - - libcxx >=17 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 59272 - timestamp: 1725459740832 -- kind: conda - name: kiwisolver - version: 1.4.7 - build: py39h2b77a98_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 - md5: c116c25e2e36f770f065559ad2a1da73 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 55579 - timestamp: 1725459633517 -- kind: conda - name: kiwisolver - version: 1.4.7 - build: py39h2b77a98_0 + version: 1.4.5 + build: py39h1f6ef14_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 - md5: c116c25e2e36f770f065559ad2a1da73 + url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 + md5: 4fc5bd0a7b535252028c647cc27d6c87 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -11077,100 +10072,87 @@ packages: license_family: BSD purls: - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 55579 - timestamp: 1725459633517 + size: 55660 + timestamp: 1695380433980 - kind: conda name: kiwisolver - version: 1.4.7 - build: py39h74842e3_0 + version: 1.4.5 + build: py39h7633fee_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - sha256: 862384b028e006e77a0489671c67bca552063d0c95c988798126bea340220d9d - md5: 1bf77976372ff6de02af7b75cf034ce5 + url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda + sha256: 620d2aa2c3f016aa569b4a679688cb34f27c05e08555e4860099cf001bd740e4 + md5: c9f74d717e5a2847a9f8b779c54130f2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 72123 - timestamp: 1725459398524 + purls: + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 73457 + timestamp: 1695380118523 - kind: conda name: kiwisolver - version: 1.4.7 - build: py39h74842e3_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - sha256: 862384b028e006e77a0489671c67bca552063d0c95c988798126bea340220d9d - md5: 1bf77976372ff6de02af7b75cf034ce5 + version: 1.4.5 + build: py39h8ee36c8_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b + md5: 6072db04642b21329b0502a177ec18bf depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=15.0.7 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 72123 - timestamp: 1725459398524 + size: 60498 + timestamp: 1695380322018 - kind: conda name: kiwisolver - version: 1.4.7 - build: py39h78c8b8d_0 + version: 1.4.5 + build: py39had2cf8c_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - sha256: 68803ebbdc70ed211c7c24da1a8ce5cdf8b1f55718e326cdfe5933b48891403d - md5: 8dc5516dd121089f14c1a557ecec3224 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + sha256: aa6b1145e81ec1e5458f54b1ce0243cc24a70c6a2da20c6afae0482fed6a05a9 + md5: ddb99610f7b950fdd5ff2aff19136363 depends: - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 72461 - timestamp: 1725460764435 + purls: + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 73233 + timestamp: 1695381496108 - kind: conda name: kiwisolver - version: 1.4.7 - build: py39h78c8b8d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - sha256: 68803ebbdc70ed211c7c24da1a8ce5cdf8b1f55718e326cdfe5933b48891403d - md5: 8dc5516dd121089f14c1a557ecec3224 + version: 1.4.5 + build: py39hbd775c9_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda + sha256: ef29cfa7a05431f89f0bcf456d2d094dc3ff3cdbfebf7210a1fd55755ef61926 + md5: 6a5917bf932fcaae394baaf72cc11edb depends: - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=15.0.7 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 72461 - timestamp: 1725460764435 -- kind: conda - name: krb5 - version: 1.21.3 - build: h237132a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 - depends: - - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1155530 - timestamp: 1719463474401 + size: 62080 + timestamp: 1695380521068 - kind: conda name: krb5 version: 1.21.3 @@ -11190,24 +10172,6 @@ packages: purls: [] size: 1155530 timestamp: 1719463474401 -- kind: conda - name: krb5 - version: 1.21.3 - build: h37d8d59_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b - depends: - - __osx >=10.13 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1185323 - timestamp: 1719463492984 - kind: conda name: krb5 version: 1.21.3 @@ -11227,25 +10191,6 @@ packages: purls: [] size: 1185323 timestamp: 1719463492984 -- kind: conda - name: krb5 - version: 1.21.3 - build: h50a48e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 - md5: 29c10432a2ca1472b53f299ffb2ffa37 - depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - size: 1474620 - timestamp: 1719463205834 - kind: conda name: krb5 version: 1.21.3 @@ -11283,45 +10228,9 @@ packages: - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT + purls: [] size: 1370023 timestamp: 1719463201255 -- kind: conda - name: krb5 - version: 1.21.3 - build: h659f571_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 - depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 1370023 - timestamp: 1719463201255 -- kind: conda - name: krb5 - version: 1.21.3 - build: hdf4eb48_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 - md5: 31aec030344e962fbd7dbbbbd68e60a9 - depends: - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 712034 - timestamp: 1719463874284 - kind: conda name: krb5 version: 1.21.3 @@ -11341,23 +10250,21 @@ packages: size: 712034 timestamp: 1719463874284 - kind: conda - name: lcms2 - version: '2.16' - build: h67d730c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda - sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 - md5: d3592435917b62a8becff3a60db674f6 + name: lame + version: '3.100' + build: h166bdaf_1003 + build_number: 1003 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 + sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab + md5: a8832b479f93521a9e7b5b743803be51 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 507632 - timestamp: 1701648249706 + - libgcc-ng >=12 + license: LGPL-2.0-only + license_family: LGPL + purls: [] + size: 508258 + timestamp: 1664996250081 - kind: conda name: lcms2 version: '2.16' @@ -11368,7 +10275,7 @@ packages: md5: d3592435917b62a8becff3a60db674f6 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 @@ -11388,23 +10295,7 @@ packages: depends: - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: MIT - license_family: MIT - size: 296219 - timestamp: 1701647961116 -- kind: conda - name: lcms2 - version: '2.16' - build: h922389a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d - md5: ffdd8267a04c515e7ce69c727b051414 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] @@ -11420,22 +10311,7 @@ packages: md5: 66f6c134e76fe13cce8a9ea5814b5dd5 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: MIT - license_family: MIT - size: 211959 - timestamp: 1701647962657 -- kind: conda - name: lcms2 - version: '2.16' - build: ha0e7c42_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda - sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 - md5: 66f6c134e76fe13cce8a9ea5814b5dd5 - depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] @@ -11451,22 +10327,7 @@ packages: md5: 1442db8f03517834843666c422238c9b depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: MIT - license_family: MIT - size: 224432 - timestamp: 1701648089496 -- kind: conda - name: lcms2 - version: '2.16' - build: ha2f27b4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda - sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e - md5: 1442db8f03517834843666c422238c9b - depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] @@ -11483,23 +10344,7 @@ packages: depends: - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 - license: MIT - license_family: MIT - size: 245247 - timestamp: 1701647787198 -- kind: conda - name: lcms2 - version: '2.16' - build: hb7c19ff_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 - md5: 51bb7010fc86f70eee639b4bb7a894f5 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] @@ -11507,85 +10352,36 @@ packages: timestamp: 1701647787198 - kind: conda name: ld_impl_linux-64 - version: '2.43' - build: h712a8e2_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda - sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe - md5: 048b02e3962f066da18efe3a21b77672 - depends: - - __glibc >=2.17,<3.0.a0 - constrains: - - binutils_impl_linux-64 2.43 - license: GPL-3.0-only - license_family: GPL - size: 669211 - timestamp: 1729655358674 -- kind: conda - name: ld_impl_linux-64 - version: '2.43' - build: h712a8e2_2 - build_number: 2 + version: '2.40' + build: hf3520f5_7 + build_number: 7 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda - sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe - md5: 048b02e3962f066da18efe3a21b77672 - depends: - - __glibc >=2.17,<3.0.a0 + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + sha256: 764b6950aceaaad0c67ef925417594dd14cd2e22fff864aeef455ac259263d15 + md5: b80f2f396ca2c28b8c14c437a4ed1e74 constrains: - - binutils_impl_linux-64 2.43 + - binutils_impl_linux-64 2.40 license: GPL-3.0-only license_family: GPL purls: [] - size: 669211 - timestamp: 1729655358674 -- kind: conda - name: ld_impl_linux-aarch64 - version: '2.43' - build: h80caac9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - sha256: 80ec7e8f006196808fac5bd4b3773a652847f97bbf08044cd87731424ac64f8b - md5: fcbde5ea19d55468953bf588770c0501 - constrains: - - binutils_impl_linux-aarch64 2.43 - license: GPL-3.0-only - license_family: GPL - size: 698245 - timestamp: 1729655345825 + size: 707602 + timestamp: 1718625640445 - kind: conda name: ld_impl_linux-aarch64 - version: '2.43' - build: h80caac9_2 - build_number: 2 + version: '2.40' + build: h9fc2d93_7 + build_number: 7 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - sha256: 80ec7e8f006196808fac5bd4b3773a652847f97bbf08044cd87731424ac64f8b - md5: fcbde5ea19d55468953bf588770c0501 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda + sha256: 4a6c0bd77e125da8472bd73bba7cd4169a3ce4699b00a3893026ae8664b2387d + md5: 1b0feef706f4d03eff0b76626ead64fc constrains: - - binutils_impl_linux-aarch64 2.43 + - binutils_impl_linux-aarch64 2.40 license: GPL-3.0-only license_family: GPL purls: [] - size: 698245 - timestamp: 1729655345825 -- kind: conda - name: lerc - version: 4.0.0 - build: h27087fc_0 - subdir: linux-64 - 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 - license: Apache-2.0 - license_family: Apache - size: 281798 - timestamp: 1657977462600 + size: 735885 + timestamp: 1718625653417 - kind: conda name: lerc version: 4.0.0 @@ -11602,21 +10398,6 @@ packages: purls: [] size: 281798 timestamp: 1657977462600 -- kind: conda - name: lerc - version: 4.0.0 - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 - md5: 1a0ffc65e03ce81559dbcb0695ad1476 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 262096 - timestamp: 1657978241894 - kind: conda name: lerc version: 4.0.0 @@ -11633,21 +10414,6 @@ packages: purls: [] size: 262096 timestamp: 1657978241894 -- kind: conda - name: lerc - version: 4.0.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 - license: Apache-2.0 - license_family: Apache - size: 194365 - timestamp: 1657977692274 - kind: conda name: lerc version: 4.0.0 @@ -11664,20 +10430,6 @@ packages: purls: [] size: 194365 timestamp: 1657977692274 -- kind: conda - name: lerc - version: 4.0.0 - build: h9a09cb3_0 - subdir: osx-arm64 - 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 - license: Apache-2.0 - license_family: Apache - size: 215721 - timestamp: 1657977558796 - kind: conda name: lerc version: 4.0.0 @@ -11705,741 +10457,503 @@ packages: - libcxx >=13.0.1 license: Apache-2.0 license_family: Apache + purls: [] size: 290319 timestamp: 1657977526749 - kind: conda - name: lerc - version: 4.0.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 + name: libabseil + version: '20240116.2' + build: cxx17_h00cdb27_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda + sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb + md5: f16963d88aed907af8b90878b8d8a05c depends: - - libcxx >=13.0.1 + - __osx >=11.0 + - libcxx >=16 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* license: Apache-2.0 license_family: Apache purls: [] - size: 290319 - timestamp: 1657977526749 + size: 1136123 + timestamp: 1720857649214 - kind: conda - name: libarchive - version: 3.7.7 - build: h1a33361_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda - sha256: fd1f0d23787057fce1c9b7e598e91bde3868cfed02a0c3c666f720bab71b136e - md5: 5cc55f063de099a537a56c4db2e8d58d + name: libabseil + version: '20240116.2' + build: cxx17_h0a1ffab_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda + sha256: a6e1a6f13fd49c24238373838c266101a2bf3b521b0a36a3a7e586b40f50ec5b + md5: 9cadd103cf89edb2ea68d33728511158 depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - size: 744309 - timestamp: 1734021293850 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1283386 + timestamp: 1720857389114 - kind: conda - name: libarchive - version: 3.7.7 - build: h1a33361_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda - sha256: fd1f0d23787057fce1c9b7e598e91bde3868cfed02a0c3c666f720bab71b136e - md5: 5cc55f063de099a537a56c4db2e8d58d + name: libabseil + version: '20240116.2' + build: cxx17_he02047a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda + sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 + md5: c48fc56ec03229f294176923c3265c05 depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* + license: Apache-2.0 + license_family: Apache purls: [] - size: 744309 - timestamp: 1734021293850 + size: 1264712 + timestamp: 1720857377573 - kind: conda - name: libarchive - version: 3.7.7 - build: h3b16cec_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda - sha256: cbce64423e72bcd3576b5cfe0e4edd255900100f72467d5b4ea1d77449ac1ce9 - md5: 1c2eda2163510220b9f9d56a85c8da9d + name: libabseil + version: '20240116.2' + build: cxx17_he0c23c2_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc + md5: 19725e54b7f996e0a5748ec5e9e37ae9 depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1802886 + timestamp: 1720857653184 +- kind: conda + name: libabseil + version: '20240116.2' + build: cxx17_hf036a51_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda + sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac + md5: d6c78ca84abed3fea5f308ac83b8f54e + depends: + - __osx >=10.13 + - libcxx >=16 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1124364 + timestamp: 1720857589333 +- kind: conda + name: libaec + version: 1.1.3 + build: h2f0025b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda + sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 + md5: e52c4a30901a90354855e40992af907d + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD - size: 772780 - timestamp: 1734021109752 + purls: [] + size: 35339 + timestamp: 1711021162162 - kind: conda - name: libarchive - version: 3.7.7 - build: h3b16cec_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda - sha256: cbce64423e72bcd3576b5cfe0e4edd255900100f72467d5b4ea1d77449ac1ce9 - md5: 1c2eda2163510220b9f9d56a85c8da9d + name: libaec + version: 1.1.3 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 + md5: 5e97e271911b8b2001a8b71860c32faa depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 772780 - timestamp: 1734021109752 + size: 35446 + timestamp: 1711021212685 - kind: conda - name: libarchive - version: 3.7.7 - build: h4585015_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda - sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 - md5: a28808eae584c7f519943719b2a2b386 + name: libaec + version: 1.1.3 + build: h63175ca_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 8723000f6ffdbdaef16025f0a01b64c5 depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-2-Clause license_family: BSD - size: 878021 - timestamp: 1734020918345 + purls: [] + size: 32567 + timestamp: 1711021603471 - kind: conda - name: libarchive - version: 3.7.7 - build: h4585015_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda - sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 - md5: a28808eae584c7f519943719b2a2b386 + name: libaec + version: 1.1.3 + build: h73e2aa4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda + sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 + md5: 66d3c1f6dd4636216b4fca7a748d50eb depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 28602 + timestamp: 1711021419744 +- kind: conda + name: libaec + version: 1.1.3 + build: hebf3989_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda + sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed + md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 + depends: + - libcxx >=16 license: BSD-2-Clause license_family: BSD purls: [] - size: 878021 - timestamp: 1734020918345 + size: 28451 + timestamp: 1711021498493 - kind: conda name: libarchive - version: 3.7.7 - build: h6223a6c_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - sha256: d8f6e3cf775f7aa10e767ba8daea2ae587f85cd782ea9d63d78bf990fcd47a46 - md5: e5ab5ecbdc352a5decae39c30c248fb8 + version: 3.7.4 + build: h20e244c_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda + sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a + md5: 82a85fa38e83366009b7f4b2cef4deb8 depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 + - libiconv >=1.17,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.0,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-2-Clause license_family: BSD - size: 991078 - timestamp: 1734020964844 + purls: [] + size: 742682 + timestamp: 1716394747351 - kind: conda name: libarchive - version: 3.7.7 - build: h6223a6c_3 - build_number: 3 + version: 3.7.4 + build: h2c0effa_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - sha256: d8f6e3cf775f7aa10e767ba8daea2ae587f85cd782ea9d63d78bf990fcd47a46 - md5: e5ab5ecbdc352a5decae39c30c248fb8 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda + sha256: 38da3dc42b58215ce73d722dae0974ad16c6cb580c3bbf00302dfc1f75cfbf6b + md5: f072f6e4884e984e9d78e1523ecfed32 depends: - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 + - libgcc-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.0,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 991078 - timestamp: 1734020964844 + size: 968083 + timestamp: 1716394545178 - kind: conda name: libarchive - version: 3.7.7 - build: h979ed78_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda - sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 - md5: 7c29b6918c2aa6a44ed32e2cf816da7b + version: 3.7.4 + build: h83d404f_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda + sha256: 5301d7dc52c2e1f87b229606033c475caf87cd94ef5a5efb3af565a62b88127e + md5: 8b604ee634caafd92f2ff2fab6a1f75a depends: + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 + - libiconv >=1.17,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.0,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-2-Clause license_family: BSD - size: 1082930 - timestamp: 1734021400781 + purls: [] + size: 775700 + timestamp: 1716394811506 - kind: conda name: libarchive - version: 3.7.7 - build: h979ed78_3 - build_number: 3 + version: 3.7.4 + build: haf234dc_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda - sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 - md5: 7c29b6918c2aa6a44ed32e2cf816da7b + url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b + md5: 86de12ebf8d7fffeba4ca9dbf13e9733 depends: - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 1082930 - timestamp: 1734021400781 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h1909e37_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 - md5: 21e468ed3786ebcb2124b123aa2484b7 - depends: - - __glibc >=2.17,<3.0.a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libgcc >=13 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - size: 116202 - timestamp: 1730268687453 + size: 957632 + timestamp: 1716395481752 - kind: conda - name: libavif16 - version: 1.1.1 - build: h1909e37_2 - build_number: 2 + name: libarchive + version: 3.7.4 + build: hfca40fe_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 - md5: 21e468ed3786ebcb2124b123aa2484b7 - depends: - - __glibc >=2.17,<3.0.a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libgcc >=13 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 116202 - timestamp: 1730268687453 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h3b0c220_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - sha256: 8284693096532fb5d1af7fd5c170a4d4f0a54593ba29c881667327b61a7cd7bb - md5: 58ec6027e7b6ea460a4a7ed7112842d8 - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libgcc >=13 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - size: 116097 - timestamp: 1730268695528 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h3b0c220_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - sha256: 8284693096532fb5d1af7fd5c170a4d4f0a54593ba29c881667327b61a7cd7bb - md5: 58ec6027e7b6ea460a4a7ed7112842d8 + url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda + sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 + md5: 32ddb97f897740641d8d46a829ce1704 depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libgcc >=13 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 116097 - timestamp: 1730268695528 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h45b7238_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - sha256: c671365e8c822d29b53f20c4573fdbc70f18b50ff9a4b5b2b6b3c8f7ad2ac2a9 - md5: 7571064a60bc193ff5c25f36ed23394a - depends: - - __osx >=11.0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - size: 96781 - timestamp: 1730268761553 + size: 871853 + timestamp: 1716394516418 - kind: conda - name: libavif16 - version: 1.1.1 - build: h45b7238_2 + name: libasprintf + version: 0.22.5 + build: h661eb56_2 build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - sha256: c671365e8c822d29b53f20c4573fdbc70f18b50ff9a4b5b2b6b3c8f7ad2ac2a9 - md5: 7571064a60bc193ff5c25f36ed23394a + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda + sha256: 31d58af7eb54e2938123200239277f14893c5fa4b5d0280c8cf55ae10000638b + md5: dd197c968bf9760bba0031888d431ede depends: - - __osx >=11.0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 96781 - timestamp: 1730268761553 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h4d049a7_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 - md5: e7e7405d962ebcb6803f29dc4eabae69 - depends: - - _libavif_api >=1.1.1,<1.1.2.0a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 97828 - timestamp: 1730269135854 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h4d049a7_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 - md5: e7e7405d962ebcb6803f29dc4eabae69 - depends: - - _libavif_api >=1.1.1,<1.1.2.0a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LGPL-2.1-or-later purls: [] - size: 97828 - timestamp: 1730269135854 -- kind: conda - name: libavif16 - version: 1.1.1 - build: h71406da_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - sha256: 8e3d479f13a85ee73c3152704c1d9e0430065f4824bae625f2f35c463c172831 - md5: 804f440fd71e1a903215710826cf98aa - depends: - - __osx >=10.13 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD - size: 108913 - timestamp: 1730268731759 + size: 43226 + timestamp: 1712512265295 - kind: conda - name: libavif16 - version: 1.1.1 - build: h71406da_2 + name: libasprintf-devel + version: 0.22.5 + build: h661eb56_2 build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - sha256: 8e3d479f13a85ee73c3152704c1d9e0430065f4824bae625f2f35c463c172831 - md5: 804f440fd71e1a903215710826cf98aa + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda + sha256: 99d26d272a8203d30b3efbe734a99c823499884d7759b4291674438137c4b5ca + md5: 02e41ab5834dcdcc8590cf29d9526f50 depends: - - __osx >=10.13 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.1.0a0 - license: BSD-2-Clause - license_family: BSD + - libasprintf 0.22.5 h661eb56_2 + - libgcc-ng >=12 + license: LGPL-2.1-or-later purls: [] - size: 108913 - timestamp: 1730268731759 + size: 34225 + timestamp: 1712512295117 - kind: conda name: libblas version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c - md5: ac52800af2e0c0e7dac770b435ce768a + build: 22_osx64_openblas + build_number: 22 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda + sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 + md5: b80966a8c8dd0b531f8e65f709d732e8 depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 22_osx64_openblas - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + - liblapack 3.9.0 22_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 16393 - timestamp: 1734432564346 + purls: [] + size: 14749 + timestamp: 1712542279018 - kind: conda name: libblas version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 + build: 23_linux64_openblas + build_number: 23 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c - md5: ac52800af2e0c0e7dac770b435ce768a + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda + sha256: edb1cee5da3ac4936940052dcab6969673ba3874564f90f5110f8c11eed789c2 + md5: 96c8450a40aa2b9733073a9460de972c depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 23_linux64_openblas + - libcblas 3.9.0 23_linux64_openblas + - liblapack 3.9.0 23_linux64_openblas - blas * openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16393 - timestamp: 1734432564346 -- kind: conda - name: libblas - version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d - md5: 8d900b7079a00969d70305e9aad550b7 - depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 - constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 16477 - timestamp: 1734432576699 + size: 14880 + timestamp: 1721688759937 - kind: conda name: libblas version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 + build: 23_linuxaarch64_openblas + build_number: 23 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d - md5: 8d900b7079a00969d70305e9aad550b7 - depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 - constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 16477 - timestamp: 1734432576699 -- kind: conda - name: libblas - version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 - md5: 2f03da7a6d52d98bbea1f7390d6997bf - depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 - constrains: - - libcblas 3.9.0 26_osx64_openblas - - liblapack 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 16611 - timestamp: 1734432938741 -- kind: conda - name: libblas - version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 - md5: 2f03da7a6d52d98bbea1f7390d6997bf + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda + sha256: 17d90edd4742fbee0bcafb4f12d08dd5d1939b12a9c2f21caccfa3717fcab065 + md5: 3ac1ad627e1a07fae62556d6aabafdfd depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 constrains: - - libcblas 3.9.0 26_osx64_openblas - - liblapack 3.9.0 26_osx64_openblas - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas + - liblapacke 3.9.0 23_linuxaarch64_openblas + - libcblas 3.9.0 23_linuxaarch64_openblas + - liblapack 3.9.0 23_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16611 - timestamp: 1734432938741 -- kind: conda - name: libblas - version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c - md5: 21be102c9ae80a67ba7de23b129aa7f6 - depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 - constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 16714 - timestamp: 1734433054681 + size: 14917 + timestamp: 1721688777901 - kind: conda name: libblas version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 + build: 23_osxarm64_openblas + build_number: 23 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c - md5: 21be102c9ae80a67ba7de23b129aa7f6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda + sha256: 1c30da861e306a25fac8cd30ce0c1b31c9238d04e7768c381cf4d431b4361e6c + md5: acae9191e8772f5aff48ab5232d4d2a3 depends: - - libopenblas >=0.3.28,<0.3.29.0a0 - - libopenblas >=0.3.28,<1.0a0 + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas + - liblapack 3.9.0 23_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 23_osxarm64_openblas + - libcblas 3.9.0 23_osxarm64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16714 - timestamp: 1734433054681 -- kind: conda - name: libblas - version: 3.9.0 - build: 26_win64_mkl - build_number: 26 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda - sha256: d631993a5cf5b8d3201f881084fce7ff6a26cd49883e189bf582cd0b7975c80a - md5: ecfe732dbad1be001826fdb7e5e891b5 - depends: - - mkl 2024.2.2 h66d3029_15 - constrains: - - liblapacke 3.9.0 26_win64_mkl - - liblapack 3.9.0 26_win64_mkl - - blas * mkl - - libcblas 3.9.0 26_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 3733122 - timestamp: 1734432745507 + size: 15103 + timestamp: 1721688997980 - kind: conda name: libblas version: 3.9.0 - build: 26_win64_mkl - build_number: 26 + build: 23_win64_mkl + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-26_win64_mkl.conda - sha256: d631993a5cf5b8d3201f881084fce7ff6a26cd49883e189bf582cd0b7975c80a - md5: ecfe732dbad1be001826fdb7e5e891b5 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda + sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c + md5: 693407a31c27e70c750b5ae153251d9a depends: - - mkl 2024.2.2 h66d3029_15 + - mkl 2024.1.0 h66d3029_694 constrains: - - liblapacke 3.9.0 26_win64_mkl - - liblapack 3.9.0 26_win64_mkl - blas * mkl - - libcblas 3.9.0 26_win64_mkl + - liblapack 3.9.0 23_win64_mkl + - libcblas 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl license: BSD-3-Clause license_family: BSD purls: [] - size: 3733122 - timestamp: 1734432745507 + size: 5192100 + timestamp: 1721689573083 - kind: conda name: libbrotlicommon version: 1.1.0 - build: h00291cd_2 - build_number: 2 + build: h0dc2134_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 - md5: 58f2c4bdd56c46cc7451596e4ae68e0b - depends: - - __osx >=10.13 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a + md5: 9e6c31441c9aa24e41ace40d6151aab6 license: MIT license_family: MIT - size: 67267 - timestamp: 1725267768667 + purls: [] + size: 67476 + timestamp: 1695990207321 - kind: conda name: libbrotlicommon version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 - md5: 58f2c4bdd56c46cc7451596e4ae68e0b + build: h31becfc_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda + sha256: 1c3d4ea61e862eb5f1968915f6f5917ea61db9921aec30b14785775c87234060 + md5: 1b219fd801eddb7a94df5bd001053ad9 depends: - - __osx >=10.13 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 67267 - timestamp: 1725267768667 + size: 69237 + timestamp: 1695990107496 - kind: conda name: libbrotlicommon version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c - md5: f7dc9a8f21d74eab46456df301da2972 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + build: hb547adb_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda + sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 + md5: cd68f024df0304be41d29a9088162b02 license: MIT license_family: MIT - size: 70526 - timestamp: 1725268159739 + purls: [] + size: 68579 + timestamp: 1695990426128 - kind: conda name: libbrotlicommon version: 1.1.0 - build: h2466b09_2 - build_number: 2 + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c - md5: f7dc9a8f21d74eab46456df301da2972 + 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 @@ -12447,784 +10961,356 @@ packages: license: MIT license_family: MIT purls: [] - size: 70526 - timestamp: 1725268159739 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 - md5: 3ee026955c688f551a9999840cff4c67 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 68982 - timestamp: 1725267774142 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 - md5: 3ee026955c688f551a9999840cff4c67 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 68982 - timestamp: 1725267774142 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 - md5: 41b599ed2b02abcfdd84302bff174b23 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 68851 - timestamp: 1725267660471 + size: 70598 + timestamp: 1695990405143 - kind: conda name: libbrotlicommon version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 - md5: 41b599ed2b02abcfdd84302bff174b23 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 68851 - timestamp: 1725267660471 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 - md5: d0bf1dff146b799b319ea0434b93f779 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda + sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 + md5: aec6c91c7371c26392a06708a73c70e5 depends: - - __osx >=11.0 - license: MIT - license_family: MIT - size: 68426 - timestamp: 1725267943211 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 - md5: d0bf1dff146b799b319ea0434b93f779 - depends: - - __osx >=11.0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 68426 - timestamp: 1725267943211 + size: 69403 + timestamp: 1695990007212 - kind: conda name: libbrotlidec version: 1.1.0 - build: h00291cd_2 - build_number: 2 + build: h0dc2134_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c - md5: 34709a1f5df44e054c4a12ab536c5459 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda + sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c + md5: 9ee0bab91b2ca579e10353738be36063 depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 + - libbrotlicommon 1.1.0 h0dc2134_1 license: MIT license_family: MIT - size: 29872 - timestamp: 1725267807289 + purls: [] + size: 30327 + timestamp: 1695990232422 - kind: conda name: libbrotlidec version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c - md5: 34709a1f5df44e054c4a12ab536c5459 + build: h31becfc_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda + sha256: 1d2558efbb727f9065dd94d5f906aa68252153f80e571456d3695fa102e8a352 + md5: 8db7cff89510bec0b863a0a8ee6a7bce depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 + - libbrotlicommon 1.1.0 h31becfc_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 29872 - timestamp: 1725267807289 + size: 31926 + timestamp: 1695990123189 - kind: conda name: libbrotlidec version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f - md5: 9bae75ce723fa34e98e239d21d752a7e + build: hb547adb_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda + sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a + md5: ee1a519335cc10d0ec7e097602058c0a depends: - - libbrotlicommon 1.1.0 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT - size: 32685 - timestamp: 1725268208844 + purls: [] + size: 28928 + timestamp: 1695990463780 - kind: conda name: libbrotlidec version: 1.1.0 - build: h2466b09_2 - build_number: 2 + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f - md5: 9bae75ce723fa34e98e239d21d752a7e + 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 h2466b09_2 + - libbrotlicommon 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 32685 - timestamp: 1725268208844 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c - md5: e64d0f3b59c7c4047446b97a8624a72d - depends: - - libbrotlicommon 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 31708 - timestamp: 1725267783442 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c - md5: e64d0f3b59c7c4047446b97a8624a72d - depends: - - libbrotlicommon 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 31708 - timestamp: 1725267783442 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf - md5: 9566f0bd264fbd463002e759b8a82401 - depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 32696 - timestamp: 1725267669305 + size: 32788 + timestamp: 1695990443165 - kind: conda name: libbrotlidec version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf - md5: 9566f0bd264fbd463002e759b8a82401 - depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 32696 - timestamp: 1725267669305 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 - md5: 55e66e68ce55523a6811633dd1ac74e2 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda + sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 + md5: f07002e225d7a60a694d42a7bf5ff53f depends: - - __osx >=11.0 - - libbrotlicommon 1.1.0 hd74edd7_2 - license: MIT - license_family: MIT - size: 28378 - timestamp: 1725267980316 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 - md5: 55e66e68ce55523a6811633dd1ac74e2 - depends: - - __osx >=11.0 - - libbrotlicommon 1.1.0 hd74edd7_2 + - libbrotlicommon 1.1.0 hd590300_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 28378 - timestamp: 1725267980316 + size: 32775 + timestamp: 1695990022788 - kind: conda name: libbrotlienc version: 1.1.0 - build: h00291cd_2 - build_number: 2 + build: h0dc2134_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 - md5: 691f0dcb36f1ae67f5c489f20ae987ea + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda + sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 + md5: 8a421fe09c6187f0eb5e2338a8a8be6d depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 + - libbrotlicommon 1.1.0 h0dc2134_1 license: MIT license_family: MIT - size: 296353 - timestamp: 1725267822076 + purls: [] + size: 299092 + timestamp: 1695990259225 - kind: conda name: libbrotlienc version: 1.1.0 - build: h00291cd_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 - md5: 691f0dcb36f1ae67f5c489f20ae987ea + build: h31becfc_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda + sha256: 271fd8ef9181ad19246bf8b4273c99b9608c6eedecb6b11cd925211b8f1c6217 + md5: ad3d3a826b5848d99936e4466ebbaa26 depends: - - __osx >=10.13 - - libbrotlicommon 1.1.0 h00291cd_2 + - libbrotlicommon 1.1.0 h31becfc_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 296353 - timestamp: 1725267822076 + size: 290542 + timestamp: 1695990138784 - kind: conda name: libbrotlienc version: 1.1.0 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 - md5: 85741a24d97954a991e55e34bc55990b + build: hb547adb_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda + sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a + md5: d7e077f326a98b2cc60087eaff7c730b depends: - - libbrotlicommon 1.1.0 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libbrotlicommon 1.1.0 hb547adb_1 license: MIT license_family: MIT - size: 245929 - timestamp: 1725268238259 + purls: [] + size: 280943 + timestamp: 1695990509392 - kind: conda name: libbrotlienc version: 1.1.0 - build: h2466b09_2 - build_number: 2 + build: hcfcfb64_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 - md5: 85741a24d97954a991e55e34bc55990b + 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 h2466b09_2 + - libbrotlicommon 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 245929 - timestamp: 1725268238259 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c - md5: 0e9bd365480c72b25c71a448257b537d - depends: - - libbrotlicommon 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 290230 - timestamp: 1725267792697 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c - md5: 0e9bd365480c72b25c71a448257b537d - depends: - - libbrotlicommon 1.1.0 h86ecc28_2 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 290230 - timestamp: 1725267792697 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 - md5: 06f70867945ea6a84d35836af780f1de - depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 - license: MIT - license_family: MIT - size: 281750 - timestamp: 1725267679782 + size: 246515 + timestamp: 1695990479484 - kind: conda name: libbrotlienc version: 1.1.0 - build: hb9d3cd8_2 - build_number: 2 + build: hd590300_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 - md5: 06f70867945ea6a84d35836af780f1de + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda + sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 + md5: 5fc11c6020d421960607d821310fcd4d depends: - - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.1.0 hb9d3cd8_2 - - libgcc >=13 + - libbrotlicommon 1.1.0 hd590300_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 281750 - timestamp: 1725267679782 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 - md5: 4f3a434504c67b2c42565c0b85c1885c - depends: - - __osx >=11.0 - - libbrotlicommon 1.1.0 hd74edd7_2 - license: MIT - license_family: MIT - size: 279644 - timestamp: 1725268003553 + size: 282523 + timestamp: 1695990038302 - kind: conda - name: libbrotlienc - version: 1.1.0 - build: hd74edd7_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 - md5: 4f3a434504c67b2c42565c0b85c1885c + name: libcap + version: '2.69' + build: h0f662aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda + sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c + md5: 25cb5999faa414e5ccb2c1388f62d3d5 depends: - - __osx >=11.0 - - libbrotlicommon 1.1.0 hd74edd7_2 - license: MIT - license_family: MIT + - attr >=2.5.1,<2.6.0a0 + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 279644 - timestamp: 1725268003553 + size: 100582 + timestamp: 1684162447012 - kind: conda name: libcblas version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee - md5: ebcc5f37a435aa3c19640533c82f8d76 + build: 22_osx64_openblas + build_number: 22 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 + md5: b9fef82772330f61b2b0201c72d2c29b depends: - - libblas 3.9.0 26_linux64_openblas + - libblas 3.9.0 22_osx64_openblas constrains: - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 22_osx64_openblas - blas * openblas + - liblapack 3.9.0 22_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 16336 - timestamp: 1734432570482 + purls: [] + size: 14636 + timestamp: 1712542311437 - kind: conda name: libcblas version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 + build: 23_linux64_openblas + build_number: 23 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee - md5: ebcc5f37a435aa3c19640533c82f8d76 + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda + sha256: 3e7a3236e7e03e308e1667d91d0aa70edd0cba96b4b5563ef4adde088e0881a5 + md5: eede29b40efa878cbe5bdcb767e97310 depends: - - libblas 3.9.0 26_linux64_openblas + - libblas 3.9.0 23_linux64_openblas constrains: - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 23_linux64_openblas + - liblapack 3.9.0 23_linux64_openblas - blas * openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16336 - timestamp: 1734432570482 + size: 14798 + timestamp: 1721688767584 - kind: conda name: libcblas version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 + build: 23_linuxaarch64_openblas + build_number: 23 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 - md5: d77f943ae4083f3aeddca698f2d28262 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda + sha256: a885bc11fcbe568a7abaff1188f1713b8709e35382606e6ee2cf7cfed6a0b6de + md5: 65a4f18036c0f5419146fddee6653a96 depends: - - libblas 3.9.0 26_linuxaarch64_openblas + - libblas 3.9.0 23_linuxaarch64_openblas constrains: - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas + - liblapacke 3.9.0 23_linuxaarch64_openblas + - liblapack 3.9.0 23_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD - size: 16398 - timestamp: 1734432580937 + purls: [] + size: 14828 + timestamp: 1721688783578 - kind: conda name: libcblas version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 - md5: d77f943ae4083f3aeddca698f2d28262 + build: 23_osxarm64_openblas + build_number: 23 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda + sha256: c39d944909d0608bd0333398be5e0051045c9451bfd6cc6320732d33375569c8 + md5: bad6ee9b7d5584efc2bc5266137b5f0d depends: - - libblas 3.9.0 26_linuxaarch64_openblas + - libblas 3.9.0 23_osxarm64_openblas constrains: + - liblapack 3.9.0 23_osxarm64_openblas + - liblapacke 3.9.0 23_osxarm64_openblas - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16398 - timestamp: 1734432580937 + size: 14991 + timestamp: 1721689017803 - kind: conda name: libcblas version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 - md5: 8726a2949c303b23da89be658a19675c + build: 23_win64_mkl + build_number: 23 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda + sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 + md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 depends: - - libblas 3.9.0 26_osx64_openblas + - libblas 3.9.0 23_win64_mkl constrains: - - liblapack 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas + - blas * mkl + - liblapack 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl license: BSD-3-Clause license_family: BSD - size: 16579 - timestamp: 1734432954376 + purls: [] + size: 5191981 + timestamp: 1721689628480 - kind: conda - name: libcblas - version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 - md5: 8726a2949c303b23da89be658a19675c + name: libclang-cpp15 + version: 15.0.7 + build: default_h127d8a8_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda + sha256: 9b0238e705a33da74ca82efd03974f499550f7dada1340cc9cb7c35a92411ed8 + md5: d0a9633b53cdc319b8a1a532ae7822b8 depends: - - libblas 3.9.0 26_osx64_openblas - constrains: - - liblapack 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 16579 - timestamp: 1734432954376 -- kind: conda - name: libcblas - version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 - md5: a0e9980fe12d42f6d0c0ec009f67e948 - depends: - - libblas 3.9.0 26_osxarm64_openblas - constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 16628 - timestamp: 1734433061517 -- kind: conda - name: libcblas - version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 - md5: a0e9980fe12d42f6d0c0ec009f67e948 - depends: - - libblas 3.9.0 26_osxarm64_openblas - constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 16628 - timestamp: 1734433061517 -- kind: conda - name: libcblas - version: 3.9.0 - build: 26_win64_mkl - build_number: 26 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda - sha256: 66699c4f84fd36b67a34a7ac59fb86e73ee0c5b3c3502441041c8dd51f0a7d49 - md5: 652f3adcb9d329050a325416edb14246 - depends: - - libblas 3.9.0 26_win64_mkl - constrains: - - liblapacke 3.9.0 26_win64_mkl - - liblapack 3.9.0 26_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 3732146 - timestamp: 1734432785653 -- kind: conda - name: libcblas - version: 3.9.0 - build: 26_win64_mkl - build_number: 26 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-26_win64_mkl.conda - sha256: 66699c4f84fd36b67a34a7ac59fb86e73ee0c5b3c3502441041c8dd51f0a7d49 - md5: 652f3adcb9d329050a325416edb14246 - depends: - - libblas 3.9.0 26_win64_mkl - constrains: - - liblapacke 3.9.0 26_win64_mkl - - liblapack 3.9.0 26_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3732146 - timestamp: 1734432785653 -- kind: conda - name: libclang-cpp19.1 - version: 19.1.6 - build: default_hb5137d0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda - sha256: 978320cb6107b9bc11d127783918500a330646ed825dc6c9da897941989d7d09 - md5: 9caebd39281536bf6bcb32f665dd4fbf - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 20531147 - timestamp: 1734506894098 -- kind: conda - name: libclang-cpp19.1 - version: 19.1.6 - build: default_hb5137d0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.6-default_hb5137d0_0.conda - sha256: 978320cb6107b9bc11d127783918500a330646ed825dc6c9da897941989d7d09 - md5: 9caebd39281536bf6bcb32f665dd4fbf - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 20531147 - timestamp: 1734506894098 -- kind: conda - name: libclang-cpp19.1 - version: 19.1.6 - build: default_he324ac1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda - sha256: e132aa4bf71a9a64e05745835d42af84cb04ba6f6c99d7585c928b495ac1c2a1 - md5: 2f399a5612317660f5c98f6cb634829b - depends: - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 20076217 - timestamp: 1734512689675 -- kind: conda - name: libclang-cpp19.1 - version: 19.1.6 - build: default_he324ac1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.6-default_he324ac1_0.conda - sha256: e132aa4bf71a9a64e05745835d42af84cb04ba6f6c99d7585c928b495ac1c2a1 - md5: 2f399a5612317660f5c98f6cb634829b - depends: - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 20076217 - timestamp: 1734512689675 -- kind: conda - name: libclang13 - version: 19.1.6 - build: default_h4390ef5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda - sha256: 223437b4d973c75822c9312c034637cd699176ae5d32e91ebbc6ac2e6447d40b - md5: b3aa0944c1ae4277c0b2d23dfadc13da - depends: - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11613307 - timestamp: 1734512984714 -- kind: conda - name: libclang13 - version: 19.1.6 - build: default_h4390ef5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.6-default_h4390ef5_0.conda - sha256: 223437b4d973c75822c9312c034637cd699176ae5d32e91ebbc6ac2e6447d40b - md5: b3aa0944c1ae4277c0b2d23dfadc13da - depends: - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 + - libgcc-ng >=12 + - libllvm15 >=15.0.7,<15.1.0a0 + - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11613307 - timestamp: 1734512984714 -- kind: conda - name: libclang13 - version: 19.1.6 - build: default_h9c6a7e4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda - sha256: 54a7fabfba7dee2caebe5e6a7538e3aba0a8f4c11e7366f65592aee4fdaa7519 - md5: e1d2936c320083f1c520c3a17372521c - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11819857 - timestamp: 1734507076759 + size: 17206402 + timestamp: 1711063711931 - kind: conda name: libclang13 - version: 19.1.6 - build: default_h9c6a7e4_0 + version: 18.1.8 + build: default_h9def88c_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.6-default_h9c6a7e4_0.conda - sha256: 54a7fabfba7dee2caebe5e6a7538e3aba0a8f4c11e7366f65592aee4fdaa7519 - md5: e1d2936c320083f1c520c3a17372521c + url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda + sha256: ec9a672623c5d485e48bd14f36353ec0b5c14f516440dfbb6674b1c784289eb4 + md5: 04c8c481b30c3fe62bec148fa4a75857 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libllvm19 >=19.1.6,<19.2.0a0 - - libstdcxx >=13 + - libgcc-ng >=12 + - libllvm18 >=18.1.8,<18.2.0a0 + - libstdcxx-ng >=12 license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11819857 - timestamp: 1734507076759 + size: 11016960 + timestamp: 1721479548831 - kind: conda name: libclang13 - version: 19.1.6 - build: default_ha5278ca_0 + version: 18.1.8 + build: default_ha5278ca_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda - sha256: e9b332c3fc760ed7761446e752b881c66cf05acd7e2b8bfda2c352145af16ecc - md5: 1cfe412982fe3a83577aa80d1e39cfb3 + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda + sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 + md5: 30a167d5b69555fbf39192a23e40df52 depends: - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 @@ -13233,82 +11319,87 @@ packages: - zstd >=1.5.6,<1.6.0a0 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 26753310 - timestamp: 1734512609422 + purls: [] + size: 25327749 + timestamp: 1721486985259 - kind: conda - name: libclang13 - version: 19.1.6 - build: default_ha5278ca_0 + name: libcrc32c + version: 1.1.2 + build: h01db608_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea + md5: 268ee639c17ada0002fb04dd21816cc2 + depends: + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 18669 + timestamp: 1633683724891 +- kind: conda + name: libcrc32c + version: 1.1.2 + build: h0e60522_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.6-default_ha5278ca_0.conda - sha256: e9b332c3fc760ed7761446e752b881c66cf05acd7e2b8bfda2c352145af16ecc - md5: 1cfe412982fe3a83577aa80d1e39cfb3 + url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e + md5: cd4cc2d0c610c8cb5419ccc979f2d6ce depends: - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 26753310 - timestamp: 1734512609422 + size: 25694 + timestamp: 1633684287072 - kind: conda - name: libcups - version: 2.3.3 - build: h405e4a8_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - sha256: f9007d5ca44741de72f9d7be03e74c911b61af062ed7a3761594675f30f5890c - md5: d42c670b0c96c1795fd859d5e0275a55 + name: libcrc32c + version: 1.1.2 + 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: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: Apache-2.0 - license_family: Apache - size: 4551247 - timestamp: 1689195336749 + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 20440 + timestamp: 1633683576494 - kind: conda - name: libcups - version: 2.3.3 - build: h405e4a8_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - sha256: f9007d5ca44741de72f9d7be03e74c911b61af062ed7a3761594675f30f5890c - md5: d42c670b0c96c1795fd859d5e0275a55 + name: libcrc32c + version: 1.1.2 + build: hbdafb3b_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 + md5: 32bd82a6a625ea6ce090a81c3d34edeb depends: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: Apache-2.0 - license_family: Apache + - libcxx >=11.1.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 4551247 - timestamp: 1689195336749 + size: 18765 + timestamp: 1633683992603 - kind: conda - name: libcups - version: 2.3.3 - build: h4637d8d_4 - 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 + name: libcrc32c + version: 1.1.2 + 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: - - krb5 >=1.21.1,<1.22.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: Apache-2.0 - license_family: Apache - size: 4519402 - timestamp: 1689195353551 + - libcxx >=11.1.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 20128 + timestamp: 1633683906221 - kind: conda name: libcups version: 2.3.3 @@ -13330,654 +11421,211 @@ packages: timestamp: 1689195353551 - kind: conda name: libcurl - version: 8.11.1 - build: h332b0f4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda - sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906 - md5: 2b3e0081006dc21e8bf53a91c83a055c + version: 8.9.1 + build: h18fefc2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda + sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 + md5: 099a1016d23baa4f41148a985351a7a8 depends: - - __glibc >=2.17,<3.0.a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: curl license_family: MIT - size: 423011 - timestamp: 1733999897624 + purls: [] + size: 339298 + timestamp: 1722440239161 - kind: conda name: libcurl - version: 8.11.1 - build: h332b0f4_0 + version: 8.9.1 + build: hdb1bdb2_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda - sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906 - md5: 2b3e0081006dc21e8bf53a91c83a055c + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda + sha256: 0ba60f83709068e9ec1ab543af998cb5a201c8379c871205447684a34b5abfd8 + md5: 7da1d242ca3591e174a3c7d82230d3c0 depends: - - __glibc >=2.17,<3.0.a0 - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libgcc-ng >=12 + - libnghttp2 >=1.58.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT purls: [] - size: 423011 - timestamp: 1733999897624 + size: 416057 + timestamp: 1722439924963 - kind: conda name: libcurl - version: 8.11.1 - build: h5dec5d8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - sha256: a4ee3da1a5fd753a382d129dffb079a1e8a244e5c7ff3f7aadc15bf127f8b5e5 - md5: 2f80e92674f4a92e9f8401494496ee62 + version: 8.9.1 + build: hfa30633_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda + sha256: ded3a7ce889fc45926a49be14801ed334f2e40ca52380edabbcf5484ec7a889b + md5: efeb999ea2b519696001823b8e49cdbd depends: - - __osx >=10.13 - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libgcc-ng >=12 + - libnghttp2 >=1.58.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 406590 - timestamp: 1734000110972 + purls: [] + size: 429297 + timestamp: 1722439988823 - kind: conda name: libcurl - version: 8.11.1 - build: h5dec5d8_0 + version: 8.9.1 + build: hfcf2730_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - sha256: a4ee3da1a5fd753a382d129dffb079a1e8a244e5c7ff3f7aadc15bf127f8b5e5 - md5: 2f80e92674f4a92e9f8401494496ee62 + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda + sha256: a7ce066fbb2d34f7948d8e5da30d72ff01f0a5bcde05ea46fa2d647eeedad3a7 + md5: 6ea09f173c46d135ee6d6845fe50a9c0 depends: - - __osx >=10.13 - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libnghttp2 >=1.58.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT purls: [] - size: 406590 - timestamp: 1734000110972 + size: 397060 + timestamp: 1722440158491 - kind: conda name: libcurl - version: 8.11.1 - build: h6702fde_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - sha256: 9fc65d21a58f4aad1bc39dfb94a178893aeb035850c5cf0ed9736674279f390b - md5: 7dec1cd271c403d1636bda5aa388a55d + version: 8.9.1 + build: hfd8ffcc_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda + sha256: 4d6006c866844a39fb835436a48407f54f2310111a6f1d3e89efb16cf5c4d81b + md5: be0f46c6362775504d8894bd788a45b2 depends: - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libnghttp2 >=1.58.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: curl license_family: MIT - size: 440737 - timestamp: 1733999835504 + purls: [] + size: 374937 + timestamp: 1722440523552 - kind: conda - name: libcurl - version: 8.11.1 - build: h6702fde_0 + name: libcxx + version: 18.1.8 + build: h167917d_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda + sha256: 001b211de6264f7160f4e781efbff11cd67a326f67b7d6b07e6278fcb0cc2f50 + md5: 15656a04159b40ab98e02b46b52b7919 + depends: + - __osx >=11.0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 1220245 + timestamp: 1722378613893 +- kind: conda + name: libcxx + version: 18.1.8 + build: hef8daea_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda + sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 + md5: c21d8b63b5cf5d3290d5a7aa2b028bcc + depends: + - __osx >=10.13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 1221021 + timestamp: 1722378520414 +- kind: conda + name: libdeflate + version: '1.20' + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - sha256: 9fc65d21a58f4aad1bc39dfb94a178893aeb035850c5cf0ed9736674279f390b - md5: 7dec1cd271c403d1636bda5aa388a55d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda + sha256: 01efbc296d47de9861100d9a9ad2c7f682adc71a0e9b9b040a35b454d1ccd3bd + md5: 018592a3d691662f451f89d0de474a20 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl + - libgcc-ng >=12 + license: MIT license_family: MIT purls: [] - size: 440737 - timestamp: 1733999835504 + size: 69943 + timestamp: 1711196586503 - kind: conda - name: libcurl - version: 8.11.1 - build: h73640d1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6 - md5: 46d7524cabfdd199bffe63f8f19a552b - depends: - - __osx >=11.0 - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl + name: libdeflate + version: '1.20' + build: h49d49c5_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda + sha256: 8c2087952db55c4118dd2e29381176a54606da47033fd61ebb1b0f4391fcd28d + md5: d46104f6a896a0bc6a1d37b88b2edf5c + license: MIT license_family: MIT - size: 385098 - timestamp: 1734000160270 + purls: [] + size: 70364 + timestamp: 1711196727346 - kind: conda - name: libcurl - version: 8.11.1 - build: h73640d1_0 + name: libdeflate + version: '1.20' + build: h93a5062_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6 - md5: 46d7524cabfdd199bffe63f8f19a552b - depends: - - __osx >=11.0 - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.64.0,<2.0a0 - - libssh2 >=1.11.1,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl + url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda + sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925 + md5: 97efeaeba2a9a82bdf46fc6d025e3a57 + license: MIT license_family: MIT purls: [] - size: 385098 - timestamp: 1734000160270 + size: 54481 + timestamp: 1711196723486 - kind: conda - name: libcurl - version: 8.11.1 - build: h88aaa65_0 + name: libdeflate + version: '1.20' + build: hcfcfb64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 - md5: 071d3f18dba5a6a13c6bb70cdb42678f + url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 + md5: b12b5bde5eb201a1df75e49320cc938a depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.1,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: curl + license: MIT license_family: MIT - size: 349553 - timestamp: 1734000095720 -- kind: conda - name: libcurl - version: 8.11.1 - build: h88aaa65_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 - md5: 071d3f18dba5a6a13c6bb70cdb42678f - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.1,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT - purls: [] - size: 349553 - timestamp: 1734000095720 -- kind: conda - name: libcxx - version: 19.1.6 - build: ha82da77_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda - sha256: 2b2443404503cd862385fd2f2a2c73f9624686fd1e5a45050b4034cfc06904ec - md5: ce5252d8db110cdb4ae4173d0a63c7c5 - depends: - - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 520992 - timestamp: 1734494699681 -- kind: conda - name: libcxx - version: 19.1.6 - build: ha82da77_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda - sha256: 2b2443404503cd862385fd2f2a2c73f9624686fd1e5a45050b4034cfc06904ec - md5: ce5252d8db110cdb4ae4173d0a63c7c5 - depends: - - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 520992 - timestamp: 1734494699681 -- kind: conda - name: libcxx - version: 19.1.6 - build: hf95d169_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda - sha256: c40661648c34c08e21b69e0eec021ccaf090ffff070d2a9cbcb1519e1b310568 - md5: 1bad6c181a0799298aad42fc5a7e98b7 - depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 527370 - timestamp: 1734494305140 -- kind: conda - name: libcxx - version: 19.1.6 - build: hf95d169_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda - sha256: c40661648c34c08e21b69e0eec021ccaf090ffff070d2a9cbcb1519e1b310568 - md5: 1bad6c181a0799298aad42fc5a7e98b7 - depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 527370 - timestamp: 1734494305140 -- kind: conda - name: libde265 - version: 1.0.15 - build: h00ab1b0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d - md5: 407fee7a5d7ab2dca12c9ca7f62310ad - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-3.0-or-later - license_family: LGPL - size: 411814 - timestamp: 1703088639063 -- kind: conda - name: libde265 - version: 1.0.15 - build: h00ab1b0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d - md5: 407fee7a5d7ab2dca12c9ca7f62310ad - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 411814 - timestamp: 1703088639063 -- kind: conda - name: libde265 - version: 1.0.15 - build: h2a328a1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - sha256: 7345e775c7a51ed2d9da33389d6e24aeb38378b0f3c6dea13b0b88179c867718 - md5: c5417cadddd73ace53e7152d8265f16a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-3.0-or-later - license_family: LGPL - size: 385337 - timestamp: 1703088661961 -- kind: conda - name: libde265 - version: 1.0.15 - build: h2a328a1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - sha256: 7345e775c7a51ed2d9da33389d6e24aeb38378b0f3c6dea13b0b88179c867718 - md5: c5417cadddd73ace53e7152d8265f16a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 385337 - timestamp: 1703088661961 -- kind: conda - name: libde265 - version: 1.0.15 - build: h2ffa867_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - sha256: 13747fa634f7f16d7f222b7d3869e3c1aab9d3a2791edeb2fc632a87663950e0 - md5: 7c718ee6d8497702145612fa0898a12d - depends: - - libcxx >=15 - license: LGPL-3.0-or-later - license_family: LGPL - size: 277861 - timestamp: 1703089176970 -- kind: conda - name: libde265 - version: 1.0.15 - build: h2ffa867_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - sha256: 13747fa634f7f16d7f222b7d3869e3c1aab9d3a2791edeb2fc632a87663950e0 - md5: 7c718ee6d8497702145612fa0898a12d - depends: - - libcxx >=15 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 277861 - timestamp: 1703089176970 -- kind: conda - name: libde265 - version: 1.0.15 - build: h7728843_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - sha256: a67544ca45a082da0c868fbcd1a0f49fc6f92281aa9aedd20bdce9e7c7e45817 - md5: a270b0e1a2a3326cc21eee82c42efffc - depends: - - libcxx >=15 - license: LGPL-3.0-or-later - license_family: LGPL - size: 331376 - timestamp: 1703088831061 -- kind: conda - name: libde265 - version: 1.0.15 - build: h7728843_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - sha256: a67544ca45a082da0c868fbcd1a0f49fc6f92281aa9aedd20bdce9e7c7e45817 - md5: a270b0e1a2a3326cc21eee82c42efffc - depends: - - libcxx >=15 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 331376 - timestamp: 1703088831061 -- kind: conda - name: libde265 - version: 1.0.15 - build: h91493d7_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 - md5: 9dc3c1fbc1c7bc6204e8a603f45e156b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-or-later - license_family: LGPL - size: 252968 - timestamp: 1703089151021 -- kind: conda - name: libde265 - version: 1.0.15 - build: h91493d7_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 - md5: 9dc3c1fbc1c7bc6204e8a603f45e156b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 252968 - timestamp: 1703089151021 -- kind: conda - name: libdeflate - version: '1.23' - build: h4ddbbb0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 - md5: 8dfae1d2e74767e9ce36d5fa0d8605db - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 72255 - timestamp: 1734373823254 -- kind: conda - name: libdeflate - version: '1.23' - build: h4ddbbb0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 - md5: 8dfae1d2e74767e9ce36d5fa0d8605db - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 72255 - timestamp: 1734373823254 -- kind: conda - name: libdeflate - version: '1.23' - build: h5e3c512_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - sha256: 959419d87cd2b789a9055db95704c614f31aeb70bef7949fa2f734122a3a2863 - md5: 7e7ca2607b11b180120cefc2354fc0cb - depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 69862 - timestamp: 1734373858306 -- kind: conda - name: libdeflate - version: '1.23' - build: h5e3c512_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - sha256: 959419d87cd2b789a9055db95704c614f31aeb70bef7949fa2f734122a3a2863 - md5: 7e7ca2607b11b180120cefc2354fc0cb - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 69862 - timestamp: 1734373858306 -- kind: conda - name: libdeflate - version: '1.23' - build: h9062f6e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 - md5: a9624935147a25b06013099d3038e467 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 155723 - timestamp: 1734374084110 -- kind: conda - name: libdeflate - version: '1.23' - build: h9062f6e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 - md5: a9624935147a25b06013099d3038e467 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 155723 - timestamp: 1734374084110 -- kind: conda - name: libdeflate - version: '1.23' - build: he65b83e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - sha256: 20c1e685e7409bb82c819ba55b9f7d9a654e8e6d597081581493badb7464520e - md5: 120f8f7ba6a8defb59f4253447db4bb4 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - size: 69309 - timestamp: 1734374105905 -- kind: conda - name: libdeflate - version: '1.23' - build: he65b83e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - sha256: 20c1e685e7409bb82c819ba55b9f7d9a654e8e6d597081581493badb7464520e - md5: 120f8f7ba6a8defb59f4253447db4bb4 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 69309 - timestamp: 1734374105905 -- kind: conda - name: libdeflate - version: '1.23' - build: hec38601_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53 - md5: 1d8b9588be14e71df38c525767a1ac30 - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - size: 54132 - timestamp: 1734373971372 + purls: [] + size: 155358 + timestamp: 1711197066985 - kind: conda name: libdeflate - version: '1.23' - build: hec38601_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53 - md5: 1d8b9588be14e71df38c525767a1ac30 - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 54132 - timestamp: 1734373971372 -- kind: conda - name: libdrm - version: 2.4.124 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - sha256: a0a89edcd142942ec5730f2b7d3b3f3e702b9be2d4c675fea3a8b62d40e6adc3 - md5: a8058bcb6b4fa195aaa20452437c7727 - depends: - - libgcc >=13 - - libpciaccess >=0.18,<0.19.0a0 - license: MIT - license_family: MIT - size: 246299 - timestamp: 1733424417343 -- kind: conda - name: libdrm - version: 2.4.124 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - sha256: a0a89edcd142942ec5730f2b7d3b3f3e702b9be2d4c675fea3a8b62d40e6adc3 - md5: a8058bcb6b4fa195aaa20452437c7727 - depends: - - libgcc >=13 - - libpciaccess >=0.18,<0.19.0a0 - license: MIT - license_family: MIT - purls: [] - size: 246299 - timestamp: 1733424417343 -- kind: conda - name: libdrm - version: 2.4.124 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 - md5: 8bc89311041d7fcb510238cf0848ccae - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libpciaccess >=0.18,<0.19.0a0 - license: MIT - license_family: MIT - size: 242533 - timestamp: 1733424409299 -- kind: conda - name: libdrm - version: 2.4.124 - build: hb9d3cd8_0 + version: '1.20' + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 - md5: 8bc89311041d7fcb510238cf0848ccae + url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda + sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 + md5: 8e88f9389f1165d7c0936fe40d9a9a79 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libpciaccess >=0.18,<0.19.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 242533 - timestamp: 1733424409299 -- kind: conda - name: libedit - version: 3.1.20191231 - build: h0678c8f_2 - 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 - license: BSD-2-Clause - license_family: BSD - size: 105382 - timestamp: 1597616576726 + size: 71500 + timestamp: 1711196523408 - kind: conda name: libedit version: 3.1.20191231 @@ -13994,21 +11642,6 @@ packages: purls: [] size: 105382 timestamp: 1597616576726 -- kind: conda - name: libedit - version: 3.1.20191231 - 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 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - md5: 30e4362988a2623e9eb34337b83e01f9 - depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 96607 - timestamp: 1597616630749 - kind: conda name: libedit version: 3.1.20191231 @@ -14039,6 +11672,7 @@ packages: - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD + purls: [] size: 123878 timestamp: 1597616541093 - kind: conda @@ -14046,124 +11680,18 @@ packages: 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 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d + md5: 29371161d77933a54fccf1bb66b96529 depends: - libgcc-ng >=7.5.0 - ncurses >=6.2,<7.0.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 123878 - timestamp: 1597616541093 -- kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 - depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - size: 134104 - timestamp: 1597617110769 -- kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 - depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 134104 - timestamp: 1597617110769 -- kind: conda - name: libegl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 - md5: c151d5eb730e9b7480e6d48c0fc44048 - depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd - size: 44840 - timestamp: 1731330973553 -- kind: conda - name: libegl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 - md5: c151d5eb730e9b7480e6d48c0fc44048 - depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd - purls: [] - size: 44840 - timestamp: 1731330973553 -- kind: conda - name: libegl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - sha256: 8962abf38a58c235611ce356b9899f6caeb0352a8bce631b0bcc59352fda455e - md5: cf105bce884e4ef8c8ccdca9fe6695e7 - depends: - - libglvnd 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd - size: 53551 - timestamp: 1731330990477 -- kind: conda - name: libegl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - sha256: 8962abf38a58c235611ce356b9899f6caeb0352a8bce631b0bcc59352fda455e - md5: cf105bce884e4ef8c8ccdca9fe6695e7 - depends: - - libglvnd 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd - purls: [] - size: 53551 - timestamp: 1731330990477 -- kind: conda - name: libev - version: '4.33' - build: h10d778d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 - md5: 899db79329439820b7e8f8de41bca902 - license: BSD-2-Clause - license_family: BSD - size: 106663 - timestamp: 1702146352558 + size: 134104 + timestamp: 1597617110769 - kind: conda name: libev version: '4.33' @@ -14178,21 +11706,6 @@ packages: purls: [] size: 106663 timestamp: 1702146352558 -- kind: conda - name: libev - version: '4.33' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 - md5: a9a13cb143bbaa477b1ebaefbe47a302 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 115123 - timestamp: 1702146237623 - kind: conda name: libev version: '4.33' @@ -14209,19 +11722,6 @@ packages: purls: [] size: 115123 timestamp: 1702146237623 -- kind: conda - name: libev - version: '4.33' - build: h93a5062_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f - md5: 36d33e440c31857372a72137f78bacf5 - license: BSD-2-Clause - license_family: BSD - size: 107458 - timestamp: 1702146414478 - kind: conda name: libev version: '4.33' @@ -14249,208 +11749,105 @@ packages: - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD + purls: [] size: 112766 timestamp: 1702146165126 - kind: conda - name: libev - version: '4.33' - build: hd590300_2 - build_number: 2 + name: libevent + version: 2.1.12 + build: hf998b51_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 + url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 + md5: a1cfcc585f0c42bf8d5546bb1dfb668d depends: - libgcc-ng >=12 - license: BSD-2-Clause + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 112766 - timestamp: 1702146165126 -- kind: conda - name: libexpat - version: 2.6.4 - build: h240833e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda - sha256: d10f43d0c5df6c8cf55259bce0fe14d2377eed625956cddce06f58827d288c59 - md5: 20307f4049a735a78a29073be1be2626 - depends: - - __osx >=10.13 - constrains: - - expat 2.6.4.* - license: MIT - license_family: MIT - size: 70758 - timestamp: 1730967204736 -- kind: conda - name: libexpat - version: 2.6.4 - build: h240833e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda - sha256: d10f43d0c5df6c8cf55259bce0fe14d2377eed625956cddce06f58827d288c59 - md5: 20307f4049a735a78a29073be1be2626 - depends: - - __osx >=10.13 - constrains: - - expat 2.6.4.* - license: MIT - license_family: MIT - purls: [] - size: 70758 - timestamp: 1730967204736 + size: 427426 + timestamp: 1685725977222 - kind: conda name: libexpat - version: 2.6.4 - build: h286801f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda - sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745 - md5: 38d2656dd914feb0cab8c629370768bf - depends: - - __osx >=11.0 - constrains: - - expat 2.6.4.* - license: MIT - license_family: MIT - size: 64693 - timestamp: 1730967175868 -- kind: conda - name: libexpat - version: 2.6.4 - build: h286801f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda - sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745 - md5: 38d2656dd914feb0cab8c629370768bf + version: 2.6.2 + build: h2f0025b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 + md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 depends: - - __osx >=11.0 + - libgcc-ng >=12 constrains: - - expat 2.6.4.* + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 64693 - timestamp: 1730967175868 -- kind: conda - name: libexpat - version: 2.6.4 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda - sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26 - md5: db833e03127376d461e1e13e76f09b6c - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - constrains: - - expat 2.6.4.* - license: MIT - license_family: MIT - size: 73304 - timestamp: 1730967041968 + size: 72544 + timestamp: 1710362309065 - kind: conda name: libexpat - version: 2.6.4 - build: h5888daf_0 + version: 2.6.2 + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda - sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26 - md5: db833e03127376d461e1e13e76f09b6c + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda + sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 + md5: e7ba12deb7020dd080c6c70e7b6f6a3d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 constrains: - - expat 2.6.4.* + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 73304 - timestamp: 1730967041968 -- kind: conda - name: libexpat - version: 2.6.4 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - sha256: f42e758009ba9db90d1fe7992bc3e60d0c52f71fb20923375d2c44ae69a5a2b3 - md5: f1b3fab36861b3ce945a13f0dfdfc688 - depends: - - libgcc >=13 - constrains: - - expat 2.6.4.* - license: MIT - license_family: MIT - size: 72345 - timestamp: 1730967203789 + size: 73730 + timestamp: 1710362120304 - kind: conda name: libexpat - version: 2.6.4 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - sha256: f42e758009ba9db90d1fe7992bc3e60d0c52f71fb20923375d2c44ae69a5a2b3 - md5: f1b3fab36861b3ce945a13f0dfdfc688 - depends: - - libgcc >=13 + version: 2.6.2 + build: h63175ca_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 + md5: bc592d03f62779511d392c175dcece64 constrains: - - expat 2.6.4.* + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 72345 - timestamp: 1730967203789 + size: 139224 + timestamp: 1710362609641 - kind: conda name: libexpat - version: 2.6.4 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda - sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 - md5: eb383771c680aa792feb529eaf9df82f - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + version: 2.6.2 + build: h73e2aa4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 + md5: 3d1d51c8f716d97c864d12f7af329526 constrains: - - expat 2.6.4.* + - expat 2.6.2.* license: MIT license_family: MIT - size: 139068 - timestamp: 1730967442102 + purls: [] + size: 69246 + timestamp: 1710362566073 - kind: conda name: libexpat - version: 2.6.4 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda - sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 - md5: eb383771c680aa792feb529eaf9df82f - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + version: 2.6.2 + build: hebf3989_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e + md5: e3cde7cfa87f82f7cb13d482d5e0ad09 constrains: - - expat 2.6.4.* + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 139068 - timestamp: 1730967442102 -- kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 - license: MIT - license_family: MIT - size: 51348 - timestamp: 1636488394370 + size: 63655 + timestamp: 1710362424980 - kind: conda name: libffi version: 3.4.2 @@ -14465,19 +11862,6 @@ packages: purls: [] size: 51348 timestamp: 1636488394370 -- kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 - license: MIT - license_family: MIT - size: 39020 - timestamp: 1636488587153 - kind: conda name: libffi version: 3.4.2 @@ -14492,21 +11876,6 @@ packages: purls: [] size: 39020 timestamp: 1636488587153 -- kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 59450 - timestamp: 1636488255090 - kind: conda name: libffi version: 3.4.2 @@ -14523,21 +11892,6 @@ packages: purls: [] size: 59450 timestamp: 1636488255090 -- kind: conda - name: libffi - version: 3.4.2 - build: h7f98852_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 58292 - timestamp: 1636488182923 - kind: conda name: libffi version: 3.4.2 @@ -14568,85 +11922,28 @@ packages: - vs2015_runtime >=14.16.27012 license: MIT license_family: MIT + purls: [] size: 42063 timestamp: 1636489106777 - 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 + name: libflac + version: 1.4.3 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda + sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d + md5: ee48bf17cc83a00f59ca1494d5646869 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: MIT - license_family: MIT + - gettext >=0.21.1,<1.0a0 + - libgcc-ng >=12 + - libogg 1.3.* + - libogg >=1.3.4,<1.4.0a0 + - libstdcxx-ng >=12 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 42063 - timestamp: 1636489106777 -- kind: conda - name: libgcc - version: 14.2.0 - build: h1383e82_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda - sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d - md5: 75fdd34824997a0f9950a703b15d8ac5 - depends: - - _openmp_mutex >=4.5 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - constrains: - - libgcc-ng ==14.2.0=*_1 - - libgomp 14.2.0 h1383e82_1 - - msys2-conda-epoch <0.0a0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 666386 - timestamp: 1729089506769 -- kind: conda - name: libgcc - version: 14.2.0 - build: h1383e82_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda - sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d - md5: 75fdd34824997a0f9950a703b15d8ac5 - depends: - - _openmp_mutex >=4.5 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - constrains: - - libgcc-ng ==14.2.0=*_1 - - libgomp 14.2.0 h1383e82_1 - - msys2-conda-epoch <0.0a0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 666386 - timestamp: 1729089506769 -- kind: conda - name: libgcc - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda - sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 - md5: 3cb76c3f10d3bc7f1105b2fc9db984df - depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.2.0 h77fa898_1 - - libgcc-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 848745 - timestamp: 1729027721139 + size: 394383 + timestamp: 1687765514062 - kind: conda name: libgcc version: 14.2.0 @@ -14683,42 +11980,44 @@ packages: - libgomp 14.2.0 he277a41_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 535243 timestamp: 1729089435134 - kind: conda - name: libgcc - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 - md5: 511b511c5445e324066c3377481bcab8 + name: libgcc-ng + version: 14.1.0 + build: h77fa898_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda + sha256: b8e869ac96591cda2704bf7e77a301025e405227791a0bddf14a3dac65125538 + md5: ca0fad6a41ddaef54a153b78eccb5037 depends: + - _libgcc_mutex 0.1 conda_forge - _openmp_mutex >=4.5 constrains: - - libgcc-ng ==14.2.0=*_1 - - libgomp 14.2.0 he277a41_1 + - libgomp 14.1.0 h77fa898_0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 535243 - timestamp: 1729089435134 + size: 842109 + timestamp: 1719538896937 - kind: conda name: libgcc-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 - md5: e39480b9ca41323497b05492a63bc35b + version: 14.1.0 + build: he277a41_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda + sha256: b9ca03216bc089c0c46f008bc6f447bc0df8dc826d9801fb4283e49fa89c877e + md5: 47ecd1292a3fd78b616640b35dd9632c depends: - - libgcc 14.2.0 h77fa898_1 + - _openmp_mutex >=4.5 + constrains: + - libgomp 14.1.0 he277a41_0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 54142 - timestamp: 1729027726517 + purls: [] + size: 532273 + timestamp: 1719547536460 - kind: conda name: libgcc-ng version: 14.2.0 @@ -14748,3028 +12047,3242 @@ packages: - libgcc 14.2.0 he277a41_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 54104 timestamp: 1729089444587 - kind: conda - name: libgcc-ng - version: 14.2.0 - build: he9431aa_1 + name: libgcrypt + version: 1.11.0 + build: h4ab18f5_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 - md5: 0694c249c61469f2c0f7e2990782af21 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda + sha256: 9e97e4a753d2ee238cfc7375f0882830f0d8c1667431bc9d070a0f6718355570 + md5: 14858a47d4cc995892e79f2b340682d7 depends: - - libgcc 14.2.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 + - libgcc-ng >=12 + - libgpg-error >=1.50,<2.0a0 + license: LGPL-2.1-or-later AND GPL-2.0-or-later license_family: GPL purls: [] - size: 54104 - timestamp: 1729089444587 + size: 684307 + timestamp: 1721392291497 - kind: conda name: libgd version: 2.3.3 - build: h085315d_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda - sha256: 301b6da73cef796766945299a3dea776728703298aac90827aa6bf15134bc03c - md5: ac0cda3730da6013715a0d9e8e677d83 + build: h0dceb68_9 + build_number: 9 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda + sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 + md5: 1feb43971521d430bf826f8398598c5b depends: + - expat - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.17,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zlib license: GD license_family: BSD - size: 344264 - timestamp: 1722928697150 + purls: [] + size: 202884 + timestamp: 1696161058863 - kind: conda name: libgd version: 2.3.3 - build: h085315d_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h085315d_10.conda - sha256: 301b6da73cef796766945299a3dea776728703298aac90827aa6bf15134bc03c - md5: ac0cda3730da6013715a0d9e8e677d83 + build: h119a65a_9 + build_number: 9 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda + sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d + md5: cfebc557e54905dadc355c0e9f003004 depends: + - expat - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.17,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zlib license: GD license_family: BSD purls: [] - size: 344264 - timestamp: 1722928697150 + size: 224448 + timestamp: 1696160785971 - kind: conda name: libgd version: 2.3.3 - build: h2e77e4f_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda - sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d - md5: a87f68ea91c66e1a9fb515f6aeba6ba2 + build: h312136b_9 + build_number: 9 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 + md5: 69c987e1f9268d9ade86497c4ab8cc45 depends: - - __osx >=10.13 + - expat - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xorg-libxpm >=3.5.16,<4.0a0 + - zlib license: GD license_family: BSD - size: 200456 - timestamp: 1722928713359 + purls: [] + size: 344848 + timestamp: 1696161193894 - kind: conda name: libgd version: 2.3.3 - build: h2e77e4f_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda - sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d - md5: a87f68ea91c66e1a9fb515f6aeba6ba2 + build: hcd22fd5_9 + build_number: 9 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda + sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b + md5: 765021fb606a138701b961b4a3607a3e depends: - - __osx >=10.13 + - expat - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zlib license: GD license_family: BSD purls: [] - size: 200456 - timestamp: 1722928713359 + size: 231712 + timestamp: 1696160722186 - kind: conda name: libgd version: 2.3.3 - build: h6818b27_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 - md5: 33725322288f22cd4e29db5356653d76 + build: hfdf3952_9 + build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda + sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec + md5: 0d847466f115fbdaaf2b6926f2e33278 depends: + - expat - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zlib license: GD license_family: BSD - size: 227975 - timestamp: 1722928173564 + purls: [] + size: 206783 + timestamp: 1696161158189 - kind: conda - name: libgd - version: 2.3.3 - build: h6818b27_10 + name: libgdal + version: 3.9.1 + build: h57928b3_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e + md5: 5e15dafa70da7df389b9d193fdf43f65 + depends: + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 422016 + timestamp: 1722377230255 +- kind: conda + name: libgdal + version: 3.9.1 + build: h694c41f_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda + sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 + md5: 201d2ede2ae976a6959d4f587b2708fd + depends: + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 421511 + timestamp: 1722374962165 +- kind: conda + name: libgdal + version: 3.9.1 + build: h8af1aa0_10 build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 - md5: 33725322288f22cd4e29db5356653d76 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda + sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a + md5: a9fbb8b72340a019cee7277c3cea9549 depends: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: GD - license_family: BSD + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT purls: [] - size: 227975 - timestamp: 1722928173564 + size: 421401 + timestamp: 1722372507738 - kind: conda - name: libgd - version: 2.3.3 - build: hac1b3a8_10 + name: libgdal + version: 3.9.1 + build: ha770c72_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda + sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c + md5: 421c565d76852a91dbad56fb6b0b1ed1 + depends: + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 421102 + timestamp: 1722372161864 +- kind: conda + name: libgdal + version: 3.9.1 + build: hce30654_10 build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda - sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e - md5: c9e450ce5ced76f107c494fbd37325f5 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda + sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 + md5: 7bca008117da87b8152368d9b0dc6786 depends: - - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 421673 + timestamp: 1722375669238 +- kind: conda + name: libgdal-core + version: 3.9.1 + build: h858dd01_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda + sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 + md5: c862df33b6a3e4eca89e309100ad329c + depends: + - __osx >=10.13 + - blosc >=1.21.6,<2.0a0 + - geos >=3.12.2,<3.12.3.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.17,<0.18.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - license: GD - license_family: BSD - size: 200309 - timestamp: 1722928354606 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.4.1,<9.5.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 8943547 + timestamp: 1722371349347 - kind: conda - name: libgd - version: 2.3.3 - build: hac1b3a8_10 + name: libgdal-core + version: 3.9.1 + build: h896ba76_10 build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda - sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e - md5: c9e450ce5ced76f107c494fbd37325f5 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda + sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 + md5: 26af2a766abcfff774186fad8cd691e7 depends: - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.12.2,<3.12.3.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.17,<0.18.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - license: GD - license_family: BSD + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.4.1,<9.5.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.9.1.* + license: MIT + license_family: MIT purls: [] - size: 200309 - timestamp: 1722928354606 + size: 8232149 + timestamp: 1722371644322 - kind: conda - name: libgd - version: 2.3.3 - build: hd3e95f3_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 - md5: 30ee3a29c84cf7b842a8c5828c4b7c13 - depends: - - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: GD - license_family: BSD - size: 225113 - timestamp: 1722928278395 -- kind: conda - name: libgd - version: 2.3.3 - build: hd3e95f3_10 + name: libgdal-core + version: 3.9.1 + build: h8f9377d_10 build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 - md5: 30ee3a29c84cf7b842a8c5828c4b7c13 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda + sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 + md5: acb13917dca00666f11474e7972d9cb2 depends: - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 + - blosc >=1.21.6,<2.0a0 + - geos >=3.12.2,<3.12.3.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.17,<0.18.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 + - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - license: GD - license_family: BSD + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.4.1,<9.5.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.9.1.* + license: MIT + license_family: MIT purls: [] - size: 225113 - timestamp: 1722928278395 + size: 10226934 + timestamp: 1722370815128 - kind: conda name: libgdal-core - version: 3.10.0 - build: h095903c_13 - build_number: 13 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda - sha256: 9e9d9db10f34b4948ec7d3a34d5c2579c592420a767f3ebc71a76713152e8eaa - md5: 7f216b88f4919e918edf305c2589db79 + version: 3.9.1 + build: ha6a86ea_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda + sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 + md5: 3915141c77f6f28e9045529ad1063769 depends: - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.17,<0.18.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 + - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - proj >=9.4.1,<9.5.0a0 - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - libgdal 3.10.0.* + - libgdal 3.9.1.* license: MIT license_family: MIT - size: 8426143 - timestamp: 1735411552110 + purls: [] + size: 9959908 + timestamp: 1722370980704 - kind: conda name: libgdal-core - version: 3.10.0 - build: h095903c_13 - build_number: 13 + version: 3.9.1 + build: hcff673a_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.0-h095903c_13.conda - sha256: 9e9d9db10f34b4948ec7d3a34d5c2579c592420a767f3ebc71a76713152e8eaa - md5: 7f216b88f4919e918edf305c2589db79 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b + md5: 7039792599a736b9b76db35b55f1ce1c depends: - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 + - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - libgdal 3.10.0.* + - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 8426143 - timestamp: 1735411552110 + size: 8053565 + timestamp: 1722372555487 - kind: conda - name: libgdal-core - version: 3.10.0 - build: h3359108_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda - sha256: 63e52a79712b11b75c81c6a67ae4be04445f2f4bb4f8a59be0dbc0d877e83126 - md5: e9c2fb75425038991370f72231eca6e8 + name: libgdal-fits + version: 3.9.1 + build: h0a0b71e_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 + md5: 6e21157429c310803cba3369581e1061 depends: - - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - cfitsio >=4.4.1,<4.4.2.0a0 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 10791475 - timestamp: 1735410325715 + purls: [] + size: 496116 + timestamp: 1722375134577 - kind: conda - name: libgdal-core - version: 3.10.0 - build: h3359108_13 - build_number: 13 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.0-h3359108_13.conda - sha256: 63e52a79712b11b75c81c6a67ae4be04445f2f4bb4f8a59be0dbc0d877e83126 - md5: e9c2fb75425038991370f72231eca6e8 + name: libgdal-fits + version: 3.9.1 + build: h2758869_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda + sha256: 4696ef4269587f24e2016ce77cd4ce7d0dc1297913a9e76bc9dfbc774fdd0f72 + md5: 5ce52f96e40a5a3406974e732832f58c depends: - - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - cfitsio >=4.4.1,<4.4.2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 10791475 - timestamp: 1735410325715 + size: 473575 + timestamp: 1722371921667 - kind: conda - name: libgdal-core - version: 3.10.0 - build: h9ef0d2d_13 - build_number: 13 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda - sha256: 89d2fd46130b6b9b1612c39737154f1101dbd14fee1adb6c571711f8d6f3dbf2 - md5: c350c8c0bc3a741932574e66a9a5d3bb + name: libgdal-fits + version: 3.9.1 + build: h5d197d2_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda + sha256: d3c731f01fe42916c8d2c35a3a85365c08585fc7a486cd709c659a5aa0126e0a + md5: 75ea8cd96e5f32c06347df276de09bb3 depends: - - __osx >=11.0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - __osx >=10.13 + - cfitsio >=4.4.1,<4.4.2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* license: MIT license_family: MIT - size: 8495760 - timestamp: 1735421197080 + purls: [] + size: 467786 + timestamp: 1722373045891 - kind: conda - name: libgdal-core - version: 3.10.0 - build: h9ef0d2d_13 - build_number: 13 + name: libgdal-fits + version: 3.9.1 + build: h7a7a030_10 + build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.0-h9ef0d2d_13.conda - sha256: 89d2fd46130b6b9b1612c39737154f1101dbd14fee1adb6c571711f8d6f3dbf2 - md5: c350c8c0bc3a741932574e66a9a5d3bb + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda + sha256: a48c2fe1d6965cb68c6170ab6a3b17b07d575665c4bd6ec00146fc18fd89e568 + md5: 63257b60e71e8392dd0fce989a2753cc depends: - __osx >=11.0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - cfitsio >=4.4.1,<4.4.2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* license: MIT license_family: MIT purls: [] - size: 8495760 - timestamp: 1735421197080 + size: 464862 + timestamp: 1722373691174 - kind: conda - name: libgdal-core - version: 3.10.0 - build: ha746336_13 - build_number: 13 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda - sha256: f71f389102e185f9939ac31bc64f21ba44197a402150bc3fe9683e6667ca45b1 - md5: 3821cb9439701da9166ec6ba1bef51e4 + name: libgdal-fits + version: 3.9.1 + build: hdd6600c_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda + sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 + md5: d0beafb715671a47a49350ace6325d63 depends: - - __osx >=10.13 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - cfitsio >=4.4.1,<4.4.2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 9210730 - timestamp: 1735410526351 + purls: [] + size: 475012 + timestamp: 1722371591313 - kind: conda - name: libgdal-core - version: 3.10.0 - build: ha746336_13 - build_number: 13 + name: libgdal-grib + version: 3.9.1 + build: h0b38e0c_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda + sha256: f8fae279bce5981af463c2fd67691ae201e419214b3e2fec787c93e24e348d23 + md5: 3e884b1332e5ad564c5a79957c9f47b0 + depends: + - libaec >=1.1.3,<2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 719972 + timestamp: 1722371972166 +- kind: conda + name: libgdal-grib + version: 3.9.1 + build: h385febf_10 + build_number: 10 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.0-ha746336_13.conda - sha256: f71f389102e185f9939ac31bc64f21ba44197a402150bc3fe9683e6667ca45b1 - md5: 3821cb9439701da9166ec6ba1bef51e4 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda + sha256: 40d18842c6f9481f099ab0fb1dbee4fdf62dcfb878be3f7fd368b5302fa382ff + md5: 39e0d03c6b552787b4af8fb1d56449e4 depends: - __osx >=10.13 - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* license: MIT license_family: MIT purls: [] - size: 9210730 - timestamp: 1735410526351 + size: 661554 + timestamp: 1722373219990 - kind: conda - name: libgdal-core - version: 3.10.0 - build: hedfbfe8_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda - sha256: dbc109fa287a2ce13bd2ff329d51aa166bb93a7bf4bb549ad6da829a9bf38ee5 - md5: b193fcb264f95ee765637c4698fae9ad + name: libgdal-grib + version: 3.9.1 + build: h5f34788_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda + sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df + md5: 9966045d95dd0edfa00cf30080d34916 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - libaec >=1.1.3,<2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 10594888 - timestamp: 1735410545885 + purls: [] + size: 721029 + timestamp: 1722371641040 - kind: conda - name: libgdal-core - version: 3.10.0 - build: hedfbfe8_13 - build_number: 13 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.0-hedfbfe8_13.conda - sha256: dbc109fa287a2ce13bd2ff329d51aa166bb93a7bf4bb549ad6da829a9bf38ee5 - md5: b193fcb264f95ee765637c4698fae9ad + name: libgdal-grib + version: 3.9.1 + build: hd2a089b_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 + md5: 10af16f730fc348ec0212b7c912928dd depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.18,<0.19.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libheif >=1.19.5,<1.20.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 + - libaec >=1.1.3,<2.0a0 + - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.10.0.* + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 10594888 - timestamp: 1735410545885 + size: 676592 + timestamp: 1722375318870 - kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 + name: libgdal-grib + version: 3.9.1 + build: hdd4b840_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda + sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 + md5: 413fc7370f6a3fe0b66b7494d50a51c6 depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110106 - timestamp: 1707328956438 + - __osx >=11.0 + - libaec >=1.1.3,<2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 650495 + timestamp: 1722373866043 - kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 + name: libgdal-hdf4 + version: 3.9.1 + build: h430f241_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 + md5: b721f0b510b0f13b0447132710e89886 depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 110106 - timestamp: 1707328956438 + size: 561347 + timestamp: 1722375491611 - kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf + name: libgdal-hdf4 + version: 3.9.1 + build: h48a2630_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda + sha256: 705c5bca42caaf4fecbd0d6d2b33be130528774e509dcb0ded6918235fe33bc0 + md5: bd1f4edaff8f14e14c299a44e7021025 depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110233 - timestamp: 1707330749033 + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 622965 + timestamp: 1722372021494 - kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf + name: libgdal-hdf4 + version: 3.9.1 + build: h86719f3_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda + sha256: 6f8414f4fffdf2e058320d23b3414023237f3772a4d454db68ae5b4ddea990ed + md5: 2e22e807e9f19f2d751f2930587ec627 depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __osx >=10.13 + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT purls: [] - size: 110233 - timestamp: 1707330749033 + size: 590403 + timestamp: 1722373413042 - kind: conda - name: libgfortran - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 - md5: f1fd30127802683586f768875127a987 + name: libgdal-hdf4 + version: 3.9.1 + build: h94124bd_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda + sha256: 9d8e13357c65a86d523bf8129b42a57e990b877780ebd8ac8615dad28688e08c + md5: bd74593d2722709f124c0d1c99eb3d69 depends: - - libgfortran5 14.2.0 hd5240d6_1 - constrains: - - libgfortran-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 53997 - timestamp: 1729027752995 + - __osx >=11.0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 577207 + timestamp: 1722374069096 - kind: conda - name: libgfortran - version: 14.2.0 - build: h69a702a_1 - build_number: 1 + name: libgdal-hdf4 + version: 3.9.1 + build: ha39a594_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 - md5: f1fd30127802683586f768875127a987 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda + sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 + md5: 0b0a4fdf8e78f17784ad325a68a6320b depends: - - libgfortran5 14.2.0 hd5240d6_1 - constrains: - - libgfortran-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 53997 - timestamp: 1729027752995 + size: 575548 + timestamp: 1722371689229 - kind: conda - name: libgfortran - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b - md5: 0294b92d2f47a240bebb1e3336b495f1 + name: libgdal-hdf5 + version: 3.9.1 + build: h513f0eb_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda + sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 + md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 depends: - - libgfortran5 14.2.0 hb6113d0_1 - constrains: - - libgfortran-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 54105 - timestamp: 1729089471124 + - __osx >=10.13 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 600456 + timestamp: 1722373634116 - kind: conda - name: libgfortran - version: 14.2.0 - build: he9431aa_1 - build_number: 1 + name: libgdal-hdf5 + version: 3.9.1 + build: h6f3bf7f_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b - md5: 0294b92d2f47a240bebb1e3336b495f1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda + sha256: 96d11bc4f683018f4db44161a1ba7f1d8b9dbfc7ca673f48a34c9da8426b1ed8 + md5: 3f0c021e98c5a43f9b647730a4aacfd2 depends: - - libgfortran5 14.2.0 hb6113d0_1 - constrains: - - libgfortran-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 54105 - timestamp: 1729089471124 + size: 635134 + timestamp: 1722372080876 - kind: conda - name: libgfortran-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 + name: libgdal-hdf5 + version: 3.9.1 + build: ha2ed5f0_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 - md5: 0a7f4cd238267c88e5d69f7826a407eb + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda + sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 + md5: dbf13edf61743251f1f97cc806dea754 depends: - - libgfortran 14.2.0 h69a702a_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 54106 - timestamp: 1729027945817 + - __glibc >=2.17,<3.0.a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 638351 + timestamp: 1722371743905 - kind: conda - name: libgfortran-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 - md5: 0a7f4cd238267c88e5d69f7826a407eb + name: libgdal-hdf5 + version: 3.9.1 + build: had131a1_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 + md5: a470b96438067e04860b0604bf4a4a98 depends: - - libgfortran 14.2.0 h69a702a_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 54106 - timestamp: 1729027945817 + size: 612275 + timestamp: 1722375691115 - kind: conda - name: libgfortran-ng - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 - md5: 5e90005d310d69708ba0aa7f4fed1de6 + name: libgdal-hdf5 + version: 3.9.1 + build: hf90b89a_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda + sha256: 51bbc498d27b46166218977f6328033f02c0e1eda31494e21fb7107119fc70f6 + md5: 1dfed8de5c7e626a9c0065363b608e67 depends: - - libgfortran 14.2.0 he9431aa_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 54111 - timestamp: 1729089714658 + - __osx >=11.0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 591751 + timestamp: 1722374289570 - kind: conda - name: libgfortran-ng - version: 14.2.0 - build: he9431aa_1 - build_number: 1 + name: libgdal-jp2openjpeg + version: 3.9.1 + build: h014dd2c_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 - md5: 5e90005d310d69708ba0aa7f4fed1de6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda + sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 + md5: f4e546091123173192a0b8bce2a1f0c0 depends: - - libgfortran 14.2.0 he9431aa_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - openjpeg >=2.5.2,<3.0a0 + license: MIT + license_family: MIT purls: [] - size: 54111 - timestamp: 1729089714658 + size: 468005 + timestamp: 1722372121152 - kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec + name: libgdal-jp2openjpeg + version: 3.9.1 + build: h2ebfdf0_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda + sha256: 86c155ac5dce0dcd14eb6fa5681e4fe42d027d5e4b8793eca6e53ece5d34e716 + md5: 49757d4abcb8d6dbc95b8a5f71dd9487 depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1571379 - timestamp: 1707328880361 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - openjpeg >=2.5.2,<3.0a0 + license: MIT + license_family: MIT + purls: [] + size: 466534 + timestamp: 1722371785100 - kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 + name: libgdal-jp2openjpeg + version: 3.9.1 + build: h54bcb16_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda + sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 + md5: 9414343eb3fef0e857868a6ad7f660f6 + depends: + - __osx >=11.0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - openjpeg >=2.5.2,<3.0a0 + license: MIT + license_family: MIT + purls: [] + size: 461468 + timestamp: 1722374465941 +- kind: conda + name: libgdal-jp2openjpeg + version: 3.9.1 + build: hc5f35ca_10 + build_number: 10 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda + sha256: 4edee875f19287a84a848c1046b1bc57ed4c4e304c77a8199b6bc2bdbc7674f0 + md5: 75a4201e6f12818559135b68006f3cf8 depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __osx >=10.13 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - openjpeg >=2.5.2,<3.0a0 + license: MIT + license_family: MIT purls: [] - size: 1571379 - timestamp: 1707328880361 + size: 463116 + timestamp: 1722373766579 - kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 997381 - timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 997381 - timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 14.2.0 - build: hb6113d0_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda - sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f - md5: fc068e11b10e18f184e027782baa12b6 - depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1102158 - timestamp: 1729089452640 -- kind: conda - name: libgfortran5 - version: 14.2.0 - build: hb6113d0_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda - sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f - md5: fc068e11b10e18f184e027782baa12b6 + name: libgdal-jp2openjpeg + version: 3.9.1 + build: hed4c6cb_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 + md5: f337793dedf75d79fadd0b423e35a6c3 depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 1102158 - timestamp: 1729089452640 + size: 496753 + timestamp: 1722375850823 - kind: conda - name: libgfortran5 - version: 14.2.0 - build: hd5240d6_1 - build_number: 1 + name: libgdal-kea + version: 3.9.1 + build: h2b45729_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda - sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d - md5: 9822b874ea29af082e5d36098d25427d + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda + sha256: c982c0c2c3c80cd72fd2f114ebfbbfca361087d57ac85ceb8f286d33ca6f1850 + md5: 52a9ea0cf4b7e03f42222d46e45d4880 depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1462645 - timestamp: 1729027735353 + - __glibc >=2.17,<3.0.a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 479075 + timestamp: 1722372096330 - kind: conda - name: libgfortran5 - version: 14.2.0 - build: hd5240d6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda - sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d - md5: 9822b874ea29af082e5d36098d25427d + name: libgdal-kea + version: 3.9.1 + build: h3b8d0bf_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda + sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb + md5: 2a3d7aae7801835c1d1c9011ae26bcf5 depends: - - libgcc >=14.2.0 - constrains: - - libgfortran 14.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __osx >=10.13 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT purls: [] - size: 1462645 - timestamp: 1729027735353 + size: 474852 + timestamp: 1722374784108 - kind: conda - name: libgl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d - md5: 928b8be80851f5d8ffb016f9c81dae7a + name: libgdal-kea + version: 3.9.1 + build: h95b1a77_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 + md5: fb2c31c4d9ca970be600abb4281ef7da depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - libglx 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd - size: 134712 - timestamp: 1731330998354 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 517926 + timestamp: 1722377033182 - kind: conda - name: libgl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d - md5: 928b8be80851f5d8ffb016f9c81dae7a + name: libgdal-kea + version: 3.9.1 + build: hacb1b3e_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda + sha256: ad5989e10705d7f213234e2a2f17e99eb139f6cb599879fb82ce84a942bb5043 + md5: 6d339532d82d3bf633843ca5a65ad569 depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - libglx 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd + - __osx >=11.0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT purls: [] - size: 134712 - timestamp: 1731330998354 + size: 468529 + timestamp: 1722375482219 - kind: conda - name: libgl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 + name: libgdal-kea + version: 3.9.1 + build: hdeddc4b_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda - sha256: 3e954380f16255d1c8ae5da3bd3044d3576a0e1ac2e3c3ff2fe8f2f1ad2e467a - md5: 0d00176464ebb25af83d40736a2cd3bb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda + sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 + md5: f5527e4965aa7f712b68f43815d134b2 depends: - - libglvnd 1.7.0 hd24410f_2 - - libglx 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd - size: 145442 - timestamp: 1731331005019 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 475721 + timestamp: 1722372438447 - kind: conda - name: libgl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 + name: libgdal-netcdf + version: 3.9.1 + build: h0a2f82e_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda - sha256: 3e954380f16255d1c8ae5da3bd3044d3576a0e1ac2e3c3ff2fe8f2f1ad2e467a - md5: 0d00176464ebb25af83d40736a2cd3bb + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda + sha256: cef3c8e095589c09be4487839b14f36ccc9cd2a364438589bfb1662bbd268b00 + md5: f6ba56a78dcf13a5ca0b212a3ed532ef depends: - - libglvnd 1.7.0 hd24410f_2 - - libglx 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 145442 - timestamp: 1731331005019 + size: 716843 + timestamp: 1722372502180 - kind: conda - name: libglib - version: 2.82.2 - build: h07bd6cf_0 + name: libgdal-netcdf + version: 3.9.1 + build: h1723b65_10 + build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda - sha256: 101fb31c509d6a69ac5d612b51d4088ddbc675fca18cf0c3589cfee26cd01ca0 - md5: 890783f64502fa6bfcdc723cfbf581b4 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda + sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 + md5: faa0b8786f3171f88019453fda51e814 depends: - __osx >=11.0 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later - size: 3635416 - timestamp: 1729191799117 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + license: MIT + license_family: MIT + purls: [] + size: 664736 + timestamp: 1722375658134 - kind: conda - name: libglib - version: 2.82.2 - build: h07bd6cf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-h07bd6cf_0.conda - sha256: 101fb31c509d6a69ac5d612b51d4088ddbc675fca18cf0c3589cfee26cd01ca0 - md5: 890783f64502fa6bfcdc723cfbf581b4 + name: libgdal-netcdf + version: 3.9.1 + build: h3127c03_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda + sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c + md5: cf62fe8bb709def59fc2a5092feaa3d9 depends: - - __osx >=11.0 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later + - __osx >=10.13 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + license: MIT + license_family: MIT purls: [] - size: 3635416 - timestamp: 1729191799117 + size: 687189 + timestamp: 1722374951330 - kind: conda - name: libglib - version: 2.82.2 - build: h2ff4ddf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda - sha256: 49ee9401d483a76423461c50dcd37f91d070efaec7e4dc2828d8cdd2ce694231 - md5: 13e8e54035ddd2b91875ba399f0f7c04 + name: libgdal-netcdf + version: 3.9.1 + build: h55e78d3_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d + md5: 8e5c5f9673bf17680f9cc29dfca09174 depends: - - __glibc >=2.17,<3.0.a0 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later - size: 3931898 - timestamp: 1729191404130 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 665704 + timestamp: 1722377221669 - kind: conda - name: libglib - version: 2.82.2 - build: h2ff4ddf_0 + name: libgdal-netcdf + version: 3.9.1 + build: h94e7027_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_0.conda - sha256: 49ee9401d483a76423461c50dcd37f91d070efaec7e4dc2828d8cdd2ce694231 - md5: 13e8e54035ddd2b91875ba399f0f7c04 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda + sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d + md5: 68361cd19699c5adf3d161199e3d9d5f depends: - __glibc >=2.17,<3.0.a0 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 3931898 - timestamp: 1729191404130 + size: 730424 + timestamp: 1722372156804 - kind: conda - name: libglib - version: 2.82.2 - build: h7025463_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda - sha256: 7dfbf492b736f8d379f8c3b32a823f0bf2167ff69963e4c940339b146a04c54a - md5: 3e379c1b908a7101ecbc503def24613f + name: libgdal-pdf + version: 3.9.1 + build: h0da0525_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda + sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded + md5: c2623f06f3fc11b60fad6e25fc0f8c78 depends: - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later - size: 3810166 - timestamp: 1729192227078 + - __osx >=10.13 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - poppler >=24.7.0,<24.8.0a0 + license: MIT + license_family: MIT + purls: [] + size: 609159 + timestamp: 1722373940636 - kind: conda - name: libglib - version: 2.82.2 - build: h7025463_0 + name: libgdal-pdf + version: 3.9.1 + build: h261eb30_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_0.conda - sha256: 7dfbf492b736f8d379f8c3b32a823f0bf2167ff69963e4c940339b146a04c54a - md5: 3e379c1b908a7101ecbc503def24613f + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d + md5: 709319ad178b037ae33d04c72d0bc81f depends: - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - poppler >=24.7.0,<24.8.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later + license: MIT + license_family: MIT purls: [] - size: 3810166 - timestamp: 1729192227078 + size: 625005 + timestamp: 1722376072285 - kind: conda - name: libglib - version: 2.82.2 - build: hb6ef654_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda - sha256: d782be2d8d6784f0b8584ca3cfa93357cddc71b0975560a2bcabd174dac60fff - md5: 2e0511f82f1481210f148e1205fe2482 + name: libgdal-pdf + version: 3.9.1 + build: h4cf08c4_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda + sha256: 566d0d4e6f6ef839860f49af45b0970feab8eea31ba4432c91ec4b092ba16dd3 + md5: a351cbe6cc047f1902d68c4c99407852 depends: - - __osx >=10.13 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later - size: 3692367 - timestamp: 1729191628049 + - __osx >=11.0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - poppler >=24.7.0,<24.8.0a0 + license: MIT + license_family: MIT + purls: [] + size: 598087 + timestamp: 1722374648619 - kind: conda - name: libglib - version: 2.82.2 - build: hb6ef654_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-hb6ef654_0.conda - sha256: d782be2d8d6784f0b8584ca3cfa93357cddc71b0975560a2bcabd174dac60fff - md5: 2e0511f82f1481210f148e1205fe2482 + name: libgdal-pdf + version: 3.9.1 + build: h562c687_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda + sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 + md5: 1b89602c212091142d2424cd92fcc90a depends: - - __osx >=10.13 - - libffi >=3.4,<4.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - poppler >=24.7.0,<24.8.0a0 + license: MIT + license_family: MIT purls: [] - size: 3692367 - timestamp: 1729191628049 -- kind: conda - name: libglib - version: 2.82.2 - build: hc486b8e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda - sha256: 6797d24de7acd298f81a86078c64e4f3fea6d551a3e8892205c9e72a37a7cc3c - md5: 47f6d85fe47b865e56c539f2ba5f4dad - depends: - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later - size: 4020802 - timestamp: 1729191545578 + size: 662774 + timestamp: 1722371847466 - kind: conda - name: libglib - version: 2.82.2 - build: hc486b8e_0 + name: libgdal-pdf + version: 3.9.1 + build: hd21c838_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_0.conda - sha256: 6797d24de7acd298f81a86078c64e4f3fea6d551a3e8892205c9e72a37a7cc3c - md5: 47f6d85fe47b865e56c539f2ba5f4dad + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda + sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f + md5: 51e32f34c31c175be96c27e0dc6cdae4 depends: - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pcre2 >=10.44,<10.45.0a0 - constrains: - - glib 2.82.2 *_0 - license: LGPL-2.1-or-later + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - poppler >=24.7.0,<24.8.0a0 + license: MIT + license_family: MIT purls: [] - size: 4020802 - timestamp: 1729191545578 + size: 650685 + timestamp: 1722372186626 - kind: conda - name: libglvnd - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 - md5: 434ca7e50e40f4918ab701e3facd59a0 + name: libgdal-pg + version: 3.9.1 + build: h1b48671_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda + sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 + md5: ca2b519d68928cc636fb90fb95a4443a depends: - - __glibc >=2.17,<3.0.a0 - license: LicenseRef-libglvnd - size: 132463 - timestamp: 1731330968309 + - __osx >=10.13 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + license: MIT + license_family: MIT + purls: [] + size: 506042 + timestamp: 1722374110518 - kind: conda - name: libglvnd - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 - md5: 434ca7e50e40f4918ab701e3facd59a0 + name: libgdal-pg + version: 3.9.1 + build: h2a60a0a_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda + sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb + md5: 0fd806c5180f6acb690e94f189d68b5a depends: - - __glibc >=2.17,<3.0.a0 - license: LicenseRef-libglvnd + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 + - postgresql + license: MIT + license_family: MIT purls: [] - size: 132463 - timestamp: 1731330968309 + size: 522579 + timestamp: 1722372232353 - kind: conda - name: libglvnd - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda - sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da - md5: 9e115653741810778c9a915a2f8439e7 - license: LicenseRef-libglvnd - size: 152135 - timestamp: 1731330986070 -- kind: conda - name: libglvnd - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda - sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da - md5: 9e115653741810778c9a915a2f8439e7 - license: LicenseRef-libglvnd + name: libgdal-pg + version: 3.9.1 + build: h7d28298_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda + sha256: 867ec2ff626a9ff37f2d214392ed9632c0f1016e799f9f5ebdd8211d750d2aaa + md5: 48448aee25480ad2c00b870ace0e5202 + depends: + - __osx >=11.0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + license: MIT + license_family: MIT purls: [] - size: 152135 - timestamp: 1731330986070 + size: 501935 + timestamp: 1722374808939 - kind: conda - name: libglx - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 - md5: c8013e438185f33b13814c5c488acd5c + name: libgdal-pg + version: 3.9.1 + build: ha693a0f_10 + build_number: 10 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a + md5: a9f48dedf1ec1a5ebfa491d0a0739467 depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - xorg-libx11 >=1.8.10,<2.0a0 - license: LicenseRef-libglvnd - size: 75504 - timestamp: 1731330988898 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 531675 + timestamp: 1722376257257 - kind: conda - name: libglx - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 + name: libgdal-pg + version: 3.9.1 + build: he047751_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 - md5: c8013e438185f33b13814c5c488acd5c + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda + sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 + md5: 2920713e9300584d131b1876150a860a depends: - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - xorg-libx11 >=1.8.10,<2.0a0 - license: LicenseRef-libglvnd + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 + - postgresql + license: MIT + license_family: MIT purls: [] - size: 75504 - timestamp: 1731330988898 + size: 524062 + timestamp: 1722371896223 - kind: conda - name: libglx - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda - sha256: 6591af640cb05a399fab47646025f8b1e1a06a0d4bbb4d2e320d6629b47a1c61 - md5: 1d4269e233636148696a67e2d30dad2a + name: libgdal-postgisraster + version: 3.9.1 + build: h1b48671_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda + sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be + md5: 54bfdb7cece51e98c6d18d611c050a0c depends: - - libglvnd 1.7.0 hd24410f_2 - - xorg-libx11 >=1.8.9,<2.0a0 - license: LicenseRef-libglvnd - size: 77736 - timestamp: 1731330998960 + - __osx >=10.13 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + license: MIT + license_family: MIT + purls: [] + size: 468622 + timestamp: 1722374294068 - kind: conda - name: libglx - version: 1.7.0 - build: hd24410f_2 - build_number: 2 + name: libgdal-postgisraster + version: 3.9.1 + build: h2a60a0a_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda - sha256: 6591af640cb05a399fab47646025f8b1e1a06a0d4bbb4d2e320d6629b47a1c61 - md5: 1d4269e233636148696a67e2d30dad2a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda + sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 + md5: 475a7bc391c777c132b562a44ec41f30 depends: - - libglvnd 1.7.0 hd24410f_2 - - xorg-libx11 >=1.8.9,<2.0a0 - license: LicenseRef-libglvnd + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 + - postgresql + license: MIT + license_family: MIT purls: [] - size: 77736 - timestamp: 1731330998960 + size: 478831 + timestamp: 1722372279590 - kind: conda - name: libgomp - version: 14.2.0 - build: h1383e82_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e - md5: 9e2d4d1214df6f21cba12f6eff4972f9 + name: libgdal-postgisraster + version: 3.9.1 + build: h7d28298_10 + build_number: 10 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda + sha256: 121a0043c549b000543792b4ed100b89fa6947b6bd2867320e8306366079eec6 + md5: d4ee74110a997bfbee6603e3e883000f depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - constrains: - - msys2-conda-epoch <0.0a0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 524249 - timestamp: 1729089441747 + - __osx >=11.0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + license: MIT + license_family: MIT + purls: [] + size: 467001 + timestamp: 1722374973746 - kind: conda - name: libgomp - version: 14.2.0 - build: h1383e82_1 - build_number: 1 + name: libgdal-postgisraster + version: 3.9.1 + build: ha693a0f_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e - md5: 9e2d4d1214df6f21cba12f6eff4972f9 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a + md5: 20337307f03ca33f57a95f4c3a156406 depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - constrains: - - msys2-conda-epoch <0.0a0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 524249 - timestamp: 1729089441747 + size: 503724 + timestamp: 1722376440899 - kind: conda - name: libgomp - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 - md5: cc3573974587f12dda90d96e3e55a702 - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 460992 - timestamp: 1729027639220 -- kind: conda - name: libgomp - version: 14.2.0 - build: h77fa898_1 - build_number: 1 + name: libgdal-postgisraster + version: 3.9.1 + build: he047751_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 - md5: cc3573974587f12dda90d96e3e55a702 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda + sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 + md5: 987d21f8788ee0d28481ee77d6d9f95a depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 + - postgresql + license: MIT + license_family: MIT purls: [] - size: 460992 - timestamp: 1729027639220 -- kind: conda - name: libgomp - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf - md5: 376f0e73abbda6d23c0cb749adc195ef - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 463521 - timestamp: 1729089357313 + size: 477668 + timestamp: 1722371940582 - kind: conda - name: libgomp - version: 14.2.0 - build: he277a41_1 - build_number: 1 + name: libgdal-tiledb + version: 3.9.1 + build: h414a831_10 + build_number: 10 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf - md5: 376f0e73abbda6d23c0cb749adc195ef - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 463521 - timestamp: 1729089357313 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_h297b2c4_100 - build_number: 100 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - sha256: f340e8e51519bcf885da9dd12602f19f76f3206347701accb28034dd0112b1a1 - md5: 5e457131dd237050dbfe6b141592f3ea + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda + sha256: f1f6f7919f6d0f90ccf54aac0d14f23fdcd86e0f59b3276704168edcdbbebba8 + md5: dc933a29ede1b9b3c13f1bc11b667363 depends: - - __osx >=11.0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libcxx >=18 - - libde265 >=1.0.15,<1.0.16.0a0 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 429678 - timestamp: 1735260330340 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - tiledb >=2.25.0,<2.26.0a0 + license: MIT + license_family: MIT + purls: [] + size: 660081 + timestamp: 1722372349128 - kind: conda - name: libheif - version: 1.19.5 - build: gpl_h297b2c4_100 - build_number: 100 + name: libgdal-tiledb + version: 3.9.1 + build: h6fe8b47_10 + build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - sha256: f340e8e51519bcf885da9dd12602f19f76f3206347701accb28034dd0112b1a1 - md5: 5e457131dd237050dbfe6b141592f3ea + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda + sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 + md5: b3330426bee22e3d5b517863519ce522 depends: - __osx >=11.0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libcxx >=18 - - libde265 >=1.0.15,<1.0.16.0a0 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 429678 - timestamp: 1735260330340 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_h9ad4cf6_100 - build_number: 100 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - sha256: 2d85dcda3e39db17b3a909ee681624aab6d709690ac3909047e537be5decaa12 - md5: a71d758e44f5286bd9abc156a86846ae - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - libgcc >=13 - - libstdcxx >=13 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 585864 - timestamp: 1735260275639 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_h9ad4cf6_100 - build_number: 100 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - sha256: 2d85dcda3e39db17b3a909ee681624aab6d709690ac3909047e537be5decaa12 - md5: a71d758e44f5286bd9abc156a86846ae - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - libgcc >=13 - - libstdcxx >=13 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - tiledb >=2.25.0,<2.26.0a0 + license: MIT + license_family: MIT purls: [] - size: 585864 - timestamp: 1735260275639 + size: 614771 + timestamp: 1722375161273 - kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc21c24c_100 - build_number: 100 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 - md5: 3b57852666eaacc13414ac811dde3f8a - depends: - - __glibc >=2.17,<3.0.a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - libgcc >=13 - - libstdcxx >=13 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 588609 - timestamp: 1735260140647 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc21c24c_100 - build_number: 100 + name: libgdal-tiledb + version: 3.9.1 + build: h9d8aadb_10 + build_number: 10 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 - md5: 3b57852666eaacc13414ac811dde3f8a + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda + sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec + md5: 1a98a4054f11117121604cc365bab135 depends: - __glibc >=2.17,<3.0.a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - libgcc >=13 - - libstdcxx >=13 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + - tiledb >=2.25.0,<2.26.0a0 + license: MIT + license_family: MIT purls: [] - size: 588609 - timestamp: 1735260140647 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc62a4a2_100 - build_number: 100 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - sha256: 2c37ca00e28623ddb1e86e443f6aacc2c5c4f78353a33714475c20160a40aa53 - md5: 8fe3273539e2f4d0b8dc3d9aa960f2bf - depends: - - __osx >=10.13 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libcxx >=18 - - libde265 >=1.0.15,<1.0.16.0a0 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 475342 - timestamp: 1735260287225 + size: 670902 + timestamp: 1722372008995 - kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc62a4a2_100 - build_number: 100 + name: libgdal-tiledb + version: 3.9.1 + build: ha63beff_10 + build_number: 10 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - sha256: 2c37ca00e28623ddb1e86e443f6aacc2c5c4f78353a33714475c20160a40aa53 - md5: 8fe3273539e2f4d0b8dc3d9aa960f2bf + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda + sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 + md5: 9edd2509e8709c0d3ae0f834d73dd65b depends: - __osx >=10.13 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libcxx >=18 - - libde265 >=1.0.15,<1.0.16.0a0 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - tiledb >=2.25.0,<2.26.0a0 + license: MIT + license_family: MIT purls: [] - size: 475342 - timestamp: 1735260287225 -- kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc631cee_100 - build_number: 100 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 - md5: 8c77ee62663e5e4bbb60b86ba54fdbeb - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 388187 - timestamp: 1735260582529 + size: 629757 + timestamp: 1722374487532 - kind: conda - name: libheif - version: 1.19.5 - build: gpl_hc631cee_100 - build_number: 100 + name: libgdal-tiledb + version: 3.9.1 + build: hefbb53f_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 - md5: 8c77ee62663e5e4bbb60b86ba54fdbeb - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 + md5: 86235ce63e13475777c334895766bf4e + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - tiledb >=2.25.0,<2.26.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - x265 >=3.5,<3.6.0a0 - license: LGPL-3.0-or-later - license_family: LGPL + license: MIT + license_family: MIT purls: [] - size: 388187 - timestamp: 1735260582529 + size: 627551 + timestamp: 1722376685520 - kind: conda - name: libhwloc - version: 2.11.2 - build: default_ha69328c_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 - md5: b87a0ac5ab6495d8225db5dc72dd21cd + name: libgdal-xls + version: 3.9.1 + build: h062f1c4_10 + build_number: 10 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda + sha256: a29fcd4a48720084d6f7608eecee62b54336247a523ad85fc09a67762d932f58 + md5: 03ddde37b56f82df0e340db918317a11 depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxml2 >=2.13.4,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 2390021 - timestamp: 1731375651179 + - __glibc >=2.17,<3.0.a0 + - freexl >=2.0.0,<3.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 432767 + timestamp: 1722372050389 - kind: conda - name: libhwloc - version: 2.11.2 - build: default_ha69328c_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 - md5: b87a0ac5ab6495d8225db5dc72dd21cd + name: libgdal-xls + version: 3.9.1 + build: h597966e_10 + build_number: 10 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda + sha256: aef59cb131857ffc74fa3706b744bfd97327da3a2c943d982d299a678d00c0b3 + md5: 3e0fdba0acb8fe06329417a8d8eac1c4 depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxml2 >=2.13.4,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + - __osx >=10.13 + - freexl >=2.0.0,<3.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT purls: [] - size: 2390021 - timestamp: 1731375651179 -- kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d - license: LGPL-2.1-only - size: 676469 - timestamp: 1702682458114 + size: 430804 + timestamp: 1722374630488 - kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 + name: libgdal-xls + version: 3.9.1 + build: hb39617b_10 + build_number: 10 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d - license: LGPL-2.1-only - purls: [] - size: 676469 - timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 - md5: 9a8eb13f14de7d761555a98712e6df65 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - size: 705787 - timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 - md5: 9a8eb13f14de7d761555a98712e6df65 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda + sha256: 2c6b7db3b9641f823e65266a20132c6b67e3f22aa8702f39188ef04919867301 + md5: 46d6e472fdc2056f45cd1cd0ff4ada73 depends: - - libgcc-ng >=12 - license: LGPL-2.1-only + - __osx >=11.0 + - freexl >=2.0.0,<3.0a0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + license: MIT + license_family: MIT purls: [] - size: 705787 - timestamp: 1702684557134 + size: 431133 + timestamp: 1722375308153 - kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 + name: libgdal-xls + version: 3.9.1 + build: hd0e23a6_10 + build_number: 10 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 + md5: 4c80510ad54df1c350d8a827a14b3ff5 depends: + - freexl >=2.0.0,<3.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - size: 636146 - timestamp: 1702682547199 + license: MIT + license_family: MIT + purls: [] + size: 465255 + timestamp: 1722376846686 - kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 + name: libgdal-xls + version: 3.9.1 + build: hf8b742b_10 + build_number: 10 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda + sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de + md5: 7293e7a2d513d00f9bbb96ddcff433db depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only + - freexl >=2.0.0,<3.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 636146 - timestamp: 1702682547199 + size: 434538 + timestamp: 1722372391679 - kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 + name: libgettextpo + version: 0.22.5 + build: h59595ed_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e + url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda + sha256: e2f784564a2bdc6f753f00f63cc77c97601eb03bc89dccc4413336ec6d95490b + md5: 172bcc51059416e7ce99e7b528cede83 depends: - libgcc-ng >=12 - license: LGPL-2.1-only - size: 705775 - timestamp: 1702682170569 + license: GPL-3.0-or-later + license_family: GPL + purls: [] + size: 170582 + timestamp: 1712512286907 - kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 + name: libgettextpo-devel + version: 0.22.5 + build: h59595ed_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e + url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda + sha256: 695eb2439ad4a89e4205dd675cc52fba5cef6b5d41b83f07cdbf4770a336cc15 + md5: b63d9b6da3653179a278077f0de20014 depends: - libgcc-ng >=12 - license: LGPL-2.1-only + - libgettextpo 0.22.5 h59595ed_2 + license: GPL-3.0-or-later + license_family: GPL purls: [] - size: 705775 - timestamp: 1702682170569 -- kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 - md5: 6c3628d047e151efba7cf08c5e54d1ca - license: LGPL-2.1-only - size: 666538 - timestamp: 1702682713201 + size: 36758 + timestamp: 1712512303244 - kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 + name: libgfortran + version: 5.0.0 + build: 13_2_0_h97931a8_3 + build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 - md5: 6c3628d047e151efba7cf08c5e54d1ca - license: LGPL-2.1-only + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda + sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d + md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 + depends: + - libgfortran5 13.2.0 h2873a65_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 666538 - timestamp: 1702682713201 + size: 110106 + timestamp: 1707328956438 - kind: conda - name: libintl - version: 0.22.5 - build: h5728263_3 + name: libgfortran + version: 5.0.0 + build: 13_2_0_hd922786_3 build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 - md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda + sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b + md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 95568 - timestamp: 1723629479451 + - libgfortran5 13.2.0 hf226fd6_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 110233 + timestamp: 1707330749033 - kind: conda - name: libintl - version: 0.22.5 - build: h5728263_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 - md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 + name: libgfortran-ng + version: 14.1.0 + build: h69a702a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda + sha256: ef624dacacf97b2b0af39110b36e2fd3e39e358a1a6b7b21b85c9ac22d8ffed9 + md5: f4ca84fbd6d06b0a052fb2d5b96dde41 depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later + - libgfortran5 14.1.0 hc5f4f2c_0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 95568 - timestamp: 1723629479451 + size: 49893 + timestamp: 1719538933879 - kind: conda - name: libintl - version: 0.22.5 - build: h8414b35_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 - md5: 3b98ec32e91b3b59ad53dbb9c96dd334 - depends: - - __osx >=11.0 - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 81171 - timestamp: 1723626968270 -- kind: conda - name: libintl - version: 0.22.5 - build: h8414b35_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 - md5: 3b98ec32e91b3b59ad53dbb9c96dd334 + name: libgfortran-ng + version: 14.1.0 + build: he9431aa_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda + sha256: 72d7aa3d0b20b9d64a2f1c72f016c5a8a19594bb56857267e9fc7c1fc0f13223 + md5: a50ae662c1e7f26f0f2c99e31d1bf614 depends: - - __osx >=11.0 - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later + - libgfortran5 14.1.0 h9420597_0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 81171 - timestamp: 1723626968270 + size: 50098 + timestamp: 1719547575524 - kind: conda - name: libintl - version: 0.22.5 - build: hdfe23c8_3 + name: libgfortran5 + version: 13.2.0 + build: h2873a65_3 build_number: 3 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda - sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af - md5: 52d4d643ed26c07599736326c46bf12f + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b + md5: e4fb4d23ec2870ff3c40d10afe305aec depends: - - __osx >=10.13 - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - size: 88086 - timestamp: 1723626826235 + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 1571379 + timestamp: 1707328880361 - kind: conda - name: libintl - version: 0.22.5 - build: hdfe23c8_3 + name: libgfortran5 + version: 13.2.0 + build: hf226fd6_3 build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda - sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af - md5: 52d4d643ed26c07599736326c46bf12f + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a + md5: 66ac81d54e95c534ae488726c1f698ea depends: - - __osx >=10.13 - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 88086 - timestamp: 1723626826235 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - 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 - license: IJG AND BSD-3-Clause AND Zlib - size: 579748 - timestamp: 1694475265912 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - 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 + - llvm-openmp >=8.0.0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 579748 - timestamp: 1694475265912 + size: 997381 + timestamp: 1707330687590 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 + name: libgfortran5 + version: 14.1.0 + build: h9420597_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 - md5: ed24e702928be089d9ba3f05618515c6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda + sha256: 34a339c50c0fd2944ea31a013336b500f91f2e00ccfa0607f1bcc5d0a3378373 + md5: b907b29b964b8ebd7be215e47a659179 depends: - - libgcc-ng >=12 + - libgcc-ng >=14.1.0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 647126 - timestamp: 1694475003570 + - libgfortran-ng 14.1.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 1099210 + timestamp: 1719547548899 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 - md5: ed24e702928be089d9ba3f05618515c6 + name: libgfortran5 + version: 14.1.0 + build: hc5f4f2c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda + sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 + md5: 6456c2620c990cd8dde2428a27ba0bc5 depends: - - libgcc-ng >=12 + - libgcc-ng >=14.1.0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib + - libgfortran-ng 14.1.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 647126 - timestamp: 1694475003570 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 - md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 547541 - timestamp: 1694475104253 + size: 1457561 + timestamp: 1719538909168 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 + name: libglib + version: 2.80.3 + build: h59d46d9_1 build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 - md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda + sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 + md5: 2fd194003b4e69ab690f18994a71fd70 + depends: + - __osx >=11.0 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib + - glib 2.80.3 *_1 + license: LGPL-2.1-or-later purls: [] - size: 547541 - timestamp: 1694475104253 + size: 3655117 + timestamp: 1720335093245 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 + name: libglib + version: 2.80.3 + build: h7025463_1 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 + url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 + md5: 53c80e0ed9a3905ca7047c03756a5caa depends: + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 822966 - timestamp: 1694475223854 + - glib 2.80.3 *_1 + license: LGPL-2.1-or-later + purls: [] + size: 3743922 + timestamp: 1720334986136 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 + name: libglib + version: 2.80.3 + build: h736d271_1 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 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda + sha256: bfd5a28140d31f9310efcdfd1136f36d7ca718a297690a1a8869b3a1966675ae + md5: 0919d467624606fbc05c38c458f3f42a depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib + - glib 2.80.3 *_1 + license: LGPL-2.1-or-later purls: [] - size: 822966 - timestamp: 1694475223854 + size: 3655643 + timestamp: 1720335043559 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 + name: libglib + version: 2.80.3 + build: h8a4344b_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 + url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda + sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 + md5: 6ea440297aacee4893f02ad759e6ffbc depends: + - libffi >=3.4,<4.0a0 - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - size: 618575 - timestamp: 1694474974816 + - glib 2.80.3 *_1 + license: LGPL-2.1-or-later + purls: [] + size: 3886207 + timestamp: 1720334852370 - kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 + name: libglib + version: 2.80.3 + build: haee52c6_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda + sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c + md5: 50ed8a077706cfe3da719deb71001f2c depends: + - libffi >=3.4,<4.0a0 - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pcre2 >=10.44,<10.45.0a0 constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib + - glib 2.80.3 *_1 + license: LGPL-2.1-or-later purls: [] - size: 618575 - timestamp: 1694474974816 -- kind: conda - name: libkml - version: 1.3.0 - build: h538826c_1021 - build_number: 1021 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda - sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd - md5: 431ec3b40b041576811641e2d643954e - depends: - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.8,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 1651104 - timestamp: 1724667610262 + size: 3995121 + timestamp: 1720334972379 - kind: conda - name: libkml - version: 1.3.0 - build: h538826c_1021 - build_number: 1021 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda - sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd - md5: 431ec3b40b041576811641e2d643954e + name: libgomp + version: 14.1.0 + build: h77fa898_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda + sha256: 7699df61a1f6c644b3576a40f54791561f2845983120477a16116b951c9cdb05 + md5: ae061a5ed5f05818acdf9adab72c146d depends: - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.8,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + - _libgcc_mutex 0.1 conda_forge + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 1651104 - timestamp: 1724667610262 + size: 456925 + timestamp: 1719538796073 - kind: conda - name: libkml - version: 1.3.0 - build: h62bc5a7_1021 - build_number: 1021 + name: libgomp + version: 14.1.0 + build: he277a41_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - sha256: a6de6940f220bbfb3af7396635b90f09d6ea49a489f478ee563b7b7263ceb961 - md5: dfa83014442562a942f78942a259d07e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda + sha256: 11f326e49e0fb92c2a52e870c029fc26b4b6d3eb9414fa4374cb8496b231a730 + md5: 434ccc943b843117e4cebc97265f2504 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 459535 + timestamp: 1719547432949 +- kind: conda + name: libgomp + version: 14.2.0 + build: h77fa898_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 + md5: cc3573974587f12dda90d96e3e55a702 depends: - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 373869 - timestamp: 1724666898774 + - _libgcc_mutex 0.1 conda_forge + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 460992 + timestamp: 1729027639220 - kind: conda - name: libkml - version: 1.3.0 - build: h62bc5a7_1021 - build_number: 1021 + name: libgomp + version: 14.2.0 + build: he277a41_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - sha256: a6de6940f220bbfb3af7396635b90f09d6ea49a489f478ee563b7b7263ceb961 - md5: dfa83014442562a942f78942a259d07e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda + sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf + md5: 376f0e73abbda6d23c0cb749adc195ef + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 463521 + timestamp: 1729089357313 +- kind: conda + name: libgoogle-cloud + version: 2.26.0 + build: h26d7fe4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda + sha256: c6caa2d4c375c6c5718e6223bb20ccf6305313c0fef2a66499b4f6cdaa299635 + md5: 7b9d4c93870fb2d644168071d4d76afb depends: - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 373869 - timestamp: 1724666898774 + size: 1223584 + timestamp: 1719889637602 - kind: conda - name: libkml - version: 1.3.0 - build: h9ee1731_1021 - build_number: 1021 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-h9ee1731_1021.conda - sha256: dba3732e9a3b204e5af01c5ddba8630f4a337693b1c5375c2981a88b580116bd - md5: b098eeacf7e78f09c8771f5088b97bbb + name: libgoogle-cloud + version: 2.26.0 + build: h5e7cea3_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 + md5: 641d850ed6a3d2bffb546868eb7cb4db depends: - - __osx >=10.13 - - libcxx >=17 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 286877 - timestamp: 1724667518323 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 14356 + timestamp: 1719889580338 - kind: conda - name: libkml - version: 1.3.0 - build: h9ee1731_1021 - build_number: 1021 + name: libgoogle-cloud + version: 2.26.0 + build: h721cda5_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-h9ee1731_1021.conda - sha256: dba3732e9a3b204e5af01c5ddba8630f4a337693b1c5375c2981a88b580116bd - md5: b098eeacf7e78f09c8771f5088b97bbb + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda + sha256: f514519dc7a48cfd81e5c2dd436223b221f80c03f224253739e22d60d896f632 + md5: 7f7f4537746da4470385ec3a496730a4 depends: - __osx >=10.13 - - libcxx >=17 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - openssl >=3.3.1,<4.0a0 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 286877 - timestamp: 1724667518323 + size: 875432 + timestamp: 1719889038115 - kind: conda - name: libkml - version: 1.3.0 - build: he250239_1021 - build_number: 1021 + name: libgoogle-cloud + version: 2.26.0 + build: hc02380a_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda + sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c + md5: 64eb6bf3c63accd7ca9d171ba630128b + depends: + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1205565 + timestamp: 1719890627394 +- kind: conda + name: libgoogle-cloud + version: 2.26.0 + build: hfe08963_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - sha256: e578ba448489465b8fea743e214272a9fcfccb0d152ba1ff57657aaa76a0cd7d - md5: 891bb2a18eaef684f37bd4fb942cd8b2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda + sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 + md5: db7ab92239aeb06c3c52de90cc1e6f7a depends: - __osx >=11.0 - - libcxx >=17 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 281362 - timestamp: 1724667138089 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - openssl >=3.3.1,<4.0a0 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 860834 + timestamp: 1719889280878 - kind: conda - name: libkml - version: 1.3.0 - build: he250239_1021 - build_number: 1021 + name: libgoogle-cloud-storage + version: 2.26.0 + build: h1466eeb_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - sha256: e578ba448489465b8fea743e214272a9fcfccb0d152ba1ff57657aaa76a0cd7d - md5: 891bb2a18eaef684f37bd4fb942cd8b2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda + sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae + md5: 385940a9a022e911e88f4e9ea45e47b3 depends: - __osx >=11.0 - - libcxx >=17 - - libexpat >=2.6.2,<3.0a0 + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libcxx >=16 + - libgoogle-cloud 2.26.0 hfe08963_0 - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD + - openssl + license: Apache-2.0 + license_family: Apache purls: [] - size: 281362 - timestamp: 1724667138089 + size: 531614 + timestamp: 1719890205153 - kind: conda - name: libkml - version: 1.3.0 - build: hf539b9f_1021 - build_number: 1021 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - sha256: 721c3916d41e052ffd8b60e77f2da6ee47ff0d18babfca48ccf93606f1e0656a - md5: e8c7620cc49de0c6a2349b6dd6e39beb + name: libgoogle-cloud-storage + version: 2.26.0 + build: h9e84e37_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda + sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a + md5: b1e5017003917b69d5c046fc7ac0dcc3 depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 + - __osx >=10.13 + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libcxx >=16 + - libgoogle-cloud 2.26.0 h721cda5_0 - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - size: 402219 - timestamp: 1724667059411 + - openssl + license: Apache-2.0 + license_family: Apache + purls: [] + size: 549363 + timestamp: 1719890135847 - kind: conda - name: libkml - version: 1.3.0 - build: hf539b9f_1021 - build_number: 1021 + name: libgoogle-cloud-storage + version: 2.26.0 + build: ha262f82_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - sha256: 721c3916d41e052ffd8b60e77f2da6ee47ff0d18babfca48ccf93606f1e0656a - md5: e8c7620cc49de0c6a2349b6dd6e39beb + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda + sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed + md5: 89b53708fd67762b26c38c8ecc5d323d depends: - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libgcc-ng >=12 + - libgoogle-cloud 2.26.0 h26d7fe4_0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD + - openssl + license: Apache-2.0 + license_family: Apache purls: [] - size: 402219 - timestamp: 1724667059411 + size: 764005 + timestamp: 1719889827732 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 - md5: 3792604c43695d6a273bc5faaac47d48 + name: libgoogle-cloud-storage + version: 2.26.0 + build: hd572f31_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda + sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 + md5: c3416132d0d0b173f4ce4561dd02664c depends: - - libblas 3.9.0 26_linux64_openblas - constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 16338 - timestamp: 1734432576650 + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libgcc-ng >=12 + - libgoogle-cloud 2.26.0 hc02380a_0 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - openssl + license: Apache-2.0 + license_family: Apache + purls: [] + size: 706704 + timestamp: 1719890835043 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_linux64_openblas - build_number: 26 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 - md5: 3792604c43695d6a273bc5faaac47d48 + name: libgoogle-cloud-storage + version: 2.26.0 + build: he5eb982_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 + md5: 31d875f47c82afb1c9bbe3beb3bd8d6e depends: - - libblas 3.9.0 26_linux64_openblas - constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libgoogle-cloud 2.26.0 h5e7cea3_0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache purls: [] - size: 16338 - timestamp: 1734432576650 + size: 14267 + timestamp: 1719889928831 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 - md5: a5d4e18876393633da62fd8492c00156 + name: libgpg-error + version: '1.50' + build: h4f305b6_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda + sha256: c60969d5c315f33fee90a1f2dd5d169e2834ace5a55f5a6f822aa7485a3a84cc + md5: 0d7ff1a8e69565ca3add6925e18e708f depends: - - libblas 3.9.0 26_linuxaarch64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 16403 - timestamp: 1734432585123 + - gettext + - libasprintf >=0.22.5,<1.0a0 + - libgcc-ng >=12 + - libgettextpo >=0.22.5,<1.0a0 + - libstdcxx-ng >=12 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 273774 + timestamp: 1719390736440 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_linuxaarch64_openblas - build_number: 26 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 - md5: a5d4e18876393633da62fd8492c00156 + name: libgrpc + version: 1.62.2 + build: h15f2491_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a + md5: 8dabe607748cb3d7002ad73cd06f1325 depends: - - libblas 3.9.0 26_linuxaarch64_openblas + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 16403 - timestamp: 1734432585123 + size: 7316832 + timestamp: 1713390645548 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 + name: libgrpc + version: 1.62.2 + build: h384b2fc_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d - md5: c0c54bb6382ff1e52bf08f1da539e9b4 + url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba + md5: 9421f67cf8b4bc976fe5d0c3ab42de18 depends: - - libblas 3.9.0 26_osx64_openblas + - __osx >=10.13 + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 constrains: - - libcblas 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 16588 - timestamp: 1734432968940 + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 5189573 + timestamp: 1713392887258 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_osx64_openblas - build_number: 26 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d - md5: c0c54bb6382ff1e52bf08f1da539e9b4 + name: libgrpc + version: 1.62.2 + build: h5273850_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 + md5: 2939e4b5baecfeac1e8dee5c4f579f1a depends: - - libblas 3.9.0 26_osx64_openblas + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - libcblas 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas - license: BSD-3-Clause - license_family: BSD + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 16588 - timestamp: 1734432968940 + size: 16097674 + timestamp: 1713392821679 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 - md5: cebad79038a75cfd28fa90d147a2d34d + name: libgrpc + version: 1.62.2 + build: h98a9317_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 + md5: 2a669953ec0f08c2cc56bb43fed78de8 depends: - - libblas 3.9.0 26_osxarm64_openblas + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 constrains: - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 16624 - timestamp: 1734433068120 + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 7395259 + timestamp: 1713390742813 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_osxarm64_openblas - build_number: 26 + name: libgrpc + version: 1.62.2 + build: h9c18a4f_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 - md5: cebad79038a75cfd28fa90d147a2d34d + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a + md5: e624fc11026dbb84c549435eccd08623 depends: - - libblas 3.9.0 26_osxarm64_openblas + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 constrains: - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 16624 - timestamp: 1734433068120 -- kind: conda - name: liblapack - version: 3.9.0 - build: 26_win64_mkl - build_number: 26 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda - sha256: 6701bd162d105531b75d05acf82b4ad9fbc5a24ffbccf8c66efa9e72c386b33c - md5: 0a717f5fda7279b77bcce671b324408a - depends: - - libblas 3.9.0 26_win64_mkl - constrains: - - liblapacke 3.9.0 26_win64_mkl - - blas * mkl - - libcblas 3.9.0 26_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 3732160 - timestamp: 1734432822278 + size: 5016525 + timestamp: 1713392846329 - kind: conda - name: liblapack - version: 3.9.0 - build: 26_win64_mkl - build_number: 26 + name: libhwloc + version: 2.11.1 + build: default_h8125262_1000 + build_number: 1000 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-26_win64_mkl.conda - sha256: 6701bd162d105531b75d05acf82b4ad9fbc5a24ffbccf8c66efa9e72c386b33c - md5: 0a717f5fda7279b77bcce671b324408a + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e + md5: 933bad6e4658157f1aec9b171374fde2 depends: - - libblas 3.9.0 26_win64_mkl - constrains: - - liblapacke 3.9.0 26_win64_mkl - - blas * mkl - - libcblas 3.9.0 26_win64_mkl + - libxml2 >=2.12.7,<3.0a0 + - pthreads-win32 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 3732160 - timestamp: 1734432822278 + size: 2379689 + timestamp: 1720461835526 - kind: conda - name: libllvm19 - version: 19.1.6 - build: h2edbd07_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda - sha256: ead0ad0a4a1f57b3b010e7aefccd60f287976258ddc20cd5ca79e1044c14e457 - md5: 9e755607ec3a05f5ca9eba87abc76d65 - depends: - - libgcc >=13 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 39424641 - timestamp: 1734483121382 + name: libiconv + version: '1.17' + build: h0d3ecfb_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + md5: 69bda57310071cf6d2b86caf11573d2d + license: LGPL-2.1-only + purls: [] + size: 676469 + timestamp: 1702682458114 - kind: conda - name: libllvm19 - version: 19.1.6 - build: h2edbd07_0 + name: libiconv + version: '1.17' + build: h31becfc_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.6-h2edbd07_0.conda - sha256: ead0ad0a4a1f57b3b010e7aefccd60f287976258ddc20cd5ca79e1044c14e457 - md5: 9e755607ec3a05f5ca9eba87abc76d65 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 + md5: 9a8eb13f14de7d761555a98712e6df65 depends: - - libgcc >=13 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - libgcc-ng >=12 + license: LGPL-2.1-only purls: [] - size: 39424641 - timestamp: 1734483121382 + size: 705787 + timestamp: 1702684557134 - kind: conda - name: libllvm19 - version: 19.1.6 - build: ha7bfdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda - sha256: 1d9d4657179d74dcbd429a17555e13c9e1253cc7c9aa1244cf5c5bca2cb46c25 - md5: ec6abc65eefc96cba8443b2716dcc43b + name: libiconv + version: '1.17' + build: hcfcfb64_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b + md5: e1eb10b1cca179f2baa3601e4efc8712 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 40121731 - timestamp: 1734486321896 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-only + purls: [] + size: 636146 + timestamp: 1702682547199 - kind: conda - name: libllvm19 - version: 19.1.6 - build: ha7bfdaf_0 + name: libiconv + version: '1.17' + build: hd590300_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.6-ha7bfdaf_0.conda - sha256: 1d9d4657179d74dcbd429a17555e13c9e1253cc7c9aa1244cf5c5bca2cb46c25 - md5: ec6abc65eefc96cba8443b2716dcc43b + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + md5: d66573916ffcf376178462f1b61c941e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - libgcc-ng >=12 + license: LGPL-2.1-only purls: [] - size: 40121731 - timestamp: 1734486321896 + size: 705775 + timestamp: 1702682170569 - kind: conda - name: liblzma - version: 5.6.3 - build: h2466b09_1 - build_number: 1 + name: libiconv + version: '1.17' + build: hd75f5a5_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + md5: 6c3628d047e151efba7cf08c5e54d1ca + license: LGPL-2.1-only + purls: [] + size: 666538 + timestamp: 1702682713201 +- kind: conda + name: libintl + version: 0.22.5 + build: h5728263_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa - md5: 015b9c0bd1eef60729ab577a38aaf0b5 + url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 + md5: aa622c938af057adc119f8b8eecada01 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: 0BSD - size: 104332 - timestamp: 1733407872569 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 95745 + timestamp: 1712516102666 - kind: conda - name: liblzma - version: 5.6.3 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa - md5: 015b9c0bd1eef60729ab577a38aaf0b5 + name: libintl + version: 0.22.5 + build: h5ff76d1_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + sha256: 280aaef0ed84637ee869012ad9ad9ed208e068dd9b8cf010dafeea717dad7203 + md5: 3fb6774cb8cdbb93a6013b67bcf9716d depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: 0BSD + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 104332 - timestamp: 1733407872569 + size: 74307 + timestamp: 1712512790983 - kind: conda - name: liblzma - version: 5.6.3 - build: h39f12f2_1 - build_number: 1 + name: libintl + version: 0.22.5 + build: h8fbad5d_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 - md5: b2553114a7f5e20ccd02378a77d836aa + url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda + sha256: 21bc79bdf34ffd20cb84d2a8bd82d7d0e2a1b94b9e72773f0fb207e5b4f1ff63 + md5: 3d216d0add050129007de3342be7b8c5 depends: - - __osx >=11.0 - license: 0BSD - size: 99129 - timestamp: 1733407496073 + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 81206 + timestamp: 1712512755390 - kind: conda - name: liblzma - version: 5.6.3 - build: h39f12f2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 - md5: b2553114a7f5e20ccd02378a77d836aa + name: libintl-devel + version: 0.22.5 + build: h5728263_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d + md5: a2ad82fae23975e4ccbfab2847d31d48 depends: - - __osx >=11.0 - license: 0BSD + - libiconv >=1.17,<2.0a0 + - libintl 0.22.5 h5728263_2 + license: LGPL-2.1-or-later purls: [] - size: 99129 - timestamp: 1733407496073 + size: 40772 + timestamp: 1712516363413 - kind: conda - name: liblzma - version: 5.6.3 - build: h86ecc28_1 + name: libjpeg-turbo + version: 3.0.0 + build: h0dc2134_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 - md5: eb08b903681f9f2432c320e8ed626723 - depends: - - libgcc >=13 - license: 0BSD - size: 124138 - timestamp: 1733409137214 + 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 + license: IJG AND BSD-3-Clause AND Zlib + purls: [] + size: 579748 + timestamp: 1694475265912 - kind: conda - name: liblzma - version: 5.6.3 - build: h86ecc28_1 + name: libjpeg-turbo + version: 3.0.0 + build: h31becfc_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 - md5: eb08b903681f9f2432c320e8ed626723 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda + sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 + md5: ed24e702928be089d9ba3f05618515c6 depends: - - libgcc >=13 - license: 0BSD + - libgcc-ng >=12 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 124138 - timestamp: 1733409137214 + size: 647126 + timestamp: 1694475003570 - kind: conda - name: liblzma - version: 5.6.3 - build: hb9d3cd8_1 + name: libjpeg-turbo + version: 3.0.0 + build: hb547adb_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 - md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: 0BSD - size: 111132 - timestamp: 1733407410083 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda + sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 + md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + purls: [] + size: 547541 + timestamp: 1694475104253 - kind: conda - name: liblzma - version: 5.6.3 - build: hb9d3cd8_1 + name: libjpeg-turbo + version: 3.0.0 + build: hcfcfb64_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 - md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 + 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: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: 0BSD + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 111132 - timestamp: 1733407410083 + size: 822966 + timestamp: 1694475223854 - kind: conda - name: liblzma - version: 5.6.3 - build: hd471939_1 + name: libjpeg-turbo + version: 3.0.0 + build: hd590300_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e - md5: f9e9205fed9c664421c1c09f0b90ce6d + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f + md5: ea25936bb4080d843790b586850f82b8 depends: - - __osx >=10.13 - license: 0BSD - size: 103745 - timestamp: 1733407504892 + - libgcc-ng >=12 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + purls: [] + size: 618575 + timestamp: 1694474974816 - kind: conda - name: liblzma - version: 5.6.3 - build: hd471939_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e - md5: f9e9205fed9c664421c1c09f0b90ce6d + name: libkml + version: 1.3.0 + build: h00ed6cc_1020 + build_number: 1020 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda + sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 + md5: 628dcff1d0a6bb93fc114bf09dd65470 depends: - - __osx >=10.13 - license: 0BSD + - __osx >=11.0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 103745 - timestamp: 1733407504892 + size: 280157 + timestamp: 1720690334214 - kind: conda - name: libnghttp2 - version: 1.64.0 - build: h161d5f1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda - sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 - md5: 19e57602824042dfd0446292ef90488b + name: libkml + version: 1.3.0 + build: h538826c_1020 + build_number: 1020 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 + md5: fddbd8a22ee5700bc07e978e25c10ef1 depends: - - __glibc >=2.17,<3.0.a0 - - c-ares >=1.32.3,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc >=13 - - libstdcxx >=13 + - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 - license: MIT - license_family: MIT - size: 647599 - timestamp: 1729571887612 + - ucrt >=10.0.20348.0 + - uriparser >=0.9.8,<1.0a0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 1655764 + timestamp: 1720690303546 - kind: conda - name: libnghttp2 - version: 1.64.0 - build: h161d5f1_0 + name: libkml + version: 1.3.0 + build: hbbc8833_1020 + build_number: 1020 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda - sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 - md5: 19e57602824042dfd0446292ef90488b + url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda + sha256: 5bd19933cb3790ec8632c11fa67c25d82654bea6c2bc4f51f8bcd8b122ae96c8 + md5: 6d76c5822cb38bc1ab5a06565c6cf626 depends: - __glibc >=2.17,<3.0.a0 - - c-ares >=1.32.3,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libgcc >=13 - - libstdcxx >=13 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 - license: MIT - license_family: MIT + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 647599 - timestamp: 1729571887612 + size: 395723 + timestamp: 1720690222714 - kind: conda - name: libnghttp2 - version: 1.64.0 - build: h6d7220d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f - md5: 3408c02539cee5f1141f9f11450b6a51 + name: libkml + version: 1.3.0 + build: hcbe7090_1020 + build_number: 1020 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda + sha256: 95af37fa9263f9f075291456b51382c35ac79427647aa1476fa91e3062c615de + md5: b19b2f671f59e22b82fc735679b5e2a4 depends: - - __osx >=11.0 - - c-ares >=1.34.2,<2.0a0 - - libcxx >=17 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 366436 + timestamp: 1720689859349 +- kind: conda + name: libkml + version: 1.3.0 + build: hfcbc525_1020 + build_number: 1020 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda + sha256: 20dec455f668ab2527d6a20204599253ac0b2d4d0325e4a1ce2316850128cc3e + md5: 055d429f351b79c0a7b7d7e39ff45b28 + depends: + - __osx >=10.13 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 285823 + timestamp: 1720690426491 +- kind: conda + name: liblapack + version: 3.9.0 + build: 22_osx64_openblas + build_number: 22 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b + md5: f21b282ff7ba14df6134a0fe6ab42b1b + depends: + - libblas 3.9.0 22_osx64_openblas + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14657 + timestamp: 1712542322711 +- kind: conda + name: liblapack + version: 3.9.0 + build: 23_linux64_openblas + build_number: 23 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda + sha256: 25c7aef86c8a1d9db0e8ee61aa7462ba3b46b482027a65d66eb83e3e6f949043 + md5: 2af0879961951987e464722fd00ec1e0 + depends: + - libblas 3.9.0 23_linux64_openblas + constrains: + - liblapacke 3.9.0 23_linux64_openblas + - libcblas 3.9.0 23_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14823 + timestamp: 1721688775172 +- kind: conda + name: liblapack + version: 3.9.0 + build: 23_linuxaarch64_openblas + build_number: 23 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda + sha256: e38af4037789e0650755d6d2758f49ef6820ddf67e9aee633abfad6f281a17cb + md5: 85c4fec3847027ca7402f3bd7d2de4c1 + depends: + - libblas 3.9.0 23_linuxaarch64_openblas + constrains: + - blas * openblas + - liblapacke 3.9.0 23_linuxaarch64_openblas + - libcblas 3.9.0 23_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14848 + timestamp: 1721688789196 +- kind: conda + name: liblapack + version: 3.9.0 + build: 23_osxarm64_openblas + build_number: 23 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda + sha256: 13799a137ffc80786725e7e2820d37d4c0d59dbb76013a14c21771415b0a4263 + md5: 754ef44f72ab80fd14eaa789ac393a27 + depends: + - libblas 3.9.0 23_osxarm64_openblas + constrains: + - blas * openblas + - liblapacke 3.9.0 23_osxarm64_openblas + - libcblas 3.9.0 23_osxarm64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14999 + timestamp: 1721689026268 +- kind: conda + name: liblapack + version: 3.9.0 + build: 23_win64_mkl + build_number: 23 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 + md5: 3580796ab7b7d68143f45d4d94d866b7 + depends: + - libblas 3.9.0 23_win64_mkl + constrains: + - blas * mkl + - libcblas 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 5191980 + timestamp: 1721689666180 +- kind: conda + name: libllvm15 + version: 15.0.7 + build: hb3ce162_4 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda + sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 + md5: 8a35df3cbc0c8b12cc8af9473ae75eef + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.1,<3.0.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - zstd >=1.5.5,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 33321457 + timestamp: 1701375836233 +- kind: conda + name: libllvm18 + version: 18.1.8 + build: h8b73ec9_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda + sha256: 8a04961ef1ef88a5af6632441580f607cf20c02d0f413bd11354929331cbe729 + md5: 16d94b3586ef3558e5a583598524deb4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 38233630 + timestamp: 1721183903221 +- kind: conda + name: libnetcdf + version: 4.9.2 + build: nompi_h135f659_114 + build_number: 114 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda + sha256: 055572a4c8a1c3f9ac60071ee678f5ea49cfd7ac60a636d817988a6f9d6de6ae + md5: a908e463c710bd6b10a9eaa89fdf003c + depends: + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - zlib + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 849172 + timestamp: 1717671645362 +- kind: conda + name: libnetcdf + version: 4.9.2 + build: nompi_h7334405_114 + build_number: 114 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda + sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 + md5: 32ffbe5b0b0134e49f6347f4de8c5dcc + depends: + - __osx >=10.13 + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - zlib + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT - size: 566719 - timestamp: 1729572385640 + purls: [] + size: 726205 + timestamp: 1717671847032 - kind: conda - name: libnghttp2 - version: 1.64.0 - build: h6d7220d_0 + name: libnetcdf + version: 4.9.2 + build: nompi_h9180261_114 + build_number: 114 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda + sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 + md5: 11142bc63a8d949f5f7e1f7c90c08f4a + depends: + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - zlib + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 859784 + timestamp: 1717671546549 +- kind: conda + name: libnetcdf + version: 4.9.2 + build: nompi_h92078aa_114 + build_number: 114 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 + md5: 819507db3802d9a179de4d161285c22f + depends: + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 624793 + timestamp: 1717672198533 +- kind: conda + name: libnetcdf + version: 4.9.2 + build: nompi_he469be0_114 + build_number: 114 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f - md5: 3408c02539cee5f1141f9f11450b6a51 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda + sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 + md5: 8fd3ce6d910ed831c130c391c4364d3f depends: - __osx >=11.0 - - c-ares >=1.34.2,<2.0a0 - - libcxx >=17 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - zlib + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 566719 - timestamp: 1729572385640 + size: 681051 + timestamp: 1717671966211 - kind: conda name: libnghttp2 - version: 1.64.0 - build: hc7306c3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - sha256: 0dcfdcf3a445d2d7de4f3b186ab0a794dc872f4ea21622f9b997be72712c027f - md5: ab21007194b97beade22ceb7a3f6fee5 + version: 1.58.0 + build: h47da74e_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb + md5: 700ac6ea6d53d5510591c4344d5c989a depends: - - __osx >=10.13 - - c-ares >=1.34.2,<2.0a0 - - libcxx >=17 + - c-ares >=1.23.0,<2.0a0 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT - size: 606663 - timestamp: 1729572019083 + purls: [] + size: 631936 + timestamp: 1702130036271 - kind: conda name: libnghttp2 - version: 1.64.0 - build: hc7306c3_0 + version: 1.58.0 + build: h64cf6d3_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - sha256: 0dcfdcf3a445d2d7de4f3b186ab0a794dc872f4ea21622f9b997be72712c027f - md5: ab21007194b97beade22ceb7a3f6fee5 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda + sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 + md5: faecc55c2a8155d9ff1c0ff9a0fef64f depends: - - __osx >=10.13 - - c-ares >=1.34.2,<2.0a0 - - libcxx >=17 + - __osx >=10.9 + - c-ares >=1.23.0,<2.0a0 + - libcxx >=16.0.6 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT purls: [] - size: 606663 - timestamp: 1729572019083 + size: 599736 + timestamp: 1702130398536 - kind: conda name: libnghttp2 - version: 1.64.0 - build: hc8609a4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - sha256: c093c6d370aadbf0409c20b6c54c488ee2f6fea976181919fcc63e87ee232673 - md5: f52c614fa214a8bedece9421c771670d + version: 1.58.0 + build: ha4dd798_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda + sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd + md5: 1813e066bfcef82de579a0be8a766df4 depends: - - c-ares >=1.32.3,<2.0a0 + - __osx >=10.9 + - c-ares >=1.23.0,<2.0a0 + - libcxx >=16.0.6 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT - size: 714610 - timestamp: 1729571912479 + purls: [] + size: 565451 + timestamp: 1702130473930 - kind: conda name: libnghttp2 - version: 1.64.0 - build: hc8609a4_0 + version: 1.58.0 + build: hb0e430d_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - sha256: c093c6d370aadbf0409c20b6c54c488ee2f6fea976181919fcc63e87ee232673 - md5: f52c614fa214a8bedece9421c771670d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 + md5: 8f724cdddffa79152de61f5564a3526b depends: - - c-ares >=1.32.3,<2.0a0 + - c-ares >=1.23.0,<2.0a0 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 license: MIT license_family: MIT purls: [] - size: 714610 - timestamp: 1729571912479 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 - md5: c14f32510f694e3185704d89967ec422 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 34501 - timestamp: 1697358973269 + size: 677508 + timestamp: 1702130071743 - kind: conda name: libnsl version: 2.0.1 @@ -17785,20 +15298,6 @@ packages: purls: [] size: 34501 timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 33408 - timestamp: 1697359010159 - kind: conda name: libnsl version: 2.0.1 @@ -17815,1613 +15314,1074 @@ packages: size: 33408 timestamp: 1697359010159 - kind: conda - name: libntlm - version: '1.4' - build: hf897c2e_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - sha256: 0e303d7a8845391bd1634efb65dc9d9b82b5608ebeb32fb77a56d1ed696d2eee - md5: 835c7c4137821de5c309f4266a51ba89 - depends: - - libgcc-ng >=9.3.0 - license: LGPL-2.1-or-later - size: 39449 - timestamp: 1609781865660 -- kind: conda - name: libntlm - version: '1.4' - build: hf897c2e_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - sha256: 0e303d7a8845391bd1634efb65dc9d9b82b5608ebeb32fb77a56d1ed696d2eee - md5: 835c7c4137821de5c309f4266a51ba89 + name: libogg + version: 1.3.5 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb + md5: 44a4d173e62c5ed6d715f18ae7c46b7a depends: - - libgcc-ng >=9.3.0 - license: LGPL-2.1-or-later + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 39449 - timestamp: 1609781865660 -- kind: conda - name: libntlm - version: '1.8' - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda - sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 - md5: 7c7927b404672409d9917d49bff5f2d6 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: LGPL-2.1-or-later - size: 33418 - timestamp: 1734670021371 + size: 35459 + timestamp: 1719302192495 - kind: conda - name: libntlm - version: '1.8' - build: hb9d3cd8_0 + name: libogg + version: 1.3.5 + build: h4ab18f5_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda - sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 - md5: 7c7927b404672409d9917d49bff5f2d6 + url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda + sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d + md5: 601bfb4b3c6f0b844443bb81a56651e0 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: LGPL-2.1-or-later + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 33418 - timestamp: 1734670021371 + size: 205914 + timestamp: 1719301575771 - kind: conda name: libopenblas - version: 0.3.28 - build: openmp_hbf64a52_1 + version: 0.3.27 + build: openmp_h517c56d_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - sha256: cef5856952688ce9303f85f5bc62c99e8c2256b4c679f63afdfb381f222e90c7 - md5: cd2c572c02a73b88c4d378eb31110e85 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda + sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 + md5: 71b8a34d70aa567a990162f327e81505 depends: - - __osx >=10.13 + - __osx >=11.0 - libgfortran 5.* - - libgfortran5 >=13.2.0 - - llvm-openmp >=18.1.8 + - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - - openblas >=0.3.28,<0.3.29.0a0 + - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD - size: 6165715 - timestamp: 1730773348340 + purls: [] + size: 2925328 + timestamp: 1720425811743 - kind: conda name: libopenblas - version: 0.3.28 - build: openmp_hbf64a52_1 + version: 0.3.27 + build: openmp_h8869122_1 build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - sha256: cef5856952688ce9303f85f5bc62c99e8c2256b4c679f63afdfb381f222e90c7 - md5: cd2c572c02a73b88c4d378eb31110e85 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda + sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d + md5: c0798ad76ddd730dade6ff4dff66e0b5 depends: - __osx >=10.13 - libgfortran 5.* - - libgfortran5 >=13.2.0 - - llvm-openmp >=18.1.8 + - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - - openblas >=0.3.28,<0.3.29.0a0 + - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 6165715 - timestamp: 1730773348340 + size: 6047513 + timestamp: 1720426759731 - kind: conda name: libopenblas - version: 0.3.28 - build: openmp_hf332438_1 + version: 0.3.27 + build: pthreads_h076ed1e_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - sha256: 62bb669c37a845129096f73d446cdb6bb170e4927f2fea2b661329680dbbc373 - md5: 40803a48d947c8639da6704e9a44d3ce - depends: - - __osx >=11.0 - - libgfortran 5.* - - libgfortran5 >=13.2.0 - - llvm-openmp >=18.1.8 - constrains: - - openblas >=0.3.28,<0.3.29.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4165774 - timestamp: 1730772154295 -- kind: conda - name: libopenblas - version: 0.3.28 - build: openmp_hf332438_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - sha256: 62bb669c37a845129096f73d446cdb6bb170e4927f2fea2b661329680dbbc373 - md5: 40803a48d947c8639da6704e9a44d3ce + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda + sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e + md5: cc0a15e3a6f92f454b6132ca6aca8e8d depends: - - __osx >=11.0 - - libgfortran 5.* - - libgfortran5 >=13.2.0 - - llvm-openmp >=18.1.8 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 constrains: - - openblas >=0.3.28,<0.3.29.0a0 + - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 4165774 - timestamp: 1730772154295 -- kind: conda - name: libopenblas - version: 0.3.28 - build: pthreads_h94d23a6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe - md5: 62857b389e42b36b686331bec0922050 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.2.0 - constrains: - - openblas >=0.3.28,<0.3.29.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5578513 - timestamp: 1730772671118 + size: 4290434 + timestamp: 1720425850976 - kind: conda name: libopenblas - version: 0.3.28 - build: pthreads_h94d23a6_1 + version: 0.3.27 + build: pthreads_hac2b453_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe - md5: 62857b389e42b36b686331bec0922050 + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda + sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 + md5: ae05ece66d3924ac3d48b4aa3fa96cec depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.2.0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 constrains: - - openblas >=0.3.28,<0.3.29.0a0 + - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 5578513 - timestamp: 1730772671118 + size: 5563053 + timestamp: 1720426334043 - kind: conda - name: libopenblas - version: 0.3.28 - build: pthreads_h9d3fd7e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - sha256: 30623a40764e935aa77e0d4db54c1a1589189a9bf3a03fdb445505c1e319b5a6 - md5: e8dde93dd199da3c1f2c1fcfd0042cd4 - depends: - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.2.0 - constrains: - - openblas >=0.3.28,<0.3.29.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4793435 - timestamp: 1730773029647 -- kind: conda - name: libopenblas - version: 0.3.28 - build: pthreads_h9d3fd7e_1 + name: libopus + version: 1.3.1 + build: h7f98852_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - sha256: 30623a40764e935aa77e0d4db54c1a1589189a9bf3a03fdb445505c1e319b5a6 - md5: e8dde93dd199da3c1f2c1fcfd0042cd4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 + sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f + md5: 15345e56d527b330e1cacbdf58676e8f depends: - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.2.0 - constrains: - - openblas >=0.3.28,<0.3.29.0a0 + - libgcc-ng >=9.3.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 4793435 - timestamp: 1730773029647 -- kind: conda - name: libopengl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead - md5: 7df50d44d4a14d6c31a2c54f2cd92157 - depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd - size: 50757 - timestamp: 1731330993524 -- kind: conda - name: libopengl - version: 1.7.0 - build: ha4b6fd6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead - md5: 7df50d44d4a14d6c31a2c54f2cd92157 - depends: - - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - license: LicenseRef-libglvnd - purls: [] - size: 50757 - timestamp: 1731330993524 -- kind: conda - name: libopengl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - sha256: e359df399fb2f308774237384414e318fac8870c1bf6481bdc67ae16e0bd2a02 - md5: cf9d12bfab305e48d095a4c79002c922 - depends: - - libglvnd 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd - size: 56355 - timestamp: 1731331001820 + size: 260658 + timestamp: 1606823578035 - kind: conda - name: libopengl - version: 1.7.0 - build: hd24410f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - sha256: e359df399fb2f308774237384414e318fac8870c1bf6481bdc67ae16e0bd2a02 - md5: cf9d12bfab305e48d095a4c79002c922 + name: libpng + version: 1.6.43 + build: h091b4b1_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda + sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 + md5: 77e684ca58d82cae9deebafb95b1a2b8 depends: - - libglvnd 1.7.0 hd24410f_2 - license: LicenseRef-libglvnd + - libzlib >=1.2.13,<2.0.0a0 + license: zlib-acknowledgement purls: [] - size: 56355 - timestamp: 1731331001820 -- kind: conda - name: libpciaccess - version: '0.18' - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - sha256: 0c6806dcd53da457c472cf22ad7793aef074cb198a10677a91b02c7dceeee770 - md5: 6d48179630f00e8c9ad9e30879ce1e54 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 29211 - timestamp: 1707101477910 + size: 264177 + timestamp: 1708780447187 - kind: conda - name: libpciaccess - version: '0.18' - build: h31becfc_0 + name: libpng + version: 1.6.43 + build: h194ca79_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - sha256: 0c6806dcd53da457c472cf22ad7793aef074cb198a10677a91b02c7dceeee770 - md5: 6d48179630f00e8c9ad9e30879ce1e54 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 29211 - timestamp: 1707101477910 -- kind: conda - name: libpciaccess - version: '0.18' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb - md5: 48f4330bfcd959c3cfb704d424903c82 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - size: 28361 - timestamp: 1707101388552 -- kind: conda - name: libpciaccess - version: '0.18' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb - md5: 48f4330bfcd959c3cfb704d424903c82 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda + sha256: 6f408f3d6854f86e223289f0dda12562b047c7a1fdf3636c67ec39afcd141f43 + md5: 1123e504d9254dd9494267ab9aba95f0 depends: - libgcc-ng >=12 - license: MIT - license_family: MIT + - libzlib >=1.2.13,<2.0.0a0 + license: zlib-acknowledgement purls: [] - size: 28361 - timestamp: 1707101388552 + size: 294380 + timestamp: 1708782876525 - kind: conda name: libpng - version: 1.6.44 - build: h3ca93ac_0 + version: 1.6.43 + build: h19919ed_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda - sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 - md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 + url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 + md5: 77e398acc32617a0384553aea29e866b depends: - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: zlib-acknowledgement - size: 348933 - timestamp: 1726235196095 + purls: [] + size: 347514 + timestamp: 1708780763195 - kind: conda name: libpng - version: 1.6.44 - build: h3ca93ac_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.44-h3ca93ac_0.conda - sha256: 0d3d6ff9225f6918ac225e3839c0d91e5af1da08a4ebf59cac1bfd86018db945 - md5: 639ac6b55a40aa5de7b8c1b4d78f9e81 + version: 1.6.43 + build: h2797004_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda + sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 + md5: 009981dd9cfcaa4dbfa25ffaed86bcae depends: - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 license: zlib-acknowledgement purls: [] - size: 348933 - timestamp: 1726235196095 + size: 288221 + timestamp: 1708780443939 - kind: conda name: libpng - version: 1.6.44 - build: h4b8f8c9_0 + version: 1.6.43 + build: h92b6c6a_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda - sha256: 12b44e58f8832798d7a5c0a7480c95e905dbd6c3558dec09739062411f9e08d1 - md5: f32ac2c8dd390dbf169f550887ed09d9 + url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda + sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f + md5: 65dcddb15965c9de2c0365cb14910532 depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 license: zlib-acknowledgement - size: 268073 - timestamp: 1726234803010 + purls: [] + size: 268524 + timestamp: 1708780496420 - kind: conda - name: libpng - version: 1.6.44 - build: h4b8f8c9_0 + name: libpq + version: '16.3' + build: h4501773_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.44-h4b8f8c9_0.conda - sha256: 12b44e58f8832798d7a5c0a7480c95e905dbd6c3558dec09739062411f9e08d1 - md5: f32ac2c8dd390dbf169f550887ed09d9 + url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda + sha256: 039da003586fdcdb40b8c8ffa25d5ded33316ba3a32ec79afde098a68b8a3acc + md5: 74f18d32d7cc71584c8b05fd1ee555a0 depends: - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - purls: [] - size: 268073 - timestamp: 1726234803010 -- kind: conda - name: libpng - version: 1.6.44 - build: hadc24fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda - sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 - md5: f4cc49d7aa68316213e4b12be35308d1 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - size: 290661 - timestamp: 1726234747153 -- kind: conda - name: libpng - version: 1.6.44 - build: hadc24fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.44-hadc24fc_0.conda - sha256: e5b14f7a01c2db4362d8591f42f82f336ed48d5e4079e4d1f65d0c2a3637ea78 - md5: f4cc49d7aa68316213e4b12be35308d1 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement + - krb5 >=1.21.2,<1.22.0a0 + - openssl >=3.3.0,<4.0a0 + license: PostgreSQL purls: [] - size: 290661 - timestamp: 1726234747153 -- kind: conda - name: libpng - version: 1.6.44 - build: hc14010f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda - sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1 - md5: fb36e93f0ea6a6f5d2b99984f34b049e - depends: - - __osx >=11.0 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - size: 263385 - timestamp: 1726234714421 + size: 2398885 + timestamp: 1715267344306 - kind: conda - name: libpng - version: 1.6.44 - build: hc14010f_0 + name: libpq + version: '16.3' + build: h7afe498_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.44-hc14010f_0.conda - sha256: 38f8759a3eb8060deabd4db41f0f023514d853e46ddcbd0ba21768fc4e563bb1 - md5: fb36e93f0ea6a6f5d2b99984f34b049e + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda + sha256: ef7c3bca8ee224e7bb282d85fa573180a8ef4eab943c313cb5b799ce506651bf + md5: b0f5315a3f630ade192cb9b569ce54ba depends: - __osx >=11.0 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - purls: [] - size: 263385 - timestamp: 1726234714421 -- kind: conda - name: libpng - version: 1.6.44 - build: hc4a20ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda - sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 - md5: 5d25802b25fcc7419fa13e21affaeb3a - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - size: 294907 - timestamp: 1726236639270 -- kind: conda - name: libpng - version: 1.6.44 - build: hc4a20ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.44-hc4a20ef_0.conda - sha256: 23b5ce15cf9c6017641a8396bab00ae807dd9f662718cfa7f61de114d0c97647 - md5: 5d25802b25fcc7419fa13e21affaeb3a - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement + - krb5 >=1.21.2,<1.22.0a0 + - openssl >=3.3.0,<4.0a0 + license: PostgreSQL purls: [] - size: 294907 - timestamp: 1726236639270 + size: 2365596 + timestamp: 1715266849220 - kind: conda name: libpq - version: '17.2' - build: h3b95a9b_1 - build_number: 1 + version: '16.3' + build: ha72fbe1_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f - md5: 37724d8bae042345a19ca1a25dde786b + url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda + sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db + md5: bac737ae28b79cfbafd515258d97d29e depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - openldap >=2.6.9,<2.7.0a0 - - openssl >=3.4.0,<4.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - openssl >=3.3.0,<4.0a0 license: PostgreSQL - size: 2656919 - timestamp: 1733427612100 + purls: [] + size: 2500439 + timestamp: 1715266400833 - kind: conda name: libpq - version: '17.2' - build: h3b95a9b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f - md5: 37724d8bae042345a19ca1a25dde786b + version: '16.3' + build: hab9416b_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 + md5: 84d2332f3110845bbafbfd7d5311354f depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - openldap >=2.6.9,<2.7.0a0 - - openssl >=3.4.0,<4.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - openssl >=3.3.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: PostgreSQL purls: [] - size: 2656919 - timestamp: 1733427612100 + size: 3456937 + timestamp: 1715267132646 - kind: conda name: libpq - version: '17.2' - build: hd56632b_1 - build_number: 1 + version: '16.3' + build: hcf0348d_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 - md5: 2113425a121b0aa65dc87728ed5601ac + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda + sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d + md5: 7dd46e914b037824b9a9629ca6586fc3 depends: - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - openldap >=2.6.9,<2.7.0a0 - - openssl >=3.4.0,<4.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - openssl >=3.3.0,<4.0a0 license: PostgreSQL - size: 2779208 - timestamp: 1733427598553 + purls: [] + size: 2539253 + timestamp: 1715266429766 - kind: conda - name: libpq - version: '17.2' - build: hd56632b_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 - md5: 2113425a121b0aa65dc87728ed5601ac + name: libprotobuf + version: 4.25.3 + build: h08a7969_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda + sha256: 70e0eef046033af2e8d21251a785563ad738ed5281c74e21c31c457780845dcd + md5: 6945825cebd2aeb16af4c69d97c32c13 depends: - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - openldap >=2.6.9,<2.7.0a0 - - openssl >=3.4.0,<4.0a0 - license: PostgreSQL + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 2779208 - timestamp: 1733427598553 + size: 2811207 + timestamp: 1709514552541 - kind: conda - name: librsvg - version: 2.58.4 - build: h21a6cfa_2 - build_number: 2 + name: libprotobuf + version: 4.25.3 + build: h4e4d658_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - sha256: 482cde0a3828935edc31c529e15c2686425f64b07a7e52551b6ed672360f2a15 - md5: 0aa68f5a6ebfd2254daae40170439f03 + url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 + md5: 57b7ee4f1fd8573781cfdabaec4a7782 depends: - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=10.13 - license: LGPL-2.1-or-later - size: 4841346 - timestamp: 1734902391160 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 2216001 + timestamp: 1709514908146 - kind: conda - name: librsvg - version: 2.58.4 - build: h21a6cfa_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - sha256: 482cde0a3828935edc31c529e15c2686425f64b07a7e52551b6ed672360f2a15 - md5: 0aa68f5a6ebfd2254daae40170439f03 + name: libprotobuf + version: 4.25.3 + build: h503648d_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 + md5: 4da7de0ba35777742edf67bf7a1075df depends: - - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=10.13 - license: LGPL-2.1-or-later + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 4841346 - timestamp: 1734902391160 + size: 5650604 + timestamp: 1709514804631 - kind: conda - name: librsvg - version: 2.58.4 - build: h266df6f_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - sha256: c1ef2c5855166001967952d7525aa2f29707214495c74c2bbb60e691aee45ef0 - md5: 82c31ce77bac095b5700b1fdaad9a628 + name: libprotobuf + version: 4.25.3 + build: h648ac29_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda + sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c + md5: a239d63913ec9e008bdbe35899f677f4 depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=11.0 - license: LGPL-2.1-or-later - size: 4728552 - timestamp: 1734903448902 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 2576197 + timestamp: 1709513627963 - kind: conda - name: librsvg - version: 2.58.4 - build: h266df6f_2 - build_number: 2 + name: libprotobuf + version: 4.25.3 + build: hbfab5d5_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - sha256: c1ef2c5855166001967952d7525aa2f29707214495c74c2bbb60e691aee45ef0 - md5: 82c31ce77bac095b5700b1fdaad9a628 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a + md5: 5f70b2b945a9741cba7e6dfe735a02a7 depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 - constrains: - - __osx >=11.0 - license: LGPL-2.1-or-later + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 4728552 - timestamp: 1734903448902 + size: 2154402 + timestamp: 1709514097574 - kind: conda - name: librsvg - version: 2.58.4 - build: h49af25d_2 + name: libre2-11 + version: 2023.09.01 + build: h5a48ba9_2 build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 - md5: b9846db0abffb09847e2cb0fec4b4db6 + url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + sha256: 3f3c65fe0e9e328b4c1ebc2b622727cef3e5b81b18228cfa6cf0955bc1ed8eff + md5: 41c69fba59d495e8cf5ffda48a607e35 depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later - size: 6342757 - timestamp: 1734902068235 + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 232603 + timestamp: 1708946763521 - kind: conda - name: librsvg - version: 2.58.4 - build: h49af25d_2 + name: libre2-11 + version: 2023.09.01 + build: h7b2c953_2 build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 - md5: b9846db0abffb09847e2cb0fec4b4db6 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 + md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libxml2 >=2.13.5,<3.0a0 - - pango >=1.54.0,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 constrains: - - __glibc >=2.17 - license: LGPL-2.1-or-later + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD purls: [] - size: 6342757 - timestamp: 1734902068235 + size: 171443 + timestamp: 1708947163461 - kind: conda - name: librsvg - version: 2.58.4 - build: h9b423fc_2 + name: libre2-11 + version: 2023.09.01 + build: h81f5012_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + sha256: 384b72a09bd4bb29c1aa085110b2f940dba431587ffb4e2c1a28f605887a1867 + md5: c5c36ec64e3c86504728c38b79011d08 + depends: + - __osx >=10.13 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 + constrains: + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 184017 + timestamp: 1708947106275 +- kind: conda + name: libre2-11 + version: 2023.09.01 + build: h9d008c2_2 build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - sha256: 6ce5fb6eb20e8754c025a8f758b5ecaf071f00751fed570063719a8feb792208 - md5: 57122e6d1d085802579a32ec502c6699 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda + sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd + md5: 387c114aadcaeb02210f646c4b5efca2 depends: - - cairo >=1.18.2,<2.0a0 - - freetype >=2.12.1,<3.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + constrains: + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 217529 + timestamp: 1708946830978 +- kind: conda + name: libre2-11 + version: 2023.09.01 + build: hf8d8778_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 + md5: cf54cb5077a60797d53a132d37af25fc + depends: + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 256561 + timestamp: 1708947458481 +- kind: conda + name: librsvg + version: 2.58.2 + build: h1db61d3_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda + sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 + md5: c8113d5911f1d6a6259e47e729db6751 + depends: + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libxml2 >=2.12.7,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - - __glibc >=2.17 + - __osx >=11.0 license: LGPL-2.1-or-later - size: 6019802 - timestamp: 1734908318062 + purls: [] + size: 4579489 + timestamp: 1721286471884 - kind: conda name: librsvg - version: 2.58.4 - build: h9b423fc_2 - build_number: 2 + version: 2.58.2 + build: h28f3b4c_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - sha256: 6ce5fb6eb20e8754c025a8f758b5ecaf071f00751fed570063719a8feb792208 - md5: 57122e6d1d085802579a32ec502c6699 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda + sha256: 2073a5938f8c61afdaf272ae4955d0c787b7555fcee2ac637284a0f7869b992b + md5: 47da784be28d4856ab4bb47b83120e38 depends: - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libxml2 >=2.13.5,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libxml2 >=2.12.7,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - __glibc >=2.17 license: LGPL-2.1-or-later purls: [] - size: 6019802 - timestamp: 1734908318062 + size: 5864404 + timestamp: 1721292199797 - kind: conda - name: librttopo - version: 1.1.0 - build: h97f6797_17 - build_number: 17 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - sha256: 1fb8a71bdbc236b8e74f0475887786735d5fa6f5d76d9a4135021279c7ff54b8 - md5: e16e9b1333385c502bf915195f421934 + name: librsvg + version: 2.58.2 + build: h902c40a_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda + sha256: f9e4a95dea4dbbc0d99ea8f535d2ff5821f6ead4c1c63486a2b3c039a368a2cd + md5: 72bae2142becdbd63d6f17f622d7760c depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - libstdcxx >=13 - license: GPL-2.0-or-later - license_family: GPL - size: 231770 - timestamp: 1727338518657 + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libxml2 >=2.12.7,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __osx >=10.13 + license: LGPL-2.1-or-later + purls: [] + size: 4837225 + timestamp: 1721285971118 - kind: conda - name: librttopo - version: 1.1.0 - build: h97f6797_17 - build_number: 17 + name: librsvg + version: 2.58.2 + build: h9564881_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - sha256: 1fb8a71bdbc236b8e74f0475887786735d5fa6f5d76d9a4135021279c7ff54b8 - md5: e16e9b1333385c502bf915195f421934 + url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda + sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d + md5: c6a47e6f551890e82e92e4c1b84be353 depends: - __glibc >=2.17,<3.0.a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - libstdcxx >=13 - license: GPL-2.0-or-later - license_family: GPL + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libxml2 >=2.12.7,<3.0a0 + - pango >=1.54.0,<2.0a0 + constrains: + - __glibc >=2.17 + license: LGPL-2.1-or-later purls: [] - size: 231770 - timestamp: 1727338518657 + size: 5910543 + timestamp: 1721285771293 - kind: conda name: librttopo version: 1.1.0 - build: ha2cf0f4_17 - build_number: 17 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - sha256: 9ff3162d035a1d9022f6145755a70d0c0ce6c9152792402bc42294354c871a17 - md5: ba729f000ea379b76ed2190119d21e13 + build: h09255ea_16 + build_number: 16 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda + sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 + md5: e4a458bee223b66cff507c08cbf79a72 depends: - - __osx >=11.0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=17 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: GPL-2.0-or-later license_family: GPL - size: 191064 - timestamp: 1727265842691 + purls: [] + size: 249473 + timestamp: 1720347902912 - kind: conda name: librttopo version: 1.1.0 - build: ha2cf0f4_17 - build_number: 17 + build: h31fb324_16 + build_number: 16 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - sha256: 9ff3162d035a1d9022f6145755a70d0c0ce6c9152792402bc42294354c871a17 - md5: ba729f000ea379b76ed2190119d21e13 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda + sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 + md5: 1a8e3f8e886499916b8942628e6b6880 depends: - __osx >=11.0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=17 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 191064 - timestamp: 1727265842691 -- kind: conda - name: librttopo - version: 1.1.0 - build: hbcf326e_17 - build_number: 17 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - sha256: a0f8c760cfeb3abd948e4ca7a0415cb1b2dc166742c1ac70b9c7b37a08dccb67 - md5: c334c7b1cf56a219ed151d8cefc904c8 - depends: - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - libstdcxx >=13 - license: GPL-2.0-or-later - license_family: GPL - size: 252102 - timestamp: 1727265887913 -- kind: conda - name: librttopo - version: 1.1.0 - build: hbcf326e_17 - build_number: 17 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - sha256: a0f8c760cfeb3abd948e4ca7a0415cb1b2dc166742c1ac70b9c7b37a08dccb67 - md5: c334c7b1cf56a219ed151d8cefc904c8 - depends: - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - libstdcxx >=13 + - geos >=3.12.2,<3.12.3.0a0 + - libcxx >=16 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 252102 - timestamp: 1727265887913 -- kind: conda - name: librttopo - version: 1.1.0 - build: hd4c2148_17 - build_number: 17 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 - md5: 06ea16b8c60b4ce1970c06191f8639d4 - depends: - - geos >=3.13.0,<3.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL - size: 404515 - timestamp: 1727265928370 + size: 191683 + timestamp: 1720347975066 - kind: conda name: librttopo version: 1.1.0 - build: hd4c2148_17 - build_number: 17 + build: h6c42fcb_16 + build_number: 16 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 - md5: 06ea16b8c60b4ce1970c06191f8639d4 + url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda + sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 + md5: 4476d717f460b45f5033206bbb84f3f5 depends: - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 404515 - timestamp: 1727265928370 + size: 407420 + timestamp: 1720347953921 - kind: conda name: librttopo version: 1.1.0 - build: hdfb80b9_17 - build_number: 17 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - sha256: 683ec76fcc035f3803aedbffdc4e8ab62fbde360bfaa73f3693eeb429c48b029 - md5: 627b89a9764485ebace5ebe42b6e6ab4 + build: hc670b87_16 + build_number: 16 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda + sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 + md5: 3d9f3a2e5d7213c34997e4464d2f938c depends: - - __osx >=10.13 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=17 + - __glibc >=2.17,<3.0.a0 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: GPL-2.0-or-later license_family: GPL - size: 213348 - timestamp: 1727265795635 + purls: [] + size: 231637 + timestamp: 1720347750456 - kind: conda name: librttopo version: 1.1.0 - build: hdfb80b9_17 - build_number: 17 + build: he2ba7a0_16 + build_number: 16 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - sha256: 683ec76fcc035f3803aedbffdc4e8ab62fbde360bfaa73f3693eeb429c48b029 - md5: 627b89a9764485ebace5ebe42b6e6ab4 + url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda + sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c + md5: 80cc407788999eb3cd5a3651981e55fd depends: - __osx >=10.13 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=17 + - geos >=3.12.2,<3.12.3.0a0 + - libcxx >=16 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 213348 - timestamp: 1727265795635 + size: 213675 + timestamp: 1720347819147 - kind: conda - name: libsodium - version: 1.0.20 - build: h4ab18f5_0 + name: libsndfile + version: 1.2.2 + build: hc60ed4a_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda - sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161 - md5: a587892d3c13b6621a6091be690dbca2 + url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda + sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 + md5: ef1910918dd895516a769ed36b5b3a4e depends: + - lame >=3.100,<3.101.0a0 + - libflac >=1.4.3,<1.5.0a0 - libgcc-ng >=12 + - libogg >=1.3.4,<1.4.0a0 + - libopus >=1.3.1,<2.0a0 + - libstdcxx-ng >=12 + - libvorbis >=1.3.7,<1.4.0a0 + - mpg123 >=1.32.1,<1.33.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 354372 + timestamp: 1695747735668 +- kind: conda + name: libsodium + version: 1.0.18 + build: h27ca646_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 + sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc + md5: 90859688dbca4735b74c02af14c4c793 license: ISC purls: [] - size: 205978 - timestamp: 1716828628198 + size: 324912 + timestamp: 1605135878892 - kind: conda name: libsodium - version: 1.0.20 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda - sha256: 448df5ea3c5cf1af785aad46858d7a5be0522f4234a4dc9bb764f4d11ff3b981 - md5: 2e4a8f23bebdcb85ca8e5a0fbe75666a + version: 1.0.18 + 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 >=12 + - libgcc-ng >=7.5.0 license: ISC purls: [] - size: 177394 - timestamp: 1716828514515 + size: 374999 + timestamp: 1605135674116 - kind: conda name: libsodium - version: 1.0.20 - build: h99b78c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda - sha256: fade8223e1e1004367d7101dd17261003b60aa576df6d7802191f8972f7470b1 - md5: a7ce36e284c5faaf93c220dfc39e3abd + 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: - - __osx >=11.0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: ISC purls: [] - size: 164972 - timestamp: 1716828607917 + size: 713431 + timestamp: 1605135918736 - kind: conda name: libsodium - version: 1.0.20 - build: hc70643c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda - sha256: 7bcb3edccea30f711b6be9601e083ecf4f435b9407d70fc48fbcf9e5d69a0fc6 - md5: 198bb594f202b205c7d18b936fa4524f + version: 1.0.18 + build: hb9de7d4_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 + sha256: 9ee442d889242c633bc3ce3f50ae89e6d8ebf12e04d943c371c0a56913fa069b + md5: d09ab3c60eebb6f14eb4d07e172775cc depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=7.5.0 license: ISC purls: [] - size: 202344 - timestamp: 1716828757533 + size: 237003 + timestamp: 1605135724993 - kind: conda name: libsodium - version: 1.0.20 - build: hfdf4475_0 + 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.20-hfdf4475_0.conda - sha256: d3975cfe60e81072666da8c76b993af018cf2e73fe55acba2b5ba0928efaccf5 - md5: 6af4b059e26492da6013e79cbcb4d069 - depends: - - __osx >=10.13 + url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 + sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 + md5: 24632c09ed931af617fe6d5292919cab license: ISC purls: [] - size: 210249 - timestamp: 1716828641383 + size: 528765 + timestamp: 1605135849110 - kind: conda name: libspatialite version: 5.1.0 - build: h1b4f908_12 - build_number: 12 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f - md5: 641f91ac6f984a91a78ba2411fe4f106 + build: h10863b8_9 + build_number: 9 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda + sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc + md5: dc20e87373186ccc78b6379715de16fb depends: - - __glibc >=2.17,<3.0.a0 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA - size: 4033736 - timestamp: 1734001047320 + purls: [] + size: 3019166 + timestamp: 1722339300700 - kind: conda name: libspatialite version: 5.1.0 - build: h1b4f908_12 - build_number: 12 + build: h15fa968_9 + build_number: 9 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f - md5: 641f91ac6f984a91a78ba2411fe4f106 + url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda + sha256: 541eadcc9f2e3f5c7f801265563412930c9c65e22c21634df96a8cd6465a385e + md5: 4957a903bd6a68cc2e53e47476f9c6f4 depends: - __glibc >=2.17,<3.0.a0 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 4033736 - timestamp: 1734001047320 + size: 3495758 + timestamp: 1722337893853 - kind: conda name: libspatialite version: 5.1.0 - build: h69d7fa3_12 - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - sha256: 673a7161f09a8c76c64ad964da3eb5158a19e4212f440edc6f776e87b69adbdd - md5: 41773ba1947c70c5cef4588f52b993aa + build: hab0cb6d_9 + build_number: 9 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda + sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e + md5: 934f10287da9c46f761abf0ee5f88dd3 depends: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 + - geos >=3.12.2,<3.12.3.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zlib license: MPL-1.1 license_family: MOZILLA - size: 3970166 - timestamp: 1734002568659 + purls: [] + size: 8283487 + timestamp: 1722338203533 - kind: conda name: libspatialite version: 5.1.0 - build: h69d7fa3_12 - build_number: 12 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - sha256: 673a7161f09a8c76c64ad964da3eb5158a19e4212f440edc6f776e87b69adbdd - md5: 41773ba1947c70c5cef4588f52b993aa + build: hdc25a2c_9 + build_number: 9 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda + sha256: 97f2915388c7b216202aff37bb5163681e96eef0991a7366ccdd3e228d2b6aa6 + md5: 230006cfdaf8e653d16e91e6a9a57c98 depends: + - __osx >=10.13 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 + - geos >=3.12.2,<3.12.3.0a0 + - libcxx >=16 + - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 3970166 - timestamp: 1734002568659 + size: 3148395 + timestamp: 1722338108366 - kind: conda name: libspatialite version: 5.1.0 - build: h74337a0_12 - build_number: 12 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - sha256: bdbd010754dc82dcd6ca9c0d4203ee81fa7b2e51e587766ef580da2f93f80d7b - md5: a1c412b37aefefd924b2f652a79eb17c + build: hf7a34df_9 + build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda + sha256: ee462007733b803a549acc1ebb2ea7b40cfd28efecdd6c17cadb48f0acd2e8ad + md5: a0c631a4cf164b1688484db0da3072b5 depends: - - __osx >=10.13 + - __osx >=11.0 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=18 + - geos >=3.12.2,<3.12.3.0a0 + - libcxx >=16 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA - size: 3146597 - timestamp: 1734001296958 + purls: [] + size: 3000596 + timestamp: 1722338001828 - kind: conda - name: libspatialite - version: 5.1.0 - build: h74337a0_12 - build_number: 12 + name: libsqlite + version: 3.46.0 + build: h1b8f9f3_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - sha256: bdbd010754dc82dcd6ca9c0d4203ee81fa7b2e51e587766ef580da2f93f80d7b - md5: a1c412b37aefefd924b2f652a79eb17c + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda + sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 + md5: 5dadfbc1a567fe6e475df4ce3148be09 depends: - __osx >=10.13 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA + - libzlib >=1.2.13,<2.0a0 + license: Unlicense purls: [] - size: 3146597 - timestamp: 1734001296958 + size: 908643 + timestamp: 1718050720117 - kind: conda - name: libspatialite - version: 5.1.0 - build: h939089a_12 - build_number: 12 + name: libsqlite + version: 3.46.0 + build: h2466b09_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 - md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 + url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda + sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b + md5: 951b0a3a463932e17414cd9f047fa03d depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 - - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 8715367 - timestamp: 1734001064515 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h939089a_12 - build_number: 12 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 - md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 - depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 8715367 - timestamp: 1734001064515 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hf92fc0a_12 - build_number: 12 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - sha256: b11e6169fdbef472c307129192fd46133eec543036e41ab2f957615713b03d19 - md5: f05759528e44f74888830119ab32fc81 - depends: - - __osx >=11.0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - size: 2943606 - timestamp: 1734001158789 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hf92fc0a_12 - build_number: 12 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - sha256: b11e6169fdbef472c307129192fd46133eec543036e41ab2f957615713b03d19 - md5: f05759528e44f74888830119ab32fc81 - depends: - - __osx >=11.0 - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 2943606 - timestamp: 1734001158789 -- kind: conda - name: libsqlite - version: 3.47.2 - build: h3f77e49_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 - md5: 122d6f29470f1a991e85608e77e56a8a - depends: - - __osx >=11.0 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 850553 - timestamp: 1733762057506 + license: Unlicense + purls: [] + size: 876677 + timestamp: 1718051113874 - kind: conda name: libsqlite - version: 3.47.2 - build: h3f77e49_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 - md5: 122d6f29470f1a991e85608e77e56a8a + version: 3.46.0 + build: hde9e2c9_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda + sha256: daee3f68786231dad457d0dfde3f7f1f9a7f2018adabdbb864226775101341a8 + md5: 18aa975d2094c34aef978060ae7da7d8 depends: - - __osx >=11.0 - - libzlib >=1.3.1,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0a0 license: Unlicense purls: [] - size: 850553 - timestamp: 1733762057506 -- kind: conda - name: libsqlite - version: 3.47.2 - build: h5eb1b54_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 - md5: d4bf59f8783a4a66c0aec568f6de3ff4 - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 1042182 - timestamp: 1733761913736 + size: 865346 + timestamp: 1718050628718 - kind: conda name: libsqlite - version: 3.47.2 - build: h5eb1b54_0 + version: 3.46.0 + build: hf51ef55_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 - md5: d4bf59f8783a4a66c0aec568f6de3ff4 - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - purls: [] - size: 1042182 - timestamp: 1733761913736 -- kind: conda - name: libsqlite - version: 3.47.2 - build: h67fdade_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda - sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df - md5: ff00095330e0d35a16bd3bdbd1a2d3e7 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 891292 - timestamp: 1733762116902 -- kind: conda - name: libsqlite - version: 3.47.2 - build: h67fdade_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda - sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df - md5: ff00095330e0d35a16bd3bdbd1a2d3e7 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - purls: [] - size: 891292 - timestamp: 1733762116902 -- kind: conda - name: libsqlite - version: 3.47.2 - build: hdb6dae5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 - md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 - depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 923167 - timestamp: 1733761860127 -- kind: conda - name: libsqlite - version: 3.47.2 - build: hdb6dae5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 - md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda + sha256: 7b48d006be6cd089105687fb524a2c93c4218bfc398d0611340cafec55249977 + md5: a8ae63fd6fb7d007f74ef3df95e5edf3 depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0a0 license: Unlicense purls: [] - size: 923167 - timestamp: 1733761860127 -- kind: conda - name: libsqlite - version: 3.47.2 - build: hee588c1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 - md5: b58da17db24b6e08bcbf8fed2fb8c915 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 873551 - timestamp: 1733761824646 + size: 1043861 + timestamp: 1718050586624 - kind: conda name: libsqlite - version: 3.47.2 - build: hee588c1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 - md5: b58da17db24b6e08bcbf8fed2fb8c915 + version: 3.46.0 + build: hfb93653_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda + sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9 + md5: 12300188028c9bc02da965128b91b517 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 + - __osx >=11.0 + - libzlib >=1.2.13,<2.0a0 license: Unlicense purls: [] - size: 873551 - timestamp: 1733761824646 -- kind: conda - name: libssh2 - version: 1.11.1 - build: h3dc7d44_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - sha256: ef2a81c9a15080b996a37f0e1712881da90a710b234e63d8539d69892353de90 - md5: b1caec4561059e43a5d056684c5a2de0 - depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 283874 - timestamp: 1732349525684 -- kind: conda - name: libssh2 - version: 1.11.1 - build: h3dc7d44_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - sha256: ef2a81c9a15080b996a37f0e1712881da90a710b234e63d8539d69892353de90 - md5: b1caec4561059e43a5d056684c5a2de0 - depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 283874 - timestamp: 1732349525684 -- kind: conda - name: libssh2 - version: 1.11.1 - build: h9cc3647_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9 - md5: ddc7194676c285513706e5fc64f214d7 - depends: - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 279028 - timestamp: 1732349599461 + size: 830198 + timestamp: 1718050644825 - kind: conda name: libssh2 - version: 1.11.1 - build: h9cc3647_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9 - md5: ddc7194676c285513706e5fc64f214d7 + version: 1.11.0 + build: h0841786_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d + md5: 1f5a58e686b13bcfde88b93f547d23fe depends: - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 279028 - timestamp: 1732349599461 + size: 271133 + timestamp: 1685837707056 - kind: conda name: libssh2 - version: 1.11.1 - build: ha41c0db_0 + version: 1.11.0 + build: h492db2e_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - sha256: 40f2af5357457546bd11cd64a3b9043d83865180f65ce602515c35f353be35c7 - md5: aeffe03c0e598f015aab08dbb04f6ee4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda + sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 + md5: 45532845e121677ad328c9af9953f161 depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 311577 - timestamp: 1732349396421 -- kind: conda - name: libssh2 - version: 1.11.1 - build: ha41c0db_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - sha256: 40f2af5357457546bd11cd64a3b9043d83865180f65ce602515c35f353be35c7 - md5: aeffe03c0e598f015aab08dbb04f6ee4 - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 311577 - timestamp: 1732349396421 + size: 284335 + timestamp: 1685837600415 - kind: conda name: libssh2 - version: 1.11.1 - build: he619c9f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 - md5: af0cbf037dd614c34399b3b3e568c557 + version: 1.11.0 + build: h7a5bd25_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda + sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 + md5: 029f7dc931a3b626b94823bc77830b01 depends: - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD - size: 291889 - timestamp: 1732349796504 + purls: [] + size: 255610 + timestamp: 1685837894256 - kind: conda name: libssh2 - version: 1.11.1 - build: he619c9f_0 + version: 1.11.0 + build: h7dfc565_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 - md5: af0cbf037dd614c34399b3b3e568c557 + url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda + sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec + md5: dc262d03aae04fe26825062879141a41 depends: - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 291889 - timestamp: 1732349796504 -- kind: conda - name: libssh2 - version: 1.11.1 - build: hf672d98_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 - md5: be2de152d8073ef1c01b7728475f2fe7 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - license: BSD-3-Clause - license_family: BSD - size: 304278 - timestamp: 1732349402869 + size: 266806 + timestamp: 1685838242099 - kind: conda name: libssh2 - version: 1.11.1 - build: hf672d98_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 - md5: be2de152d8073ef1c01b7728475f2fe7 + 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: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 304278 - timestamp: 1732349402869 -- kind: conda - name: libstdcxx - version: 14.2.0 - build: h3f4de04_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 - md5: 37f489acd39e22b623d2d1e5ac6d195c - depends: - - libgcc 14.2.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3816794 - timestamp: 1729089463404 + size: 259556 + timestamp: 1685837820566 - kind: conda name: libstdcxx version: 14.2.0 @@ -19451,39 +16411,39 @@ packages: - libgcc 14.2.0 h77fa898_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 3893695 timestamp: 1729027746910 - kind: conda - name: libstdcxx - version: 14.2.0 - build: hc0a3c3a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 - md5: 234a5554c53625688d51062645337328 + name: libstdcxx-ng + version: 14.1.0 + build: h3f4de04_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda + sha256: 4f2f35b78258d1a1e56b1b0e61091862c10ec76bf67ca1b0ff99dd5e07e76271 + md5: 2f84852b723ac4389eb188db695526bb depends: - - libgcc 14.2.0 h77fa898_1 + - libgcc-ng 14.1.0 he277a41_0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 3893695 - timestamp: 1729027746910 + size: 3805250 + timestamp: 1719547563542 - kind: conda name: libstdcxx-ng - version: 14.2.0 - build: h4852527_1 - build_number: 1 + version: 14.1.0 + build: hc0a3c3a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 - md5: 8371ac6457591af2cf6159439c1fd051 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-hc0a3c3a_0.conda + sha256: 88c42b388202ffe16adaa337e36cf5022c63cf09b0405cf06fc6aeacccbe6146 + md5: 1cb187a157136398ddbaae90713e2498 depends: - - libstdcxx 14.2.0 hc0a3c3a_1 + - libgcc-ng 14.1.0 h77fa898_0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 54105 - timestamp: 1729027780628 + purls: [] + size: 3881307 + timestamp: 1719538923443 - kind: conda name: libstdcxx-ng version: 14.2.0 @@ -19513,265 +16473,143 @@ packages: - libstdcxx 14.2.0 h3f4de04_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL + purls: [] size: 54133 timestamp: 1729089498541 - kind: conda - name: libstdcxx-ng - version: 14.2.0 - build: hf1166c9_1 + name: libsystemd0 + version: '255' + build: h3516f8a_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - sha256: 9f97461bd55a2745a7a0941f3502a047f15bfe7bb2952dc7fb204b3202f866fd - md5: 0e75771b8a03afae5a2c6ce71bc733f5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda + sha256: af27b0d225435d03f378a119f8eab6b280c53557a3c84cdb3bb8fd3167615aed + md5: 3366af27f0b593544a6cd453c7932ac5 depends: - - libstdcxx 14.2.0 h3f4de04_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - libcap >=2.69,<2.70.0a0 + - libgcc-ng >=12 + - libgcrypt >=1.10.3,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + license: LGPL-2.1-or-later purls: [] - size: 54133 - timestamp: 1729089498541 + size: 402592 + timestamp: 1709568499820 - kind: conda name: libtiff - version: 4.7.0 - build: h551f018_3 + version: 4.6.0 + build: h07db509_3 build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae - md5: a5d084a957563e614ec0c0196d890654 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda + sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 + md5: 28c9f8c6dd75666dfb296aea06c49cb8 depends: - - __osx >=11.0 - lerc >=4.0.0,<5.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 + - libcxx >=16 + - libdeflate >=1.20,<1.21.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND - size: 370600 - timestamp: 1734398863052 + purls: [] + size: 238349 + timestamp: 1711218119201 - kind: conda name: libtiff - version: 4.7.0 - build: h551f018_3 + version: 4.6.0 + build: h129831d_3 build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae - md5: a5d084a957563e614ec0c0196d890654 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda + sha256: f9b35c5ec1aea9a2cc20e9275a0bb8f056482faa8c5a62feb243ed780755ea30 + md5: 568593071d2e6cea7b5fc1f75bfa10ca depends: - - __osx >=11.0 - lerc >=4.0.0,<5.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 + - libcxx >=16 + - libdeflate >=1.20,<1.21.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 370600 - timestamp: 1734398863052 + size: 257489 + timestamp: 1711218113053 - kind: conda name: libtiff - version: 4.7.0 - build: h797046b_3 + version: 4.6.0 + build: h1dd3fc0_3 build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 - md5: defed79ff7a9164ad40320e3f116a138 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 + md5: 66f03896ffbe1a110ffda05c7a856504 depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND - size: 978878 - timestamp: 1734399004259 + purls: [] + size: 282688 + timestamp: 1711217970425 - kind: conda name: libtiff - version: 4.7.0 - build: h797046b_3 + version: 4.6.0 + build: hddb2be6_3 build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 - md5: defed79ff7a9164ad40320e3f116a138 + url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda + sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a + md5: 6d1828c9039929e2f185c5fa9d133018 depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 + - libdeflate >=1.20,<1.21.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 978878 - timestamp: 1734399004259 -- kind: conda - name: libtiff - version: 4.7.0 - build: h88f7998_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - sha256: 5888bd66ba7606ae8596856c7dac800940ecad0aed77d6aa37db69d434c81cf0 - md5: 36a0ea4a173338c8725dc0807e99cf22 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - size: 464699 - timestamp: 1734398752249 + size: 787198 + timestamp: 1711218639912 - kind: conda name: libtiff - version: 4.7.0 - build: h88f7998_3 + version: 4.6.0 + build: hf980d43_3 build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - sha256: 5888bd66ba7606ae8596856c7dac800940ecad0aed77d6aa37db69d434c81cf0 - md5: 36a0ea4a173338c8725dc0807e99cf22 - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - purls: [] - size: 464699 - timestamp: 1734398752249 -- kind: conda - name: libtiff - version: 4.7.0 - build: hb77a491_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - sha256: bb50df7cfc1acb11eae63c5f4fdc251d381cda96bf02c086c3202c83a5200032 - md5: 6f2f9df7b093d6b33bc0c334acc7d2d9 - depends: - - __osx >=10.13 - - lerc >=4.0.0,<5.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - size: 400099 - timestamp: 1734398943635 -- kind: conda - name: libtiff - version: 4.7.0 - build: hb77a491_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - sha256: bb50df7cfc1acb11eae63c5f4fdc251d381cda96bf02c086c3202c83a5200032 - md5: 6f2f9df7b093d6b33bc0c334acc7d2d9 - depends: - - __osx >=10.13 - - lerc >=4.0.0,<5.0a0 - - libcxx >=18 - - libdeflate >=1.23,<1.24.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - purls: [] - size: 400099 - timestamp: 1734398943635 -- kind: conda - name: libtiff - version: 4.7.0 - build: hd9ff511_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - sha256: b224e16b88d76ea95e4af56e2bc638c603bd26a770b98d117d04541d3aafa002 - md5: 0ea6510969e1296cc19966fad481f6de + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc + md5: b6f3abf5726ae33094bee238b4eb492f depends: - - __glibc >=2.17,<3.0.a0 - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: HPND - size: 428173 - timestamp: 1734398813264 -- kind: conda - name: libtiff - version: 4.7.0 - build: hd9ff511_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - sha256: b224e16b88d76ea95e4af56e2bc638c603bd26a770b98d117d04541d3aafa002 - md5: 0ea6510969e1296cc19966fad481f6de - depends: - - __glibc >=2.17,<3.0.a0 - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libgcc >=13 + - libdeflate >=1.20,<1.21.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 428173 - timestamp: 1734398813264 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 33601 - timestamp: 1680112270483 + size: 316525 + timestamp: 1711218038581 - kind: conda name: libuuid version: 2.38.1 @@ -19799,424 +16637,318 @@ packages: - libgcc-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] size: 35720 timestamp: 1680113474501 - kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f - md5: 000e30b09db0b7c775b21695dff30969 + name: libvorbis + version: 1.3.7 + build: h0e60522_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a + md5: e1a22282de0169c93e4ffe6ce6acc212 depends: - - libgcc-ng >=12 + - libogg >=1.3.4,<1.4.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: BSD-3-Clause license_family: BSD purls: [] - size: 35720 - timestamp: 1680113474501 + size: 273721 + timestamp: 1610610022421 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h0886dbf_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda - sha256: b3d881a0ae08bb07fff7fa8ead506c8d2e0388733182fe4f216f3ec5d61ffcf0 - md5: 95ef4a689b8cc1b7e18b53784d88f96b + name: libvorbis + version: 1.3.7 + build: h9c3ff4c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 + sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 + md5: 309dec04b70a3cc0f1e84a4013683bc0 depends: - - libgcc >=13 - constrains: - - libwebp 1.5.0 + - libgcc-ng >=9.3.0 + - libogg >=1.3.4,<1.4.0a0 + - libstdcxx-ng >=9.3.0 license: BSD-3-Clause license_family: BSD - size: 362623 - timestamp: 1734779054659 + purls: [] + size: 286280 + timestamp: 1610609811627 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h0886dbf_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda - sha256: b3d881a0ae08bb07fff7fa8ead506c8d2e0388733182fe4f216f3ec5d61ffcf0 - md5: 95ef4a689b8cc1b7e18b53784d88f96b + name: libwebp + version: 1.4.0 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd + md5: 11334a8fb02041b453e2f89a4ae16f8d depends: - - libgcc >=13 - constrains: - - libwebp 1.5.0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 362623 - timestamp: 1734779054659 + size: 71106 + timestamp: 1714600150795 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h2471fea_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda - sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a - md5: 569466afeb84f90d5bb88c11cc23d746 + name: libwebp + version: 1.4.0 + build: h2c329e2_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda + sha256: bd45805b169e3e0ff166d360c3c4842d77107d28c8f9feba020a8e8b9c80f948 + md5: 80030debaa84cfc31755d53742df3ca6 depends: - - __osx >=11.0 - constrains: - - libwebp 1.5.0 + - giflib >=5.2.2,<5.3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 license: BSD-3-Clause license_family: BSD - size: 290013 - timestamp: 1734777593617 + purls: [] + size: 91941 + timestamp: 1714599671055 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h2471fea_0 + name: libwebp + version: 1.4.0 + build: h54798ee_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda - sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a - md5: 569466afeb84f90d5bb88c11cc23d746 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda + sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 + md5: 078abbcc54996b186b9144cf795bd30f depends: - __osx >=11.0 - constrains: - - libwebp 1.5.0 + - giflib >=5.2.2,<5.3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 290013 - timestamp: 1734777593617 + size: 87703 + timestamp: 1714599993749 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h3b0e114_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f - md5: 33f7313967072c6e6d8f865f5493c7ae + name: libwebp + version: 1.4.0 + build: h8b4e01b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda + sha256: b7015194cb7e0c38e9b216be32bb11d885bc9cbe6bb14729818a1fea732ad437 + md5: b8ec3537009b561eb9bbd1780f920093 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libwebp 1.5.0 + - giflib >=5.2.2,<5.3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 license: BSD-3-Clause license_family: BSD - size: 273661 - timestamp: 1734777665516 + purls: [] + size: 101815 + timestamp: 1714602881855 - kind: conda - name: libwebp-base - version: 1.5.0 - build: h3b0e114_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f - md5: 33f7313967072c6e6d8f865f5493c7ae + name: libwebp + version: 1.4.0 + build: hc207709_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda + sha256: 5c7103d5462deedf0f80a081bc895c25b05404719c11b33a846dc5f5328d791c + md5: c5aa72a275c001665128245084c9ce14 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libwebp 1.5.0 + - __osx >=10.9 + - giflib >=5.2.2,<5.3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 273661 - timestamp: 1734777665516 + size: 87124 + timestamp: 1714599963620 - kind: conda name: libwebp-base - version: 1.5.0 - build: h6cf52b4_0 + version: 1.4.0 + build: h10d778d_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda - sha256: 7f110eba04150f1fe5fe297f08fb5b82463eed74d1f068bc67c96637f9c63569 - md5: 5e0cefc99a231ac46ba21e27ae44689f - depends: - - __osx >=10.13 + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda + sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 + md5: b2c0047ea73819d992484faacbbe1c24 constrains: - - libwebp 1.5.0 + - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD - size: 357662 - timestamp: 1734777539822 + purls: [] + size: 355099 + timestamp: 1713200298965 - kind: conda name: libwebp-base - version: 1.5.0 - build: h6cf52b4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda - sha256: 7f110eba04150f1fe5fe297f08fb5b82463eed74d1f068bc67c96637f9c63569 - md5: 5e0cefc99a231ac46ba21e27ae44689f + version: 1.4.0 + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda + sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d + md5: 5fd7ab3e5f382c70607fbac6335e6e19 depends: - - __osx >=10.13 + - libgcc-ng >=12 constrains: - - libwebp 1.5.0 + - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 357662 - timestamp: 1734777539822 + size: 363577 + timestamp: 1713201785160 - kind: conda name: libwebp-base - version: 1.5.0 - build: h851e524_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda - sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf - md5: 63f790534398730f59e1b899c3644d4a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + version: 1.4.0 + build: h93a5062_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda + sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 + md5: c0af0edfebe780b19940e94871f1a765 constrains: - - libwebp 1.5.0 + - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD - size: 429973 - timestamp: 1734777489810 + purls: [] + size: 287750 + timestamp: 1713200194013 - kind: conda name: libwebp-base - version: 1.5.0 - build: h851e524_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda - sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf - md5: 63f790534398730f59e1b899c3644d4a + version: 1.4.0 + build: hcfcfb64_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 + md5: abd61d0ab127ec5cd68f62c2969e6f34 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - libwebp 1.5.0 + - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 429973 - timestamp: 1734777489810 + size: 274359 + timestamp: 1713200524021 - kind: conda - name: libwinpthread - version: 12.0.0.r4.gg4f2fc60ca - build: h57928b3_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda - sha256: 6d5e158813ab8d553fbb0fedd0abe7bf92970b0be3a9ddf12da0f6cbad78f506 - md5: 03cccbba200ee0523bde1f3dad60b1f3 - depends: - - ucrt - constrains: - - pthreads-win32 <0.0a0 - - msys2-conda-epoch <0.0a0 - license: MIT AND BSD-3-Clause-Clear - size: 35433 - timestamp: 1724681489463 -- kind: conda - name: libwinpthread - version: 12.0.0.r4.gg4f2fc60ca - build: h57928b3_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_8.conda - sha256: 6d5e158813ab8d553fbb0fedd0abe7bf92970b0be3a9ddf12da0f6cbad78f506 - md5: 03cccbba200ee0523bde1f3dad60b1f3 + name: libwebp-base + version: 1.4.0 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda + sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f + md5: b26e8aa824079e1be0294e7152ca4559 depends: - - ucrt + - libgcc-ng >=12 constrains: - - pthreads-win32 <0.0a0 - - msys2-conda-epoch <0.0a0 - license: MIT AND BSD-3-Clause-Clear + - libwebp 1.4.0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 35433 - timestamp: 1724681489463 + size: 438953 + timestamp: 1713199854503 - kind: conda name: libxcb - version: 1.17.0 - build: h0e4246c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 - md5: a69bbf778a462da324489976c84cfc8c + version: '1.16' + build: h0dc2134_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda + sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 + md5: 07e80289d4ba724f37b4b6f001f88fbe depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - pthread-stubs - - ucrt >=10.0.20348.0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT - size: 1208687 - timestamp: 1727279378819 + purls: [] + size: 322676 + timestamp: 1693089168477 - kind: conda name: libxcb - version: 1.17.0 - build: h0e4246c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 - md5: a69bbf778a462da324489976c84cfc8c + version: '1.16' + build: h7935292_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + sha256: 5e4fec0243dca4af29cce38182b5a1b109a32f064421389f1a44aa883de79a1b + md5: 93c0136e9cba96657339dfe25fba4da7 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libgcc-ng >=12 - pthread-stubs - - ucrt >=10.0.20348.0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 1208687 - timestamp: 1727279378819 + size: 398500 + timestamp: 1693091042711 - kind: conda name: libxcb - version: 1.17.0 - build: h262b8f6_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b - md5: cd14ee5cca2464a425b1dbfc24d90db2 + version: '1.16' + build: hcd874cb_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 + md5: 7c1217d3b075f195ab17370f2d550f5d depends: - - libgcc >=13 + - m2w64-gcc-libs + - m2w64-gcc-libs-core - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT - size: 397493 - timestamp: 1727280745441 + purls: [] + size: 989932 + timestamp: 1693089470750 - kind: conda name: libxcb - version: 1.17.0 - build: h262b8f6_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b - md5: cd14ee5cca2464a425b1dbfc24d90db2 + version: '1.16' + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a + md5: 151cba22b85a989c2d6ef9633ffee1e4 depends: - - libgcc >=13 + - libgcc-ng >=12 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 397493 - timestamp: 1727280745441 + size: 394932 + timestamp: 1693088990429 - kind: conda name: libxcb - version: 1.17.0 - build: h8a09558_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa - md5: 92ed62436b625154323d40d5f2f11dd7 + version: '1.16' + build: hf2054a2_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda + sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f + md5: 55b5ed79062edde70459943d2d430d99 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT - size: 395888 - timestamp: 1727278577118 -- kind: conda - name: libxcb - version: 1.17.0 - build: h8a09558_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa - md5: 92ed62436b625154323d40d5f2f11dd7 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 395888 - timestamp: 1727278577118 -- kind: conda - name: libxcb - version: 1.17.0 - build: hdb1d25a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda - sha256: bd3816218924b1e43b275863e21a3e13a5db4a6da74cca8e60bc3c213eb62f71 - md5: af523aae2eca6dfa1c8eec693f5b9a79 - depends: - - __osx >=11.0 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 323658 - timestamp: 1727278733917 -- kind: conda - name: libxcb - version: 1.17.0 - build: hdb1d25a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda - sha256: bd3816218924b1e43b275863e21a3e13a5db4a6da74cca8e60bc3c213eb62f71 - md5: af523aae2eca6dfa1c8eec693f5b9a79 - depends: - - __osx >=11.0 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 323658 - timestamp: 1727278733917 -- kind: conda - name: libxcb - version: 1.17.0 - build: hf1f96e2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda - sha256: 8896cd5deff6f57d102734f3e672bc17120613647288f9122bec69098e839af7 - md5: bbeca862892e2898bdb45792a61c4afc - depends: - - __osx >=10.13 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - size: 323770 - timestamp: 1727278927545 -- kind: conda - name: libxcb - version: 1.17.0 - build: hf1f96e2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda - sha256: 8896cd5deff6f57d102734f3e672bc17120613647288f9122bec69098e839af7 - md5: bbeca862892e2898bdb45792a61c4afc - depends: - - __osx >=10.13 - - pthread-stubs - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxdmcp - license: MIT - license_family: MIT - purls: [] - size: 323770 - timestamp: 1727278927545 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 114269 - timestamp: 1702724369203 + purls: [] + size: 359805 + timestamp: 1693089356642 - kind: conda name: libxcrypt version: 4.4.36 @@ -20232,20 +16964,6 @@ packages: purls: [] size: 114269 timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - md5: 5aa797f8787fe7a17d1b0821485b5adc - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 100393 - timestamp: 1702724383534 - kind: conda name: libxcrypt version: 4.4.36 @@ -20273,27 +16991,7 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - libxml2 >=2.12.7,<3.0a0 - - xkeyboard-config - - xorg-libxau >=1.0.11,<2.0a0 - license: MIT/X11 Derivative - license_family: MIT - size: 593336 - timestamp: 1718819935698 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h2c5496b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b - md5: e2eaefa4de2b7237af7c907b8bbc760a - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - libxcb >=1.16,<1.17.0a0 - libxml2 >=2.12.7,<3.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 @@ -20303,769 +17001,406 @@ packages: size: 593336 timestamp: 1718819935698 - kind: conda - name: libxkbcommon - version: 1.7.0 - build: h46f2afe_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda - sha256: 8ed470f72c733aea32bb5d272bf458041add7923d7716d5046bd40edf7ddd67c - md5: 78a24e611ab9c09c518f519be49c2e46 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - libxml2 >=2.12.7,<3.0a0 - - xkeyboard-config - - xorg-libxau >=1.0.11,<2.0a0 - license: MIT/X11 Derivative - license_family: MIT - size: 596053 - timestamp: 1718819931537 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h46f2afe_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda - sha256: 8ed470f72c733aea32bb5d272bf458041add7923d7716d5046bd40edf7ddd67c - md5: 78a24e611ab9c09c518f519be49c2e46 + name: libxml2 + version: 2.12.7 + build: h0f24e4e_4 + build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 + md5: ed4d301f0d2149b34deb9c4fecafd836 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - libxml2 >=2.12.7,<3.0a0 - - xkeyboard-config - - xorg-libxau >=1.0.11,<2.0a0 - license: MIT/X11 Derivative + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT license_family: MIT purls: [] - size: 596053 - timestamp: 1718819931537 + size: 1682090 + timestamp: 1721031296951 - kind: conda name: libxml2 - version: 2.13.5 - build: h178c5d8_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda - sha256: d7af3f25a4cece170502acd38f2dafbea4521f373f46dcb28a37fbe6ac2da544 - md5: 3dc3cff0eca1640a6acbbfab2f78139e + version: 2.12.7 + build: h4c95cb1_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda + sha256: 11a346aed187405a7d3710a79b815fd66ff80fec3b9b7f840a24531324742acf + md5: 0ac9aff6010a7751961c8e4b863a40e7 depends: - - __osx >=11.0 - - icu >=75.1,<76.0a0 + - __glibc >=2.17,<3.0.a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 582898 - timestamp: 1733443841584 + purls: [] + size: 705701 + timestamp: 1720772684071 - kind: conda name: libxml2 - version: 2.13.5 - build: h178c5d8_1 - build_number: 1 + version: 2.12.7 + build: h9a80f22_3 + build_number: 3 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda - sha256: d7af3f25a4cece170502acd38f2dafbea4521f373f46dcb28a37fbe6ac2da544 - md5: 3dc3cff0eca1640a6acbbfab2f78139e + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda + sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 + md5: 705829a78a7ce3dff19a967f0f0f5ed3 depends: - __osx >=11.0 - - icu >=75.1,<76.0a0 + - icu >=73.2,<74.0a0 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 582898 - timestamp: 1733443841584 + size: 588441 + timestamp: 1720772863811 - kind: conda name: libxml2 - version: 2.13.5 - build: h2e0c361_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda - sha256: dc0e86d35a836af6e99d18f50c6551fc64c53ed3a3da5a9fea90e78763cf14b4 - md5: 63410f85031930cde371dfe0ee89109a + version: 2.12.7 + build: hc603aa4_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda + sha256: b0cf4a1d3e628876613665ea957a4c0adc30460be859fa859a1eed7eac87330b + md5: c188d96aea8eaa16efec573fe36a9a13 depends: - - icu >=75.1,<76.0a0 - - libgcc >=13 + - __osx >=10.13 + - icu >=73.2,<74.0a0 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT - size: 732155 - timestamp: 1733443825814 + purls: [] + size: 620129 + timestamp: 1720772795289 - kind: conda name: libxml2 - version: 2.13.5 - build: h2e0c361_1 - build_number: 1 + version: 2.12.7 + build: hfed6450_3 + build_number: 3 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda - sha256: dc0e86d35a836af6e99d18f50c6551fc64c53ed3a3da5a9fea90e78763cf14b4 - md5: 63410f85031930cde371dfe0ee89109a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda + sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 + md5: a859ee602b39a9335ae308635bcc139c depends: - - icu >=75.1,<76.0a0 - - libgcc >=13 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 732155 - timestamp: 1733443825814 + size: 751784 + timestamp: 1720772896823 - kind: conda - name: libxml2 - version: 2.13.5 - build: h8d12d68_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda - sha256: c3b05bdc40d27a9249f0bb60f3f71718f94104b8bcd200163a6c9d4ade7aa052 - md5: 1a21e49e190d1ffe58531a81b6e400e1 + name: libzip + version: 1.10.1 + build: h1d365fa_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f + md5: 5c629cd12d89e2856c17b1dc5fcf44a4 depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - size: 690589 - timestamp: 1733443667823 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 146434 + timestamp: 1694417117772 - kind: conda - name: libxml2 - version: 2.13.5 - build: h8d12d68_1 - build_number: 1 + name: libzip + version: 1.10.1 + build: h2629f0a_3 + build_number: 3 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda - sha256: c3b05bdc40d27a9249f0bb60f3f71718f94104b8bcd200163a6c9d4ade7aa052 - md5: 1a21e49e190d1ffe58531a81b6e400e1 + url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda + sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 + md5: ac79812548e7e8cf61f7b0abdef01d3b depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 690589 - timestamp: 1733443667823 + size: 107198 + timestamp: 1694416433629 - kind: conda - name: libxml2 - version: 2.13.5 - build: he286e8c_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 - md5: 77eaa84f90fc90643c5a0be0aa9bdd1b + name: libzip + version: 1.10.1 + build: h4156a30_3 + build_number: 3 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda + sha256: 4b1a653eeb5a139431fb074830b7a099d111594b1867363772f27ac84dee0acd + md5: ad9400456170b46f2615bdd48dff87fe depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1612294 - timestamp: 1733443909984 + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 114810 + timestamp: 1694416439941 - kind: conda - name: libxml2 - version: 2.13.5 - build: he286e8c_1 + name: libzip + version: 1.10.1 + build: ha0bc3c6_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda + sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 + md5: e37c0da207079e488709043634d6a711 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 128244 + timestamp: 1694416824668 +- kind: conda + name: libzip + version: 1.10.1 + build: hc158999_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda + sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 + md5: 6112b3173f3aa2f12a8f40d07a77cc35 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 127599 + timestamp: 1694416738467 +- kind: conda + name: libzlib + version: 1.3.1 + build: h2466b09_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 - md5: 77eaa84f90fc90643c5a0be0aa9bdd1b + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 + md5: d4483ca8afc57ddf1f6dded53b36c17f depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + constrains: + - zlib 1.3.1 *_1 + license: Zlib + license_family: Other purls: [] - size: 1612294 - timestamp: 1733443909984 + size: 56186 + timestamp: 1716874730539 - kind: conda - name: libxml2 - version: 2.13.5 - build: hebb159f_1 + name: libzlib + version: 1.3.1 + build: h4ab18f5_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda - sha256: b9332bd8d47a72b7b8fa2ae13c24387ed4f5fd4e1f7ecf0031068c6a755267ae - md5: 23c629eba5239465a34bca0ed9c0b5d3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda + sha256: adf6096f98b537a11ae3729eaa642b0811478f0ea0402ca67b5108fe2cb0010d + md5: 57d7dc60e9325e3de37ff8dffd18e814 depends: - - __osx >=10.13 - - icu >=75.1,<76.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - size: 608447 - timestamp: 1733443783886 + - libgcc-ng >=12 + constrains: + - zlib 1.3.1 *_1 + license: Zlib + license_family: Other + purls: [] + size: 61574 + timestamp: 1716874187109 - kind: conda - name: libxml2 - version: 2.13.5 - build: hebb159f_1 + name: libzlib + version: 1.3.1 + build: h68df207_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda - sha256: b9332bd8d47a72b7b8fa2ae13c24387ed4f5fd4e1f7ecf0031068c6a755267ae - md5: 23c629eba5239465a34bca0ed9c0b5d3 - depends: - - __osx >=10.13 - - icu >=75.1,<76.0a0 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - purls: [] - size: 608447 - timestamp: 1733443783886 -- kind: conda - name: libxslt - version: 1.1.39 - build: h1cc9640_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda - sha256: 89ce87b5f594b2ddcd3ddf66dd3f36f85bbe3562b3f408409ccec787d7ed36a3 - md5: 13e1d3f9188e85c6d59a98651aced002 - depends: - - libgcc-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - license: MIT - license_family: MIT - size: 260979 - timestamp: 1701628809171 -- kind: conda - name: libxslt - version: 1.1.39 - build: h1cc9640_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda - sha256: 89ce87b5f594b2ddcd3ddf66dd3f36f85bbe3562b3f408409ccec787d7ed36a3 - md5: 13e1d3f9188e85c6d59a98651aced002 - depends: - - libgcc-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 260979 - timestamp: 1701628809171 -- kind: conda - name: libxslt - version: 1.1.39 - build: h3df6e99_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa - md5: 279ee338c9b34871d578cb3c7aa68f70 - depends: - - libxml2 >=2.12.1,<3.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 418542 - timestamp: 1701629338549 -- kind: conda - name: libxslt - version: 1.1.39 - build: h3df6e99_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa - md5: 279ee338c9b34871d578cb3c7aa68f70 - depends: - - libxml2 >=2.12.1,<3.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 418542 - timestamp: 1701629338549 -- kind: conda - name: libxslt - version: 1.1.39 - build: h76b75d6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda - sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 - md5: e71f31f8cfb0a91439f2086fc8aa0461 - depends: - - libgcc-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - license: MIT - license_family: MIT - size: 254297 - timestamp: 1701628814990 -- kind: conda - name: libxslt - version: 1.1.39 - build: h76b75d6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda - sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 - md5: e71f31f8cfb0a91439f2086fc8aa0461 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda + sha256: 0d6dfd1e36e10c205ff1fdcf42d42289ff0f50be7a4eaa7b34f086a5e22a0734 + md5: b13fb82f88902e34dd0638cd7d378c21 depends: - libgcc-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 254297 - timestamp: 1701628814990 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 - md5: 41fbfac52c601159df6c01f875de31b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 55476 - timestamp: 1727963768015 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 - md5: 41fbfac52c601159df6c01f875de31b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - purls: [] - size: 55476 - timestamp: 1727963768015 -- kind: conda - name: libzlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b - md5: 369964e85dc26bfe78f41399b366c435 - depends: - - __osx >=11.0 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 46438 - timestamp: 1727963202283 -- kind: conda - name: libzlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b - md5: 369964e85dc26bfe78f41399b366c435 - depends: - - __osx >=11.0 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - purls: [] - size: 46438 - timestamp: 1727963202283 -- kind: conda - name: libzlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 - md5: 08aad7cbe9f5a6b460d0976076b6ae64 - depends: - - libgcc >=13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 66657 - timestamp: 1727963199518 -- kind: conda - name: libzlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 - md5: 08aad7cbe9f5a6b460d0976076b6ae64 - depends: - - libgcc >=13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - purls: [] - size: 66657 - timestamp: 1727963199518 -- kind: conda - name: libzlib - version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 - md5: edb0dca6bc32e4f4789199455a1dbeb8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 60963 - timestamp: 1727963148474 -- kind: conda - name: libzlib - version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 - md5: edb0dca6bc32e4f4789199455a1dbeb8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 constrains: - - zlib 1.3.1 *_2 + - zlib 1.3.1 *_1 license: Zlib license_family: Other purls: [] - size: 60963 - timestamp: 1727963148474 + size: 67199 + timestamp: 1716874136348 - kind: conda name: libzlib version: 1.3.1 - build: hd23fc13_2 - build_number: 2 + build: h87427d6_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 - md5: 003a54a4e32b02f7355b50a837e699da + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda + sha256: 80a62db652b1da0ccc100812a1d86e94f75028968991bfb17f9536f3aa72d91d + md5: b7575b5aa92108dcc9aaab0f05f2dbce depends: - __osx >=10.13 constrains: - - zlib 1.3.1 *_2 + - zlib 1.3.1 *_1 license: Zlib license_family: Other - size: 57133 - timestamp: 1727963183990 + purls: [] + size: 57372 + timestamp: 1716874211519 - kind: conda name: libzlib version: 1.3.1 - build: hd23fc13_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 - md5: 003a54a4e32b02f7355b50a837e699da + build: hfb2fe0b_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda + sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e + md5: 636077128927cf79fd933276dc3aed47 depends: - - __osx >=10.13 + - __osx >=11.0 constrains: - - zlib 1.3.1 *_2 + - zlib 1.3.1 *_1 license: Zlib license_family: Other purls: [] - size: 57133 - timestamp: 1727963183990 -- kind: conda - name: llvm-openmp - version: 19.1.6 - build: ha54dae1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda - sha256: f79a1d6f8b2f6044eda1b1251c9bf49f4e11ae644e609e47486561a7eca437fd - md5: 4fe4d62071f8a3322ffb6588b49ccbb8 - depends: - - __osx >=10.13 - constrains: - - openmp 19.1.6|19.1.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 305048 - timestamp: 1734520356844 + size: 46921 + timestamp: 1716874262512 - kind: conda name: llvm-openmp - version: 19.1.6 - build: ha54dae1_0 + version: 18.1.8 + build: h15ab845_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda - sha256: f79a1d6f8b2f6044eda1b1251c9bf49f4e11ae644e609e47486561a7eca437fd - md5: 4fe4d62071f8a3322ffb6588b49ccbb8 + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda + sha256: 0fd74128806bd839c7a9aa343faf265b94aece84f75f67f14b6246936138e61e + md5: 2c3c6c8aaf8728f87326964a82fdc7d8 depends: - __osx >=10.13 constrains: - - openmp 19.1.6|19.1.6.* + - openmp 18.1.8|18.1.8.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 305048 - timestamp: 1734520356844 -- kind: conda - name: llvm-openmp - version: 19.1.6 - build: hdb05f8b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda - sha256: a0f3e9139ab16f0a67b9d2bbabc15b78977168f4a5b5503fed4962dcb9a96102 - md5: 34fdeffa0555a1a56f38839415cc066c - depends: - - __osx >=11.0 - constrains: - - openmp 19.1.6|19.1.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 281251 - timestamp: 1734520462311 + size: 300682 + timestamp: 1718887195436 - kind: conda name: llvm-openmp - version: 19.1.6 - build: hdb05f8b_0 + version: 18.1.8 + build: hde57baf_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.6-hdb05f8b_0.conda - sha256: a0f3e9139ab16f0a67b9d2bbabc15b78977168f4a5b5503fed4962dcb9a96102 - md5: 34fdeffa0555a1a56f38839415cc066c + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda + sha256: 42bc913b3c91934a1ce7ff635e87ee48e2e252632f0cbf607c5a3e4409d9f9dd + md5: 82393fdbe38448d878a8848b6fcbcefb depends: - __osx >=11.0 constrains: - - openmp 19.1.6|19.1.6.* + - openmp 18.1.8|18.1.8.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 281251 - timestamp: 1734520462311 -- kind: conda - name: lz4-c - version: 1.10.0 - build: h240833e_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - sha256: 8da3c9d4b596e481750440c0250a7e18521e7f69a47e1c8415d568c847c08a1c - md5: d6b9bd7e356abd7e3a633d59b753495a - depends: - - __osx >=10.13 - - libcxx >=18 - license: BSD-2-Clause - license_family: BSD - size: 159500 - timestamp: 1733741074747 + size: 276438 + timestamp: 1718911793488 - kind: conda name: lz4-c - version: 1.10.0 - build: h240833e_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - sha256: 8da3c9d4b596e481750440c0250a7e18521e7f69a47e1c8415d568c847c08a1c - md5: d6b9bd7e356abd7e3a633d59b753495a + version: 1.9.4 + build: hb7217d7_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda + sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 + md5: 45505bec548634f7d05e02fb25262cb9 depends: - - __osx >=10.13 - - libcxx >=18 + - libcxx >=14.0.6 license: BSD-2-Clause license_family: BSD purls: [] - size: 159500 - timestamp: 1733741074747 + size: 141188 + timestamp: 1674727268278 - kind: conda name: lz4-c - version: 1.10.0 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 - md5: 0b69331897a92fac3d8923549d48d092 + version: 1.9.4 + 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: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD - size: 139891 - timestamp: 1733741168264 + purls: [] + size: 143402 + timestamp: 1674727076728 - kind: conda name: lz4-c - version: 1.10.0 - build: h2466b09_1 - build_number: 1 + version: 1.9.4 + build: hcfcfb64_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 - md5: 0b69331897a92fac3d8923549d48d092 + 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 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 139891 - timestamp: 1733741168264 -- kind: conda - name: lz4-c - version: 1.10.0 - build: h286801f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - sha256: 94d3e2a485dab8bdfdd4837880bde3dd0d701e2b97d6134b8806b7c8e69c8652 - md5: 01511afc6cc1909c5303cf31be17b44f - depends: - - __osx >=11.0 - - libcxx >=18 - license: BSD-2-Clause - license_family: BSD - size: 148824 - timestamp: 1733741047892 -- kind: conda - name: lz4-c - version: 1.10.0 - build: h286801f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - sha256: 94d3e2a485dab8bdfdd4837880bde3dd0d701e2b97d6134b8806b7c8e69c8652 - md5: 01511afc6cc1909c5303cf31be17b44f - depends: - - __osx >=11.0 - - libcxx >=18 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 148824 - timestamp: 1733741047892 -- kind: conda - name: lz4-c - version: 1.10.0 - build: h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 - md5: 9de5350a85c4a20c685259b889aa6393 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD - size: 167055 - timestamp: 1733741040117 -- kind: conda - name: lz4-c - version: 1.10.0 - build: h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 - md5: 9de5350a85c4a20c685259b889aa6393 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - vs2015_runtime >=14.29.30139 license: BSD-2-Clause license_family: BSD purls: [] - size: 167055 - timestamp: 1733741040117 + size: 134235 + timestamp: 1674728465431 - kind: conda name: lz4-c - version: 1.10.0 - build: h5ad3122_1 - build_number: 1 + version: 1.9.4 + build: hd600fc2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - sha256: 67e55058d275beea76c1882399640c37b5be8be4eb39354c94b610928e9a0573 - md5: 6654e411da94011e8fbe004eacb8fe11 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda + sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 + md5: 500145a83ed07ce79c8cef24252f366b depends: - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD - size: 184953 - timestamp: 1733740984533 + purls: [] + size: 163770 + timestamp: 1674727020254 - kind: conda name: lz4-c - version: 1.10.0 - build: h5ad3122_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - sha256: 67e55058d275beea76c1882399640c37b5be8be4eb39354c94b610928e9a0573 - md5: 6654e411da94011e8fbe004eacb8fe11 + 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: - - libgcc >=13 - - libstdcxx >=13 + - libcxx >=14.0.6 license: BSD-2-Clause license_family: BSD purls: [] - size: 184953 - timestamp: 1733740984533 -- kind: conda - name: lzo - version: '2.10' - build: h10d778d_1001 - build_number: 1001 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda - sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 - md5: bfecd73e4a2dc18ffd5288acf8a212ab - license: GPL-2.0-or-later - license_family: GPL2 - size: 146405 - timestamp: 1713516112292 + size: 156415 + timestamp: 1674727335352 - kind: conda name: lzo version: '2.10' @@ -21093,41 +17428,13 @@ packages: - libgcc-ng >=12 license: GPL-2.0-or-later license_family: GPL2 + purls: [] size: 164049 timestamp: 1713517023523 - kind: conda name: lzo version: '2.10' - build: h31becfc_1001 - build_number: 1001 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda - sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 - md5: 004025fe20a11090e0b02154f413a758 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 164049 - timestamp: 1713517023523 -- kind: conda - name: lzo - version: '2.10' - build: h93a5062_1001 - build_number: 1001 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda - sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 - md5: 915996063a7380c652f83609e970c2a7 - license: GPL-2.0-or-later - license_family: GPL2 - size: 131447 - timestamp: 1713516009610 -- kind: conda - name: lzo - version: '2.10' - build: h93a5062_1001 + build: h93a5062_1001 build_number: 1001 subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda @@ -21138,23 +17445,6 @@ packages: purls: [] size: 131447 timestamp: 1713516009610 -- kind: conda - name: lzo - version: '2.10' - build: hcfcfb64_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda - sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 - md5: 629f4f4e874cf096eb93a23240910cee - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-or-later - license_family: GPL2 - size: 142771 - timestamp: 1713516312465 - kind: conda name: lzo version: '2.10' @@ -21186,29 +17476,96 @@ packages: - libgcc-ng >=12 license: GPL-2.0-or-later license_family: GPL2 + purls: [] size: 171416 timestamp: 1713515738503 - kind: conda - name: lzo - version: '2.10' - build: hd590300_1001 - build_number: 1001 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda - sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 - md5: ec7398d21e2651e0dcb0044d03b9a339 + name: m2w64-gcc-libgfortran + version: 5.3.0 + build: '6' + 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: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 + - m2w64-gcc-libs-core + - msys2-conda-epoch ==20160418 + license: GPL, LGPL, FDL, custom purls: [] - size: 171416 - timestamp: 1713515738503 + size: 350687 + timestamp: 1608163451316 +- kind: conda + name: m2w64-gcc-libs + version: 5.3.0 + build: '7' + 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 + license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] + size: 532390 + timestamp: 1608163512830 +- kind: conda + name: m2w64-gcc-libs-core + version: 5.3.0 + build: '7' + 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 + license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] + size: 219240 + timestamp: 1608163481341 +- kind: conda + name: m2w64-gmp + version: 6.1.0 + build: '2' + 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 + license: LGPL3 + purls: [] + size: 743501 + timestamp: 1608163782057 +- kind: conda + name: m2w64-libwinpthread-git + version: 5.0.0.4634.697f757 + build: '2' + 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 + license: MIT, BSD + purls: [] + size: 31928 + timestamp: 1608166099896 - kind: pypi name: markdown - version: '3.7' - url: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - sha256: 7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803 + version: '3.6' + url: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f requires_dist: - importlib-metadata>=4.4 ; python_version < '3.10' - mkdocs>=1.5 ; extra == 'docs' @@ -21224,70 +17581,32 @@ packages: - kind: conda name: markdown-it-py version: 3.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a - md5: fee3164ac23dfca50cfcc8b85ddefb81 - depends: - - mdurl >=0.1,<1 - - python >=3.9 - license: MIT - license_family: MIT - size: 64430 - timestamp: 1733250550053 -- kind: conda - name: markdown-it-py - version: 3.0.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a - md5: fee3164ac23dfca50cfcc8b85ddefb81 + 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.9 + - python >=3.8 license: MIT license_family: MIT purls: - pkg:pypi/markdown-it-py?source=conda-forge-mapping - size: 64430 - timestamp: 1733250550053 -- kind: conda - name: markupsafe - version: 3.0.2 - build: py39h36a3f59_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda - sha256: 5b6b778d55f51fee8c36393f833a6f8f04bd9a3bac2b17ed9d26801d31e95a82 - md5: 1f1db1d0f7440f52e35cba3c061b97f1 - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 23254 - timestamp: 1733220843706 + size: 64356 + timestamp: 1686175179621 - kind: conda name: markupsafe - version: 3.0.2 - build: py39h36a3f59_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda - sha256: 5b6b778d55f51fee8c36393f833a6f8f04bd9a3bac2b17ed9d26801d31e95a82 - md5: 1f1db1d0f7440f52e35cba3c061b97f1 + version: 2.1.5 + build: py39h17cfd9d_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda + sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd + md5: 554a0bcb046e1bac7887a92f33b96acc depends: - - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 @@ -21295,40 +17614,18 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23254 - timestamp: 1733220843706 -- kind: conda - name: markupsafe - version: 3.0.2 - build: py39h9399b63_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda - sha256: a8bce47de4572f46da0713f54bdf54a3ca7bb65d0fa3f5d94dd967f6db43f2e9 - md5: 7821f0938aa629b9f17efd98c300a487 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 22897 - timestamp: 1733219847480 + size: 23827 + timestamp: 1706900341193 - kind: conda name: markupsafe - version: 3.0.2 - build: py39h9399b63_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda - sha256: a8bce47de4572f46da0713f54bdf54a3ca7bb65d0fa3f5d94dd967f6db43f2e9 - md5: 7821f0938aa629b9f17efd98c300a487 + version: 2.1.5 + build: py39h7cc1d5f_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda + sha256: a1d6317b35fe1a25e0b0ac9479baa26c397813f1f882b2d62a2b4703da6f96a8 + md5: d6fda92ac61840449b8053eaee6a682e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: @@ -21337,81 +17634,18 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 22897 - timestamp: 1733219847480 -- kind: conda - name: markupsafe - version: 3.0.2 - build: py39hd18e689_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda - sha256: 90bcc21693cb4e03845a7c75f80cd80441341a306c645edf8984bf8c1d388883 - md5: a96a120183930571f53920a9acebed2d - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 21997 - timestamp: 1733219977763 + size: 24748 + timestamp: 1706901572172 - kind: conda name: markupsafe - version: 3.0.2 - build: py39hd18e689_1 - build_number: 1 + version: 2.1.5 + build: py39ha09f3b3_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda - sha256: 90bcc21693cb4e03845a7c75f80cd80441341a306c645edf8984bf8c1d388883 - md5: a96a120183930571f53920a9acebed2d - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 21997 - timestamp: 1733219977763 -- kind: conda - name: markupsafe - version: 3.0.2 - build: py39hefdd603_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda - sha256: a289c9f1ea3af6248c714f55b99382ecc78bc2a2a0bd55730fa25eaea6bc5d4a - md5: 4ab96cbd1bca81122f08b758397201b2 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 22599 - timestamp: 1733219837349 -- kind: conda - name: markupsafe - version: 3.0.2 - build: py39hefdd603_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda - sha256: a289c9f1ea3af6248c714f55b99382ecc78bc2a2a0bd55730fa25eaea6bc5d4a - md5: 4ab96cbd1bca81122f08b758397201b2 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda + sha256: 2fbc1105e680dd34e44f59c67ad30b5e5fbbed65ce4dfb09dac0df811bc24f73 + md5: db347b50af50d030b73be1d1e457cac2 depends: - - __osx >=11.0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 @@ -21419,17 +17653,16 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 22599 - timestamp: 1733219837349 + size: 23107 + timestamp: 1706900243497 - kind: conda name: markupsafe - version: 3.0.2 - build: py39hf73967f_1 - build_number: 1 + version: 2.1.5 + build: py39ha55989b_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b - md5: e8eb7b3d2495293d1385fb734804e2d1 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 + md5: f8b7e33c8bf98901925817b7f4436c7e depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -21440,58 +17673,41 @@ packages: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 25487 - timestamp: 1733219924377 + purls: + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 26856 + timestamp: 1706900665492 - kind: conda name: markupsafe - version: 3.0.2 - build: py39hf73967f_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b - md5: e8eb7b3d2495293d1385fb734804e2d1 + version: 2.1.5 + build: py39hd1e30aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda + sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 + md5: 9a9a22eb1f83c44953319ee3b027769f depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 25487 - timestamp: 1733219924377 -- kind: conda - name: matplotlib - version: 3.9.4 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda - sha256: 38d94f9e2e2430f1ade5d2784de036d903c0205830562e01dda7c627eddfb41e - md5: c4e58de4c8de9b24065f8c3f58d2d2c1 - depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 16916 - timestamp: 1734120731198 + size: 24314 + timestamp: 1706900151453 - kind: conda name: matplotlib - version: 3.9.4 - build: py39h6e9494a_0 + version: 3.9.1 + build: py39h6e9494a_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda - sha256: 38d94f9e2e2430f1ade5d2784de036d903c0205830562e01dda7c627eddfb41e - md5: c4e58de4c8de9b24065f8c3f58d2d2c1 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda + sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de + md5: 070325238f33dcd8b5aa8a3634b0ca17 depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 + - matplotlib-base >=3.9.1,<3.9.2.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -21499,37 +17715,19 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 16916 - timestamp: 1734120731198 + size: 8772 + timestamp: 1722568878477 - kind: conda name: matplotlib - version: 3.9.4 - build: py39ha65689a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda - sha256: 5fd260b689fdced6ee01608f25ad8890911e462c944fde0ab73c186e7628194b - md5: 3694fc225c2b4ef3943e74c81c43307d - depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 17005 - timestamp: 1734120625847 -- kind: conda - name: matplotlib - version: 3.9.4 - build: py39ha65689a_0 + version: 3.9.1 + build: py39ha65689a_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda - sha256: 5fd260b689fdced6ee01608f25ad8890911e462c944fde0ab73c186e7628194b - md5: 3694fc225c2b4ef3943e74c81c43307d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda + sha256: 87a783c7f29c5ae3c2f9754f504be17a89cca3e6dcfc60ca6afb91ae203fa6da + md5: 90b125d1a9c030713426c9dfc96eb22d depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 + - matplotlib-base >=3.9.1,<3.9.2.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -21537,37 +17735,20 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 17005 - timestamp: 1734120625847 -- kind: conda - name: matplotlib - version: 3.9.4 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 - md5: 61326dfe02e88b609166814c47316063 - depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 17372 - timestamp: 1734120982472 + size: 8855 + timestamp: 1722568976681 - kind: conda name: matplotlib - version: 3.9.4 - build: py39hcbf5309_0 + version: 3.9.1 + build: py39hcbf5309_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 - md5: 61326dfe02e88b609166814c47316063 + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 + md5: 5a816cbe27fe3e568c0f4e541c99de4f depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 + - matplotlib-base >=3.9.1,<3.9.2.0a0 + - pyqt >=5.10 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -21575,35 +17756,19 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 17372 - timestamp: 1734120982472 -- kind: conda - name: matplotlib - version: 3.9.4 - build: py39hdf13c20_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda - sha256: bd960cf5b03a96e0b32b1e1c53abfc044ed0ff43a76a74dac3f8a5b5adb5be11 - md5: 1059f79fb61458016210ff1cf0236c26 - depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 16994 - timestamp: 1734120784524 + size: 9157 + timestamp: 1722569801592 - kind: conda name: matplotlib - version: 3.9.4 - build: py39hdf13c20_0 + version: 3.9.1 + build: py39hdf13c20_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda - sha256: bd960cf5b03a96e0b32b1e1c53abfc044ed0ff43a76a74dac3f8a5b5adb5be11 - md5: 1059f79fb61458016210ff1cf0236c26 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda + sha256: 28703de2b9790cf7c4da71cd664fe61ce653f6122fe1ff7df05c955f2292c102 + md5: eeb76863509cf3028b996aceb7fdc7d9 depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 + - matplotlib-base >=3.9.1,<3.9.2.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -21611,37 +17776,20 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 16994 - timestamp: 1734120784524 -- kind: conda - name: matplotlib - version: 3.9.4 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda - sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa - md5: 922f2edd2f9ff0a95c83eb781bacad5e - depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tornado >=5 - license: PSF-2.0 - license_family: PSF - size: 16912 - timestamp: 1734120449892 + size: 8829 + timestamp: 1722568989193 - kind: conda name: matplotlib - version: 3.9.4 - build: py39hf3d152e_0 + version: 3.9.1 + build: py39hf3d152e_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda - sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa - md5: 922f2edd2f9ff0a95c83eb781bacad5e + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda + sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f + md5: 87fbc4aba424cea958cd5de0a5030806 depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 + - matplotlib-base >=3.9.1,<3.9.2.0a0 + - pyqt >=5.10 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -21649,49 +17797,17 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 16912 - timestamp: 1734120449892 + size: 8719 + timestamp: 1722568757126 - kind: conda name: matplotlib-base - version: 3.9.4 - build: py39h16632d1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda - sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 - md5: f149592d52f9c1ab1bfe3dc055458e13 - depends: - - __glibc >=2.17,<3.0.a0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - size: 6986552 - timestamp: 1734120429344 -- kind: conda - name: matplotlib-base - version: 3.9.4 - build: py39h16632d1_0 + version: 3.9.1 + build: py39h0565ad7_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda - sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 - md5: f149592d52f9c1ab1bfe3dc055458e13 + url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda + sha256: c3cf8213fe278ca734c200eabd06a5a1a517b015552f558dd7117b97eb21b27f + md5: 9665862b07e31ccac586ea2f8d23572c depends: - __glibc >=2.17,<3.0.a0 - certifi >=2020.06.20 @@ -21701,8 +17817,8 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -21717,17 +17833,19 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6986552 - timestamp: 1734120429344 + size: 6995935 + timestamp: 1722568740835 - kind: conda name: matplotlib-base - version: 3.9.4 - build: py39h5376392_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed - md5: 5424884b703d67e412584ed241f0a9b1 + version: 3.9.1 + build: py39h1398496_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda + sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e + md5: fb9235ddaf3c284c930e47595880a3b7 depends: + - __osx >=11.0 - certifi >=2020.06.20 - contourpy >=1.0.1 - cycler >=0.10 @@ -21735,30 +17853,32 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 + - libcxx >=16 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: PSF-2.0 license_family: PSF - size: 6815213 - timestamp: 1734120951608 + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6800038 + timestamp: 1722568944836 - kind: conda name: matplotlib-base - version: 3.9.4 - build: py39h5376392_0 + version: 3.9.1 + build: py39h5376392_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed - md5: 5424884b703d67e412584ed241f0a9b1 + url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 + md5: 2029d25009b9a28f9aac2987e5808731 depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -21783,50 +17903,19 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6815213 - timestamp: 1734120951608 -- kind: conda - name: matplotlib-base - version: 3.9.4 - build: py39h7251d6c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda - sha256: 30939a290f4aba0775217fcc9cd8c7a54531e4e584b86c0ed61fd7c7080332d9 - md5: 332067642fc8951daf39ff059b79d821 - depends: - - __osx >=11.0 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=18 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - size: 6893904 - timestamp: 1734120746580 + size: 6788026 + timestamp: 1722569739583 - kind: conda name: matplotlib-base - version: 3.9.4 - build: py39h7251d6c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda - sha256: 30939a290f4aba0775217fcc9cd8c7a54531e4e584b86c0ed61fd7c7080332d9 - md5: 332067642fc8951daf39ff059b79d821 + version: 3.9.1 + build: py39hb2d44f9_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda + sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f + md5: 12a7c3af1656218f22fe449b5655390f depends: - - __osx >=11.0 + - __osx >=10.13 - certifi >=2020.06.20 - contourpy >=1.0.1 - cycler >=0.10 @@ -21834,14 +17923,13 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libcxx >=18 + - libcxx >=16 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 @@ -21849,49 +17937,17 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6893904 - timestamp: 1734120746580 -- kind: conda - name: matplotlib-base - version: 3.9.4 - build: py39hd333c8e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda - sha256: cda434b13b217924f11215edb82f1e4e36411c52746d3379cdcc4cf53e965967 - md5: d3c00b185510462fe6c3829f06bbfc82 - depends: - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 - license: PSF-2.0 - license_family: PSF - size: 6812294 - timestamp: 1734120606739 + size: 6922214 + timestamp: 1722568835094 - kind: conda name: matplotlib-base - version: 3.9.4 - build: py39hd333c8e_0 + version: 3.9.1 + build: py39hf3ba65a_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda - sha256: cda434b13b217924f11215edb82f1e4e36411c52746d3379cdcc4cf53e965967 - md5: d3c00b185510462fe6c3829f06bbfc82 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda + sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 + md5: b3a812b3bd4e83ba39dc9e34488655cf depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -21900,8 +17956,8 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -21917,178 +17973,61 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6812294 - timestamp: 1734120606739 -- kind: conda - name: matplotlib-base - version: 3.9.4 - build: py39hda06d36_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda - sha256: 4bdc9d1f58c6ff5615b3fdf9d6184fd6a178263b7312caa506c62f1c89df0905 - md5: 57de84ecef2e11b42dadc68f80848dfe - depends: - - __osx >=10.13 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=18 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - size: 6910471 - timestamp: 1734120702452 -- kind: conda - name: matplotlib-base - version: 3.9.4 - build: py39hda06d36_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda - sha256: 4bdc9d1f58c6ff5615b3fdf9d6184fd6a178263b7312caa506c62f1c89df0905 - md5: 57de84ecef2e11b42dadc68f80848dfe - depends: - - __osx >=10.13 - - certifi >=2020.06.20 - - contourpy >=1.0.1 - - cycler >=0.10 - - fonttools >=4.22.0 - - freetype >=2.12.1,<3.0a0 - - importlib-resources >=3.2.0 - - kiwisolver >=1.3.1 - - libcxx >=18 - - numpy >=1.19,<3 - - numpy >=1.23 - - packaging >=20.0 - - pillow >=8 - - pyparsing >=2.3.1 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.7 - - python_abi 3.9.* *_cp39 - - qhull >=2020.2,<2020.3.0a0 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6910471 - timestamp: 1734120702452 + size: 6820131 + timestamp: 1722568958329 - kind: conda name: matplotlib-inline version: 0.1.7 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 - md5: af6ab708897df59bd6e7283ceab1b56b + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + sha256: 7ea68676ea35fbb095420bbcc1c82c4767b8be7bb56abb6989b7f89d957a3bab + md5: 779345c95648be40d22aaa89de7d4254 depends: - - python >=3.9 + - python >=3.6 - traitlets license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/matplotlib-inline?source=conda-forge-mapping - size: 14467 - timestamp: 1733417051523 -- kind: conda - name: mdit-py-plugins - version: 0.4.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 - md5: af2060041d4f3250a7eb6ab3ec0e549b - depends: - - markdown-it-py >=1.0.0,<4.0.0 - - python >=3.9 - license: MIT - license_family: MIT - size: 42180 - timestamp: 1733854816517 + size: 14599 + timestamp: 1713250613726 - kind: conda name: mdit-py-plugins - version: 0.4.2 - build: pyhd8ed1ab_1 - build_number: 1 + version: 0.4.1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 - md5: af2060041d4f3250a7eb6ab3ec0e549b + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 + md5: eb90dd178bcdd0260dfaa6e1cbccf042 depends: - markdown-it-py >=1.0.0,<4.0.0 - - python >=3.9 + - python >=3.8 license: MIT license_family: MIT purls: - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping - size: 42180 - timestamp: 1733854816517 -- kind: conda - name: mdurl - version: 0.1.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 - md5: 592132998493b3ff25fd7479396e8351 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 14465 - timestamp: 1733255681319 + size: 41972 + timestamp: 1715570303416 - kind: conda name: mdurl version: 0.1.2 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 - md5: 592132998493b3ff25fd7479396e8351 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 776a8dd9e824f77abac30e6ef43a8f7a depends: - - python >=3.9 + - python >=3.6 license: MIT license_family: MIT purls: - pkg:pypi/mdurl?source=conda-forge-mapping - size: 14465 - timestamp: 1733255681319 -- kind: conda - name: meson - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 - md5: 48fa9fd8e4226d71cdbef619f2402572 - depends: - - ninja >=1.8.2 - - python >=3.5.2 - - setuptools - license: Apache-2.0 - license_family: APACHE - size: 628242 - timestamp: 1700451735019 + size: 14680 + timestamp: 1704317789138 - kind: conda name: meson version: 1.3.0 @@ -22110,302 +18049,180 @@ packages: timestamp: 1700451735019 - kind: conda name: minizip - version: 4.0.7 - build: h05a5f5f_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda - sha256: 9a9459024e9cdc68c799b057de021b8c652de542e24e9e48f2726578e822659c - md5: eec77634ccdb2ba6c231290c399b1dae + version: 4.0.6 + build: hb638d1e_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 + md5: 43e2b972e258a25a1e01790ad0e3287a depends: - - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libzlib >=1.2.13,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other - size: 92332 - timestamp: 1734012081442 + purls: [] + size: 85324 + timestamp: 1717296997985 - kind: conda name: minizip version: 4.0.7 - build: h05a5f5f_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda - sha256: 9a9459024e9cdc68c799b057de021b8c652de542e24e9e48f2726578e822659c - md5: eec77634ccdb2ba6c231290c399b1dae + build: h27ee973_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda + sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad + md5: 73dcdab1f21da49048a4f26d648c87a9 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 + - libcxx >=16 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 92332 - timestamp: 1734012081442 + size: 77944 + timestamp: 1718483144234 - kind: conda name: minizip version: 4.0.7 - build: h9fa1bad_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e - md5: 632caee448c60ca5f85bf0748ed24401 + build: h401b404_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda + sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 + md5: 4474532a312b2245c5c77f1176989b46 depends: - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.1,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other - size: 85799 - timestamp: 1734012307818 + purls: [] + size: 91409 + timestamp: 1718483022284 - kind: conda name: minizip version: 4.0.7 - build: h9fa1bad_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e - md5: 632caee448c60ca5f85bf0748ed24401 + build: h62b0c8d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda + sha256: e02a6e1a43b0ff44bb9460d46d3f7687a1876d435fb3c2c6cf9e19bab60901f6 + md5: 9cb19284d7d835918241acf8180099db depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 + - libcxx >=16 + - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.1,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 85799 - timestamp: 1734012307818 + size: 78595 + timestamp: 1718483214061 - kind: conda name: minizip version: 4.0.7 - build: he2fa2e2_3 - build_number: 3 + build: h77a9e90_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda - sha256: 4c158ee36cae505dc29152f70173e780bb46da6efed8c1d89b689fb4f7c24ce4 - md5: 031a9028607ee3b01157ffbc98ac420d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda + sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 + md5: 7c8cd307bc5c00bdba33e1c11685b3b4 depends: - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 96685 - timestamp: 1734012625823 -- kind: conda - name: minizip - version: 4.0.7 - build: he2fa2e2_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda - sha256: 4c158ee36cae505dc29152f70173e780bb46da6efed8c1d89b689fb4f7c24ce4 - md5: 031a9028607ee3b01157ffbc98ac420d - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 96685 - timestamp: 1734012625823 -- kind: conda - name: minizip - version: 4.0.7 - build: hfb7a1ec_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda - sha256: 69e9874ac02b298ab075cd4f1242b9678fd38cfe4470e935a44cf09d7e02bfc6 - md5: cb826e74fb8eb56f407493aa18e6a9e9 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 78798 - timestamp: 1734012307711 -- kind: conda - name: minizip - version: 4.0.7 - build: hfb7a1ec_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda - sha256: 69e9874ac02b298ab075cd4f1242b9678fd38cfe4470e935a44cf09d7e02bfc6 - md5: cb826e74fb8eb56f407493aa18e6a9e9 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 78798 - timestamp: 1734012307711 -- kind: conda - name: minizip - version: 4.0.7 - build: hff1a8ea_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda - sha256: 6d904a6fc5e875e687b9fab244d5b286961222d72f546f9939d8f80ebe873c1c - md5: 666bd61287ad7ee417884eacd9aef2ea - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - size: 77597 - timestamp: 1734012196026 -- kind: conda - name: minizip - version: 4.0.7 - build: hff1a8ea_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda - sha256: 6d904a6fc5e875e687b9fab244d5b286961222d72f546f9939d8f80ebe873c1c - md5: 666bd61287ad7ee417884eacd9aef2ea - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcxx >=18 - - libiconv >=1.17,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.1,<4.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 77597 - timestamp: 1734012196026 + size: 96194 + timestamp: 1718483492963 - kind: pypi name: mistune - version: 3.1.0 - url: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - sha256: b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 - requires_dist: - - typing-extensions ; python_version < '3.11' - requires_python: '>=3.8' -- kind: conda - name: mkl - version: 2024.2.2 - build: h66d3029_15 - build_number: 15 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd - md5: 302dff2807f2927b3e9e0d19d60121de - depends: - - intel-openmp 2024.* - - tbb 2021.* - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 103106385 - timestamp: 1730232843711 + version: 3.0.2 + url: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 + requires_python: '>=3.7' - kind: conda name: mkl - version: 2024.2.2 - build: h66d3029_15 - build_number: 15 + version: 2024.1.0 + build: h66d3029_694 + build_number: 694 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd - md5: 302dff2807f2927b3e9e0d19d60121de + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 + md5: a17423859d3fb912c8f2e9797603ddb6 depends: - intel-openmp 2024.* - tbb 2021.* license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 103106385 - timestamp: 1730232843711 + size: 109381621 + timestamp: 1716561374449 - kind: conda name: modflow-devtools version: 1.6.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - sha256: 78a39d01182ba84340fc0db957823e18d524aacb37c2e0b1bd7f863ef07d3740 - md5: 6711e0434fa5128db45567d9c045251d + url: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + sha256: 28a3b4ea3f60ff73170d174cee61f1ea0b3c71156f815e37d46bbd6bd81963fa + md5: 398839dd28f83127b62df50fd1da22ee depends: - - python >=3.9 + - python >=3.8 license: CC0-1.0 purls: - pkg:pypi/modflow-devtools?source=conda-forge-mapping - size: 29243 - timestamp: 1735576603936 + size: 29239 + timestamp: 1717152807815 - kind: conda - name: munkres - version: 1.1.4 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - md5: 2ba8498c1018c1e9c61eb99b973dfe19 + name: mpg123 + version: 1.32.6 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda + sha256: 8895a5ce5122a3b8f59afcba4b032f198e8a690a0efc95ef61f2135357ef0d72 + md5: 9160cdeb523a1b20cf8d2a0bf821f45d depends: - - python - license: Apache-2.0 - license_family: Apache - size: 12452 - timestamp: 1600387789153 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LGPL-2.1-only + license_family: LGPL + purls: [] + size: 491811 + timestamp: 1712327176955 +- kind: conda + name: msys2-conda-epoch + version: '20160418' + build: '1' + 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 + purls: [] + size: 3227 + timestamp: 1608166968312 - kind: conda name: munkres version: 1.1.4 @@ -22426,193 +18243,61 @@ packages: - kind: conda name: mypy_extensions version: 1.0.0 - build: pyha770c72_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe - md5: 29097e7ea634a45cc5386b95cac6568f - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 10854 - timestamp: 1733230986902 -- kind: conda - name: mypy_extensions - version: 1.0.0 - build: pyha770c72_1 - build_number: 1 + build: pyha770c72_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe - md5: 29097e7ea634a45cc5386b95cac6568f + url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 + md5: 4eccaeba205f0aed9ac3a9ea58568ca3 depends: - - python >=3.9 + - python >=3.5 license: MIT license_family: MIT purls: - pkg:pypi/mypy-extensions?source=conda-forge-mapping - size: 10854 - timestamp: 1733230986902 -- kind: conda - name: mysql-common - version: 9.0.1 - build: h266115a_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - sha256: e7767d2a0f30b62ab601f84fad68877969b6317e28668e71ae3cd0b6305041ed - md5: 9a5a1e3db671a8258c3f2c1969a4c654 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 619517 - timestamp: 1735638585202 + size: 10492 + timestamp: 1675543414256 - kind: conda name: mysql-common - version: 9.0.1 - build: h266115a_4 - build_number: 4 + version: 8.3.0 + build: h70512c7_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - sha256: e7767d2a0f30b62ab601f84fad68877969b6317e28668e71ae3cd0b6305041ed - md5: 9a5a1e3db671a8258c3f2c1969a4c654 + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda + sha256: 09296629aab020fb131c8256d8683087769c53ce5197ca3a2abe040bfb285d88 + md5: 4b652e3e572cbb3f297e77c96313faea depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 619517 - timestamp: 1735638585202 -- kind: conda - name: mysql-common - version: 9.0.1 - build: h3f5c77f_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - sha256: e7caf4da5d7e2273dd1fcaa9907771d0536019122fe64ad687665193b5edbf10 - md5: 252699a6b6e8e86d64d37c360ac8d783 - depends: - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 611639 - timestamp: 1735640433087 -- kind: conda - name: mysql-common - version: 9.0.1 - build: h3f5c77f_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - sha256: e7caf4da5d7e2273dd1fcaa9907771d0536019122fe64ad687665193b5edbf10 - md5: 252699a6b6e8e86d64d37c360ac8d783 - depends: - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 611639 - timestamp: 1735640433087 -- kind: conda - name: mysql-libs - version: 9.0.1 - build: h11569fd_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - sha256: 410cc48096c13847f3d3d1fb5dd68f38c8be76fb7df806bfd5e24e011af3f2da - md5: 283642d922c40633996f0f1afb5c9993 - depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - mysql-common 9.0.1 h3f5c77f_4 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 1407975 - timestamp: 1735640521830 -- kind: conda - name: mysql-libs - version: 9.0.1 - build: h11569fd_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - sha256: 410cc48096c13847f3d3d1fb5dd68f38c8be76fb7df806bfd5e24e011af3f2da - md5: 283642d922c40633996f0f1afb5c9993 - depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - mysql-common 9.0.1 h3f5c77f_4 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 1407975 - timestamp: 1735640521830 -- kind: conda - name: mysql-libs - version: 9.0.1 - build: he0572af_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - sha256: e5c805c3150b16dc9de9163850aa2b282a97e0e7b1ec0f6e93ee57c5d433891b - md5: af19508df9d2e9f6894a9076a0857dc7 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - mysql-common 9.0.1 h266115a_4 - - openssl >=3.4.0,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 1373945 - timestamp: 1735638682677 + size: 780145 + timestamp: 1721386057930 - kind: conda name: mysql-libs - version: 9.0.1 - build: he0572af_4 - build_number: 4 + version: 8.3.0 + build: ha479ceb_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - sha256: e5c805c3150b16dc9de9163850aa2b282a97e0e7b1ec0f6e93ee57c5d433891b - md5: af19508df9d2e9f6894a9076a0857dc7 + url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda + sha256: c6e9b0961b6877eda8c300b12a0939c81f403a4eb5c0db802e13130fd5a3a059 + md5: 82776ee8145b9d1fd6546604de4b351d depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - - mysql-common 9.0.1 h266115a_4 - - openssl >=3.4.0,<4.0a0 + - mysql-common 8.3.0 h70512c7_5 + - openssl >=3.3.1,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 1373945 - timestamp: 1735638682677 + size: 1532137 + timestamp: 1721386157918 - kind: conda name: myst-parser version: 3.0.1 @@ -22638,9 +18323,9 @@ packages: timestamp: 1714413912964 - kind: pypi name: nbclient - version: 0.10.2 - url: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - sha256: 4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d + version: 0.10.0 + url: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f requires_dist: - jupyter-client>=6.1.12 - jupyter-core!=5.0.*,>=4.12 @@ -22648,41 +18333,32 @@ packages: - traitlets>=5.4 - pre-commit ; extra == 'dev' - autodoc-traits ; extra == 'docs' - - flaky ; extra == 'docs' - - ipykernel>=6.19.3 ; extra == 'docs' - - ipython ; extra == 'docs' - - ipywidgets ; extra == 'docs' - mock ; extra == 'docs' - moto ; extra == 'docs' - myst-parser ; extra == 'docs' - - nbconvert>=7.1.0 ; extra == 'docs' - - pytest-asyncio ; extra == 'docs' - - pytest-cov>=4.0 ; extra == 'docs' - - pytest<8,>=7.0 ; extra == 'docs' + - nbclient[test] ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' - sphinx>=1.7 ; extra == 'docs' - sphinxcontrib-spelling ; extra == 'docs' - - testpath ; extra == 'docs' - - xmltodict ; extra == 'docs' - flaky ; extra == 'test' - ipykernel>=6.19.3 ; extra == 'test' - ipython ; extra == 'test' - ipywidgets ; extra == 'test' - - nbconvert>=7.1.0 ; extra == 'test' + - nbconvert>=7.0.0 ; extra == 'test' - pytest-asyncio ; extra == 'test' - pytest-cov>=4.0 ; extra == 'test' - pytest<8,>=7.0 ; extra == 'test' - testpath ; extra == 'test' - xmltodict ; extra == 'test' - requires_python: '>=3.9.0' + requires_python: '>=3.8.0' - kind: pypi name: nbconvert - version: 7.16.5 - url: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - sha256: e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547 + version: 7.16.4 + url: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 requires_dist: - beautifulsoup4 - - bleach[css]!=5.0.0 + - bleach!=5.0.0 - defusedxml - importlib-metadata>=3.6 ; python_version < '3.10' - jinja2>=3.0 @@ -22695,6 +18371,7 @@ packages: - packaging - pandocfilters>=1.4.1 - pygments>=2.4.1 + - tinycss2 - traitlets>=5.1 - flaky ; extra == 'all' - ipykernel ; extra == 'all' @@ -22728,50 +18405,29 @@ packages: - kind: conda name: nbformat version: 5.10.4 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 - md5: bbe1963f1e47f594070ffe87cdf612ea - depends: - - jsonschema >=2.6 - - jupyter_core >=4.12,!=5.0.* - - python >=3.9 - - python-fastjsonschema >=2.15 - - traitlets >=5.1 - license: BSD-3-Clause - license_family: BSD - size: 100945 - timestamp: 1733402844974 -- kind: conda - name: nbformat - version: 5.10.4 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 - md5: bbe1963f1e47f594070ffe87cdf612ea + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c + md5: 0b57b5368ab7fc7cdc9e3511fa867214 depends: - jsonschema >=2.6 - jupyter_core >=4.12,!=5.0.* - - python >=3.9 + - python >=3.8 - python-fastjsonschema >=2.15 - traitlets >=5.1 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/nbformat?source=conda-forge-mapping - size: 100945 - timestamp: 1733402844974 + size: 101232 + timestamp: 1712239122969 - kind: pypi name: nbsphinx - version: 0.9.6 - url: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - sha256: 336b0b557945a7678ec7449b16449f854bc852a435bb53b8a72e6b5dc740d992 + version: 0.9.4 + url: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + sha256: 22cb1d974a8300e8118ca71aea1f649553743c0c5830a54129dcd446e6a8ba17 requires_dist: - docutils>=0.18.1 - jinja2 @@ -22782,171 +18438,81 @@ packages: requires_python: '>=3.6' - kind: pypi name: nbsphinx-link - version: 1.3.1 - url: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - sha256: 2188fc42294a38ba253eedd184dea8750ab035fd94fe63e855ff01f911631769 + version: 1.3.0 + url: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + sha256: 67c24fc6508765203afb4b6939c0d9127e17a5d8d9355bfe8458192cf7105eb9 requires_dist: - nbsphinx - sphinx>=1.8 - - sphinx-rtd-theme ; extra == 'docs' - - ipython ; extra == 'docs' - requires_python: '>=3' -- kind: conda - name: ncurses - version: '6.5' - build: h7bae524_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc - md5: cb2b0ea909b97b3d70cd3921d1445e1a - depends: - - __osx >=11.0 - license: X11 AND BSD-3-Clause - size: 802321 - timestamp: 1724658775723 -- kind: conda - name: ncurses - version: '6.5' - build: h7bae524_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc - md5: cb2b0ea909b97b3d70cd3921d1445e1a - depends: - - __osx >=11.0 - license: X11 AND BSD-3-Clause - purls: [] - size: 802321 - timestamp: 1724658775723 - kind: conda name: ncurses version: '6.5' - build: hcccb83c_1 - build_number: 1 + build: h0425590_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda - sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 - md5: 91d49c85cacd92caa40cf375ef72a25d + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e + md5: 38362af7bfac0efef69675acee564458 depends: - libgcc-ng >=12 license: X11 AND BSD-3-Clause - size: 924472 - timestamp: 1724658573518 + purls: [] + size: 925099 + timestamp: 1715194843316 - kind: conda name: ncurses version: '6.5' - build: hcccb83c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda - sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 - md5: 91d49c85cacd92caa40cf375ef72a25d - depends: - - libgcc-ng >=12 + build: h5846eda_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 + md5: 02a888433d165c99bf09784a7b14d900 license: X11 AND BSD-3-Clause purls: [] - size: 924472 - timestamp: 1724658573518 + size: 823601 + timestamp: 1715195267791 - kind: conda name: ncurses version: '6.5' - build: he02047a_1 - build_number: 1 + build: h59595ed_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 + md5: fcea371545eda051b6deafb24889fc69 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 license: X11 AND BSD-3-Clause - size: 889086 - timestamp: 1724658547447 + purls: [] + size: 887465 + timestamp: 1715194722503 - kind: conda name: ncurses version: '6.5' - build: he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + build: hb89a1cb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a + md5: b13ad5724ac9ae98b6b4fd87e4500ba4 license: X11 AND BSD-3-Clause purls: [] - size: 889086 - timestamp: 1724658547447 -- kind: conda - name: ncurses - version: '6.5' - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af - md5: e102bbf8a6ceeaf429deab8032fc8977 - depends: - - __osx >=10.13 - license: X11 AND BSD-3-Clause - size: 822066 - timestamp: 1724658603042 -- kind: conda - name: ncurses - version: '6.5' - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af - md5: e102bbf8a6ceeaf429deab8032fc8977 - depends: - - __osx >=10.13 - license: X11 AND BSD-3-Clause - purls: [] - size: 822066 - timestamp: 1724658603042 + size: 795131 + timestamp: 1715194898402 - kind: conda name: nest-asyncio version: 1.6.0 - build: pyhd8ed1ab_1 - build_number: 1 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 - md5: 598fd7d4d0de2455fb74f56063969a97 + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 6598c056f64dc8800d40add25e4e2c34 depends: - - python >=3.9 + - python >=3.5 license: BSD-2-Clause license_family: BSD purls: - pkg:pypi/nest-asyncio?source=conda-forge-mapping - size: 11543 - timestamp: 1733325673691 -- kind: conda - name: networkx - version: 3.2.1 - build: pyhd8ed1ab_0 - subdir: noarch - 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 - license: BSD-3-Clause - license_family: BSD - size: 1149552 - timestamp: 1698504905258 + size: 11638 + timestamp: 1705850780510 - kind: conda name: networkx version: 3.2.1 @@ -22969,21 +18535,6 @@ packages: - pkg:pypi/networkx?source=conda-forge-mapping size: 1149552 timestamp: 1698504905258 -- kind: conda - name: ninja - version: 1.12.1 - build: h297d8ca_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 - md5: 3aa1c7e292afeff25a0091ddd7c69b72 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 2198858 - timestamp: 1715440571685 - kind: conda name: ninja version: 1.12.1 @@ -23000,21 +18551,6 @@ packages: purls: [] size: 2198858 timestamp: 1715440571685 -- kind: conda - name: ninja - version: 1.12.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 - md5: a0ebabd021c8191aeb82793fe43cfdcb - depends: - - __osx >=10.13 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 124942 - timestamp: 1715440780183 - kind: conda name: ninja version: 1.12.1 @@ -23031,21 +18567,6 @@ packages: purls: [] size: 124942 timestamp: 1715440780183 -- kind: conda - name: ninja - version: 1.12.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 - md5: 9166c10405d41c95ffde8fcb8e5c3d51 - depends: - - __osx >=11.0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - size: 112576 - timestamp: 1715440927034 - kind: conda name: ninja version: 1.12.1 @@ -23062,21 +18583,6 @@ packages: purls: [] size: 112576 timestamp: 1715440927034 -- kind: conda - name: ninja - version: 1.12.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de - md5: 216635cea46498d8045c7cf0f03eaf72 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - size: 2329583 - timestamp: 1715442512963 - kind: conda name: ninja version: 1.12.1 @@ -23093,22 +18599,6 @@ packages: purls: [] size: 2329583 timestamp: 1715442512963 -- kind: conda - name: ninja - version: 1.12.1 - build: hc790b64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be - md5: a557dde55343e03c68cd7e29e7f87279 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 285150 - timestamp: 1715441052517 - kind: conda name: ninja version: 1.12.1 @@ -23127,6252 +18617,1605 @@ packages: size: 285150 timestamp: 1715441052517 - kind: conda - name: numpy - version: 1.26.4 - build: py39h28c39a1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b - md5: 1b07000dc6aed4a69e91107dac4464d3 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6481665 - timestamp: 1707226262838 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h28c39a1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b - md5: 1b07000dc6aed4a69e91107dac4464d3 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 6481665 - timestamp: 1707226262838 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h474f0d3_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 - md5: aa265f5697237aa13cc10f53fa8acc4f - 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.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7039431 - timestamp: 1707225726227 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h474f0d3_0 + name: nspr + version: '4.35' + build: h27087fc_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 - md5: aa265f5697237aa13cc10f53fa8acc4f + url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda + sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c + md5: da0ec11a6454ae19bff5b02ed881a2b1 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.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 7039431 - timestamp: 1707225726227 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h7aa2656_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a - md5: c027ed77947314469686cff520a71e5f - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 5492058 - timestamp: 1707226364958 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h7aa2656_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a - md5: c027ed77947314469686cff520a71e5f - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 5492058 - timestamp: 1707226364958 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h91c28bb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c - md5: d88e195f11a9f27e649aea408b54cb48 - 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6082609 - timestamp: 1707225790468 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h91c28bb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c - md5: d88e195f11a9f27e649aea408b54cb48 - 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.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 6082609 - timestamp: 1707225790468 -- kind: conda - name: numpy - version: 1.26.4 - build: py39hddb5d58_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d - md5: 6e30ff8f2d3f59f45347dfba8bc22a04 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 5920615 - timestamp: 1707226471242 -- kind: conda - name: numpy - version: 1.26.4 - build: py39hddb5d58_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d - md5: 6e30ff8f2d3f59f45347dfba8bc22a04 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/numpy?source=conda-forge-mapping - size: 5920615 - timestamp: 1707226471242 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h3f56577_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda - sha256: 92d310033e20538e896f4e4b1ea4205eb6604eee7c5c651c4965a0d8d3ca0f1d - md5: 04231368e4af50d11184b50e14250993 - depends: - - libgcc >=13 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - size: 377796 - timestamp: 1733816683252 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h3f56577_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda - sha256: 92d310033e20538e896f4e4b1ea4205eb6604eee7c5c651c4965a0d8d3ca0f1d - md5: 04231368e4af50d11184b50e14250993 - depends: - - libgcc >=13 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 377796 - timestamp: 1733816683252 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h4d64b90_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 - md5: fc050366dd0b8313eb797ed1ffef3a29 - depends: - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 240148 - timestamp: 1733817010335 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h4d64b90_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 - md5: fc050366dd0b8313eb797ed1ffef3a29 - depends: - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 240148 - timestamp: 1733817010335 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h5fbd93e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda - sha256: 5bee706ea5ba453ed7fd9da7da8380dd88b865c8d30b5aaec14d2b6dd32dbc39 - md5: 9e5816bc95d285c115a3ebc2f8563564 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - size: 342988 - timestamp: 1733816638720 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h5fbd93e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda - sha256: 5bee706ea5ba453ed7fd9da7da8380dd88b865c8d30b5aaec14d2b6dd32dbc39 - md5: 9e5816bc95d285c115a3ebc2f8563564 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libpng >=1.6.44,<1.7.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 342988 - timestamp: 1733816638720 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h7fd6d84_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda - sha256: faea03f36c9aa3524c911213b116da41695ff64b952d880551edee2843fe115b - md5: 025c711177fc3309228ca1a32374458d - depends: - - __osx >=10.13 - - libcxx >=18 - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - size: 332320 - timestamp: 1733816828284 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h7fd6d84_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda - sha256: faea03f36c9aa3524c911213b116da41695ff64b952d880551edee2843fe115b - md5: 025c711177fc3309228ca1a32374458d - depends: - - __osx >=10.13 - - libcxx >=18 - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 332320 - timestamp: 1733816828284 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h8a3d83b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda - sha256: 1d59bc72ca7faac06d349c1a280f5cfb8a57ee5896f1e24225a997189d7418c7 - md5: 4b71d78648dbcf68ce8bf22bb07ff838 - depends: - - __osx >=11.0 - - libcxx >=18 - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - size: 319362 - timestamp: 1733816781741 -- kind: conda - name: openjpeg - version: 2.5.3 - build: h8a3d83b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda - sha256: 1d59bc72ca7faac06d349c1a280f5cfb8a57ee5896f1e24225a997189d7418c7 - md5: 4b71d78648dbcf68ce8bf22bb07ff838 - depends: - - __osx >=11.0 - - libcxx >=18 - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 319362 - timestamp: 1733816781741 -- kind: conda - name: openldap - version: 2.6.9 - build: h30c48ee_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda - sha256: ee09612f256dd3532b1309c8ff70489d21db3bde2a0849da08393e5ffd84400d - md5: c07822a5de65ce9797b9afa257faa917 - depends: - - cyrus-sasl >=2.1.27,<3.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: OLDAP-2.8 - license_family: BSD - size: 904889 - timestamp: 1732674273894 -- kind: conda - name: openldap - version: 2.6.9 - build: h30c48ee_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda - sha256: ee09612f256dd3532b1309c8ff70489d21db3bde2a0849da08393e5ffd84400d - md5: c07822a5de65ce9797b9afa257faa917 - depends: - - cyrus-sasl >=2.1.27,<3.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: OLDAP-2.8 - license_family: BSD - purls: [] - size: 904889 - timestamp: 1732674273894 -- kind: conda - name: openldap - version: 2.6.9 - build: he970967_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda - sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 - md5: ca2de8bbdc871bce41dbf59e51324165 - depends: - - __glibc >=2.17,<3.0.a0 - - cyrus-sasl >=2.1.27,<3.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: OLDAP-2.8 - license_family: BSD - size: 784483 - timestamp: 1732674189726 -- kind: conda - name: openldap - version: 2.6.9 - build: he970967_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda - sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 - md5: ca2de8bbdc871bce41dbf59e51324165 - depends: - - __glibc >=2.17,<3.0.a0 - - cyrus-sasl >=2.1.27,<3.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libstdcxx >=13 - - openssl >=3.4.0,<4.0a0 - license: OLDAP-2.8 - license_family: BSD - purls: [] - size: 784483 - timestamp: 1732674189726 -- kind: conda - name: openssl - version: 3.4.0 - build: h7b32b05_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f - md5: 4ce6875f75469b2757a65e10a5d05e31 - depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - size: 2937158 - timestamp: 1736086387286 -- kind: conda - name: openssl - version: 3.4.0 - build: h7b32b05_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f - md5: 4ce6875f75469b2757a65e10a5d05e31 - depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2937158 - timestamp: 1736086387286 -- kind: conda - name: openssl - version: 3.4.0 - build: h81ee809_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21 - md5: 22f971393637480bda8c679f374d8861 - depends: - - __osx >=11.0 - - ca-certificates - license: Apache-2.0 - license_family: Apache - size: 2936415 - timestamp: 1736086108693 -- kind: conda - name: openssl - version: 3.4.0 - build: h81ee809_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21 - md5: 22f971393637480bda8c679f374d8861 - depends: - - __osx >=11.0 - - ca-certificates - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2936415 - timestamp: 1736086108693 -- kind: conda - name: openssl - version: 3.4.0 - build: ha4e3fda_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - sha256: 519a06eaab7c878fbebb8cab98ea4a4465eafb1e9ed8c6ce67226068a80a92f0 - md5: fb45308ba8bfe1abf1f4a27bad24a743 - depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 8462960 - timestamp: 1736088436984 -- kind: conda - name: openssl - version: 3.4.0 - build: ha4e3fda_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - sha256: 519a06eaab7c878fbebb8cab98ea4a4465eafb1e9ed8c6ce67226068a80a92f0 - md5: fb45308ba8bfe1abf1f4a27bad24a743 - depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 8462960 - timestamp: 1736088436984 -- kind: conda - name: openssl - version: 3.4.0 - build: hc426f3f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - sha256: 879a960d586cf8a64131ac0c060ef575cfb8aa9f6813093cba92042a86ee867c - md5: eaae23dbfc9ec84775097898526c72ea - depends: - - __osx >=10.13 - - ca-certificates - license: Apache-2.0 - license_family: Apache - size: 2590210 - timestamp: 1736086530077 -- kind: conda - name: openssl - version: 3.4.0 - build: hc426f3f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - sha256: 879a960d586cf8a64131ac0c060ef575cfb8aa9f6813093cba92042a86ee867c - md5: eaae23dbfc9ec84775097898526c72ea - depends: - - __osx >=10.13 - - ca-certificates - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2590210 - timestamp: 1736086530077 -- kind: conda - name: openssl - version: 3.4.0 - build: hd08dc88_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - sha256: 60d34454b861501d7355f25a7b39fdb5de8d56fca49b5bcbe8b8142b7d82dce4 - md5: e21c4767e783a58c373fdb99de6211bf - depends: - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - size: 3469279 - timestamp: 1736088141230 -- kind: conda - name: openssl - version: 3.4.0 - build: hd08dc88_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - sha256: 60d34454b861501d7355f25a7b39fdb5de8d56fca49b5bcbe8b8142b7d82dce4 - md5: e21c4767e783a58c373fdb99de6211bf - depends: - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 3469279 - timestamp: 1736088141230 -- kind: conda - name: packaging - version: '24.2' - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 - md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa - depends: - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - size: 60164 - timestamp: 1733203368787 -- kind: conda - name: packaging - version: '24.2' - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 - md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa - depends: - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/packaging?source=conda-forge-mapping - size: 60164 - timestamp: 1733203368787 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h2366fc2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 - md5: 8ff33fa9669c0b1851023fa6597a9455 - depends: - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 11798513 - timestamp: 1715899052536 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h60c7704_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 - md5: 78c96711f5d28191f72810aec658d5ae - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12722678 - timestamp: 1715898272002 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h998126f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c - md5: 382946ebc5bd55ce0c8613dfde78a718 - depends: - - __osx >=11.0 - - libcxx >=16 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12053143 - timestamp: 1715898294086 -- kind: conda - name: pandas - version: 2.2.2 - build: py39hbb604f3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 - md5: d6bf536ffbff78b4976f5777b0bb9ae2 - depends: - - __osx >=10.13 - - libcxx >=16 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12098308 - timestamp: 1715898127261 -- kind: conda - name: pandas - version: 2.2.2 - build: py39hfc16268_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 - md5: 8b23d2b425035a7468d17e6fe1d54124 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12904527 - timestamp: 1715898201230 -- kind: conda - name: pandas - version: 2.2.3 - build: py39h2366fc2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_1.conda - sha256: 437444ed75474143f9b2c9ee266abb6ccf6f541c7410c3010b506650594daad4 - md5: f7dbeb27d9cb9fdfa070b5616a07a6d7 - depends: - - numpy >=1.19,<3 - - numpy >=1.22.4 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1,<2024.2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 11755072 - timestamp: 1726879299575 -- kind: conda - name: pandas - version: 2.2.3 - build: py39h3b40f6f_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_1.conda - sha256: 7d9958d3593a1812f439f608b64c776c3328977086c4d108a7a124cb6cf6316a - md5: d07f482720066758dad87cf90b3de111 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - numpy >=1.22.4 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1,<2024.2 - license: BSD-3-Clause - license_family: BSD - size: 12914056 - timestamp: 1726878901237 -- kind: conda - name: pandas - version: 2.2.3 - build: py39h53ba5a5_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_1.conda - sha256: 0704777c7c58f1151258224ec2a3854171c98e9f8108c91819574c0bce8995c2 - md5: 7abe63d262becb6f2774d9d9b6d50af4 - depends: - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - numpy >=1.22.4 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1,<2024.2 - license: BSD-3-Clause - license_family: BSD - size: 12620104 - timestamp: 1726879361077 -- kind: conda - name: pandas - version: 2.2.3 - build: py39h88a5ddd_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - sha256: ffe45a81f02fdcf1be7b6ab8d91a52e8d5420a35c16c0753fb7d02ec8248e595 - md5: ebcad91135b6a93920c8efcbce705426 - depends: - - __osx >=10.13 - - libcxx >=17 - - numpy >=1.19,<3 - - numpy >=1.22.4 - - python >=3.9,<3.10.0a0 - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1,<2024.2 - license: BSD-3-Clause - license_family: BSD - size: 12044464 - timestamp: 1726878998938 -- kind: conda - name: pandas - version: 2.2.3 - build: py39hc5ad87a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - sha256: 627f0ad055d704ad684a1bc42cefa7cb7c5abf1470fd99e751342fb118a1f32e - md5: 061c07106ef9a22640eecabd2fcf7192 - depends: - - __osx >=11.0 - - libcxx >=17 - - numpy >=1.19,<3 - - numpy >=1.22.4 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python-dateutil >=2.8.1 - - python-tzdata >=2022a - - python_abi 3.9.* *_cp39 - - pytz >=2020.1,<2024.2 - license: BSD-3-Clause - license_family: BSD - size: 12034805 - timestamp: 1726878981704 -- kind: pypi - name: pandocfilters - version: 1.5.1 - url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc - requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: conda - name: pango - version: 1.54.0 - build: h286b592_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda - sha256: 9fd32dcd60271acaf63308f45c0eba7187134255e49659f5a62f689f55107d47 - md5: a7f198206d80c648f787f825dc91417c - depends: - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - size: 451089 - timestamp: 1734582716802 -- kind: conda - name: pango - version: 1.54.0 - build: h286b592_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-h286b592_4.conda - sha256: 9fd32dcd60271acaf63308f45c0eba7187134255e49659f5a62f689f55107d47 - md5: a7f198206d80c648f787f825dc91417c - depends: - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - purls: [] - size: 451089 - timestamp: 1734582716802 -- kind: conda - name: pango - version: 1.54.0 - build: h73f1e88_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda - sha256: 198cb933e40169cc000b553a445db696a8cf9334d2357f6200ec6e74282d6bd7 - md5: 20e3539bcf41a51aa43a53558bd8bcc4 - depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - size: 417547 - timestamp: 1734582690384 -- kind: conda - name: pango - version: 1.54.0 - build: h73f1e88_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h73f1e88_4.conda - sha256: 198cb933e40169cc000b553a445db696a8cf9334d2357f6200ec6e74282d6bd7 - md5: 20e3539bcf41a51aa43a53558bd8bcc4 - depends: - - __osx >=11.0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 417547 - timestamp: 1734582690384 -- kind: conda - name: pango - version: 1.54.0 - build: h861ebed_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda - sha256: 4a7fcb073e52affe49954c117bd1b0ca88a52572ab3100d3dea46cf5d27123bc - md5: e501a460d7574686d514f87d420135dd - depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - size: 445830 - timestamp: 1734582241043 -- kind: conda - name: pango - version: 1.54.0 - build: h861ebed_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h861ebed_4.conda - sha256: 4a7fcb073e52affe49954c117bd1b0ca88a52572ab3100d3dea46cf5d27123bc - md5: e501a460d7574686d514f87d420135dd - depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 445830 - timestamp: 1734582241043 -- kind: conda - name: pango - version: 1.54.0 - build: hd49db62_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda - sha256: 99d69fe328fdae98c9e0d2fc91f0566c23ce0901c9a430d32c37aec86590db76 - md5: 0e2959ba9a0754cb589f86b491d3d98e - depends: - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - size: 458749 - timestamp: 1734584586976 -- kind: conda - name: pango - version: 1.54.0 - build: hd49db62_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-hd49db62_4.conda - sha256: 99d69fe328fdae98c9e0d2fc91f0566c23ce0901c9a430d32c37aec86590db76 - md5: 0e2959ba9a0754cb589f86b491d3d98e - depends: - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 458749 - timestamp: 1734584586976 -- kind: conda - name: pango - version: 1.54.0 - build: hf94f63b_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda - sha256: 9767365985a78112fcd285cc179ee4236e29555daa09b5b50248ad33e909988c - md5: 1ac61a1e4f733f752d82902991942058 - depends: - - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - size: 423418 - timestamp: 1734582521252 -- kind: conda - name: pango - version: 1.54.0 - build: hf94f63b_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-hf94f63b_4.conda - sha256: 9767365985a78112fcd285cc179ee4236e29555daa09b5b50248ad33e909988c - md5: 1ac61a1e4f733f752d82902991942058 - depends: - - __osx >=10.13 - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 423418 - timestamp: 1734582521252 -- kind: conda - name: parso - version: 0.8.4 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc - md5: 5c092057b6badd30f75b06244ecd01c9 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/parso?source=conda-forge-mapping - size: 75295 - timestamp: 1733271352153 -- kind: conda - name: pathspec - version: 0.12.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee - md5: 617f15191456cc6a13db418a275435e5 - depends: - - python >=3.9 - license: MPL-2.0 - license_family: MOZILLA - size: 41075 - timestamp: 1733233471940 -- kind: conda - name: pathspec - version: 0.12.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee - md5: 617f15191456cc6a13db418a275435e5 - depends: - - python >=3.9 - license: MPL-2.0 - license_family: MOZILLA - purls: - - pkg:pypi/pathspec?source=conda-forge-mapping - size: 41075 - timestamp: 1733233471940 -- kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 - md5: 94022de9682cb1a0bb18a99cbc3541b3 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 884590 - timestamp: 1723488793100 -- kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 - md5: 94022de9682cb1a0bb18a99cbc3541b3 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 884590 - timestamp: 1723488793100 -- kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 - md5: 147c83e5e44780c7492998acbacddf52 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 618973 - timestamp: 1723488853807 -- kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 - md5: 147c83e5e44780c7492998acbacddf52 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 618973 - timestamp: 1723488853807 -- kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 - md5: a3a3baddcfb8c80db84bec3cb7746fb8 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 820831 - timestamp: 1723489427046 -- kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 - md5: a3a3baddcfb8c80db84bec3cb7746fb8 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 820831 - timestamp: 1723489427046 -- kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f - md5: 58cde0663f487778bcd7a0c8daf50293 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 854306 - timestamp: 1723488807216 -- kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f - md5: 58cde0663f487778bcd7a0c8daf50293 - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 854306 - timestamp: 1723488807216 -- kind: conda - name: pcre2 - version: '10.44' - build: hba22ea6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d - md5: df359c09c41cd186fffb93a2d87aa6f5 - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 952308 - timestamp: 1723488734144 -- kind: conda - name: pcre2 - version: '10.44' - build: hba22ea6_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d - md5: df359c09c41cd186fffb93a2d87aa6f5 - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 952308 - timestamp: 1723488734144 -- kind: conda - name: pexpect - version: 4.9.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a - md5: d0d408b1f18883a944376da5cf8101ea - depends: - - ptyprocess >=0.5 - - python >=3.9 - license: ISC - purls: - - pkg:pypi/pexpect?source=conda-forge-mapping - size: 53561 - timestamp: 1733302019362 -- kind: conda - name: pickleshare - version: 0.7.5 - build: pyhd8ed1ab_1004 - build_number: 1004 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pickleshare?source=conda-forge-mapping - size: 11748 - timestamp: 1733327448200 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h15c0740_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - sha256: 8f76c9f64b4b7cda8b0418b263fddb36e1044f31512e504cb4eab0b37a2efd2b - md5: d6e7eee1f21bce11ae03f40a77c699fe - depends: - - __glibc >=2.17,<3.0.a0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 42261198 - timestamp: 1735929890122 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h15c0740_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - sha256: 8f76c9f64b4b7cda8b0418b263fddb36e1044f31512e504cb4eab0b37a2efd2b - md5: d6e7eee1f21bce11ae03f40a77c699fe - depends: - - __glibc >=2.17,<3.0.a0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42261198 - timestamp: 1735929890122 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h1fda9f2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - sha256: 8b2bd5efa2e5b17af8553c347945e984108a7027d52d6b669b3b33d327f981a7 - md5: 5bd020dc4061b6afbd5c4dccb1473688 - depends: - - __osx >=10.13 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 42208500 - timestamp: 1735930041961 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h1fda9f2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - sha256: 8b2bd5efa2e5b17af8553c347945e984108a7027d52d6b669b3b33d327f981a7 - md5: 5bd020dc4061b6afbd5c4dccb1473688 - depends: - - __osx >=10.13 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42208500 - timestamp: 1735930041961 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h301a0e3_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - sha256: 7e9246c798c365db678f36910037ae10ae909e81a5ccfea9f2862e8d41971976 - md5: 22c413e9649bfe2a9af6cbe8c82077d3 - depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 41582709 - timestamp: 1735931347367 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h301a0e3_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - sha256: 7e9246c798c365db678f36910037ae10ae909e81a5ccfea9f2862e8d41971976 - md5: 22c413e9649bfe2a9af6cbe8c82077d3 - depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41582709 - timestamp: 1735931347367 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h73ef694_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a - md5: 281e124453ea6dc02e9638a4d6c0a8b6 - depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: HPND - size: 41791546 - timestamp: 1735930293357 -- kind: conda - name: pillow - version: 11.1.0 - build: py39h73ef694_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a - md5: 281e124453ea6dc02e9638a4d6c0a8b6 - depends: - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41791546 - timestamp: 1735930293357 -- kind: conda - name: pillow - version: 11.1.0 - build: py39hfea3036_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - sha256: a8365bb9effc7de984fdf1440dfad75b18067827ed741a06930e73f4ad6b9846 - md5: be86f32f0e7aabbf686d297d817c4547 - depends: - - __osx >=11.0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - size: 42310293 - timestamp: 1735929979287 -- kind: conda - name: pillow - version: 11.1.0 - build: py39hfea3036_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - sha256: a8365bb9effc7de984fdf1440dfad75b18067827ed741a06930e73f4ad6b9846 - md5: be86f32f0e7aabbf686d297d817c4547 - depends: - - __osx >=11.0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42310293 - timestamp: 1735929979287 -- kind: conda - name: pip - version: 24.3.1 - build: pyh8b19718_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb - md5: 04e691b9fadd93a8a9fad87a81d4fd8f - depends: - - python >=3.9,<3.13.0a0 - - setuptools - - wheel - license: MIT - license_family: MIT - size: 1245116 - timestamp: 1734466348103 -- kind: conda - name: pip - version: 24.3.1 - build: pyh8b19718_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb - md5: 04e691b9fadd93a8a9fad87a81d4fd8f - depends: - - python >=3.9,<3.13.0a0 - - setuptools - - wheel - license: MIT - license_family: MIT - purls: - - pkg:pypi/pip?source=conda-forge-mapping - size: 1245116 - timestamp: 1734466348103 -- kind: conda - name: pixman - version: 0.44.2 - build: h1fd1274_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - sha256: 7e5a9823e7e759355b954037f97d4aa53c26db1d73408571e749f8375b363743 - md5: 9d3ed4c1a6e21051bf4ce53851acdc96 - depends: - - __osx >=10.13 - - libcxx >=18 - license: MIT - license_family: MIT - size: 328548 - timestamp: 1733699069146 -- kind: conda - name: pixman - version: 0.44.2 - build: h1fd1274_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - sha256: 7e5a9823e7e759355b954037f97d4aa53c26db1d73408571e749f8375b363743 - md5: 9d3ed4c1a6e21051bf4ce53851acdc96 - depends: - - __osx >=10.13 - - libcxx >=18 - license: MIT - license_family: MIT - purls: [] - size: 328548 - timestamp: 1733699069146 -- kind: conda - name: pixman - version: 0.44.2 - build: h29eaf8c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be - md5: 5e2a7acfa2c24188af39e7944e1b3604 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - size: 381072 - timestamp: 1733698987122 -- kind: conda - name: pixman - version: 0.44.2 - build: h29eaf8c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be - md5: 5e2a7acfa2c24188af39e7944e1b3604 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - purls: [] - size: 381072 - timestamp: 1733698987122 -- kind: conda - name: pixman - version: 0.44.2 - build: h2f9eb0b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - sha256: 28855d4cb2d9fc9a6bd9196dadbaecd6868ec706394cec2f88824a61ba4b1bc0 - md5: fa8e429fdb9e5b757281f69b8cc4330b - depends: - - __osx >=11.0 - - libcxx >=18 - license: MIT - license_family: MIT - size: 201076 - timestamp: 1733699127167 -- kind: conda - name: pixman - version: 0.44.2 - build: h2f9eb0b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - sha256: 28855d4cb2d9fc9a6bd9196dadbaecd6868ec706394cec2f88824a61ba4b1bc0 - md5: fa8e429fdb9e5b757281f69b8cc4330b - depends: - - __osx >=11.0 - - libcxx >=18 - license: MIT - license_family: MIT - purls: [] - size: 201076 - timestamp: 1733699127167 -- kind: conda - name: pixman - version: 0.44.2 - build: h86a87f0_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - sha256: 289c88d26530e427234adf7a8eb11e762d2beaf3c0a337c1c9887f60480e33e1 - md5: 95689fc369832398e82d17c56ff5df8a - depends: - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - size: 288697 - timestamp: 1733700860569 -- kind: conda - name: pixman - version: 0.44.2 - build: h86a87f0_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - sha256: 289c88d26530e427234adf7a8eb11e762d2beaf3c0a337c1c9887f60480e33e1 - md5: 95689fc369832398e82d17c56ff5df8a - depends: - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - purls: [] - size: 288697 - timestamp: 1733700860569 -- kind: conda - name: pixman - version: 0.44.2 - build: had0cd8c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b - md5: c720ac9a3bd825bf8b4dc7523ea49be4 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 455582 - timestamp: 1733699458861 -- kind: conda - name: pixman - version: 0.44.2 - build: had0cd8c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b - md5: c720ac9a3bd825bf8b4dc7523ea49be4 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 455582 - timestamp: 1733699458861 -- kind: conda - name: platformdirs - version: 4.3.6 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 - md5: 577852c7e53901ddccc7e6a9959ddebe - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 20448 - timestamp: 1733232756001 -- kind: conda - name: platformdirs - version: 4.3.6 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 - md5: 577852c7e53901ddccc7e6a9959ddebe - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/platformdirs?source=conda-forge-mapping - size: 20448 - timestamp: 1733232756001 -- kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 - md5: e9dcbce5f45f9ee500e728ae58b605b6 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 23595 - timestamp: 1733222855563 -- kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 - md5: e9dcbce5f45f9ee500e728ae58b605b6 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pluggy?source=conda-forge-mapping - size: 23595 - timestamp: 1733222855563 -- kind: conda - name: pooch - version: 1.8.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e - md5: b3e783e8e8ed7577cf0b6dee37d1fbac - depends: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.9 - - requests >=2.19.0 - license: BSD-3-Clause - license_family: BSD - size: 54116 - timestamp: 1733421432357 -- kind: conda - name: pooch - version: 1.8.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e - md5: b3e783e8e8ed7577cf0b6dee37d1fbac - depends: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.9 - - requests >=2.19.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pooch?source=conda-forge-mapping - size: 54116 - timestamp: 1733421432357 -- kind: conda - name: proj - version: 9.5.1 - build: h0054346_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b - md5: 398cabfd9bd75e90d0901db95224f25f - depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - - libsqlite >=3.47.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 3108751 - timestamp: 1733138115896 -- kind: conda - name: proj - version: 9.5.1 - build: h0054346_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b - md5: 398cabfd9bd75e90d0901db95224f25f - depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - - libsqlite >=3.47.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 3108751 - timestamp: 1733138115896 -- kind: conda - name: proj - version: 9.5.1 - build: h1318a7e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - sha256: c6289d6f1a13f28ff3754ac0cb2553f7e7bc4a3102291115f62a04995d0421eb - md5: 5eb42e77ae79b46fabcb0f6f6d130763 - depends: - - __osx >=11.0 - - libcurl >=8.10.1,<9.0a0 - - libcxx >=18 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2673401 - timestamp: 1733138376056 -- kind: conda - name: proj - version: 9.5.1 - build: h1318a7e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - sha256: c6289d6f1a13f28ff3754ac0cb2553f7e7bc4a3102291115f62a04995d0421eb - md5: 5eb42e77ae79b46fabcb0f6f6d130763 - depends: - - __osx >=11.0 - - libcurl >=8.10.1,<9.0a0 - - libcxx >=18 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 2673401 - timestamp: 1733138376056 -- kind: conda - name: proj - version: 9.5.1 - build: h4f671f6_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 - md5: 7303dac2aa92318f319508aedab6a127 - depends: - - libcurl >=8.10.1,<9.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2740461 - timestamp: 1733138695290 -- kind: conda - name: proj - version: 9.5.1 - build: h4f671f6_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 - md5: 7303dac2aa92318f319508aedab6a127 - depends: - - libcurl >=8.10.1,<9.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 2740461 - timestamp: 1733138695290 -- kind: conda - name: proj - version: 9.5.1 - build: h5273da6_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - sha256: 5d35d13994abdc6a7dd1801f37db98e9efca5983f0479e380844264343ec8096 - md5: 523c87f13b2f99a96295993ede863b87 - depends: - - __osx >=10.13 - - libcurl >=8.10.1,<9.0a0 - - libcxx >=18 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 2840582 - timestamp: 1733138585653 -- kind: conda - name: proj - version: 9.5.1 - build: h5273da6_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - sha256: 5d35d13994abdc6a7dd1801f37db98e9efca5983f0479e380844264343ec8096 - md5: 523c87f13b2f99a96295993ede863b87 - depends: - - __osx >=10.13 - - libcurl >=8.10.1,<9.0a0 - - libcxx >=18 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 2840582 - timestamp: 1733138585653 -- kind: conda - name: proj - version: 9.5.1 - build: h9655f4d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - sha256: f1cf12e3f3101e3b5eec136b54d71c11dd8a9408f2574d1e0c8307908e0461d0 - md5: 60cc005fa3ce97967d435f92adfc7cf7 - depends: - - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - - libsqlite >=3.47.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - size: 3038717 - timestamp: 1733139312143 -- kind: conda - name: proj - version: 9.5.1 - build: h9655f4d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - sha256: f1cf12e3f3101e3b5eec136b54d71c11dd8a9408f2574d1e0c8307908e0461d0 - md5: 60cc005fa3ce97967d435f92adfc7cf7 - depends: - - libcurl >=8.10.1,<9.0a0 - - libgcc >=13 - - libsqlite >=3.47.0,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - sqlite - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 3038717 - timestamp: 1733139312143 -- kind: conda - name: prompt-toolkit - version: 3.0.48 - build: pyha770c72_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc - md5: 368d4aa48358439e07a97ae237491785 - depends: - - python >=3.9 - - wcwidth - constrains: - - prompt_toolkit 3.0.48 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/prompt-toolkit?source=conda-forge-mapping - size: 269848 - timestamp: 1733302634979 -- kind: conda - name: psutil - version: 6.1.1 - build: py39h060674a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda - sha256: d9bf1bee9fea4be11a9f9e58c06a13ad6682c28f012b6a2a4c7bf0ce3551cb82 - md5: 8bea86dd323c3086cc8270c76139ef52 - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 366136 - timestamp: 1735327509830 -- kind: conda - name: psutil - version: 6.1.1 - build: py39h80efdc8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda - sha256: fe2ff5025d336ae71ae29c80cf6e87d1d05053a02f68aaff80182f2dba1842db - md5: b0def57a8e3295bb577176cdf710c69d - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 371199 - timestamp: 1735327531359 -- kind: conda - name: psutil - version: 6.1.1 - build: py39h8cd3c5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda - sha256: ba51644107fb105f470231a6de2a906b07c7b4046041aa618585670ad20333f8 - md5: 287b29f8df0363b2a53a5a6e6ce4fa5c - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 364359 - timestamp: 1735327498648 -- kind: conda - name: psutil - version: 6.1.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda - sha256: bbbc2417fc24ce0082e51487592f52dc925cf6eab5f1d22d426e2cdf30eaae55 - md5: bbfe5e90fbe806a25d87d04b2e0a7306 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 381358 - timestamp: 1735327628299 -- kind: conda - name: psutil - version: 6.1.1 - build: py39hf3bc14e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda - sha256: 3a59621873f280669b8d973f3c64dfae75dfa4d99785397526a8350ff391232a - md5: 35995129b26c900319b76e17434188bb - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 373376 - timestamp: 1735327573510 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h00291cd_1002 - build_number: 1002 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - sha256: 05944ca3445f31614f8c674c560bca02ff05cb51637a96f665cb2bbe496099e5 - md5: 8bcf980d2c6b17094961198284b8e862 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - size: 8364 - timestamp: 1726802331537 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h00291cd_1002 - build_number: 1002 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - sha256: 05944ca3445f31614f8c674c560bca02ff05cb51637a96f665cb2bbe496099e5 - md5: 8bcf980d2c6b17094961198284b8e862 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 8364 - timestamp: 1726802331537 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h0e40799_1002 - build_number: 1002 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b - md5: 3c8f2573569bb816483e5cf57efbbe29 - depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - size: 9389 - timestamp: 1726802555076 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h0e40799_1002 - build_number: 1002 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b - md5: 3c8f2573569bb816483e5cf57efbbe29 - depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - purls: [] - size: 9389 - timestamp: 1726802555076 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h86ecc28_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba - md5: bb5a90c93e3bac3d5690acf76b4a6386 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 8342 - timestamp: 1726803319942 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h86ecc28_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba - md5: bb5a90c93e3bac3d5690acf76b4a6386 - depends: - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 8342 - timestamp: 1726803319942 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hb9d3cd8_1002 - build_number: 1002 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 - md5: b3c17d95b5a10c6e64a21fa17573e70e - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 8252 - timestamp: 1726802366959 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hb9d3cd8_1002 - build_number: 1002 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 - md5: b3c17d95b5a10c6e64a21fa17573e70e - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 8252 - timestamp: 1726802366959 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hd74edd7_1002 - build_number: 1002 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - sha256: 8ed65e17fbb0ca944bfb8093b60086e3f9dd678c3448b5de212017394c247ee3 - md5: 415816daf82e0b23a736a069a75e9da7 - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - size: 8381 - timestamp: 1726802424786 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hd74edd7_1002 - build_number: 1002 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - sha256: 8ed65e17fbb0ca944bfb8093b60086e3f9dd678c3448b5de212017394c247ee3 - md5: 415816daf82e0b23a736a069a75e9da7 - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 8381 - timestamp: 1726802424786 -- kind: conda - name: ptyprocess - version: 0.7.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda - sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 - md5: 7d9daffbb8d8e0af0f769dbbcd173a54 - depends: - - python >=3.9 - license: ISC - purls: - - pkg:pypi/ptyprocess?source=conda-forge-mapping - size: 19457 - timestamp: 1733302371990 -- kind: conda - name: pure_eval - version: 0.2.3 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 - md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pure-eval?source=conda-forge-mapping - size: 16668 - timestamp: 1733569518868 -- kind: conda - name: py-cpuinfo - version: 9.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 - md5: 46830ee16925d5ed250850503b5dc3a8 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 25766 - timestamp: 1733236452235 -- kind: conda - name: py-cpuinfo - version: 9.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 - md5: 46830ee16925d5ed250850503b5dc3a8 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/py-cpuinfo?source=conda-forge-mapping - size: 25766 - timestamp: 1733236452235 -- kind: conda - name: pycparser - version: '2.22' - build: pyh29332c3_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 - md5: 12c566707c80111f9799308d9e265aef - depends: - - python >=3.9 - - python - license: BSD-3-Clause - license_family: BSD - size: 110100 - timestamp: 1733195786147 -- kind: conda - name: pycparser - version: '2.22' - build: pyh29332c3_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 - md5: 12c566707c80111f9799308d9e265aef - depends: - - python >=3.9 - - python - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pycparser?source=conda-forge-mapping - size: 110100 - timestamp: 1733195786147 -- kind: conda - name: pydotplus - version: 2.0.2 - build: pyhd8ed1ab_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 - md5: 26e4ff85fd62f32f1818b57363995bc6 - depends: - - graphviz - - pyparsing >=2.0.1 - - python >=3.9 - license: MIT - license_family: MIT - size: 26425 - timestamp: 1734535829892 -- kind: conda - name: pydotplus - version: 2.0.2 - build: pyhd8ed1ab_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 - md5: 26e4ff85fd62f32f1818b57363995bc6 - depends: - - graphviz - - pyparsing >=2.0.1 - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pydotplus?source=conda-forge-mapping - size: 26425 - timestamp: 1734535829892 -- kind: conda - name: pygments - version: 2.18.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda - sha256: 0d6133545f268b2b89c2617c196fc791f365b538d4057ecd636d658c3b1e885d - md5: b38dc0206e2a530e5c2cf11dc086b31a - depends: - - python >=3.9 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/pygments?source=conda-forge-mapping - size: 876700 - timestamp: 1733221731178 -- kind: conda - name: pykwalify - version: 1.8.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c - md5: 99a239290e383d1fb11099fb4a183398 - depends: - - docopt >=0.6.2 - - python >=3.6 - - python-dateutil >=2.8.0 - - ruamel.yaml >=0.16.0 - license: MIT - license_family: MIT - size: 27988 - timestamp: 1701903137868 -- kind: conda - name: pykwalify - version: 1.8.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c - md5: 99a239290e383d1fb11099fb4a183398 - depends: - - docopt >=0.6.2 - - python >=3.6 - - python-dateutil >=2.8.0 - - ruamel.yaml >=0.16.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pykwalify?source=conda-forge-mapping - size: 27988 - timestamp: 1701903137868 -- kind: conda - name: pyparsing - version: 3.2.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c - md5: 285e237b8f351e85e7574a2c7bfa6d46 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 93082 - timestamp: 1735698406955 -- kind: conda - name: pyparsing - version: 3.2.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c - md5: 285e237b8f351e85e7574a2c7bfa6d46 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyparsing?source=conda-forge-mapping - size: 93082 - timestamp: 1735698406955 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 - md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 97335 - timestamp: 1725353683407 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 - md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 97335 - timestamp: 1725353683407 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 - md5: 8416d7485c47b6d5238e984e1192dfe6 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 97424 - timestamp: 1725353757307 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 - md5: 8416d7485c47b6d5238e984e1192dfe6 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 97424 - timestamp: 1725353757307 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h3e3acee_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda - sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a - md5: e9a8ed5a0057547d983b0bb7177d103e - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 101075 - timestamp: 1725354593186 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h3e3acee_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda - sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a - md5: e9a8ed5a0057547d983b0bb7177d103e - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 101075 - timestamp: 1725354593186 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d - md5: 5cca69abc822c405c2c1fae2d30f0893 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 99423 - timestamp: 1725353703276 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d - md5: 5cca69abc822c405c2c1fae2d30f0893 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 99423 - timestamp: 1725353703276 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 - md5: 524bafd6b60d72e8b2b030bca5e8fe1b - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 92568 - timestamp: 1725354090697 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 - md5: 524bafd6b60d72e8b2b030bca5e8fe1b - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 92568 - timestamp: 1725354090697 -- kind: conda - name: pyshp - version: 2.3.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf - md5: 856b387c270e9eaf6e41e978057a2b62 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 427368 - timestamp: 1733821648154 -- kind: conda - name: pyshp - version: 2.3.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf - md5: 856b387c270e9eaf6e41e978057a2b62 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyshp?source=conda-forge-mapping - size: 427368 - timestamp: 1733821648154 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h0285922_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 - md5: a8d806c618d9ae1836b56e0771ee6abe - depends: - - libclang13 >=19.1.5 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: LGPL - size: 9776843 - timestamp: 1734099557150 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h0285922_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 - md5: a8d806c618d9ae1836b56e0771ee6abe - depends: - - libclang13 >=19.1.5 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: LGPL - purls: - - pkg:pypi/pyside6?source=conda-forge-mapping - size: 9776843 - timestamp: 1734099557150 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h0383914_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda - sha256: 6b42c5806940f940956b9f007ba830edf3ce917aa0133fb4ac03caa6fcc0dbd3 - md5: 45e71bee7ab5236b01ec50343d70b15e - depends: - - __glibc >=2.17,<3.0.a0 - - libclang13 >=19.1.5 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libopengl >=1.7.0,<2.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - license: LGPL-3.0-only - license_family: LGPL - size: 10887376 - timestamp: 1734099079552 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h0383914_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda - sha256: 6b42c5806940f940956b9f007ba830edf3ce917aa0133fb4ac03caa6fcc0dbd3 - md5: 45e71bee7ab5236b01ec50343d70b15e - depends: - - __glibc >=2.17,<3.0.a0 - - libclang13 >=19.1.5 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libopengl >=1.7.0,<2.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - license: LGPL-3.0-only - license_family: LGPL - purls: - - pkg:pypi/pyside6?source=conda-forge-mapping - size: 10887376 - timestamp: 1734099079552 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h51c6ee1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda - sha256: 7d05346d28d15b10b206cfdb31ae47ad6c03927100597b1e700e9bf0cf2b373d - md5: ba98ca3cd6725e007a6ca0870e8212dd - depends: - - libclang13 >=19.1.5 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libopengl >=1.7.0,<2.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - license: LGPL-3.0-only - license_family: LGPL - size: 7931931 - timestamp: 1734099605934 -- kind: conda - name: pyside6 - version: 6.8.1 - build: py39h51c6ee1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda - sha256: 7d05346d28d15b10b206cfdb31ae47ad6c03927100597b1e700e9bf0cf2b373d - md5: ba98ca3cd6725e007a6ca0870e8212dd - depends: - - libclang13 >=19.1.5 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libopengl >=1.7.0,<2.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - license: LGPL-3.0-only - license_family: LGPL - purls: - - pkg:pypi/pyside6?source=conda-forge-mapping - size: 7931931 - timestamp: 1734099605934 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyh09c184e_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca - md5: e2fd202833c4a981ce8a65974fe4abd1 - depends: - - __win - - python >=3.9 - - win_inet_pton - license: BSD-3-Clause - license_family: BSD - size: 21784 - timestamp: 1733217448189 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyh09c184e_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca - md5: e2fd202833c4a981ce8a65974fe4abd1 - depends: - - __win - - python >=3.9 - - win_inet_pton - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pysocks?source=conda-forge-mapping - size: 21784 - timestamp: 1733217448189 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyha55dd90_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 - md5: 461219d1a5bd61342293efa2c0c90eac - depends: - - __unix - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 21085 - timestamp: 1733217331982 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyha55dd90_7 - build_number: 7 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 - md5: 461219d1a5bd61342293efa2c0c90eac - depends: - - __unix - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pysocks?source=conda-forge-mapping - size: 21085 - timestamp: 1733217331982 -- kind: conda - name: pytest - version: 8.3.4 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 - md5: 799ed216dc6af62520f32aa39bc1c2bb - depends: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2,>=1.5 - - python >=3.9 - - tomli >=1 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - size: 259195 - timestamp: 1733217599806 -- kind: conda - name: pytest - version: 8.3.4 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 - md5: 799ed216dc6af62520f32aa39bc1c2bb - depends: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2,>=1.5 - - python >=3.9 - - tomli >=1 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest?source=conda-forge-mapping - size: 259195 - timestamp: 1733217599806 -- kind: conda - name: pytest-benchmark - version: 5.1.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad - md5: e082fea65ca7bbde086013c8bf967df0 - depends: - - py-cpuinfo - - pytest >=3.8 - - python >=3.9 - license: BSD-2-Clause - license_family: BSD - size: 42736 - timestamp: 1733277213500 -- kind: conda - name: pytest-benchmark - version: 5.1.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad - md5: e082fea65ca7bbde086013c8bf967df0 - depends: - - py-cpuinfo - - pytest >=3.8 - - python >=3.9 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/pytest-benchmark?source=conda-forge-mapping - size: 42736 - timestamp: 1733277213500 -- kind: conda - name: pytest-dotenv - version: 0.5.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 - md5: 1cb1c9f0c6da0017157084138d05c4ca - depends: - - pytest >=5.0.0 - - python >=3.9 - - python-dotenv >=0.9.1 - license: MIT - license_family: MIT - size: 9831 - timestamp: 1735306343133 -- kind: conda - name: pytest-dotenv - version: 0.5.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 - md5: 1cb1c9f0c6da0017157084138d05c4ca - depends: - - pytest >=5.0.0 - - python >=3.9 - - python-dotenv >=0.9.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-dotenv?source=conda-forge-mapping - size: 9831 - timestamp: 1735306343133 -- kind: conda - name: pytest-order - version: 1.3.0 - build: pyh29332c3_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 - md5: e9e7d96ef6e90a50a4a484b305a9b0d9 - depends: - - python >=3.9 - - pytest >=5.0 - - python - license: MIT - license_family: MIT - size: 21116 - timestamp: 1735596789189 -- kind: conda - name: pytest-order - version: 1.3.0 - build: pyh29332c3_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 - md5: e9e7d96ef6e90a50a4a484b305a9b0d9 - depends: - - python >=3.9 - - pytest >=5.0 - - python - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-order?source=conda-forge-mapping - size: 21116 - timestamp: 1735596789189 -- kind: conda - name: pytest-xdist - version: 3.6.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 - md5: 59aad4fb37cabc0bacc73cf344612ddd - depends: - - execnet >=2.1 - - pytest >=7.0.0 - - python >=3.9 - constrains: - - psutil >=3.0 - license: MIT - license_family: MIT - size: 38147 - timestamp: 1733240891538 -- kind: conda - name: pytest-xdist - version: 3.6.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 - md5: 59aad4fb37cabc0bacc73cf344612ddd - depends: - - execnet >=2.1 - - pytest >=7.0.0 - - python >=3.9 - constrains: - - psutil >=3.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-xdist?source=conda-forge-mapping - size: 38147 - timestamp: 1733240891538 -- kind: conda - name: python - version: 3.9.21 - build: h37870fc_1_cpython - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - sha256: ccb1dcc59dcfbc0da916f04ce1840b44fc8aed76733604e4c65855b33085b83f - md5: 436316266ec1b6c23065b398e43d3a44 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - size: 16943409 - timestamp: 1733406595694 -- kind: conda - name: python - version: 3.9.21 - build: h37870fc_1_cpython - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - sha256: ccb1dcc59dcfbc0da916f04ce1840b44fc8aed76733604e4c65855b33085b83f - md5: 436316266ec1b6c23065b398e43d3a44 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - purls: [] - size: 16943409 - timestamp: 1733406595694 -- kind: conda - name: python - version: 3.9.21 - build: h5f1b60f_1_cpython - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda - sha256: e9f80120e6bbb6fcbe29eb4afb1fc06c0a9b2802a13114cf7c823fce284f4ebb - md5: a7ec592ce8aefc5a681d2c5b8e005a54 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - size: 11800492 - timestamp: 1733406732542 -- kind: conda - name: python - version: 3.9.21 - build: h5f1b60f_1_cpython - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda - sha256: e9f80120e6bbb6fcbe29eb4afb1fc06c0a9b2802a13114cf7c823fce284f4ebb - md5: a7ec592ce8aefc5a681d2c5b8e005a54 - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - purls: [] - size: 11800492 - timestamp: 1733406732542 -- kind: conda - name: python - version: 3.9.21 - build: h7fafba3_1_cpython - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda - sha256: 7c351d45f07d40ff57a2e0dce4d2e245f8f03140a42c2e3a12f69036e46eb8c3 - md5: 858da32345b53a39ffa3fd8ffbe789df - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - size: 11448139 - timestamp: 1733407294540 -- kind: conda - name: python - version: 3.9.21 - build: h7fafba3_1_cpython - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda - sha256: 7c351d45f07d40ff57a2e0dce4d2e245f8f03140a42c2e3a12f69036e46eb8c3 - md5: 858da32345b53a39ffa3fd8ffbe789df - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libffi >=3.4,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - purls: [] - size: 11448139 - timestamp: 1733407294540 -- kind: conda - name: python - version: 3.9.21 - build: h9c0c6dc_1_cpython - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda - sha256: 06042ce946a64719b5ce1676d02febc49a48abcab16ef104e27d3ec11e9b1855 - md5: b4807744af026fdbe8c05131758fb4be - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-64 >=2.36.1 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - size: 23622848 - timestamp: 1733407924273 -- kind: conda - name: python - version: 3.9.21 - build: h9c0c6dc_1_cpython - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda - sha256: 06042ce946a64719b5ce1676d02febc49a48abcab16ef104e27d3ec11e9b1855 - md5: b4807744af026fdbe8c05131758fb4be - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-64 >=2.36.1 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - purls: [] - size: 23622848 - timestamp: 1733407924273 -- kind: conda - name: python - version: 3.9.21 - build: hb97c71e_1_cpython - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda - sha256: 2311a14c87ec1062b7e531d26dd80869f485fc5a16e1bc58f46b0bb3e4848756 - md5: 49094665d26eac2d8a199169cf0989db - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - size: 12462624 - timestamp: 1733406248560 -- kind: conda - name: python - version: 3.9.21 - build: hb97c71e_1_cpython - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda - sha256: 2311a14c87ec1062b7e531d26dd80869f485fc5a16e1bc58f46b0bb3e4848756 - md5: 49094665d26eac2d8a199169cf0989db - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - liblzma >=5.6.3,<6.0a0 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.4.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - constrains: - - python_abi 3.9.* *_cp39 - license: Python-2.0 - purls: [] - size: 12462624 - timestamp: 1733406248560 -- kind: conda - name: python-dateutil - version: 2.9.0.post0 - build: pyhff2d567_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 - md5: 5ba79d7c71f03c678c8ead841f347d6e - depends: - - python >=3.9 - - six >=1.5 - license: Apache-2.0 - license_family: APACHE - size: 222505 - timestamp: 1733215763718 -- kind: conda - name: python-dateutil - version: 2.9.0.post0 - build: pyhff2d567_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 - md5: 5ba79d7c71f03c678c8ead841f347d6e - depends: - - python >=3.9 - - six >=1.5 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/python-dateutil?source=conda-forge-mapping - size: 222505 - timestamp: 1733215763718 -- kind: conda - name: python-dotenv - version: 1.0.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 - md5: e5c6ed218664802d305e79cc2d4491de - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 24215 - timestamp: 1733243277223 -- kind: conda - name: python-dotenv - version: 1.0.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 - md5: e5c6ed218664802d305e79cc2d4491de - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/python-dotenv?source=conda-forge-mapping - size: 24215 - timestamp: 1733243277223 -- kind: conda - name: python-fastjsonschema - version: 2.21.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 - md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 226259 - timestamp: 1733236073335 -- kind: conda - name: python-fastjsonschema - version: 2.21.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 - md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fastjsonschema?source=conda-forge-mapping - size: 226259 - timestamp: 1733236073335 -- kind: conda - name: python-tzdata - version: '2024.2' - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 - md5: c0def296b2f6d2dd7b030c2a7f66bb1f - depends: - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - size: 142235 - timestamp: 1733235414217 -- kind: conda - name: python-tzdata - version: '2024.2' - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 - md5: c0def296b2f6d2dd7b030c2a7f66bb1f - depends: - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/tzdata?source=conda-forge-mapping - size: 142235 - timestamp: 1733235414217 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 - md5: 40363a30db350596b5f225d0d5a33328 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6193 - timestamp: 1723823354399 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 - md5: 40363a30db350596b5f225d0d5a33328 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 6193 - timestamp: 1723823354399 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - sha256: a5fc075aaefce0dd4bb143518d61669dae5f4dfac25d86a81e0ad0abd3b61938 - md5: 2d2843f11ec622f556137d72d9c72d89 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6287 - timestamp: 1723823356577 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - sha256: a5fc075aaefce0dd4bb143518d61669dae5f4dfac25d86a81e0ad0abd3b61938 - md5: 2d2843f11ec622f556137d72d9c72d89 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 6287 - timestamp: 1723823356577 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - sha256: 18224feb9a5ffb1ad5ae8eac21496f399befce29aeaaf929fff44dc827e9ac16 - md5: 09ac18c0db8f06c3913fa014ec016849 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6294 - timestamp: 1723823176192 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - sha256: 18224feb9a5ffb1ad5ae8eac21496f399befce29aeaaf929fff44dc827e9ac16 - md5: 09ac18c0db8f06c3913fa014ec016849 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 6294 - timestamp: 1723823176192 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - sha256: a942c019a98f4c89bc3a73a6a583f65d1c8fc560ccfdbdd9cba9f5ef719026fb - md5: 1ca4a5e8290873da8963182d9673299d - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6326 - timestamp: 1723823464252 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - sha256: a942c019a98f4c89bc3a73a6a583f65d1c8fc560ccfdbdd9cba9f5ef719026fb - md5: 1ca4a5e8290873da8963182d9673299d - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 6326 - timestamp: 1723823464252 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a - md5: 86ba1bbcf9b259d1592201f3c345c810 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6706 - timestamp: 1723823197703 -- kind: conda - name: python_abi - version: '3.9' - build: 5_cp39 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a - md5: 86ba1bbcf9b259d1592201f3c345c810 - constrains: - - python 3.9.* *_cpython - license: BSD-3-Clause - license_family: BSD + license: MPL-2.0 + license_family: MOZILLA purls: [] - size: 6706 - timestamp: 1723823197703 -- kind: conda - name: pytz - version: '2024.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 - md5: 3eeeeb9e4827ace8c0c1419c85d590ad - depends: - - python >=3.7 - license: MIT - license_family: MIT - size: 188538 - timestamp: 1706886944988 -- kind: conda - name: pytz - version: '2024.2' - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.2-pyhd8ed1ab_1.conda - sha256: 0a7c706b2eb13f7da5692d9ddf1567209964875710b471de6f2743b33d1ba960 - md5: f26ec986456c30f6dff154b670ae140f - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytz?source=conda-forge-mapping - size: 185890 - timestamp: 1733215766006 -- kind: conda - name: pywin32 - version: '307' - build: py39ha51f57c_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 - md5: 2fb5a9ee057acb7709b321fe6a11f5c6 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PSF-2.0 - license_family: PSF - size: 5515172 - timestamp: 1728636929930 -- kind: conda - name: pywin32 - version: '307' - build: py39ha51f57c_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 - md5: 2fb5a9ee057acb7709b321fe6a11f5c6 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/pywin32?source=conda-forge-mapping - size: 5515172 - timestamp: 1728636929930 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 - md5: c731cf6279b0e0f5e848d14afd057197 - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - size: 174684 - timestamp: 1725456429212 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 - md5: c731cf6279b0e0f5e848d14afd057197 - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 174684 - timestamp: 1725456429212 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab - md5: 46dd423c757e1b7589e2e2d4a9945059 - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - size: 163637 - timestamp: 1725456332138 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab - md5: 46dd423c757e1b7589e2e2d4a9945059 - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 163637 - timestamp: 1725456332138 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 - md5: afea777abeb887c23dc4ec2d8a9acca8 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - size: 161903 - timestamp: 1725456557842 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 - md5: afea777abeb887c23dc4ec2d8a9acca8 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 161903 - timestamp: 1725456557842 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 - md5: 76e82e62b7bda86a7fceb1f32585abad - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - size: 181692 - timestamp: 1725456337437 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 - md5: 76e82e62b7bda86a7fceb1f32585abad - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 181692 - timestamp: 1725456337437 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda - sha256: 36ec720da777235b0775119af4d9ebbb821bb71a6c6b32b6bd4c4f6be9d895ff - md5: 099b4a8943b67a0a35695fa4275c0292 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - size: 157276 - timestamp: 1725456761667 -- kind: conda - name: pyyaml - version: 6.0.2 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda - sha256: 36ec720da777235b0775119af4d9ebbb821bb71a6c6b32b6bd4c4f6be9d895ff - md5: 099b4a8943b67a0a35695fa4275c0292 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - yaml >=0.2.5,<0.3.0a0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 157276 - timestamp: 1725456761667 -- kind: conda - name: pyzmq - version: 26.2.0 - build: py39h03e5c00_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.0-py39h03e5c00_3.conda - sha256: 86592bb0ee22245acef1f917ccfc08ab520e99d0fe1160b338017da70c12a3ac - md5: d320b3e5c54a861ef8388f5af78762ea - depends: - - libsodium >=1.0.20,<1.0.21.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zeromq >=4.3.5,<4.3.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 314988 - timestamp: 1728642919324 -- kind: conda - name: pyzmq - version: 26.2.0 - build: py39h4e4fb57_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda - sha256: 397b437083f58a533406fb25e3d6590ea98a593739e8b9ca8358017d060c176f - md5: 443c3fe5e7b75f521ec82bd81fa2e061 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libsodium >=1.0.20,<1.0.21.0a0 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - zeromq >=4.3.5,<4.4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 335469 - timestamp: 1728642388291 -- kind: conda - name: pyzmq - version: 26.2.0 - build: py39h6e893d0_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda - sha256: 73459f95de88bee799c3af7268bef53416952ec0955ecac9577124dc83e68284 - md5: 621448a43a3a0947ece0f183ec279335 - depends: - - __osx >=11.0 - - libcxx >=17 - - libsodium >=1.0.20,<1.0.21.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - zeromq >=4.3.5,<4.4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 312145 - timestamp: 1728642601493 -- kind: conda - name: pyzmq - version: 26.2.0 - build: py39h7644d4c_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda - sha256: bab1e6951c731fe57df614602689ca8f4177e690030e38efd4d26502d64ab425 - md5: 32b9dbcb1156223a671396bd70868823 - depends: - - __osx >=10.13 - - libcxx >=17 - - libsodium >=1.0.20,<1.0.21.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - zeromq >=4.3.5,<4.4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 312987 - timestamp: 1728642408300 + size: 226848 + timestamp: 1669784948267 - kind: conda - name: pyzmq - version: 26.2.0 - build: py39he601760_3 - build_number: 3 + name: nspr + version: '4.35' + build: h4de3ea5_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda - sha256: f7d4e94945f9b82ee55e10b58b3758021b288de8ad306b34a33ee45e4ce6e6b9 - md5: d19792e3beab081d29ba083bcf49e40a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda + sha256: 23ff7274a021dd87966277b271e5d0944fcc8b893f4920cb46dd4224604218cc + md5: 7a392f26f76fc55354c8ed60c2b99162 depends: - - libgcc >=13 - - libsodium >=1.0.20,<1.0.21.0a0 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - zeromq >=4.3.5,<4.4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 328958 - timestamp: 1728644519609 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MPL-2.0 + license_family: MOZILLA + purls: [] + size: 232844 + timestamp: 1669784904844 - kind: conda - name: qhull - version: '2020.2' - build: h3c5361c_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - sha256: 79d804fa6af9c750e8b09482559814ae18cd8df549ecb80a4873537a5a31e06e - md5: dd1ea9ff27c93db7c01a7b7656bd4ad4 + name: nspr + version: '4.35' + build: hb7217d7_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda + sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a + md5: f81b5ec944dbbcff3dd08375eb036efa depends: - - __osx >=10.13 - - libcxx >=16 - license: LicenseRef-Qhull - size: 528122 - timestamp: 1720814002588 + - libcxx >=14.0.6 + license: MPL-2.0 + license_family: MOZILLA + purls: [] + size: 220745 + timestamp: 1669785182058 - kind: conda - name: qhull - version: '2020.2' - build: h3c5361c_5 - build_number: 5 + name: nspr + version: '4.35' + build: hea0b92c_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - sha256: 79d804fa6af9c750e8b09482559814ae18cd8df549ecb80a4873537a5a31e06e - md5: dd1ea9ff27c93db7c01a7b7656bd4ad4 + url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda + sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de + md5: a9e56c98d13d8b7ce72bf4357317c29b depends: - - __osx >=10.13 - - libcxx >=16 - license: LicenseRef-Qhull + - libcxx >=14.0.6 + license: MPL-2.0 + license_family: MOZILLA purls: [] - size: 528122 - timestamp: 1720814002588 + size: 230071 + timestamp: 1669785313586 - kind: conda - name: qhull - version: '2020.2' - build: h420ef59_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - sha256: 873ac689484262a51fd79bc6103c1a1bedbf524924d7f0088fb80703042805e4 - md5: 6483b1f59526e05d7d894e466b5b6924 + name: nss + version: '3.103' + build: h593d115_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda + sha256: f69c027c056a620f06b5f69c3c2a437cc8768bbcbe48664cfdb46ffee7d7753d + md5: 233bfe41968d6fb04eba9258bb5061ad depends: - - __osx >=11.0 - - libcxx >=16 - license: LicenseRef-Qhull - size: 516376 - timestamp: 1720814307311 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + license: MPL-2.0 + purls: [] + size: 1976811 + timestamp: 1722554596783 - kind: conda - name: qhull - version: '2020.2' - build: h420ef59_5 - build_number: 5 + name: nss + version: '3.103' + build: hc42bcbf_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - sha256: 873ac689484262a51fd79bc6103c1a1bedbf524924d7f0088fb80703042805e4 - md5: 6483b1f59526e05d7d894e466b5b6924 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda + sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 + md5: 1c0c33f137496c66ea06ec800831ae24 depends: - __osx >=11.0 - libcxx >=16 - license: LicenseRef-Qhull + - libsqlite >=3.46.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + license: MPL-2.0 purls: [] - size: 516376 - timestamp: 1720814307311 + size: 1776517 + timestamp: 1722554931929 - kind: conda - name: qhull - version: '2020.2' - build: h434a139_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc - md5: 353823361b1d27eb3960efb076dfcaf6 + name: nss + version: '3.103' + build: he7eb89d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda + sha256: c45b554bbe1b9e52e359845b587a69b35f33dc47ca45a6ce8f4aa44cbb3f5ded + md5: 2a7c2b52e8157c187b5be0ed958a26db depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LicenseRef-Qhull - size: 552937 - timestamp: 1720813982144 + - __osx >=10.13 + - libcxx >=16 + - libsqlite >=3.46.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + license: MPL-2.0 + purls: [] + size: 1856317 + timestamp: 1722554746154 - kind: conda - name: qhull - version: '2020.2' - build: h434a139_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc - md5: 353823361b1d27eb3960efb076dfcaf6 + name: nss + version: '3.103' + build: hfe4779c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda + sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 + md5: e0159c5e3db06d893ddb4d987d7c3573 depends: - - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 + - libsqlite >=3.46.0,<4.0a0 - libstdcxx-ng >=12 - license: LicenseRef-Qhull + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + license: MPL-2.0 purls: [] - size: 552937 - timestamp: 1720813982144 + size: 1967656 + timestamp: 1722559354791 - kind: conda - name: qhull - version: '2020.2' - build: h70be974_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - sha256: 49f777bdf3c5e030a8c7b24c58cdfe9486b51d6ae0001841079a3228bdf9fb51 - md5: bb138086d938e2b64f5f364945793ebf + name: numpy + version: 1.26.4 + build: py39h28c39a1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda + sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b + md5: 1b07000dc6aed4a69e91107dac4464d3 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LicenseRef-Qhull - size: 554571 - timestamp: 1720813941183 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - liblapack >=3.9.0,<4.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 6481665 + timestamp: 1707226262838 - kind: conda - name: qhull - version: '2020.2' - build: h70be974_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - sha256: 49f777bdf3c5e030a8c7b24c58cdfe9486b51d6ae0001841079a3228bdf9fb51 - md5: bb138086d938e2b64f5f364945793ebf + name: numpy + version: 1.26.4 + build: py39h474f0d3_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda + sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 + md5: aa265f5697237aa13cc10f53fa8acc4f 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 - license: LicenseRef-Qhull - purls: [] - size: 554571 - timestamp: 1720813941183 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 7039431 + timestamp: 1707225726227 - kind: conda - name: qhull - version: '2020.2' - build: hc790b64_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 - md5: 854fbdff64b572b5c0b470f334d34c11 + name: numpy + version: 1.26.4 + build: py39h7aa2656_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda + sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a + md5: c027ed77947314469686cff520a71e5f depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LicenseRef-Qhull - size: 1377020 - timestamp: 1720814433486 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - liblapack >=3.9.0,<4.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 5492058 + timestamp: 1707226364958 - kind: conda - name: qhull - version: '2020.2' - build: hc790b64_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 - md5: 854fbdff64b572b5c0b470f334d34c11 + name: numpy + version: 1.26.4 + build: py39h91c28bb_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda + sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c + md5: d88e195f11a9f27e649aea408b54cb48 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LicenseRef-Qhull - purls: [] - size: 1377020 - timestamp: 1720814433486 + - 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.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 6082609 + timestamp: 1707225790468 - kind: conda - name: qt6-main - version: 6.8.1 - build: h1259614_2 - build_number: 2 + name: numpy + version: 1.26.4 + build: py39hddb5d58_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 - md5: 070e8c90ab39a63d9ee0d2155bc668b4 + url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda + sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d + md5: 6e30ff8f2d3f59f45347dfba8bc22a04 depends: - - double-conversion >=3.3.0,<3.4.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=19.1.6 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL - size: 92067478 - timestamp: 1735624829377 + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/numpy?source=conda-forge-mapping + size: 5920615 + timestamp: 1707226471242 - kind: conda - name: qt6-main - version: 6.8.1 - build: h1259614_2 - build_number: 2 + name: openjpeg + version: 2.5.2 + build: h0d9d63b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda + sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f + md5: fd2898519e839d5ceb778343f39a3176 + depends: + - libgcc-ng >=12 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 374964 + timestamp: 1709159226478 +- kind: conda + name: openjpeg + version: 2.5.2 + build: h3d672ee_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 - md5: 070e8c90ab39a63d9ee0d2155bc668b4 + url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 + md5: 7e7099ad94ac3b599808950cec30ad4e depends: - - double-conversion >=3.3.0,<3.4.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=19.1.6 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL + license: BSD-2-Clause + license_family: BSD purls: [] - size: 92067478 - timestamp: 1735624829377 -- kind: conda - name: qt6-main - version: 6.8.1 - build: h588cce1_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe - md5: 5d2f1f29c025a110a43f9946527623ab - depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.13,<1.3.0a0 - - dbus >=1.13.6,<2.0a0 - - double-conversion >=3.3.0,<3.4.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp19.1 >=19.1.6,<19.2.0a0 - - libclang13 >=19.1.6 - - libcups >=2.3.3,<2.4.0a0 - - libdrm >=2.4.124,<2.5.0a0 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm19 >=19.1.6,<19.2.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libpq >=17.2,<18.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=9.0.1,<9.1.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - wayland >=1.23.1,<2.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - - xcb-util-cursor >=0.1.5,<0.2.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-keysyms >=0.4.1,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.2,<2.0a0 - - xorg-libsm >=1.2.5,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - - xorg-libxtst >=1.2.5,<2.0a0 - - xorg-libxxf86vm >=1.1.6,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL - size: 51627124 - timestamp: 1735624057807 + size: 237974 + timestamp: 1709159764160 - kind: conda - name: qt6-main - version: 6.8.1 - build: h588cce1_2 - build_number: 2 + name: openjpeg + version: 2.5.2 + build: h488ebb8_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe - md5: 5d2f1f29c025a110a43f9946527623ab + url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda + sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 + md5: 7f2e286780f072ed750df46dc2631138 depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.13,<1.3.0a0 - - dbus >=1.13.6,<2.0a0 - - double-conversion >=3.3.0,<3.4.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp19.1 >=19.1.6,<19.2.0a0 - - libclang13 >=19.1.6 - - libcups >=2.3.3,<2.4.0a0 - - libdrm >=2.4.124,<2.5.0a0 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm19 >=19.1.6,<19.2.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libpq >=17.2,<18.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=9.0.1,<9.1.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - wayland >=1.23.1,<2.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - - xcb-util-cursor >=0.1.5,<0.2.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-keysyms >=0.4.1,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.2,<2.0a0 - - xorg-libsm >=1.2.5,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - - xorg-libxtst >=1.2.5,<2.0a0 - - xorg-libxxf86vm >=1.1.6,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL + - libgcc-ng >=12 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 51627124 - timestamp: 1735624057807 -- kind: conda - name: qt6-main - version: 6.8.1 - build: ha0a94ed_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - sha256: 0d45a4b0c6ce23df15b8052348402d51d3bd3e89d927075446b6f1af9931cc8a - md5: 72dfd400f4b96eab2e36ff57bd887f13 - depends: - - alsa-lib >=1.2.13,<1.3.0a0 - - dbus >=1.13.6,<2.0a0 - - double-conversion >=3.3.0,<3.4.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp19.1 >=19.1.6,<19.2.0a0 - - libclang13 >=19.1.6 - - libcups >=2.3.3,<2.4.0a0 - - libdrm >=2.4.124,<2.5.0a0 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm19 >=19.1.6,<19.2.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libpq >=17.2,<18.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=9.0.1,<9.1.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - wayland >=1.23.1,<2.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - - xcb-util-cursor >=0.1.5,<0.2.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-keysyms >=0.4.1,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.2,<2.0a0 - - xorg-libsm >=1.2.5,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - - xorg-libxtst >=1.2.5,<2.0a0 - - xorg-libxxf86vm >=1.1.6,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL - size: 53982598 - timestamp: 1735626222252 + size: 341592 + timestamp: 1709159244431 - kind: conda - name: qt6-main - version: 6.8.1 - build: ha0a94ed_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - sha256: 0d45a4b0c6ce23df15b8052348402d51d3bd3e89d927075446b6f1af9931cc8a - md5: 72dfd400f4b96eab2e36ff57bd887f13 + name: openjpeg + version: 2.5.2 + build: h7310d3a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda + sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 + md5: 05a14cc9d725dd74995927968d6547e3 depends: - - alsa-lib >=1.2.13,<1.3.0a0 - - dbus >=1.13.6,<2.0a0 - - double-conversion >=3.3.0,<3.4.0a0 - - fontconfig >=2.15.0,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp19.1 >=19.1.6,<19.2.0a0 - - libclang13 >=19.1.6 - - libcups >=2.3.3,<2.4.0a0 - - libdrm >=2.4.124,<2.5.0a0 - - libegl >=1.7.0,<2.0a0 - - libgcc >=13 - - libgl >=1.7.0,<2.0a0 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm19 >=19.1.6,<19.2.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libpq >=17.2,<18.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libstdcxx >=13 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=9.0.1,<9.1.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - wayland >=1.23.1,<2.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - - xcb-util-cursor >=0.1.5,<0.2.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-keysyms >=0.4.1,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.2,<2.0a0 - - xorg-libsm >=1.2.5,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - - xorg-libxtst >=1.2.5,<2.0a0 - - xorg-libxxf86vm >=1.1.6,<2.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - license: LGPL-3.0-only - license_family: LGPL + - libcxx >=16 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 53982598 - timestamp: 1735626222252 + size: 331273 + timestamp: 1709159538792 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h0c8b368_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 - md5: ba0c9180f95d8ffe5cdbd47f14684a56 + name: openjpeg + version: 2.5.2 + build: h9f1df11_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda + sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 + md5: 5029846003f0bc14414b9128a1f7c84b depends: - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 - - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause + - libcxx >=16 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: BSD-2-Clause license_family: BSD - size: 7711863 - timestamp: 1733164150551 + purls: [] + size: 316603 + timestamp: 1709159627299 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h0c8b368_0 + name: openssl + version: 3.3.1 + build: h2466b09_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 - md5: ba0c9180f95d8ffe5cdbd47f14684a56 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d + md5: 375dbc2a4d5a2e4c738703207e8e368b depends: - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 - - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - ca-certificates - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7711863 - timestamp: 1733164150551 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 8385012 + timestamp: 1721197465883 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h13cc60e_0 + name: openssl + version: 3.3.1 + build: h4bc722e_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda - sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be - md5: 0c5537986a20801371e4f6b691627a54 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda + sha256: b294b3cc706ad1048cdb514f0db3da9f37ae3fcc0c53a7104083dd0918adb200 + md5: e1b454497f9f7c1147fdde4b53f1b512 depends: - __glibc >=2.17,<3.0.a0 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 - license: BSD-3-Clause - license_family: BSD - size: 8026701 - timestamp: 1733163688240 + - ca-certificates + - libgcc-ng >=12 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2895213 + timestamp: 1721194688955 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h13cc60e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda - sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be - md5: 0c5537986a20801371e4f6b691627a54 + name: openssl + version: 3.3.1 + build: h68df207_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda + sha256: 6c15fd3e6c1dd92b17533fe307cb758be88e85e32e1b988507708905357acb60 + md5: e53f74e640d477466e04bae394b0d163 depends: - - __glibc >=2.17,<3.0.a0 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 - - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 8026701 - timestamp: 1733163688240 + - ca-certificates + - libgcc-ng >=12 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3435721 + timestamp: 1721194625490 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h6f170ea_0 + name: openssl + version: 3.3.1 + build: h87427d6_2 + build_number: 2 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - sha256: 1735bcc05b69b207bbf3ea8930a81fbc2c14b451d403a1d38a99552258069689 - md5: e4a7eb7698ca9d4afa1fc031751d4c78 + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda + sha256: 3cb0c05fbfd8cdb9b767396fc0e0af2d78eb4d68592855481254104330d4a4eb + md5: 3f3dbeedbee31e257866407d9dea1ff5 depends: - __osx >=10.13 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 - license: BSD-3-Clause - license_family: BSD - size: 7326262 - timestamp: 1733163991194 + - ca-certificates + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2552939 + timestamp: 1721194674491 - kind: conda - name: rasterio - version: 1.4.3 - build: py39h6f170ea_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - sha256: 1735bcc05b69b207bbf3ea8930a81fbc2c14b451d403a1d38a99552258069689 - md5: e4a7eb7698ca9d4afa1fc031751d4c78 + name: openssl + version: 3.3.1 + build: hfb2fe0b_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda + sha256: dd7d988636f74473ebdfe15e05c5aabdb53a1d2a846c839d62289b0c37f81548 + md5: 9b551a504c1cc8f8b7b22c01814da8ba + depends: + - __osx >=11.0 + - ca-certificates + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2899682 + timestamp: 1721194599446 +- kind: conda + name: packaging + version: '24.1' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 + md5: cbe1bb1f21567018ce595d9c2be0f0db + depends: + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/packaging?source=conda-forge-mapping + size: 50290 + timestamp: 1718189540074 +- kind: conda + name: pandas + version: 2.2.2 + build: py39h2366fc2_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 + md5: 8ff33fa9669c0b1851023fa6597a9455 depends: - - __osx >=10.13 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - pytz >=2020.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7326262 - timestamp: 1733163991194 + - pkg:pypi/pandas?source=conda-forge-mapping + size: 11798513 + timestamp: 1715899052536 - kind: conda - name: rasterio - version: 1.4.3 - build: py39ha3cb5d6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - sha256: 2c8fd3d6b178ef7a6e042b7fa47f08e97854462dd84671e2fddb68c22deb8763 - md5: 291a417442438caf4d38e8cc630e4063 + name: pandas + version: 2.2.2 + build: py39h60c7704_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda + sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 + md5: 78c96711f5d28191f72810aec658d5ae depends: - - __osx >=11.0 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - pytz >=2020.1 license: BSD-3-Clause license_family: BSD - size: 7990317 - timestamp: 1733163812700 + purls: + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12722678 + timestamp: 1715898272002 - kind: conda - name: rasterio - version: 1.4.3 - build: py39ha3cb5d6_0 + name: pandas + version: 2.2.2 + build: py39h998126f_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - sha256: 2c8fd3d6b178ef7a6e042b7fa47f08e97854462dd84671e2fddb68c22deb8763 - md5: 291a417442438caf4d38e8cc630e4063 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda + sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c + md5: 382946ebc5bd55ce0c8613dfde78a718 depends: - __osx >=11.0 - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libcxx >=18 - - libgdal-core >=3.10.0,<3.11.0a0 + - libcxx >=16 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - pytz >=2020.1 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7990317 - timestamp: 1733163812700 + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12053143 + timestamp: 1715898294086 - kind: conda - name: rasterio - version: 1.4.3 - build: py39hbaa7715_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda - sha256: 7031530513b7a7e9ffd050354e89e8c96766ed7c5f4c1dfa90569e8c1439d124 - md5: 0349f0e40453fcf94e796d730a79ad4c + name: pandas + version: 2.2.2 + build: py39hbb604f3_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda + sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 + md5: d6bf536ffbff78b4976f5777b0bb9ae2 depends: - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 + - __osx >=10.13 + - libcxx >=16 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - pytz >=2020.1 license: BSD-3-Clause license_family: BSD - size: 7312619 - timestamp: 1733163893489 + purls: + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12098308 + timestamp: 1715898127261 - kind: conda - name: rasterio - version: 1.4.3 - build: py39hbaa7715_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda - sha256: 7031530513b7a7e9ffd050354e89e8c96766ed7c5f4c1dfa90569e8c1439d124 - md5: 0349f0e40453fcf94e796d730a79ad4c + name: pandas + version: 2.2.2 + build: py39hfc16268_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda + sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 + md5: 8b23d2b425035a7468d17e6fe1d54124 depends: - - affine - - attrs - - certifi - - click >=4 - - click-plugins - - cligj >=0.5 - - importlib-metadata - - libgcc >=13 - - libgdal-core >=3.10.0,<3.11.0a0 - - libstdcxx >=13 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - setuptools >=0.9.8 - - snuggs >=1.4.1 + - pytz >=2020.1 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7312619 - timestamp: 1733163893489 -- kind: conda - name: rasterstats - version: 0.20.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b - md5: d0bf36963569fa8b1843cb4c3e5cd74b - depends: - - affine - - click >7.1 - - cligj >=0.4 - - fiona - - numpy >=1.9 - - python >=3.9 - - rasterio >=1.0 - - shapely - - simplejson - license: BSD-3-Clause - license_family: BSD - size: 20855 - timestamp: 1734603044778 + - pkg:pypi/pandas?source=conda-forge-mapping + size: 12904527 + timestamp: 1715898201230 +- kind: pypi + name: pandocfilters + version: 1.5.1 + url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl + sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - kind: conda - name: rasterstats - version: 0.20.0 - build: pyhd8ed1ab_1 + name: pango + version: 1.54.0 + build: h115fe74_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda - sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b - md5: d0bf36963569fa8b1843cb4c3e5cd74b + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda + sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 + md5: 02bbb71305225106985ec1f28ff9f50b depends: - - affine - - click >7.1 - - cligj >=0.4 - - fiona - - numpy >=1.9 - - python >=3.9 - - rasterio >=1.0 - - shapely - - simplejson - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/rasterstats?source=conda-forge-mapping - size: 20855 - timestamp: 1734603044778 + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 422438 + timestamp: 1719839620827 - kind: conda - name: rav1e - version: 0.6.6 - build: h1d8f897_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - sha256: 093f21277dc5763cf0397e016e8291c2b796926ebbb173428dc9cdf5d012f328 - md5: 12c850a42b1ad1ed46a284a93959ee6a + name: pango + version: 1.54.0 + build: h4c5309f_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda + sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 + md5: 7df02e445367703cd87a574046e3a6f0 depends: + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 14347236 - timestamp: 1694329141875 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 447117 + timestamp: 1719839527713 - kind: conda - name: rav1e - version: 0.6.6 - build: h1d8f897_2 - build_number: 2 + name: pango + version: 1.54.0 + build: h7579590_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - sha256: 093f21277dc5763cf0397e016e8291c2b796926ebbb173428dc9cdf5d012f328 - md5: 12c850a42b1ad1ed46a284a93959ee6a + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda + sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 + md5: 905145a94ad41fce135074a0214616e9 depends: + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + license: LGPL-2.1-or-later purls: [] - size: 14347236 - timestamp: 1694329141875 -- kind: conda - name: rav1e - version: 0.6.6 - build: h69fbcac_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 - md5: e309ae86569b1cd55a0285fa4e939844 - license: BSD-2-Clause - license_family: BSD - size: 1526706 - timestamp: 1694329743011 + size: 460989 + timestamp: 1719841137355 - kind: conda - name: rav1e - version: 0.6.6 - build: h69fbcac_2 - build_number: 2 + name: pango + version: 1.54.0 + build: h9ee27a3_1 + build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 - md5: e309ae86569b1cd55a0285fa4e939844 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 1526706 - timestamp: 1694329743011 -- kind: conda - name: rav1e - version: 0.6.6 - build: h7205ca4_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda - sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 - md5: ab03527926f8ce85f84a91fd35520ef2 - license: BSD-2-Clause - license_family: BSD - size: 1767853 - timestamp: 1694329738983 -- kind: conda - name: rav1e - version: 0.6.6 - build: h7205ca4_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda - sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 - md5: ab03527926f8ce85f84a91fd35520ef2 - license: BSD-2-Clause - license_family: BSD + url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda + sha256: 49b70f3d230381e3b1e6c036569455972130230462e0c53870b5c7135f5de467 + md5: 362011ec7d84f31f77ba13398c33cf6b + depends: + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 + license: LGPL-2.1-or-later purls: [] - size: 1767853 - timestamp: 1694329738983 + size: 418380 + timestamp: 1719839838714 - kind: conda - name: rav1e - version: 0.6.6 - build: h975169c_2 - build_number: 2 + name: pango + version: 1.54.0 + build: hbb871f6_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 - md5: bd32cc2ed62374932f9d57a2e3eb2863 + url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 + md5: bf639fd83deb4404ac988ae927f61e9e depends: + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 1523119 - timestamp: 1694330157594 + license: LGPL-2.1-or-later + purls: [] + size: 450735 + timestamp: 1719840158791 - kind: conda - name: rav1e - version: 0.6.6 - build: h975169c_2 - 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 + name: parso + version: 0.8.4 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 81534b420deb77da8833f2289b8d47ac depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 1523119 - timestamp: 1694330157594 + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/parso?source=conda-forge-mapping + size: 75191 + timestamp: 1712320447201 - 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 + name: pathspec + version: 0.12.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + md5: 17064acba08d3686f1135b5ec1b32b12 depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 15423721 - timestamp: 1694329261357 + - python >=3.7 + license: MPL-2.0 + license_family: MOZILLA + purls: + - pkg:pypi/pathspec?source=conda-forge-mapping + size: 41173 + timestamp: 1702250135032 - 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 + name: pcre2 + version: '10.44' + build: h070dd5b_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda + sha256: 5d3c562785526fc4d2f0f4eff7edf94d3afbef92a6290e8bc0bff88fa664fba0 + md5: e5c5c5acdd1f52508f5e9938b454ae5d depends: + - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - license: BSD-2-Clause + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause license_family: BSD purls: [] - size: 15423721 - timestamp: 1694329261357 -- kind: conda - name: readline - version: '8.2' - build: h8228510_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - md5: 47d31b792659ce70f470b5c82fdfb7a4 - depends: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 281456 - timestamp: 1679532220005 + size: 886281 + timestamp: 1718466113968 - kind: conda - name: readline - version: '8.2' - build: h8228510_1 - build_number: 1 + name: pcre2 + version: '10.44' + build: h0f59acf_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - md5: 47d31b792659ce70f470b5c82fdfb7a4 - depends: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - purls: [] - size: 281456 - timestamp: 1679532220005 -- kind: conda - name: readline - version: '8.2' - build: h8fc344f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd - md5: 105eb1e16bf83bfb2eb380a48032b655 - depends: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 294092 - timestamp: 1679532238805 -- kind: conda - name: readline - version: '8.2' - build: h8fc344f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd - md5: 105eb1e16bf83bfb2eb380a48032b655 + url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda + sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab + md5: 3914f7ac1761dce57102c72ca7c35d01 depends: + - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 294092 - timestamp: 1679532238805 -- kind: conda - name: readline - version: '8.2' - build: h92ec313_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - md5: 8cbb776a2f641b943d413b3e19df71f4 - depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 250351 - timestamp: 1679532511311 + size: 955778 + timestamp: 1718466128333 - kind: conda - name: readline - version: '8.2' - build: h92ec313_1 - build_number: 1 + name: pcre2 + version: '10.44' + build: h297a79d_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - md5: 8cbb776a2f641b943d413b3e19df71f4 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda + sha256: 23ddc5022a1025027ac1957dc1947c70d93a78414fbb183026457a537e8b3770 + md5: 62f8d7e2ef03b0aae64185b0f38316eb depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 250351 - timestamp: 1679532511311 + size: 615298 + timestamp: 1718466168866 - 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 + name: pcre2 + version: '10.44' + build: h3d7b363_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 + md5: 007d07ab5027e0bf49f6fa660a9f89a0 depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 816867 + timestamp: 1718466930248 - kind: conda - name: readline - version: '8.2' - build: h9e318b2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - md5: f17f77f2acf4d344734bda76829ce14e - depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL + name: pcre2 + version: '10.44' + build: h7634a1b_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda + sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e + md5: b8f63aec37f31ffddac6dfdc0b31a73e + depends: + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 255870 - timestamp: 1679532707590 + size: 858178 + timestamp: 1718466163292 - kind: conda - name: requests - version: 2.32.3 - build: pyhd8ed1ab_1 - build_number: 1 + name: pexpect + version: 4.9.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad - md5: a9b9368f3701a417eac9edbcae7cb737 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + md5: 629f3203c99b32e0988910c93e77f3b6 depends: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.9 - - urllib3 >=1.21.1,<3 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE - size: 58723 - timestamp: 1733217126197 + - ptyprocess >=0.5 + - python >=3.7 + license: ISC + purls: + - pkg:pypi/pexpect?source=conda-forge-mapping + size: 53600 + timestamp: 1706113273252 - kind: conda - name: requests - version: 2.32.3 - build: pyhd8ed1ab_1 - build_number: 1 + name: pickleshare + version: 0.7.5 + build: py_1003 + build_number: 1003 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad - md5: a9b9368f3701a417eac9edbcae7cb737 + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 depends: - - certifi >=2017.4.17 - - charset-normalizer >=2,<4 - - idna >=2.5,<4 - - python >=3.9 - - urllib3 >=1.21.1,<3 - constrains: - - chardet >=3.0.2,<6 - license: Apache-2.0 - license_family: APACHE + - python >=3 + license: MIT + license_family: MIT purls: - - pkg:pypi/requests?source=conda-forge-mapping - size: 58723 - timestamp: 1733217126197 -- kind: pypi - name: rtds-action - version: 1.1.0 - url: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - sha256: 097a73eac507387a32b24c3da690f3a876936cb56150aa1786d52a9a67cd62f9 - requires_dist: - - sphinx>=1.7.5 - - setuptools>=40.6.0 - - setuptools-scm - - requests - - pre-commit ; extra == 'dev' - - black ; extra == 'dev' - - isort ; extra == 'dev' - - toml ; extra == 'dev' - - flake8 ; extra == 'dev' - - jupytext ; extra == 'dev' - - jupyterlab ; extra == 'dev' - - pep517 ; extra == 'dev' - - twine ; extra == 'dev' + - pkg:pypi/pickleshare?source=conda-forge-mapping + size: 9332 + timestamp: 1602536313357 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h060674a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda - sha256: 14c5fd5f4dc952a848bf3532c7e5009c307397e435e9282e9075d9a784586851 - md5: f399ad4b612696dc09d5d31c66f057b8 + name: pillow + version: 10.4.0 + build: py39h16a7006_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda + sha256: aab55b1bf2f09f341b605c51ad8bd159f4136fa7071da95b3d4f5eb45ce43d4d + md5: d9a6b19174a6cf5185296b16f781951f depends: - - libgcc >=13 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 199049 - timestamp: 1735913197563 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 42084060 + timestamp: 1719903748797 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h060674a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.8-py39h060674a_0.conda - sha256: 14c5fd5f4dc952a848bf3532c7e5009c307397e435e9282e9075d9a784586851 - md5: f399ad4b612696dc09d5d31c66f057b8 + name: pillow + version: 10.4.0 + build: py39h3baf582_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda + sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 + md5: 0c4b3423b88a38cc188329e52d3f51db depends: - - libgcc >=13 + - __osx >=11.0 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT + - tk >=8.6.13,<8.7.0a0 + license: HPND purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199049 - timestamp: 1735913197563 + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41698525 + timestamp: 1719903817581 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h80efdc8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda - sha256: 0bbecb9170172d69db3db6865f1e4610a80743955211e1c4d1b72f3218070e34 - md5: 53479d5a36564f2c1489273648945c57 + name: pillow + version: 10.4.0 + build: py39h4a8821f_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda + sha256: 5354f70fc0383a87dd3c58f6f0104810bc57e917b63b1fe30d2ad1356090a3a0 + md5: 318861157594972acc05a8715d3018a8 depends: - - __osx >=10.13 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 199272 - timestamp: 1735913153599 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 42267057 + timestamp: 1719905840595 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h80efdc8_0 + name: pillow + version: 10.4.0 + build: py39hc3a33ae_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.8-py39h80efdc8_0.conda - sha256: 0bbecb9170172d69db3db6865f1e4610a80743955211e1c4d1b72f3218070e34 - md5: 53479d5a36564f2c1489273648945c57 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda + sha256: 913f2341991cdca75ecb5dbcf5f228fc92b1c5f2d7c9eb42b284c97f938a8c1b + md5: 38f014644c18a760ef3850c3c8bd2515 depends: - __osx >=10.13 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199272 - timestamp: 1735913153599 -- kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h8cd3c5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda - sha256: b6f767d37ed39e8cabbdbee529ea64fee00321b88878bf10214990bccec82db3 - md5: e132d20bb97c089b852904b031eb4ade - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 199489 - timestamp: 1735913134345 -- kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39h8cd3c5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.8-py39h8cd3c5a_0.conda - sha256: b6f767d37ed39e8cabbdbee529ea64fee00321b88878bf10214990bccec82db3 - md5: e132d20bb97c089b852904b031eb4ade - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT + - tk >=8.6.13,<8.7.0a0 + license: HPND purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199489 - timestamp: 1735913134345 -- kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda - sha256: ef1e52a11fd16ff8e8f31b18aa52217cf10ed113ee3f80d5c4a3729e4c4be6d9 - md5: 74ace82bf4c6f61d047d42705cca088d - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 199697 - timestamp: 1735913159727 + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41330972 + timestamp: 1719903956921 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39ha55e580_0 + name: pillow + version: 10.4.0 + build: py39hfa8c767_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.8-py39ha55e580_0.conda - sha256: ef1e52a11fd16ff8e8f31b18aa52217cf10ed113ee3f80d5c4a3729e4c4be6d9 - md5: 74ace82bf4c6f61d047d42705cca088d + url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd + md5: 7b24bccfb14f05019c8a488d4ee084a8 depends: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 + - tk >=8.6.13,<8.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: HPND purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199697 - timestamp: 1735913159727 -- kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39hf3bc14e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda - sha256: 34545900c09a6e054258e499c146a5fa9cea3b5ded208a8ff1f9e30710391e2a - md5: 00ce1ac32347b7e019b555e5584b347f - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 200379 - timestamp: 1735913220890 + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41327013 + timestamp: 1719904170746 - kind: conda - name: ruamel.yaml - version: 0.18.8 - build: py39hf3bc14e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.8-py39hf3bc14e_0.conda - sha256: 34545900c09a6e054258e499c146a5fa9cea3b5ded208a8ff1f9e30710391e2a - md5: 00ce1ac32347b7e019b555e5584b347f + name: pip + version: '24.2' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + sha256: 15b480571a7a4d896aa187648cce99f98bac3926253f028f228d2e9e1cf7c1e1 + md5: 6721aef6bfe5937abe70181545dd2c51 depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 + - python >=3.8 + - setuptools + - wheel license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 200379 - timestamp: 1735913220890 + - pkg:pypi/pip?source=conda-forge-mapping + size: 1238498 + timestamp: 1722451042495 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 - md5: 3f16a32141c05e71c66ad3b9b5c5f352 + name: pixman + version: 0.43.2 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda + sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e + md5: 71004cbf7924e19c02746ccde9fd7123 depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 140370 - timestamp: 1728724786974 + purls: [] + size: 386826 + timestamp: 1706549500138 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h060674a_1 - build_number: 1 + name: pixman + version: 0.43.4 + build: h2f0025b_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 - md5: 3f16a32141c05e71c66ad3b9b5c5f352 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda + sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e + md5: 81b2ddea4b0eca188da9c5a7aa4b0cff depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT - purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 140370 - timestamp: 1728724786974 + purls: [] + size: 295064 + timestamp: 1709240909660 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h296a897_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a - md5: e7ddfa73d200f47af6ad45f556e0a200 + name: pixman + version: 0.43.4 + build: h63175ca_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 + md5: b98135614135d5f458b75ab9ebb9558c depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 121394 - timestamp: 1728724633280 + purls: [] + size: 461854 + timestamp: 1709239971654 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h296a897_1 - build_number: 1 + name: pixman + version: 0.43.4 + build: h73e2aa4_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a - md5: e7ddfa73d200f47af6ad45f556e0a200 + url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda + sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 + md5: cb134c1e03fd32f4e6bea3f6de2614fd depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libcxx >=16 license: MIT license_family: MIT - purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 121394 - timestamp: 1728724633280 + purls: [] + size: 323904 + timestamp: 1709239931160 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h57695bc_1 - build_number: 1 + name: pixman + version: 0.43.4 + build: hebf3989_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea - md5: 34f6d0337554e552639c2f1f99cd41ad + url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda + sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 + md5: 0308c68e711cd295aaa026a4f8c4b1e5 depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - libcxx >=16 license: MIT license_family: MIT - size: 117668 - timestamp: 1728724707305 + purls: [] + size: 198755 + timestamp: 1709239846651 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h57695bc_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea - md5: 34f6d0337554e552639c2f1f99cd41ad + name: platformdirs + version: 4.2.2 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 + md5: 6f6cf28bf8e021933869bae3f84b8fc9 depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - python >=3.8 license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 117668 - timestamp: 1728724707305 + - pkg:pypi/platformdirs?source=conda-forge-mapping + size: 20572 + timestamp: 1715777739019 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 - md5: 52b68618d0aa78366f287de1b1319a1c + name: pluggy + version: 1.5.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 + md5: d3483c8fc2dc2cc3f5cf43e26d60cabf depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - python >=3.8 license: MIT license_family: MIT - size: 147142 - timestamp: 1728724586615 + purls: + - pkg:pypi/pluggy?source=conda-forge-mapping + size: 23815 + timestamp: 1713667175451 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 - md5: 52b68618d0aa78366f287de1b1319a1c + name: ply + version: '3.11' + build: pyhd8ed1ab_2 + build_number: 2 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 + md5: 18c6deb6f9602e32446398203c8f0e91 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT + - python >=2.6 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 147142 - timestamp: 1728724586615 + - pkg:pypi/ply?source=conda-forge-mapping + size: 49196 + timestamp: 1712243121626 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39ha55e580_1 - build_number: 1 + name: pooch + version: 1.8.2 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 + md5: 8dab97d8a9616e07d779782995710aed + depends: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pooch?source=conda-forge-mapping + size: 54375 + timestamp: 1717777969967 +- kind: conda + name: poppler + version: 24.07.0 + build: h6200fdc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda + sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd + md5: 25024e3372a557d6cb6bd5ac6ece2032 + depends: + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 1995232 + timestamp: 1720382076571 +- kind: conda + name: poppler + version: 24.07.0 + build: h686f694_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 - md5: 3858e7750875be9dd6542a2fcf2968e3 + url: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c + md5: 4e21d8257375ae401877013416ebc12b + depends: + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 2374174 + timestamp: 1720374177748 +- kind: conda + name: poppler + version: 24.07.0 + build: h744cbf2_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda + sha256: 012c492087fdcc10a97fab28f3e105ca995bc796f72f0744b1cd050ca35828e5 + md5: 1603ef5fcf8bffffc3451ca182b6df0a + depends: + - __osx >=10.13 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 1586876 + timestamp: 1720373241748 +- kind: conda + name: poppler + version: 24.07.0 + build: h9787579_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda + sha256: 52aaad25569bc5e3ba867ae01be90d01e0701683d16820888cb6a6c45402f6d6 + md5: be71ad375a07cf6e2266c1f388c093a9 + depends: + - __osx >=11.0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 1504924 + timestamp: 1720373679696 +- kind: conda + name: poppler + version: 24.07.0 + build: hb0d391f_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda + sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb + md5: 561842bc59112340fa1f5f1ed06ae4a2 + depends: + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 1906317 + timestamp: 1720373278987 +- kind: conda + name: poppler-data + version: 0.4.12 + build: hd8ed1ab_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf + md5: d8d7293c5b37f39b2ac32940621c6592 + license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) + license_family: OTHER + purls: [] + size: 2348171 + timestamp: 1675353652214 +- kind: conda + name: postgresql + version: '16.3' + build: h1d90168_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda + sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec + md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d + depends: + - __osx >=10.13 + - krb5 >=1.21.2,<1.22.0a0 + - libpq 16.3 h4501773_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode + - tzdata + license: PostgreSQL + purls: [] + size: 4612922 + timestamp: 1715267536439 +- kind: conda + name: postgresql + version: '16.3' + build: h2294c5c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda + sha256: eb93f818f28cd206ea0b020fd33c6007961a78589763cc034490d947cad42b97 + md5: 834fc612c678f3ea652e8688655a3da0 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 111257 - timestamp: 1728725012226 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libpq 16.3 hcf0348d_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode + - tzdata + license: PostgreSQL + purls: [] + size: 5119060 + timestamp: 1715266458221 - kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39ha55e580_1 - build_number: 1 + name: postgresql + version: '16.3' + build: h7f155c9_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 - md5: 3858e7750875be9dd6542a2fcf2968e3 + url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd + md5: a253c97c94a2c2886e1cb79e34a5b641 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - krb5 >=1.21.2,<1.22.0a0 + - libpq 16.3 hab9416b_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 111257 - timestamp: 1728725012226 -- kind: conda - name: ruff - version: 0.8.6 - build: py39h4e1b988_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda - sha256: 6d3b3f94e5cb205bfdf0962f11a96dcbb1dcabc67b7392e160f61e2b912209ae - md5: cea2a81b1476275a027d70c19d36ad57 - depends: - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 - license: MIT - license_family: MIT - size: 7831248 - timestamp: 1736040741388 -- kind: conda - name: ruff - version: 0.8.6 - build: py39h4e1b988_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.8.6-py39h4e1b988_0.conda - sha256: 6d3b3f94e5cb205bfdf0962f11a96dcbb1dcabc67b7392e160f61e2b912209ae - md5: cea2a81b1476275a027d70c19d36ad57 - depends: - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7831248 - timestamp: 1736040741388 + license: PostgreSQL + purls: [] + size: 18697452 + timestamp: 1715267263356 - kind: conda - name: ruff - version: 0.8.6 - build: py39h5f12542_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda - sha256: 5373cce9c2eb4aa47886a529feebdaf5ff54fbc1c165cefc684abe18e22eb759 - md5: ea1d51ca18b5e431f687fcc8dd9ca48e + name: postgresql + version: '16.3' + build: h8e811e2_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda + sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe + md5: e4d52462da124ed3792472f95a36fc2a depends: - - __osx >=11.0 - - libcxx >=18 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 - license: MIT - license_family: MIT - size: 7026612 - timestamp: 1736040945623 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libpq 16.3 ha72fbe1_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode + - tzdata + license: PostgreSQL + purls: [] + size: 5332852 + timestamp: 1715266435060 - kind: conda - name: ruff - version: 0.8.6 - build: py39h5f12542_0 + name: postgresql + version: '16.3' + build: hdfa2ec6_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.8.6-py39h5f12542_0.conda - sha256: 5373cce9c2eb4aa47886a529feebdaf5ff54fbc1c165cefc684abe18e22eb759 - md5: ea1d51ca18b5e431f687fcc8dd9ca48e + url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda + sha256: 50bb32b3c8f827a07b29cec09df578fa4f4f7b41770ca6686cccdb5e3bf91431 + md5: caaf4b5ea6b6abebcbf6ac18522b5875 depends: - __osx >=11.0 - - libcxx >=18 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - constrains: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7026612 - timestamp: 1736040945623 + - krb5 >=1.21.2,<1.22.0a0 + - libpq 16.3 h7afe498_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode + - tzdata + license: PostgreSQL + purls: [] + size: 4330650 + timestamp: 1715267000628 - kind: conda - name: ruff - version: 0.8.6 - build: py39hb014886_0 + name: proj + version: 9.4.1 + build: h54d7996_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda - sha256: d7feb9b358c145c4fc6e74cf3b173db8dad8bbcb622e6310af84a0de38cadd72 - md5: a8877a283f3034e897470f509fc05b02 + url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda + sha256: 7e5aa324f89eece539001daa8df802d1b5851caee4be41b99ffe3b6e168993a9 + md5: e479d1991c725e1a355f33c0e40dbc66 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libcurl >=8.9.0,<9.0a0 + - libgcc-ng >=12 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite constrains: - - __glibc >=2.17 + - proj4 ==999999999999 license: MIT license_family: MIT - size: 7965169 - timestamp: 1736040670802 + purls: [] + size: 3050689 + timestamp: 1722327846022 - kind: conda - name: ruff - version: 0.8.6 - build: py39hb014886_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.8.6-py39hb014886_0.conda - sha256: d7feb9b358c145c4fc6e74cf3b173db8dad8bbcb622e6310af84a0de38cadd72 - md5: a8877a283f3034e897470f509fc05b02 + name: proj + version: 9.4.1 + build: hd5926b2_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda + sha256: 7727c9e6c4537bf71f8464e783b1345d55e0c3d6d87aeb4ee32fdacbfb3d9c42 + md5: f86b8ac02f2ffbbd85a23334ea7a9c00 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libcurl >=8.9.0,<9.0a0 + - libgcc-ng >=12 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite constrains: - - __glibc >=2.17 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7965169 - timestamp: 1736040670802 -- kind: conda - name: ruff - version: 0.8.6 - build: py39he05c28a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda - sha256: 7e358e1cef7ce44fcf5d201d0e3cb3cd5767390e0a76281b291c70ccac8b30a9 - md5: 295d0ed6e29f9cafd19aa03a2b00433e - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - proj4 ==999999999999 license: MIT license_family: MIT - size: 6957034 - timestamp: 1736041490842 + purls: [] + size: 2943431 + timestamp: 1722328901543 - kind: conda - name: ruff - version: 0.8.6 - build: py39he05c28a_0 + name: proj + version: 9.4.1 + build: hd9569ee_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.6-py39he05c28a_0.conda - sha256: 7e358e1cef7ce44fcf5d201d0e3cb3cd5767390e0a76281b291c70ccac8b30a9 - md5: 295d0ed6e29f9cafd19aa03a2b00433e + url: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda + sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 + md5: 6e15f5054b179959d2410c2e53d5a3e4 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libcurl >=8.9.0,<9.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + constrains: + - proj4 ==999999999999 license: MIT license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 6957034 - timestamp: 1736041490842 + purls: [] + size: 2726576 + timestamp: 1722328352769 - kind: conda - name: ruff - version: 0.8.6 - build: py39hfecde11_0 + name: proj + version: 9.4.1 + build: hf92c781_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda - sha256: cff3515cb04ec2e399115b79f6c2caa408193f0399df00cd3c62080eeae29926 - md5: 684cf7c8b85d35486c93394596c2d5d4 + url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda + sha256: 826e1fcd191d17a6f16c745779254265e4cf1cdbd1761e627e3cdf0b9d6ed487 + md5: edf9f0581ffc0f50a1159943be5d0729 depends: - __osx >=10.13 - - libcxx >=18 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite constrains: - - __osx >=10.13 + - proj4 ==999999999999 license: MIT license_family: MIT - size: 7366377 - timestamp: 1736041093029 + purls: [] + size: 2831538 + timestamp: 1722327962605 - kind: conda - name: ruff - version: 0.8.6 - build: py39hfecde11_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.8.6-py39hfecde11_0.conda - sha256: cff3515cb04ec2e399115b79f6c2caa408193f0399df00cd3c62080eeae29926 - md5: 684cf7c8b85d35486c93394596c2d5d4 + name: proj + version: 9.4.1 + build: hfb94cee_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda + sha256: 41da87faa84f90861637542cd237f3b430c87af79520866ebbfc95cf75cde92a + md5: 786c3dc1fbc9ca08b82002ab69353c53 depends: - - __osx >=10.13 - - libcxx >=18 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - __osx >=11.0 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite constrains: - - __osx >=10.13 + - proj4 ==999999999999 license: MIT license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7366377 - timestamp: 1736041093029 -- kind: conda - name: scipy - version: 1.13.1 - build: py39h038d4f4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - sha256: f5dc2ae1c0149c41275c25f8977b9b4bc26db27300a50db803ad0ee0ce3565ce - md5: 97931299de8eea2fc8b66e2b49447eda - depends: - - __osx >=10.13 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 15635286 - timestamp: 1716471538660 + purls: [] + size: 2708661 + timestamp: 1722327880161 - kind: conda - name: scipy - version: 1.13.1 - build: py39h038d4f4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - sha256: f5dc2ae1c0149c41275c25f8977b9b4bc26db27300a50db803ad0ee0ce3565ce - md5: 97931299de8eea2fc8b66e2b49447eda + name: prompt-toolkit + version: 3.0.47 + build: pyha770c72_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + sha256: d93ac5853e398aaa10f0dd7addd64b411f94ace1f9104d619cd250e19a5ac5b4 + md5: 1247c861065d227781231950e14fe817 depends: - - __osx >=10.13 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - python >=3.7 + - wcwidth + constrains: + - prompt_toolkit 3.0.47 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping - size: 15635286 - timestamp: 1716471538660 -- kind: conda - name: scipy - version: 1.13.1 - build: py39h1a10956_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - sha256: dc694e034d1223266de3224c3fe60d36865eebd2f7e43cb1cf06dfdf983f7f3e - md5: 9f8e571406af04d2f5fdcbecec704505 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 14854560 - timestamp: 1716472552464 + - pkg:pypi/prompt-toolkit?source=conda-forge-mapping + size: 270710 + timestamp: 1718048095491 - kind: conda - name: scipy - version: 1.13.1 - build: py39h1a10956_0 + name: psutil + version: 6.0.0 + build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - sha256: dc694e034d1223266de3224c3fe60d36865eebd2f7e43cb1cf06dfdf983f7f3e - md5: 9f8e571406af04d2f5fdcbecec704505 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 + url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda + sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 + md5: 41ed0d6d84590e40a0096ae3a458f5eb + depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 @@ -29381,513 +20224,511 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping - size: 14854560 - timestamp: 1716472552464 + - pkg:pypi/psutil?source=conda-forge-mapping + size: 384430 + timestamp: 1719275211074 - kind: conda - name: scipy - version: 1.13.1 - build: py39h3d5391c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - sha256: 757850d99c81df9b5a36b201ee1ef850298669facb4e475f1d77cd3e8b10092d - md5: 29a07d75356ca619b3cfc8304a9ce6e5 + name: psutil + version: 6.0.0 + build: py39hd3abc70_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.conda + sha256: e9ad591dbebfcf601a43a83419804ba4f4be7f9dfa17c6dbc46d34d780e2b417 + md5: 984987a2ef8c931691ad0d7fbb8ef3ca depends: - - __osx >=11.0 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 14699719 - timestamp: 1716472126212 + purls: + - pkg:pypi/psutil?source=conda-forge-mapping + size: 365349 + timestamp: 1719274672326 - kind: conda - name: scipy - version: 1.13.1 - build: py39h3d5391c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - sha256: 757850d99c81df9b5a36b201ee1ef850298669facb4e475f1d77cd3e8b10092d - md5: 29a07d75356ca619b3cfc8304a9ce6e5 + name: psutil + version: 6.0.0 + build: py39hded5825_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.conda + sha256: b06ca89c89a1641e4f701ddd73663ee2ead8dd3801f127d4601f5edcdc7dedcc + md5: 0a0569b2f0fc8ba3681b6d7081ba20cb depends: - - __osx >=11.0 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - liblapack >=3.9.0,<4.0a0 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping - size: 14699719 - timestamp: 1716472126212 + - pkg:pypi/psutil?source=conda-forge-mapping + size: 373080 + timestamp: 1719274833478 - kind: conda - name: scipy - version: 1.13.1 - build: py39haf93ffa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac - md5: 492a2cd65862d16a4aaf535ae9ccb761 + name: psutil + version: 6.0.0 + build: py39he257ee7_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda + sha256: 394e48a3de072e1c8eadfe78ee859f52cdcaeb048ddd9cb9a2674bba2b691d44 + md5: 90d5c0e9b001e105cd01007c40d03acd 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.3 - - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 16523290 - timestamp: 1716471188947 + purls: + - pkg:pypi/psutil?source=conda-forge-mapping + size: 368770 + timestamp: 1719274846878 - kind: conda - name: scipy - version: 1.13.1 - build: py39haf93ffa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac - md5: 492a2cd65862d16a4aaf535ae9ccb761 + name: psutil + version: 6.0.0 + build: py39hfea33bf_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_0.conda + sha256: b47cb751dbfef443faef221ecbd0daaaba17a1a860fba7894df830b01663213a + md5: 470e9208708e46bbc87f26fa3cd65952 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.3 - - numpy >=1.19,<3 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping - size: 16523290 - timestamp: 1716471188947 + - pkg:pypi/psutil?source=conda-forge-mapping + size: 374380 + timestamp: 1719274795304 - kind: conda - name: scipy - version: 1.13.1 - build: py39hb921187_0 + 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 + license: MIT + license_family: MIT + purls: [] + size: 5696 + timestamp: 1606147608402 +- kind: conda + name: pthread-stubs + version: '0.4' + build: h36c2ea0_1001 + 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 + license: MIT + license_family: MIT + purls: [] + size: 5625 + timestamp: 1606147468727 +- kind: conda + name: pthread-stubs + version: '0.4' + build: hb9de7d4_1001 + build_number: 1001 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - sha256: a6a6f92a2d743bf7f94147f7355ff8e1023abed0594bcb42def2e4ed8abefec5 - md5: 1aac9080de661e03d286f18fb71e5240 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 + sha256: f1d7ff5e06cc515ec82010537813c796369f8e9dde46ce3f4fa1a9f70bc7db7d + md5: d0183ec6ce0b5aaa3486df25fa5f0ded depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=7.5.0 + license: MIT + license_family: MIT + purls: [] + size: 5657 + timestamp: 1606147738742 +- kind: conda + name: pthread-stubs + version: '0.4' + build: hc929b4f_1001 + 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 + license: MIT + license_family: MIT + purls: [] + size: 5653 + timestamp: 1606147699844 +- kind: conda + name: pthread-stubs + version: '0.4' + build: hcd874cb_1001 + build_number: 1001 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 + sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a + md5: a1f820480193ea83582b13249a7e7bd9 + depends: + - m2w64-gcc-libs + license: MIT + license_family: MIT + purls: [] + size: 6417 + timestamp: 1606147814351 +- kind: conda + name: pthreads-win32 + version: 2.9.1 + build: hfa6e2cd_3 + 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.* + license: LGPL 2 + purls: [] + size: 144301 + timestamp: 1537755684331 +- kind: conda + name: ptyprocess + version: 0.7.0 + build: pyhd3deb0d_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 359eeb6536da0e687af562ed265ec263 + depends: + - python + license: ISC + purls: + - pkg:pypi/ptyprocess?source=conda-forge-mapping + size: 16546 + timestamp: 1609419417991 +- kind: conda + name: pulseaudio-client + version: '17.0' + build: hb77b528_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda + sha256: b27c0c8671bd95c205a61aeeac807c095b60bc76eb5021863f919036d7a964fc + md5: 07f45f1be1c25345faddb8db0de8039b + depends: + - dbus >=1.13.6,<2.0a0 - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - - numpy >=1.22.4,<2.3 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 + - libglib >=2.78.3,<3.0a0 + - libsndfile >=1.2.2,<1.3.0a0 + - libsystemd0 >=255 + constrains: + - pulseaudio 17.0 *_0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 757633 + timestamp: 1705690081905 +- kind: conda + name: pure_eval + version: 0.2.3 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 + md5: 0f051f09d992e0d08941706ad519ee0e + depends: + - python >=3.5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pure-eval?source=conda-forge-mapping + size: 16551 + timestamp: 1721585805256 +- kind: conda + name: py-cpuinfo + version: 9.0.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 + md5: 6f6d42b894118f8378fce11887ccdaff + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/py-cpuinfo?source=conda-forge-mapping + size: 24947 + timestamp: 1666774595872 +- kind: conda + name: pycparser + version: '2.22' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 + md5: 844d9eb3b43095b031874477f7d70088 + depends: + - python >=3.8 license: BSD-3-Clause license_family: BSD - size: 16574369 - timestamp: 1716471566067 + purls: + - pkg:pypi/pycparser?source=conda-forge-mapping + size: 105098 + timestamp: 1711811634025 - kind: conda - name: scipy - version: 1.13.1 - build: py39hb921187_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - sha256: a6a6f92a2d743bf7f94147f7355ff8e1023abed0594bcb42def2e4ed8abefec5 - md5: 1aac9080de661e03d286f18fb71e5240 + name: pydotplus + version: 2.0.2 + build: pyhd8ed1ab_6 + build_number: 6 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e + md5: 3fd2cd26febcb6029359e5138f964402 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.3 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause + - graphviz + - pyparsing >=2.0.1 + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pydotplus?source=conda-forge-mapping + size: 26169 + timestamp: 1721395733948 +- kind: conda + name: pygments + version: 2.18.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b + md5: b7f5c092b8f9800150d998a71b76d5a1 + depends: + - python >=3.8 + license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping - size: 16574369 - timestamp: 1716471566067 + - pkg:pypi/pygments?source=conda-forge-mapping + size: 879295 + timestamp: 1714846885370 - kind: conda - name: setuptools - version: 75.6.0 - build: pyhff2d567_1 - build_number: 1 + name: pykwalify + version: 1.8.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - sha256: abb12e1dd515b13660aacb5d0fd43835bc2186cab472df25b7716cd65e095111 - md5: fc80f7995e396cbaeabd23cf46c413dc + url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c + md5: 99a239290e383d1fb11099fb4a183398 depends: - - python >=3.9 + - docopt >=0.6.2 + - python >=3.6 + - python-dateutil >=2.8.0 + - ruamel.yaml >=0.16.0 license: MIT license_family: MIT - size: 774252 - timestamp: 1732632769210 + size: 27988 + timestamp: 1701903137868 - kind: conda - name: setuptools - version: 75.6.0 - build: pyhff2d567_1 - build_number: 1 + name: pykwalify + version: 1.8.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda - sha256: abb12e1dd515b13660aacb5d0fd43835bc2186cab472df25b7716cd65e095111 - md5: fc80f7995e396cbaeabd23cf46c413dc + url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c + md5: 99a239290e383d1fb11099fb4a183398 depends: - - python >=3.9 + - docopt >=0.6.2 + - python >=3.6 + - python-dateutil >=2.8.0 + - ruamel.yaml >=0.16.0 license: MIT license_family: MIT purls: - - pkg:pypi/setuptools?source=conda-forge-mapping - size: 774252 - timestamp: 1732632769210 -- kind: pypi - name: setuptools-scm - version: 8.1.0 - url: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - sha256: 897a3226a6fd4a6eb2f068745e49733261a21f70b1bb28fce0339feb978d9af3 - requires_dist: - - packaging>=20 - - setuptools - - typing-extensions ; python_version < '3.10' - - tomli>=1 ; python_version < '3.11' - - entangled-cli~=2.0 ; extra == 'docs' - - mkdocs ; extra == 'docs' - - mkdocs-entangled-plugin ; extra == 'docs' - - mkdocs-material ; extra == 'docs' - - mkdocstrings[python] ; extra == 'docs' - - pygments ; extra == 'docs' - - rich ; extra == 'rich' - - build ; extra == 'test' - - pytest ; extra == 'test' - - rich ; extra == 'test' - - wheel ; extra == 'test' - - typing-extensions ; python_version < '3.11' and extra == 'test' - requires_python: '>=3.8' -- kind: conda - name: shapely - version: 2.0.6 - build: py39h1e95d85_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 - md5: 70ed1fa6fd98b3756ff1848f2a973141 - depends: - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 481873 - timestamp: 1727274878522 + - pkg:pypi/pykwalify?source=conda-forge-mapping + size: 27988 + timestamp: 1701903137868 - kind: conda - name: shapely - version: 2.0.6 - build: py39h1e95d85_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 - md5: 70ed1fa6fd98b3756ff1848f2a973141 + name: pyparsing + version: 3.1.2 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b + md5: b9a4dacf97241704529131a0dfc0494f depends: - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD + - python >=3.6 + license: MIT + license_family: MIT purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 481873 - timestamp: 1727274878522 -- kind: conda - name: shapely - version: 2.0.6 - build: py39h42e4b9c_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 - md5: 773437095ce5f268c7caaaf373e0daeb - depends: - - __osx >=11.0 - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 446100 - timestamp: 1727273843206 + - pkg:pypi/pyparsing?source=conda-forge-mapping + size: 89455 + timestamp: 1709721146886 - kind: conda - name: shapely - version: 2.0.6 - build: py39h42e4b9c_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 - md5: 773437095ce5f268c7caaaf373e0daeb + name: pyqt + version: 5.15.9 + build: py39h52134e7_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda + sha256: a0d0662c73b343931dbd66d9c25ec74f40115512568a87bf4d01af8d1a8ddf1c + md5: e1f148e57d071b09187719df86f513c1 depends: - - __osx >=11.0 - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - pyqt5-sip 12.12.2 py39h3d6467e_5 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD + - qt-main >=5.15.8,<5.16.0a0 + - sip >=6.7.11,<6.8.0a0 + license: GPL-3.0-only + license_family: GPL purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 446100 - timestamp: 1727273843206 + - pkg:pypi/pyqt5?source=conda-forge-mapping + size: 5227659 + timestamp: 1695420723753 - kind: conda - name: shapely - version: 2.0.6 - build: py39ha482d1c_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda - sha256: cb6a464002b4fdc86f6317c14c603b7f1df4f8f2a7f7f689ba9e2f3e8cd0a4b7 - md5: 532fed353a9891abb204833f81fd1873 - depends: - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 451077 - timestamp: 1727274071142 -- kind: conda - name: shapely - version: 2.0.6 - build: py39ha482d1c_2 - build_number: 2 + name: pyqt + version: 5.15.9 + build: py39hb77abff_5 + build_number: 5 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.6-py39ha482d1c_2.conda - sha256: cb6a464002b4fdc86f6317c14c603b7f1df4f8f2a7f7f689ba9e2f3e8cd0a4b7 - md5: 532fed353a9891abb204833f81fd1873 + url: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 + md5: 5ed899124a51958336371ff01482b8fd depends: - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 + - pyqt5-sip 12.12.2 py39h99910a6_5 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - qt-main >=5.15.8,<5.16.0a0 + - sip >=6.7.11,<6.8.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + license: GPL-3.0-only + license_family: GPL purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 451077 - timestamp: 1727274071142 -- kind: conda - name: shapely - version: 2.0.6 - build: py39hca88cd1_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 - md5: b847d20969e3625365852369e2149211 - depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 486589 - timestamp: 1727273575453 + - pkg:pypi/pyqt5?source=conda-forge-mapping + size: 3876568 + timestamp: 1695421679054 - kind: conda - name: shapely - version: 2.0.6 - build: py39hca88cd1_2 - build_number: 2 + name: pyqt5-sip + version: 12.12.2 + build: py39h3d6467e_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 - md5: b847d20969e3625365852369e2149211 + url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda + sha256: 86efec5e57111794e039bb14dfce23d9df6ed8df139ab1404086140eba6d4d7c + md5: 93aff412f3e49fdb43361c0215cbd72d depends: - - __glibc >=2.17,<3.0.a0 - - geos >=3.13.0,<3.13.1.0a0 - - libgcc >=13 - - numpy >=1.19,<3 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - packaging - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD + - sip + - toml + license: GPL-3.0-only + license_family: GPL purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 486589 - timestamp: 1727273575453 + - pkg:pypi/pyqt5-sip?source=conda-forge-mapping + size: 85034 + timestamp: 1695418081052 - kind: conda - name: shapely - version: 2.0.6 - build: py39hfde7aa9_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f - md5: 71819d479988b2c904bf728c8b6995f3 - depends: - - __osx >=10.13 - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - size: 452432 - timestamp: 1727273695044 -- kind: conda - name: shapely - version: 2.0.6 - build: py39hfde7aa9_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f - md5: 71819d479988b2c904bf728c8b6995f3 + name: pyqt5-sip + version: 12.12.2 + build: py39h99910a6_5 + build_number: 5 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda + sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 + md5: dffbcea794c524c471772a5f697c2aea depends: - - __osx >=10.13 - - geos >=3.13.0,<3.13.1.0a0 - - numpy >=1.19,<3 + - packaging - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD + - sip + - toml + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-3.0-only + license_family: GPL purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 452432 - timestamp: 1727273695044 -- kind: conda - name: simplejson - version: 3.19.3 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - sha256: 836783dddda6ab1df063663ff7f2c982a022a84e826ab45c7e5a089919f60743 - md5: 3af8d9b18c2bd4c2674d0f812884a6df - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 108737 - timestamp: 1724955195968 + - pkg:pypi/pyqt5-sip?source=conda-forge-mapping + size: 79633 + timestamp: 1695418442270 - kind: conda - name: simplejson - version: 3.19.3 - build: py39h060674a_1 + name: pyrsistent + version: 0.20.0 + build: py39h06d86d0_1 build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - sha256: 836783dddda6ab1df063663ff7f2c982a022a84e826ab45c7e5a089919f60743 - md5: 3af8d9b18c2bd4c2674d0f812884a6df + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 + md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e depends: - - libgcc >=13 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108737 - timestamp: 1724955195968 + size: 97335 + timestamp: 1725353683407 - kind: conda - name: simplejson - version: 3.19.3 + name: pyrsistent + version: 0.20.0 build: py39h06d86d0_1 build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - sha256: 98d5c52e7a3c8da3830d919c77bdf5b22993cde5888c44d968937c396bb8cf35 - md5: a91394d7b892dfcda1a7de4cc87b0b9b + url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 + md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 106000 - timestamp: 1724955189827 + purls: + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 97335 + timestamp: 1725353683407 - kind: conda - name: simplejson - version: 3.19.3 - build: py39h06d86d0_1 + name: pyrsistent + version: 0.20.0 + build: py39h06df861_1 build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - sha256: 98d5c52e7a3c8da3830d919c77bdf5b22993cde5888c44d968937c396bb8cf35 - md5: a91394d7b892dfcda1a7de4cc87b0b9b + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 + md5: 8416d7485c47b6d5238e984e1192dfe6 depends: - - __osx >=10.13 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106000 - timestamp: 1724955189827 + size: 97424 + timestamp: 1725353757307 - kind: conda - name: simplejson - version: 3.19.3 + name: pyrsistent + version: 0.20.0 build: py39h06df861_1 build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - sha256: a534137183a0fe186a585e79b6d5cc5aaa83e0b2b095c2ccd8dcc65de3266464 - md5: b7b9ec339efa91e3e6b50450c4f5a3ab + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 + md5: 8416d7485c47b6d5238e984e1192dfe6 depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -29895,55 +20736,54 @@ packages: - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 106761 - timestamp: 1724955213354 -- kind: conda - name: simplejson - version: 3.19.3 - build: py39h06df861_1 + purls: + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 97424 + timestamp: 1725353757307 +- kind: conda + name: pyrsistent + version: 0.20.0 + build: py39h3e3acee_1 build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - sha256: a534137183a0fe186a585e79b6d5cc5aaa83e0b2b095c2ccd8dcc65de3266464 - md5: b7b9ec339efa91e3e6b50450c4f5a3ab + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a + md5: e9a8ed5a0057547d983b0bb7177d103e depends: - - __osx >=11.0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106761 - timestamp: 1724955213354 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 101075 + timestamp: 1725354593186 - kind: conda - name: simplejson - version: 3.19.3 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 - md5: 2f093380e510d1913fc6fe2ae4d0ef1a + name: pyrsistent + version: 0.20.0 + build: py39h7cc1d5f_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda + sha256: 2d2465e1f610e325975b8832d25511fe4f170cd7b09ba21365c8cdfee96d915e + md5: 12a039da723afc35b7dc82dda4f5eddd depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 108327 - timestamp: 1724955193580 + size: 100870 + timestamp: 1698755269173 - kind: conda - name: simplejson - version: 3.19.3 + name: pyrsistent + version: 0.20.0 build: py39h8cd3c5a_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 - md5: 2f093380e510d1913fc6fe2ae4d0ef1a + url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d + md5: 5cca69abc822c405c2c1fae2d30f0893 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -29952,18 +20792,18 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108327 - timestamp: 1724955193580 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 99423 + timestamp: 1725353703276 - kind: conda - name: simplejson - version: 3.19.3 + name: pyrsistent + version: 0.20.0 build: py39ha55e580_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf - md5: 4c37791dadf95caf584c0d9f2255d224 + url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 + md5: 524bafd6b60d72e8b2b030bca5e8fe1b depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -29972,17 +20812,17 @@ packages: - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 106659 - timestamp: 1724955661346 + size: 92568 + timestamp: 1725354090697 - kind: conda - name: simplejson - version: 3.19.3 + name: pyrsistent + version: 0.20.0 build: py39ha55e580_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf - md5: 4c37791dadf95caf584c0d9f2255d224 + url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 + md5: 524bafd6b60d72e8b2b030bca5e8fe1b depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -29992,4351 +20832,4521 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106659 - timestamp: 1724955661346 + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 92568 + timestamp: 1725354090697 - kind: conda - name: six - version: 1.17.0 + name: pyrsistent + version: 0.20.0 + build: py39hd1e30aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda + sha256: 293a080adfb3c0ea0fedf127cb704e3925f3ec78f2ac4033ee45966a5fa246b5 + md5: 96ea8a6b4c8af6e9bafedb2f97080514 + depends: + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 100336 + timestamp: 1698754196864 +- kind: conda + name: pyshp + version: 2.3.1 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db - md5: a451d576819089b0d672f18768be0f65 + url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce + md5: 92a889dc236a5197612bc85bee6d7174 depends: - - python >=3.9 + - python >=3.6 license: MIT license_family: MIT - size: 16385 - timestamp: 1733381032766 + purls: + - pkg:pypi/pyshp?source=conda-forge-mapping + size: 964060 + timestamp: 1659003065197 - kind: conda - name: six - version: 1.17.0 + name: pysocks + version: 1.7.1 + build: pyh0701188_6 + build_number: 6 + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pysocks?source=conda-forge-mapping + size: 19348 + timestamp: 1661605138291 +- kind: conda + name: pysocks + version: 1.7.1 + build: pyha2e5f31_6 + build_number: 6 + subdir: noarch + 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 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pysocks?source=conda-forge-mapping + size: 18981 + timestamp: 1661604969727 +- kind: conda + name: pytest + version: 8.3.2 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db - md5: a451d576819089b0d672f18768be0f65 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda + sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 + md5: e010a224b90f1f623a917c35addbb924 depends: - - python >=3.9 + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2,>=1.5 + - python >=3.8 + - tomli >=1 + constrains: + - pytest-faulthandler >=2 license: MIT license_family: MIT purls: - - pkg:pypi/six?source=conda-forge-mapping - size: 16385 - timestamp: 1733381032766 + - pkg:pypi/pytest?source=conda-forge-mapping + size: 257671 + timestamp: 1721923749407 - kind: conda - name: smmap - version: 5.0.0 + name: pytest-benchmark + version: 4.0.0 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 - md5: 62f26a3d1387acee31322208f0cfa3e0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f + md5: 8c3168375e2ac100c17b133f4e2eb536 depends: + - py-cpuinfo + - pytest >=3.8 - python >=3.5 - license: BSD-3-Clause + license: BSD-2-Clause license_family: BSD - size: 22483 - timestamp: 1634310465482 + purls: + - pkg:pypi/pytest-benchmark?source=conda-forge-mapping + size: 39571 + timestamp: 1666782598879 - kind: conda - name: smmap - version: 5.0.0 + name: pytest-dotenv + version: 0.5.2 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 - md5: 62f26a3d1387acee31322208f0cfa3e0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 + md5: 11b16b526f60cc18748c3fe45d10315a depends: - - python >=3.5 - license: BSD-3-Clause - license_family: BSD + - pytest >=5.0.0 + - python >=3.6 + - python-dotenv >=0.9.1 + license: MIT + license_family: MIT purls: - - pkg:pypi/smmap?source=conda-forge-mapping - size: 22483 - timestamp: 1634310465482 + - pkg:pypi/pytest-dotenv?source=conda-forge-mapping + size: 7383 + timestamp: 1606859705188 - kind: conda - name: snappy - version: 1.2.1 - build: h500f7fa_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b - md5: e32fb978aaea855ddce624eb8c8eb69a + name: pytest-order + version: 1.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 + md5: d66820a0d1d10f6731b101d36dc38ad9 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 59757 - timestamp: 1733502109991 + - pytest >=3.7 + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-order?source=conda-forge-mapping + size: 15851 + timestamp: 1641771678634 - kind: conda - name: snappy - version: 1.2.1 - build: h500f7fa_1 - build_number: 1 + name: pytest-xdist + version: 3.6.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 + md5: b39568655c127a9c4a44d178ac99b6d0 + depends: + - execnet >=2.1 + - pytest >=7.0.0 + - python >=3.8 + constrains: + - psutil >=3.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-xdist?source=conda-forge-mapping + size: 38320 + timestamp: 1718138508765 +- kind: conda + name: python + version: 3.9.19 + build: h0755675_0_cpython + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda + sha256: b9253ca9ca5427e6da4b1d43353a110e0f2edfab9c951afb4bf01cbae2825b31 + md5: d9ee3647fbd9e8595b8df759b2bbefb8 + 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.45.2,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 + - openssl >=3.2.1,<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.9.* *_cp39 + license: Python-2.0 + purls: [] + size: 23800555 + timestamp: 1710940120866 +- kind: conda + name: python + version: 3.9.19 + build: h4ac3b42_0_cpython + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda + sha256: 26845bcb8194e121331d47dca98d07f6197d5bf3bd2cb8da2cd2391722463180 + md5: 1501507cd9451472ec8900d587ce872f + depends: + - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 + - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 + - openssl >=3.2.1,<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.9.* *_cp39 + license: Python-2.0 + purls: [] + size: 12542650 + timestamp: 1710945692074 +- kind: conda + name: python + version: 3.9.19 + build: h4de0772_0_cpython subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b - md5: e32fb978aaea855ddce624eb8c8eb69a + url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f + md5: b6999bc275e0e6beae7b1c8ea0be1e85 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<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.9.* *_cp39 + license: Python-2.0 + purls: [] + size: 16906240 + timestamp: 1710938565297 +- kind: conda + name: python + version: 3.9.19 + build: h7a9c478_0_cpython + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda + sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe + md5: 7d53d366acd9dbfb498c69326ccb520a + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 + - openssl >=3.2.1,<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.9.* *_cp39 + license: Python-2.0 + purls: [] + size: 12372436 + timestamp: 1710940037648 +- kind: conda + name: python + version: 3.9.19 + build: hd7ebdb9_0_cpython + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda + sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 + md5: 45c4d173b12154f746be3b49b1190634 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.45.2,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 + - openssl >=3.2.1,<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.9.* *_cp39 + license: Python-2.0 purls: [] - size: 59757 - timestamp: 1733502109991 + size: 11847835 + timestamp: 1710939779164 - kind: conda - name: snappy - version: 1.2.1 - build: h8bd8927_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - sha256: ec91e86eeb2c6bbf09d51351b851e945185d70661d2ada67204c9a6419d282d3 - md5: 3b3e64af585eadfb52bb90b553db5edf + name: python-dateutil + version: 2.9.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 + md5: 2cf4264fffb9e6eff6031c5b6884d61c depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: BSD-3-Clause - license_family: BSD - size: 42739 - timestamp: 1733501881851 + - python >=3.7 + - six >=1.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/python-dateutil?source=conda-forge-mapping + size: 222742 + timestamp: 1709299922152 - kind: conda - name: snappy - version: 1.2.1 - build: h8bd8927_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - sha256: ec91e86eeb2c6bbf09d51351b851e945185d70661d2ada67204c9a6419d282d3 - md5: 3b3e64af585eadfb52bb90b553db5edf + name: python-dotenv + version: 1.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c + md5: c2997ea9360ac4e015658804a7a84f94 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - python >=3.8 license: BSD-3-Clause license_family: BSD - purls: [] - size: 42739 - timestamp: 1733501881851 + purls: + - pkg:pypi/python-dotenv?source=conda-forge-mapping + size: 24278 + timestamp: 1706018281544 - kind: conda - name: snappy - version: 1.2.1 - build: h98b9ce2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - sha256: 4242f95b215127a006eb664fe26ed5a82df87e90cbdbc7ce7ff4971f0720997f - md5: ded86dee325290da2967a3fea3800eb5 + name: python-fastjsonschema + version: 2.20.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 + md5: b98d2018c01ce9980c03ee2850690fab depends: - - __osx >=11.0 - - libcxx >=18 + - python >=3.3 license: BSD-3-Clause license_family: BSD - size: 35857 - timestamp: 1733502172664 + purls: + - pkg:pypi/fastjsonschema?source=conda-forge-mapping + size: 226165 + timestamp: 1718477110630 - kind: conda - name: snappy - version: 1.2.1 - build: h98b9ce2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - sha256: 4242f95b215127a006eb664fe26ed5a82df87e90cbdbc7ce7ff4971f0720997f - md5: ded86dee325290da2967a3fea3800eb5 + name: python-tzdata + version: '2024.1' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad + md5: 98206ea9954216ee7540f0c773f2104d depends: - - __osx >=11.0 - - libcxx >=18 + - python >=3.6 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/tzdata?source=conda-forge-mapping + size: 144024 + timestamp: 1707747742930 +- kind: conda + name: python_abi + version: '3.9' + build: 4_cp39 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda + sha256: 7e0157e35929711e1a986c18a8bfb7a38a2209cfada16b541ebb0481f74376d6 + md5: bfe4b3259a8ac6cdf0037752904da6a7 + constrains: + - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 35857 - timestamp: 1733502172664 + size: 6378 + timestamp: 1695147399237 - kind: conda - name: snappy - version: 1.2.1 - build: haf3c120_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - sha256: 26e8a2edd2a12618d9adcdcfc6cfd9adaca8da71aa334615d29e803d225b52be - md5: 9d6ae6d5232233e1a01eb7db524078fb - depends: - - __osx >=10.13 - - libcxx >=18 + name: python_abi + version: '3.9' + build: 4_cp39 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda + sha256: b9201f49d9172c37f52818e34eaf21855c0e5a1fb885cd1b5a60fa1a9307d178 + md5: c191905a08694e4a5cb1238e90233878 + constrains: + - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - size: 36813 - timestamp: 1733502097580 + purls: [] + size: 6433 + timestamp: 1695147422968 - kind: conda - name: snappy - version: 1.2.1 - build: haf3c120_1 - build_number: 1 + name: python_abi + version: '3.9' + build: 4_cp39 + build_number: 4 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - sha256: 26e8a2edd2a12618d9adcdcfc6cfd9adaca8da71aa334615d29e803d225b52be - md5: 9d6ae6d5232233e1a01eb7db524078fb - depends: - - __osx >=10.13 - - libcxx >=18 + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda + sha256: a2b38ce566d9f48a49369f46c50912300a6ac09bf1c58a0d6c2caab074ee551e + md5: 2d9f6c00555127a9058cfa955adf1090 + constrains: + - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 36813 - timestamp: 1733502097580 + size: 6486 + timestamp: 1695147714523 - kind: conda - name: snappy - version: 1.2.1 - build: hd4fb6f5_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - sha256: c4a07ae5def8d55128f25a567a296ef9d7bf99a3bc79d46bd5160c076a5f50af - md5: 2fcc6cd1e5550deb509073fd2e6693e1 - depends: - - libgcc >=13 - - libstdcxx >=13 - license: BSD-3-Clause - license_family: BSD - size: 43032 - timestamp: 1733501964775 -- kind: conda - name: snappy - version: 1.2.1 - build: hd4fb6f5_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - sha256: c4a07ae5def8d55128f25a567a296ef9d7bf99a3bc79d46bd5160c076a5f50af - md5: 2fcc6cd1e5550deb509073fd2e6693e1 - depends: - - libgcc >=13 - - libstdcxx >=13 + name: python_abi + version: '3.9' + build: 4_cp39 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda + sha256: 2ae06dcd1a03f023b6accf5bd989f42b689f708d3495affa22c2ed9f1d127726 + md5: be9e11a37bbab9cfdbcb36e52d8d73cb + constrains: + - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 43032 - timestamp: 1733501964775 + size: 6484 + timestamp: 1695147719187 - kind: conda - name: snowballstemmer - version: 2.2.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 - md5: 4d22a9315e78c6827f806065957d566e - depends: - - python >=2 + name: python_abi + version: '3.9' + build: 4_cp39 + build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed + md5: 948b0d93d4ab1372d8fd45e1560afd47 + constrains: + - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/snowballstemmer?source=conda-forge-mapping - size: 58824 - timestamp: 1637143137377 -- kind: conda - name: snuggs - version: 1.4.7 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 - md5: 9aa358575bbd4be126eaa5e0039f835c - depends: - - numpy - - pyparsing >=2.1.6 - - python >=3.9 - license: MIT - license_family: MIT - size: 11313 - timestamp: 1733818738919 -- kind: conda - name: snuggs - version: 1.4.7 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 - md5: 9aa358575bbd4be126eaa5e0039f835c - depends: - - numpy - - pyparsing >=2.1.6 - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/snuggs?source=conda-forge-mapping - size: 11313 - timestamp: 1733818738919 -- kind: pypi - name: soupsieve - version: '2.6' - url: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 - requires_python: '>=3.8' + purls: [] + size: 6776 + timestamp: 1695147727582 - kind: conda - name: sphinx - version: 7.4.7 + name: pytz + version: '2024.1' build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - sha256: 0de25d561b20dd06982df45a2c3cef490e45b0d4bae8d2c290030721bdadecd6 - md5: c568e260463da2528ecfd7c5a0b41bbd - depends: - - alabaster >=0.7.14,<0.8.dev0 - - babel >=2.13 - - colorama >=0.4.6 - - docutils >=0.20,<0.22 - - imagesize >=1.3 - - importlib-metadata >=6.0 - - jinja2 >=3.1 - - packaging >=23.0 - - pygments >=2.17 - - python >=3.9 - - requests >=2.30.0 - - snowballstemmer >=2.2 - - sphinxcontrib-applehelp - - sphinxcontrib-devhelp - - sphinxcontrib-htmlhelp >=2.0.0 - - sphinxcontrib-jsmath - - sphinxcontrib-qthelp - - sphinxcontrib-serializinghtml >=1.1.9 - - tomli >=2.0 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinx?source=conda-forge-mapping - size: 1358660 - timestamp: 1721487658869 -- kind: pypi - name: sphinx-markdown-tables - version: 0.0.17 - url: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 - requires_dist: - - markdown>=3.4 -- kind: conda - name: sphinx_rtd_theme - version: 3.0.1 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - sha256: b81e8b0a66dcff33f308909940c9127e51536b99a51167f3e7266e65e3473f7d - md5: 740536f8a54250b1964e494c0bf5c9c3 + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 + md5: 3eeeeb9e4827ace8c0c1419c85d590ad depends: - - docutils >0.18,<0.22 - - python >=3.8 - - sphinx >=6,<9 - - sphinxcontrib-jquery >=4,<5 + - python >=3.7 license: MIT license_family: MIT purls: - - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping - size: 4630230 - timestamp: 1730015354284 -- kind: conda - name: sphinxcontrib-applehelp - version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba - md5: 16e3f039c0aa6446513e94ab18a8784b - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping - size: 29752 - timestamp: 1733754216334 + - pkg:pypi/pytz?source=conda-forge-mapping + size: 188538 + timestamp: 1706886944988 - kind: conda - name: sphinxcontrib-devhelp - version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - sha256: 55d5076005d20b84b20bee7844e686b7e60eb9f683af04492e598a622b12d53d - md5: 910f28a05c178feba832f842155cbfff + name: pywin32 + version: '306' + build: py39h99910a6_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 + md5: eab91442160b49994dd2e224e6082770 depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: PSF-2.0 + license_family: PSF purls: - - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping - size: 24536 - timestamp: 1733754232002 + - pkg:pypi/pywin32?source=conda-forge-mapping + size: 5808124 + timestamp: 1695974471118 - kind: conda - name: sphinxcontrib-htmlhelp - version: 2.1.0 - build: pyhd8ed1ab_1 + name: pyyaml + version: 6.0.1 + build: py39h0f82c59_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - sha256: c1492c0262ccf16694bdcd3bb62aa4627878ea8782d5cd3876614ffeb62b3996 - md5: e9fb3fe8a5b758b4aff187d434f94f03 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda + sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc + md5: b4f3bbf710410751f687ac04544c12b1 depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT purls: - - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping - size: 32895 - timestamp: 1733754385092 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 159929 + timestamp: 1695373838385 - kind: conda - name: sphinxcontrib-jquery - version: '4.1' - build: pyhd8ed1ab_1 + name: pyyaml + version: 6.0.1 + build: py39h898b7ef_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - sha256: 69c08d18663b57ebc8e4187c64c8d29b10996bb465a515cd288d87b6f2f52a5e - md5: 403185829255321ea427333f7773dd1f + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda + sha256: 7a3ffc8bc3ca6858776b73030985bcb6ef2f9fa63a0c34b57adee12f959eb139 + md5: 6130aa0677e5b9bfcd3c8fde05f8a7e6 depends: - - python >=3.9 - - sphinx >=1.8 - license: 0BSD AND MIT + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT purls: - - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping - size: 112964 - timestamp: 1734344603903 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 168125 + timestamp: 1695373798879 - kind: conda - name: sphinxcontrib-jsmath - version: 1.0.1 - build: pyhd8ed1ab_1 + name: pyyaml + version: 6.0.1 + build: py39ha55989b_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - sha256: 578bef5ec630e5b2b8810d898bbbf79b9ae66d49b7938bcc3efc364e679f2a62 - md5: fa839b5ff59e192f411ccc7dae6588bb + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 + md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 depends: - - python >=3.9 - license: BSD-2-Clause - license_family: BSD + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT purls: - - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping - size: 10462 - timestamp: 1733753857224 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 151118 + timestamp: 1695373930963 - kind: conda - name: sphinxcontrib-qthelp - version: 2.0.0 - build: pyhd8ed1ab_1 + name: pyyaml + version: 6.0.1 + build: py39hd1e30aa_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - sha256: c664fefae4acdb5fae973bdde25836faf451f41d04342b64a358f9a7753c92ca - md5: 00534ebcc0375929b45c3039b5ba7636 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda + sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 + md5: 37218233bcdc310e4fde6453bc1b40d8 depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT purls: - - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping - size: 26959 - timestamp: 1733753505008 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 178391 + timestamp: 1695373606953 - kind: conda - name: sphinxcontrib-serializinghtml - version: 1.1.10 - build: pyhd8ed1ab_1 + name: pyyaml + version: 6.0.1 + build: py39hdc70f33_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 - md5: 3bc61f7161d28137797e038263c04c54 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda + sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f + md5: 542378f49240a94056b50ab1385b3bfb depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT purls: - - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping - size: 28669 - timestamp: 1733750596111 -- kind: conda - name: sqlite - version: 3.47.2 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 - md5: 0ff53f37371775ceded312bf81ca80a4 - depends: - - libsqlite 3.47.2 h67fdade_0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 915915 - timestamp: 1733762142683 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 162428 + timestamp: 1695373824922 - kind: conda - name: sqlite - version: 3.47.2 - build: h2466b09_0 + name: pyzmq + version: 26.0.3 + build: py39h03e5c00_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 - md5: 0ff53f37371775ceded312bf81ca80a4 + url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda + sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 + md5: 433e2c4670e59d5a4da74e8d803af6dc depends: - - libsqlite 3.47.2 h67fdade_0 + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Unlicense - purls: [] - size: 915915 - timestamp: 1733762142683 -- kind: conda - name: sqlite - version: 3.47.2 - build: h2e4c9dc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb - md5: 0ecd820a95f5ab8cc2f6ec133eef73ff - depends: - - __osx >=10.13 - - libsqlite 3.47.2 hdb6dae5_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - size: 937962 - timestamp: 1733761877924 + - zeromq >=4.3.5,<4.3.6.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 367507 + timestamp: 1715025139194 - kind: conda - name: sqlite - version: 3.47.2 - build: h2e4c9dc_0 + name: pyzmq + version: 26.0.3 + build: py39h304b177_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb - md5: 0ecd820a95f5ab8cc2f6ec133eef73ff - depends: - - __osx >=10.13 - - libsqlite 3.47.2 hdb6dae5_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - purls: [] - size: 937962 - timestamp: 1733761877924 -- kind: conda - name: sqlite - version: 3.47.2 - build: h578a6b9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 - md5: adcede3e145f8372b7b0ab17d24c0259 + url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda + sha256: 75cb45d06d288ea1ea62f420188038d70975da5bc9165f7fdc2e6ca9083f2c33 + md5: cfca77b30803f8b6ac1c7f55629643ed depends: - - libgcc >=13 - - libsqlite 3.47.2 h5eb1b54_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - size: 1070888 - timestamp: 1733761922172 + - __osx >=10.9 + - libcxx >=16 + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - zeromq >=4.3.5,<4.4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 366370 + timestamp: 1715024637804 - kind: conda - name: sqlite - version: 3.47.2 - build: h578a6b9_0 + name: pyzmq + version: 26.0.3 + build: py39h866fef3_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 - md5: adcede3e145f8372b7b0ab17d24c0259 - depends: - - libgcc >=13 - - libsqlite 3.47.2 h5eb1b54_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - purls: [] - size: 1070888 - timestamp: 1733761922172 -- kind: conda - name: sqlite - version: 3.47.2 - build: h9eae976_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 - md5: 64a954de15d114281535a26fd4d1f294 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda + sha256: 5ed3c480d9c11d2c1587fee15b60b66f2337e7f750099f831f9b236fb4923f2f + md5: b9bfa5ddac0d5e57813608ddaf09abe0 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libsqlite 3.47.2 hee588c1_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - size: 884362 - timestamp: 1733761834904 + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - zeromq >=4.3.5,<4.4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 382111 + timestamp: 1715026004069 - kind: conda - name: sqlite - version: 3.47.2 - build: h9eae976_0 + name: pyzmq + version: 26.0.3 + build: py39ha1047a2_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 - md5: 64a954de15d114281535a26fd4d1f294 + url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda + sha256: 03aad377edcce5526a6e5f762149dcfc27c40dffe4ff7c78415afcd7054cc8c7 + md5: 759ea8d4642683f589e515752498f555 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libsqlite 3.47.2 hee588c1_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - purls: [] - size: 884362 - timestamp: 1733761834904 + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - zeromq >=4.3.5,<4.4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 388088 + timestamp: 1715024611489 - kind: conda - name: sqlite - version: 3.47.2 - build: hd7222ec_0 + name: pyzmq + version: 26.0.3 + build: py39he7f0319_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 - md5: fcde11e05577e05f3b69b046822b7529 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda + sha256: 30700297da1b64a6a569d0882b16c18cd376eb45c23d7c2f7c60187d51baa821 + md5: a159965ec7677393bcfe73e350a95d8f depends: - __osx >=11.0 - - libsqlite 3.47.2 h3f77e49_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - size: 853604 - timestamp: 1733762084934 + - libcxx >=16 + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - zeromq >=4.3.5,<4.4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 364924 + timestamp: 1715024636001 - kind: conda - name: sqlite - version: 3.47.2 - build: hd7222ec_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 - md5: fcde11e05577e05f3b69b046822b7529 + name: qhull + version: '2020.2' + build: h3c5361c_5 + build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda + sha256: 79d804fa6af9c750e8b09482559814ae18cd8df549ecb80a4873537a5a31e06e + md5: dd1ea9ff27c93db7c01a7b7656bd4ad4 depends: - - __osx >=11.0 - - libsqlite 3.47.2 h3f77e49_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense + - __osx >=10.13 + - libcxx >=16 + license: LicenseRef-Qhull purls: [] - size: 853604 - timestamp: 1733762084934 -- kind: conda - name: stack_data - version: 0.6.3 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 - md5: b1b505328da7a6b246787df4b5a49fbc - depends: - - asttokens - - executing - - pure_eval - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/stack-data?source=conda-forge-mapping - size: 26988 - timestamp: 1733569565672 + size: 528122 + timestamp: 1720814002588 - kind: conda - name: svt-av1 - version: 2.3.0 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - sha256: df30a9be29f1a8b5a2e314dd5b16ccfbcbd1cc6a4f659340e8bc2bd4de37bc6f - md5: 355898d24394b2af353eb96358db9fdd + name: qhull + version: '2020.2' + build: h420ef59_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda + sha256: 873ac689484262a51fd79bc6103c1a1bedbf524924d7f0088fb80703042805e4 + md5: 6483b1f59526e05d7d894e466b5b6924 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD - size: 2746291 - timestamp: 1730246036363 + - __osx >=11.0 + - libcxx >=16 + license: LicenseRef-Qhull + purls: [] + size: 516376 + timestamp: 1720814307311 - kind: conda - name: svt-av1 - version: 2.3.0 - build: h5888daf_0 + name: qhull + version: '2020.2' + build: h434a139_5 + build_number: 5 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - sha256: df30a9be29f1a8b5a2e314dd5b16ccfbcbd1cc6a4f659340e8bc2bd4de37bc6f - md5: 355898d24394b2af353eb96358db9fdd + url: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc + md5: 353823361b1d27eb3960efb076dfcaf6 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LicenseRef-Qhull purls: [] - size: 2746291 - timestamp: 1730246036363 -- kind: conda - name: svt-av1 - version: 2.3.0 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - sha256: 2fad2496a21d198ea72f5dabfdace2fae0ced5cc3ea243922cb372fcf4c18222 - md5: efb60b536bbf64772929b57f6b30298b - depends: - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD - size: 1796731 - timestamp: 1730246027014 + size: 552937 + timestamp: 1720813982144 - kind: conda - name: svt-av1 - version: 2.3.0 - build: h5ad3122_0 + name: qhull + version: '2020.2' + build: h70be974_5 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - sha256: 2fad2496a21d198ea72f5dabfdace2fae0ced5cc3ea243922cb372fcf4c18222 - md5: efb60b536bbf64772929b57f6b30298b - depends: - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 1796731 - timestamp: 1730246027014 -- kind: conda - name: svt-av1 - version: 2.3.0 - build: h97d8b74_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - sha256: 8cd3878eb1d31ecf21fe982e6d2ca557787100aed2f0c7fd44d01d504e704e30 - md5: c54053b3d1752308a38a9a8c48ce10da - depends: - - __osx >=10.13 - - libcxx >=17 - license: BSD-2-Clause - license_family: BSD - size: 2413474 - timestamp: 1730246540736 -- kind: conda - name: svt-av1 - version: 2.3.0 - build: h97d8b74_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - sha256: 8cd3878eb1d31ecf21fe982e6d2ca557787100aed2f0c7fd44d01d504e704e30 - md5: c54053b3d1752308a38a9a8c48ce10da + url: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda + sha256: 49f777bdf3c5e030a8c7b24c58cdfe9486b51d6ae0001841079a3228bdf9fb51 + md5: bb138086d938e2b64f5f364945793ebf depends: - - __osx >=10.13 - - libcxx >=17 - license: BSD-2-Clause - license_family: BSD + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LicenseRef-Qhull purls: [] - size: 2413474 - timestamp: 1730246540736 + size: 554571 + timestamp: 1720813941183 - kind: conda - name: svt-av1 - version: 2.3.0 - build: he0c23c2_0 + name: qhull + version: '2020.2' + build: hc790b64_5 + build_number: 5 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e - md5: ac11ae1da661e573b71870b1191ce079 + url: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda + sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 + md5: 854fbdff64b572b5c0b470f334d34c11 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - size: 1845727 - timestamp: 1730246453216 + license: LicenseRef-Qhull + purls: [] + size: 1377020 + timestamp: 1720814433486 - kind: conda - name: svt-av1 - version: 2.3.0 - build: he0c23c2_0 + name: qt-main + version: 5.15.8 + build: h06adc49_23 + build_number: 23 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e - md5: ac11ae1da661e573b71870b1191ce079 + url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f + md5: 1f6a464e4fc36114ac7286d1db8d260e depends: + - gst-plugins-base >=1.24.5,<1.25.0a0 + - gstreamer >=1.24.5,<1.25.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang13 >=15.0.7 + - libglib >=2.80.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 5.15.8 + license: LGPL-3.0-only + license_family: LGPL purls: [] - size: 1845727 - timestamp: 1730246453216 + size: 60286742 + timestamp: 1721091009568 - kind: conda - name: svt-av1 - version: 2.3.0 - build: hf24288c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - sha256: ab876ed8bdd20e22a868dcb8d03e9ce9bbba7762d7e652d49bfff6af768a5b8f - md5: 114c33e9eec335a379c9ee6c498bb807 + name: qt-main + version: 5.15.8 + build: h320f8da_24 + build_number: 24 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda + sha256: 43773cf96efce22f8c46b4666fba89953c71cad60b309693147fb90b04557c64 + md5: bec111b67cb8dc63277c6af65d214044 depends: - - __osx >=11.0 - - libcxx >=17 - license: BSD-2-Clause + - __glibc >=2.17,<3.0.a0 + - alsa-lib >=1.2.12,<1.3.0a0 + - dbus >=1.13.6,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gst-plugins-base >=1.24.5,<1.25.0a0 + - gstreamer >=1.24.5,<1.25.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang-cpp15 >=15.0.7,<15.1.0a0 + - libclang13 >=15.0.7 + - libcups >=2.3.3,<2.4.0a0 + - libevent >=2.1.12,<2.1.13.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 + - libglib >=2.80.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libllvm15 >=15.0.7,<15.1.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libpq >=16.3,<17.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.16,<1.17.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-libs >=8.3.0,<8.4.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 + - openssl >=3.3.1,<4.0a0 + - pulseaudio-client >=17.0,<17.1.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-keysyms >=0.4.1,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + - xcb-util-wm >=0.4.2,<0.5.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-xf86vidmodeproto + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 5.15.8 + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 60403438 + timestamp: 1721277287096 +- kind: conda + name: rasterio + version: 1.3.10 + build: py39h0a9625c_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda + sha256: 3cb660bf5f75e95189450e6b46ed911e691bef39e45b90fc626ccb1e4b8407d3 + md5: d10ed60a4ae4b8158a96825d969eb14a + depends: + - __glibc >=2.17,<3.0.a0 + - affine + - attrs + - certifi + - click >=4 + - click-plugins + - cligj >=0.5 + - importlib-metadata + - libgcc-ng >=12 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 + - proj >=9.4.1,<9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - setuptools >=0.9.8 + - snuggs >=1.4.1 + license: BSD-3-Clause license_family: BSD - size: 1387330 - timestamp: 1730246134730 + purls: + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 7707167 + timestamp: 1722410320226 - kind: conda - name: svt-av1 - version: 2.3.0 - build: hf24288c_0 + name: rasterio + version: 1.3.10 + build: py39h53dcae1_5 + build_number: 5 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - sha256: ab876ed8bdd20e22a868dcb8d03e9ce9bbba7762d7e652d49bfff6af768a5b8f - md5: 114c33e9eec335a379c9ee6c498bb807 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda + sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 + md5: c3066976e4bb41b0e6d33bc8615cda15 depends: - __osx >=11.0 - - libcxx >=17 - license: BSD-2-Clause + - affine + - attrs + - certifi + - click >=4 + - click-plugins + - cligj >=0.5 + - importlib-metadata + - libcxx >=16 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 + - proj >=9.4.1,<9.5.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - setuptools >=0.9.8 + - snuggs >=1.4.1 + license: BSD-3-Clause license_family: BSD - purls: [] - size: 1387330 - timestamp: 1730246134730 -- kind: conda - name: syrupy - version: 4.8.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - sha256: 92d53158b84fe73f083c68f3622b4815a724de46127fd877239a7fb9e10515c7 - md5: c09eed35c15b3c3bc1d17a7be4b31d84 - depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.9,<4.0 - license: Apache-2.0 - license_family: APACHE - size: 45053 - timestamp: 1734539738681 -- kind: conda - name: syrupy - version: 4.8.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.0-pyhd8ed1ab_1.conda - sha256: 92d53158b84fe73f083c68f3622b4815a724de46127fd877239a7fb9e10515c7 - md5: c09eed35c15b3c3bc1d17a7be4b31d84 - depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.9,<4.0 - license: Apache-2.0 - license_family: APACHE purls: - - pkg:pypi/syrupy?source=conda-forge-mapping - size: 45053 - timestamp: 1734539738681 -- kind: conda - name: tbb - version: 2021.13.0 - build: h62715c5_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 - md5: 9190dd0a23d925f7602f9628b3aed511 - depends: - - libhwloc >=2.11.2,<2.11.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 151460 - timestamp: 1732982860332 + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 7475236 + timestamp: 1722410601709 - kind: conda - name: tbb - version: 2021.13.0 - build: h62715c5_1 - build_number: 1 + name: rasterio + version: 1.3.10 + build: py39h6e27d46_5 + build_number: 5 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 - md5: 9190dd0a23d925f7602f9628b3aed511 - depends: - - libhwloc >=2.11.2,<2.11.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 151460 - timestamp: 1732982860332 -- kind: pypi - name: tinycss2 - version: 1.4.0 - url: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - sha256: 3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289 - requires_dist: - - webencodings>=0.4 - - sphinx ; extra == 'doc' - - sphinx-rtd-theme ; extra == 'doc' - - pytest ; extra == 'test' - - ruff ; extra == 'test' - requires_python: '>=3.8' -- kind: conda - name: tk - version: 8.6.13 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 - md5: f75105e0585851f818e0009dd1dde4dc + url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 + md5: d9f415ffa1f51fe36006a7aa31d71b03 depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - affine + - attrs + - certifi + - click >=4 + - click-plugins + - cligj >=0.5 + - importlib-metadata + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 + - proj >=9.4.1,<9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - setuptools >=0.9.8 + - snuggs >=1.4.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause license_family: BSD - size: 3351802 - timestamp: 1695506242997 + purls: + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 6967188 + timestamp: 1722410854327 - kind: conda - name: tk - version: 8.6.13 - build: h194ca79_0 + name: rasterio + version: 1.3.10 + build: py39hcf36936_5 + build_number: 5 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 - md5: f75105e0585851f818e0009dd1dde4dc + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda + sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 + md5: 97457bde523ebea8b692f4db7eef3f31 depends: + - affine + - attrs + - certifi + - click >=4 + - click-plugins + - cligj >=0.5 + - importlib-metadata - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 + - numpy >=1.19,<3 + - proj >=9.4.1,<9.5.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - setuptools >=0.9.8 + - snuggs >=1.4.1 + license: BSD-3-Clause license_family: BSD - purls: [] - size: 3351802 - timestamp: 1695506242997 + purls: + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 8013724 + timestamp: 1722410428381 - kind: conda - name: tk - version: 8.6.13 - build: h1abcd95_1 - build_number: 1 + name: rasterio + version: 1.3.10 + build: py39he476bd8_5 + build_number: 5 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 - md5: bf830ba5afc507c6232d4ef0fb1a882d + url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda + sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 + md5: 142be886ff40b6766e6a7ad1ad8651ae depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - __osx >=10.13 + - affine + - attrs + - certifi + - click >=4 + - click-plugins + - cligj >=0.5 + - importlib-metadata + - libcxx >=16 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 + - proj >=9.4.1,<9.5.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - setuptools >=0.9.8 + - snuggs >=1.4.1 + license: BSD-3-Clause license_family: BSD - size: 3270220 - timestamp: 1699202389792 + purls: + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 7350727 + timestamp: 1722410385410 - kind: conda - name: tk - version: 8.6.13 - build: h1abcd95_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 - md5: bf830ba5afc507c6232d4ef0fb1a882d + name: rasterstats + version: 0.19.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 + md5: 83aa6e0ab5c370e2d464fd72ef4cf155 depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - affine + - click >7.1 + - cligj >=0.4 + - fiona + - numpy >=1.9 + - python >=3.7 + - rasterio >=1.0 + - shapely + - simplejson + license: BSD-3-Clause license_family: BSD - purls: [] - size: 3270220 - timestamp: 1699202389792 + purls: + - pkg:pypi/rasterstats?source=conda-forge-mapping + size: 20607 + timestamp: 1685447856675 - kind: conda - name: tk - version: 8.6.13 - build: h5083fa2_1 - build_number: 1 + name: re2 + version: 2023.09.01 + build: h4cba328_2 + build_number: 2 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 - md5: b50a57ba89c32b62428b71a875291c9b + url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 + md5: 0342882197116478a42fa4ea35af79c1 depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - libre2-11 2023.09.01 h7b2c953_2 + license: BSD-3-Clause license_family: BSD - size: 3145523 - timestamp: 1699202432999 + purls: [] + size: 26770 + timestamp: 1708947220914 - kind: conda - name: tk - version: 8.6.13 - build: h5083fa2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 - md5: b50a57ba89c32b62428b71a875291c9b + name: re2 + version: 2023.09.01 + build: h7f4b329_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + sha256: f0f520f57e6b58313e8c41abc7dfa48742a05f1681f05654558127b667c769a8 + md5: 8f70e36268dea8eb666ef14c29bd3cda depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL + - libre2-11 2023.09.01 h5a48ba9_2 + license: BSD-3-Clause license_family: BSD purls: [] - size: 3145523 - timestamp: 1699202432999 + size: 26617 + timestamp: 1708946796423 - kind: conda - name: tk - version: 8.6.13 - build: h5226925_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 - md5: fc048363eb8f03cd1737600a5d08aafe + name: re2 + version: 2023.09.01 + build: h9caee61_2 + build_number: 2 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + sha256: 31db9c598bfa7586ac2e3ba06681d676caa5d252b5b68f4b6173edc71f70681e + md5: a9667ab785e1686d53313364c695f58e depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: TCL + - libre2-11 2023.09.01 h9d008c2_2 + license: BSD-3-Clause license_family: BSD - size: 3503410 - timestamp: 1699202577803 + purls: [] + size: 26726 + timestamp: 1708946863063 - kind: conda - name: tk - version: 8.6.13 - build: h5226925_1 - build_number: 1 + name: re2 + version: 2023.09.01 + build: hb168e87_2 + build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + sha256: 5739ed2cfa62ed7f828eb4b9e6e69ff1df56cb9a9aacdc296451a3cb647034eb + md5: 266f8ca8528fc7e0fa31066c309ad864 + depends: + - libre2-11 2023.09.01 h81f5012_2 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 26814 + timestamp: 1708947195067 +- kind: conda + name: re2 + version: 2023.09.01 + build: hd3b24a8_2 + build_number: 2 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 - md5: fc048363eb8f03cd1737600a5d08aafe + url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe + md5: ffeb985810bc7d103662e1465c758847 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: TCL + - libre2-11 2023.09.01 hf8d8778_2 + license: BSD-3-Clause license_family: BSD purls: [] - size: 3503410 - timestamp: 1699202577803 + size: 207315 + timestamp: 1708947529390 - kind: conda - name: tk - version: 8.6.13 - build: noxft_h4845f30_101 - build_number: 101 + name: readline + version: '8.2' + build: h8228510_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - md5: d453b98d9c83e71da0741bb0ff4d76bc + url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 + md5: 47d31b792659ce70f470b5c82fdfb7a4 depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - size: 3318875 - timestamp: 1699202167581 + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 281456 + timestamp: 1679532220005 - kind: conda - name: tk - version: 8.6.13 - build: noxft_h4845f30_101 - build_number: 101 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - md5: d453b98d9c83e71da0741bb0ff4d76bc + name: readline + version: '8.2' + build: h8fc344f_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda + sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd + md5: 105eb1e16bf83bfb2eb380a48032b655 depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL purls: [] - size: 3318875 - timestamp: 1699202167581 + size: 294092 + timestamp: 1679532238805 - kind: conda - name: tomli - version: 2.2.1 - build: pyhd8ed1ab_1 + name: readline + version: '8.2' + build: h92ec313_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e - md5: ac944244f1fed2eb49bae07193ae8215 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 + md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 19167 - timestamp: 1733256819729 + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 250351 + timestamp: 1679532511311 - kind: conda - name: tomli - version: 2.2.1 - build: pyhd8ed1ab_1 + name: readline + version: '8.2' + build: h9e318b2_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + md5: f17f77f2acf4d344734bda76829ce14e + depends: + - ncurses >=6.3,<7.0a0 + license: GPL-3.0-only + license_family: GPL + purls: [] + size: 255870 + timestamp: 1679532707590 +- kind: conda + name: requests + version: 2.32.3 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e - md5: ac944244f1fed2eb49bae07193ae8215 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc + md5: 5ede4753180c7a550a443c430dc8ab52 depends: - - python >=3.9 - license: MIT - license_family: MIT + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.8 + - urllib3 >=1.21.1,<3 + constrains: + - chardet >=3.0.2,<6 + license: Apache-2.0 + license_family: APACHE purls: - - pkg:pypi/tomli?source=conda-forge-mapping - size: 19167 - timestamp: 1733256819729 + - pkg:pypi/requests?source=conda-forge-mapping + size: 58810 + timestamp: 1717057174842 +- kind: pypi + name: rtds-action + version: 1.1.0 + url: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl + sha256: 097a73eac507387a32b24c3da690f3a876936cb56150aa1786d52a9a67cd62f9 + requires_dist: + - sphinx>=1.7.5 + - setuptools>=40.6.0 + - setuptools-scm + - requests + - pre-commit ; extra == 'dev' + - black ; extra == 'dev' + - isort ; extra == 'dev' + - toml ; extra == 'dev' + - flake8 ; extra == 'dev' + - jupytext ; extra == 'dev' + - jupyterlab ; extra == 'dev' + - pep517 ; extra == 'dev' + - twine ; extra == 'dev' - kind: conda - name: tornado - version: 6.4.2 - build: py39h3e3acee_0 + name: ruamel.yaml + version: 0.18.6 + build: py39h898b7ef_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - sha256: 6cab3a12fe8d71c28805c973497412adadc033f7d6a7b8d90c19e49d662fb6a2 - md5: fdf7a3dc0d7e6ca4cc792f1731d282c4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda + sha256: a99e25a242974b7f03cdb77e5fbf1aa9b987742772ea1a863b32914714404a03 + md5: 1d812135fd4f3bee3680fc22d6dfb593 depends: - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 644629 - timestamp: 1732617765888 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + size: 200411 + timestamp: 1707298439521 - kind: conda - name: tornado - version: 6.4.2 - build: py39h3e3acee_0 + name: ruamel.yaml + version: 0.18.6 + build: py39hd1e30aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda + sha256: 9cfb534d18a1c060d876762806752d6a3d253727f255c65e5473810dd1dd4231 + md5: 2289054e90cf07e35280bbe798811dc8 + depends: + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 + license: MIT + license_family: MIT + size: 200037 + timestamp: 1707298328470 +- kind: conda + name: ruamel.yaml + version: 0.18.10 + build: py39h060674a_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - sha256: 6cab3a12fe8d71c28805c973497412adadc033f7d6a7b8d90c19e49d662fb6a2 - md5: fdf7a3dc0d7e6ca4cc792f1731d282c4 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda + sha256: 2e8215bc2b8692a3f611c447ce584eefd0ec17806df29661f9158eed1cb015eb + md5: ba12d3996c9bb94ef8f746bb22073b32 depends: - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + - ruamel.yaml.clib >=0.1.2 + license: MIT purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 644629 - timestamp: 1732617765888 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199668 + timestamp: 1736248201567 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39h80efdc8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - sha256: 589d723480096cd23bfc370db73a0e11161317c8ba0484890f40f521becf976c - md5: 26ca7a5ab3334a0a1dc0fc9d5b386435 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda + sha256: 43b45bc521837051643bd336dd809456e288af8c3dd39f4e1f1d65a364913003 + md5: 10da490f0e3fc01a19ea2b6373e2167c depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 642149 - timestamp: 1732616108804 + - ruamel.yaml.clib >=0.1.2 + license: MIT + size: 200381 + timestamp: 1736248352592 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39h80efdc8_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - sha256: 589d723480096cd23bfc370db73a0e11161317c8ba0484890f40f521becf976c - md5: 26ca7a5ab3334a0a1dc0fc9d5b386435 + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda + sha256: 43b45bc521837051643bd336dd809456e288af8c3dd39f4e1f1d65a364913003 + md5: 10da490f0e3fc01a19ea2b6373e2167c depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + - ruamel.yaml.clib >=0.1.2 + license: MIT purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 642149 - timestamp: 1732616108804 -- kind: conda - name: tornado - version: 6.4.2 - build: py39h8cd3c5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - sha256: 3c9a90f755ce097ab884bf1ea99ac1033007753a6538cae65747fddc4b74481e - md5: ebfd05ae1501660e995a8b6bbe02a391 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 642001 - timestamp: 1732616065142 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 200381 + timestamp: 1736248352592 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39h8cd3c5a_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - sha256: 3c9a90f755ce097ab884bf1ea99ac1033007753a6538cae65747fddc4b74481e - md5: ebfd05ae1501660e995a8b6bbe02a391 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda + sha256: 02c6f3e1c4de095244c0fb7ff161c53c4515d8743a2281b9ea89aaa272d720f0 + md5: d3117f4c43957fc231357337b81022c1 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + - ruamel.yaml.clib >=0.1.2 + license: MIT purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 642001 - timestamp: 1732616065142 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199223 + timestamp: 1736248193462 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 - md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda + sha256: 854fa88fc319c429c87684367a7a8624e66b2d0ce6251841b57e5dd35abf15f7 + md5: 50c80157ca1494c943e9ed2b54acad64 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 645144 - timestamp: 1732616217328 + license: MIT + size: 199131 + timestamp: 1736248208021 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39ha55e580_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 - md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda + sha256: 854fa88fc319c429c87684367a7a8624e66b2d0ce6251841b57e5dd35abf15f7 + md5: 50c80157ca1494c943e9ed2b54acad64 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ruamel.yaml.clib >=0.1.2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + license: MIT purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 645144 - timestamp: 1732616217328 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199131 + timestamp: 1736248208021 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - sha256: 29b11ca330baf190a478c12a90cd50040e1fff91c419d2604d9964ae4773de81 - md5: 868a36c47fe13a70e940c0e40cea578d + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda + sha256: 942b48edca389154bd36a7d34dc7795554893a5b6a3f7059d1cf4792545edb21 + md5: b0c3f943a59090c0ecc5899983f88d32 depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 641997 - timestamp: 1732616121615 + - ruamel.yaml.clib >=0.1.2 + license: MIT + size: 199563 + timestamp: 1736248355992 - kind: conda - name: tornado - version: 6.4.2 + name: ruamel.yaml + version: 0.18.10 build: py39hf3bc14e_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - sha256: 29b11ca330baf190a478c12a90cd50040e1fff91c419d2604d9964ae4773de81 - md5: 868a36c47fe13a70e940c0e40cea578d + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda + sha256: 942b48edca389154bd36a7d34dc7795554893a5b6a3f7059d1cf4792545edb21 + md5: b0c3f943a59090c0ecc5899983f88d32 depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 641997 - timestamp: 1732616121615 -- kind: conda - name: traitlets - version: 5.14.3 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 - md5: 019a7385be9af33791c989871317e1ed - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 110051 - timestamp: 1733367480074 -- kind: conda - name: traitlets - version: 5.14.3 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 - md5: 019a7385be9af33791c989871317e1ed - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/traitlets?source=conda-forge-mapping - size: 110051 - timestamp: 1733367480074 -- kind: conda - name: typing_extensions - version: 4.12.2 - build: pyha770c72_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 - md5: d17f13df8b65464ca316cbc000a3cb64 - depends: - - python >=3.9 - license: PSF-2.0 - license_family: PSF - size: 39637 - timestamp: 1733188758212 -- kind: conda - name: typing_extensions - version: 4.12.2 - build: pyha770c72_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 - md5: d17f13df8b65464ca316cbc000a3cb64 - depends: - - python >=3.9 - license: PSF-2.0 - license_family: PSF + - ruamel.yaml.clib >=0.1.2 + license: MIT purls: - - pkg:pypi/typing-extensions?source=conda-forge-mapping - size: 39637 - timestamp: 1733188758212 -- kind: conda - name: tzdata - version: 2024b - build: hc8b5060_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf - md5: 8ac3367aafb1cc0a068483c580af8015 - license: LicenseRef-Public-Domain - size: 122354 - timestamp: 1728047496079 -- kind: conda - name: tzdata - version: 2024b - build: hc8b5060_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf - md5: 8ac3367aafb1cc0a068483c580af8015 - license: LicenseRef-Public-Domain - purls: [] - size: 122354 - timestamp: 1728047496079 -- kind: conda - name: ucrt - version: 10.0.22621.0 - build: h57928b3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 - md5: 6797b005cd0f439c4c5c9ac565783700 - constrains: - - vs2015_runtime >=14.29.30037 - license: LicenseRef-MicrosoftWindowsSDK10 - size: 559710 - timestamp: 1728377334097 -- kind: conda - name: ucrt - version: 10.0.22621.0 - build: h57928b3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 - md5: 6797b005cd0f439c4c5c9ac565783700 - constrains: - - vs2015_runtime >=14.29.30037 - license: LicenseRef-MicrosoftWindowsSDK10 - purls: [] - size: 559710 - timestamp: 1728377334097 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda - sha256: 7e360f326086188cf05a9aa49da7b9c937cdb5527e358a6e4dddf90a0826dee2 - md5: 22a119d3f80e6d91b28fbc49a3cc08b2 - depends: - - libgcc >=13 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 368071 - timestamp: 1729704782919 + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199563 + timestamp: 1736248355992 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39h060674a_1 build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h060674a_1.conda - sha256: 7e360f326086188cf05a9aa49da7b9c937cdb5527e358a6e4dddf90a0826dee2 - md5: 22a119d3f80e6d91b28fbc49a3cc08b2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 + md5: 3f16a32141c05e71c66ad3b9b5c5f352 depends: - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 368071 - timestamp: 1729704782919 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 140370 + timestamp: 1728724786974 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39h296a897_1 build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda - sha256: 03a4445428da40a43d65bbf5f0902221a1d282b6da8cb26ed645acafa27e479b - md5: a607bc3d3fdb98722e85270895cb588a + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a + md5: e7ddfa73d200f47af6ad45f556e0a200 depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 364198 - timestamp: 1729704894792 + license: MIT + license_family: MIT + size: 121394 + timestamp: 1728724633280 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39h296a897_1 build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39h296a897_1.conda - sha256: 03a4445428da40a43d65bbf5f0902221a1d282b6da8cb26ed645acafa27e479b - md5: a607bc3d3fdb98722e85270895cb588a + url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a + md5: e7ddfa73d200f47af6ad45f556e0a200 depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 364198 - timestamp: 1729704894792 -- kind: conda - name: unicodedata2 - version: 15.1.0 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 121394 + timestamp: 1728724633280 +- kind: conda + name: ruamel.yaml.clib + version: 0.2.8 build: py39h57695bc_1 build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda - sha256: 2aa67870191089c75a2839741e9a76b39751958fa7ec7e19a4f6b8a655b433d5 - md5: ea1c54a65af341878cc7ab4b6275ff7b + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea + md5: 34f6d0337554e552639c2f1f99cd41ad depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 373638 - timestamp: 1729704744739 + license: MIT + license_family: MIT + size: 117668 + timestamp: 1728724707305 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39h57695bc_1 build_number: 1 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h57695bc_1.conda - sha256: 2aa67870191089c75a2839741e9a76b39751958fa7ec7e19a4f6b8a655b433d5 - md5: ea1c54a65af341878cc7ab4b6275ff7b + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea + md5: 34f6d0337554e552639c2f1f99cd41ad depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373638 - timestamp: 1729704744739 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 117668 + timestamp: 1728724707305 - kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda - sha256: 8859d41d01025ea2d1f5448d459e99818757fee472ee718f83d5fb78328e775f - md5: 6346898044e4387631c614290789a434 + name: ruamel.yaml.clib + version: 0.2.8 + build: py39h898b7ef_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda + sha256: 26c1d4c477d539092d7bbb3bf3d9f0862dc4a37591420994a7174e88145894bd + md5: 00c9e4da8b81efc42ed39d85c53b687f depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache - size: 368535 - timestamp: 1729704703197 + license: MIT + license_family: MIT + size: 135306 + timestamp: 1707314850184 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39h8cd3c5a_1 build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39h8cd3c5a_1.conda - sha256: 8859d41d01025ea2d1f5448d459e99818757fee472ee718f83d5fb78328e775f - md5: 6346898044e4387631c614290789a434 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 + md5: 52b68618d0aa78366f287de1b1319a1c depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 368535 - timestamp: 1729704703197 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 147142 + timestamp: 1728724586615 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39ha55e580_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda - sha256: c5499da77a6d15b4ccaf77d423ef4046e07ae7e545d7bebf5cade3bd8c4c1a57 - md5: 7b7e5732092b9a635440ec939e45651d + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 + md5: 3858e7750875be9dd6542a2fcf2968e3 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 365699 - timestamp: 1729705064037 + license: MIT + license_family: MIT + size: 111257 + timestamp: 1728725012226 - kind: conda - name: unicodedata2 - version: 15.1.0 + name: ruamel.yaml.clib + version: 0.2.8 build: py39ha55e580_1 build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55e580_1.conda - sha256: c5499da77a6d15b4ccaf77d423ef4046e07ae7e545d7bebf5cade3bd8c4c1a57 - md5: 7b7e5732092b9a635440ec939e45651d + url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 + md5: 3858e7750875be9dd6542a2fcf2968e3 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 365699 - timestamp: 1729705064037 -- kind: conda - name: uriparser - version: 0.9.8 - build: h00cdb27_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - sha256: fa0bcbfb20a508ca9bf482236fe799581cbd0eab016e47a865e9fa44dbe3c512 - md5: e8ff9e11babbc8cd77af5a4258dc2802 - depends: - - __osx >=11.0 - - libcxx >=16 - license: BSD-3-Clause - license_family: BSD - size: 40625 - timestamp: 1715010029254 -- kind: conda - name: uriparser - version: 0.9.8 - build: h00cdb27_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - sha256: fa0bcbfb20a508ca9bf482236fe799581cbd0eab016e47a865e9fa44dbe3c512 - md5: e8ff9e11babbc8cd77af5a4258dc2802 - depends: - - __osx >=11.0 - - libcxx >=16 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 40625 - timestamp: 1715010029254 + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 111257 + timestamp: 1728725012226 - kind: conda - name: uriparser - version: 0.9.8 - build: h0a1ffab_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - sha256: e77ca5aea9a200f751bbc29ec926315d6d04240e7f4f8895ac13c438aafde422 - md5: 7e9a7e1e1e9d6e827d2cfda21c22853e + name: ruamel.yaml.clib + version: 0.2.8 + build: py39hd1e30aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda + sha256: 32b7b4f13493eeff0d18de85d58d7b8c2b04234ea737b8769871067189c70d69 + md5: b1961e70cfe8e1eac243faf933d1813f depends: - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 48473 - timestamp: 1715009966295 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 145034 + timestamp: 1707314715975 - kind: conda - name: uriparser - version: 0.9.8 - build: h0a1ffab_0 + name: ruff + version: 0.5.5 + build: py39h009b497_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - sha256: e77ca5aea9a200f751bbc29ec926315d6d04240e7f4f8895ac13c438aafde422 - md5: 7e9a7e1e1e9d6e827d2cfda21c22853e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda + sha256: c208cf15ca0124f8ab1d8d57e6125ffa0fc3028149e816b10dec6096e11bd379 + md5: 1fbe43de38da967a5801be4e40bfdb93 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 48473 - timestamp: 1715009966295 -- kind: conda - name: uriparser - version: 0.9.8 - build: h5a68840_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - sha256: ed0eed8ed0343d29cdbfaeb1bfd141f090af696547d69f91c18f46350299f00d - md5: 28b4cf9065681f43cc567410edf8243d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 49181 - timestamp: 1715010467661 -- kind: conda - name: uriparser - version: 0.9.8 - build: h5a68840_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - sha256: ed0eed8ed0343d29cdbfaeb1bfd141f090af696547d69f91c18f46350299f00d - md5: 28b4cf9065681f43cc567410edf8243d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 49181 - timestamp: 1715010467661 -- kind: conda - name: uriparser - version: 0.9.8 - build: h6aefe2f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - sha256: fec8e52955fc314580a93dee665349bf430ce6df19019cea3fae7ec60f732bdd - md5: 649890a63cc818b24fbbf0572db221a5 - depends: - - __osx >=10.9 - - libcxx >=16 - license: BSD-3-Clause - license_family: BSD - size: 43396 - timestamp: 1715010079800 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - __glibc >=2.17 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruff?source=conda-forge-mapping + size: 7069056 + timestamp: 1721941449338 - kind: conda - name: uriparser - version: 0.9.8 - build: h6aefe2f_0 + name: ruff + version: 0.5.5 + build: py39h4dd7705_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - sha256: fec8e52955fc314580a93dee665349bf430ce6df19019cea3fae7ec60f732bdd - md5: 649890a63cc818b24fbbf0572db221a5 + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda + sha256: a5c9414ca4b2bd2686f7a3b2f2dd4584dee90434cc31c07b26c993a0bd66f5e4 + md5: abf9a7e824182801656409cfc1b6e32f depends: - - __osx >=10.9 + - __osx >=10.13 - libcxx >=16 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 43396 - timestamp: 1715010079800 -- kind: conda - name: uriparser - version: 0.9.8 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e - md5: d71d3a66528853c0a1ac2c02d79a0284 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 48270 - timestamp: 1715010035325 -- kind: conda - name: uriparser - version: 0.9.8 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e - md5: d71d3a66528853c0a1ac2c02d79a0284 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 48270 - timestamp: 1715010035325 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - __osx >=10.13 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruff?source=conda-forge-mapping + size: 6100458 + timestamp: 1721941549040 - kind: conda - name: urllib3 - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e - md5: 32674f8dbfb7b26410ed580dd3c10a29 + name: ruff + version: 0.5.5 + build: py39h8125149_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda + sha256: d4921ff632364a2d9f051f99e0156907050e7281c42f2091910aaccda29e5c8a + md5: 25e49947f713a81aec5e278c7a200224 depends: - - brotli-python >=1.0.9 - - h2 >=4,<5 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.9 - - zstandard >=0.18.0 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - __glibc >=2.17 license: MIT license_family: MIT - size: 100102 - timestamp: 1734859520452 + purls: + - pkg:pypi/ruff?source=conda-forge-mapping + size: 7171576 + timestamp: 1721941051867 - kind: conda - name: urllib3 - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e - md5: 32674f8dbfb7b26410ed580dd3c10a29 + name: ruff + version: 0.5.5 + build: py39hb586919_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda + sha256: b861f04607df5844e047f1d39d3b1b40eb2cf07fdf8cb1ccca5133d43312559d + md5: 390943da6039fb8ba0fe0644033189e3 depends: - - brotli-python >=1.0.9 - - h2 >=4,<5 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.9 - - zstandard >=0.18.0 + - __osx >=11.0 + - libcxx >=16 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - __osx >=11.0 license: MIT license_family: MIT purls: - - pkg:pypi/urllib3?source=conda-forge-mapping - size: 100102 - timestamp: 1734859520452 + - pkg:pypi/ruff?source=conda-forge-mapping + size: 5818456 + timestamp: 1721941510574 - kind: conda - name: vc - version: '14.3' - build: ha32ba9b_23 - build_number: 23 + name: ruff + version: 0.5.5 + build: py39hda83faa_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda - sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663 - md5: 7c10ec3158d1eb4ddff7007c9101adb0 + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda + sha256: 14ff65231f177b802c1139dee0c96eae851fa7e4a93438965b2d0af6ecefb8cb + md5: c25eca127ef7cf5b14d2623e3ea47229 depends: - - vc14_runtime >=14.38.33135 - track_features: - - vc14 - license: BSD-3-Clause - license_family: BSD - size: 17479 - timestamp: 1731710827215 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/ruff?source=conda-forge-mapping + size: 6281011 + timestamp: 1721942830455 - kind: conda - name: vc - version: '14.3' - build: ha32ba9b_23 - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda - sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663 - md5: 7c10ec3158d1eb4ddff7007c9101adb0 + name: s2n + version: 1.4.17 + build: h52a6840_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda + sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f + md5: d43af76177a3d24cf735b92496417759 depends: - - vc14_runtime >=14.38.33135 - track_features: - - vc14 - license: BSD-3-Clause - license_family: BSD + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 17479 - timestamp: 1731710827215 -- kind: conda - name: vc14_runtime - version: 14.42.34433 - build: he29a5d6_23 - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda - sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49 - md5: 32b37d0cfa80da34548501cdc913a832 - depends: - - ucrt >=10.0.20348.0 - constrains: - - vs2015_runtime 14.42.34433.* *_23 - license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime - license_family: Proprietary - size: 754247 - timestamp: 1731710681163 + size: 346598 + timestamp: 1719619197429 - kind: conda - name: vc14_runtime - version: 14.42.34433 - build: he29a5d6_23 - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda - sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49 - md5: 32b37d0cfa80da34548501cdc913a832 + name: s2n + version: 1.4.17 + build: he19d79f_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda + sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a + md5: e25ac9bf10f8e6aa67727b1cdbe762ef depends: - - ucrt >=10.0.20348.0 - constrains: - - vs2015_runtime 14.42.34433.* *_23 - license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime - license_family: Proprietary + - libgcc-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: Apache-2.0 + license_family: Apache purls: [] - size: 754247 - timestamp: 1731710681163 + size: 349926 + timestamp: 1719619139334 - kind: conda - name: vs2015_runtime - version: 14.42.34433 - build: hdffcdeb_23 - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118 - md5: 5c176975ca2b8366abad3c97b3cd1e83 + name: scipy + version: 1.13.1 + build: py39h038d4f4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda + sha256: f5dc2ae1c0149c41275c25f8977b9b4bc26db27300a50db803ad0ee0ce3565ce + md5: 97931299de8eea2fc8b66e2b49447eda depends: - - vc14_runtime >=14.42.34433 + - __osx >=10.13 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy <2.3 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - size: 17572 - timestamp: 1731710685291 + purls: + - pkg:pypi/scipy?source=conda-forge-mapping + size: 15635286 + timestamp: 1716471538660 - kind: conda - name: vs2015_runtime - version: 14.42.34433 - build: hdffcdeb_23 - build_number: 23 + name: scipy + version: 1.13.1 + build: py39h1a10956_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118 - md5: 5c176975ca2b8366abad3c97b3cd1e83 + url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda + sha256: dc694e034d1223266de3224c3fe60d36865eebd2f7e43cb1cf06dfdf983f7f3e + md5: 9f8e571406af04d2f5fdcbecec704505 depends: - - vc14_runtime >=14.42.34433 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - numpy <2.3 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD - purls: [] - size: 17572 - timestamp: 1731710685291 + purls: + - pkg:pypi/scipy?source=conda-forge-mapping + size: 14854560 + timestamp: 1716472552464 - kind: conda - name: wayland - version: 1.23.1 - build: h3e06ad9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 - md5: 0a732427643ae5e0486a727927791da1 + name: scipy + version: 1.13.1 + build: py39h3d5391c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda + sha256: 757850d99c81df9b5a36b201ee1ef850298669facb4e475f1d77cd3e8b10092d + md5: 29a07d75356ca619b3cfc8304a9ce6e5 depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - license: MIT - license_family: MIT - size: 321561 - timestamp: 1724530461598 + - __osx >=11.0 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=16 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy <2.3 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/scipy?source=conda-forge-mapping + size: 14699719 + timestamp: 1716472126212 - kind: conda - name: wayland - version: 1.23.1 - build: h3e06ad9_0 + name: scipy + version: 1.13.1 + build: py39haf93ffa_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 - md5: 0a732427643ae5e0486a727927791da1 - depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.6.2,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - license: MIT - license_family: MIT - purls: [] - size: 321561 - timestamp: 1724530461598 -- kind: conda - name: wayland - version: 1.23.1 - build: h698ed42_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda - sha256: 71c591803459e1f68f9ad206a4f2fa3971147502bad8791e94fd18d8362f8ce6 - md5: 2661f9252065051914f1cdf5835e7430 - depends: - - libexpat >=2.6.2,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - license: MIT - license_family: MIT - size: 324815 - timestamp: 1724530528414 -- kind: conda - name: wayland - version: 1.23.1 - build: h698ed42_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda - sha256: 71c591803459e1f68f9ad206a4f2fa3971147502bad8791e94fd18d8362f8ce6 - md5: 2661f9252065051914f1cdf5835e7430 - depends: - - libexpat >=2.6.2,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=13 - - libstdcxx-ng >=13 - license: MIT - license_family: MIT - purls: [] - size: 324815 - timestamp: 1724530528414 -- kind: conda - name: wcwidth - version: 0.2.13 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - sha256: f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5 - md5: b68980f2495d096e71c7fd9d7ccf63e6 + url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda + sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac + md5: 492a2cd65862d16a4aaf535ae9ccb761 depends: - - python >=3.9 - license: MIT - license_family: MIT + - 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 <2.3 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/wcwidth?source=conda-forge-mapping - size: 32581 - timestamp: 1733231433877 -- kind: pypi - name: webencodings - version: 0.5.1 - url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl - sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 + - pkg:pypi/scipy?source=conda-forge-mapping + size: 16523290 + timestamp: 1716471188947 - kind: conda - name: wheel - version: 0.45.1 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce - md5: 75cb7132eb58d97896e173ef12ac9986 + name: scipy + version: 1.13.1 + build: py39hb921187_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda + sha256: a6a6f92a2d743bf7f94147f7355ff8e1023abed0594bcb42def2e4ed8abefec5 + md5: 1aac9080de661e03d286f18fb71e5240 depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 62931 - timestamp: 1733130309598 + - 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 <2.3 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/scipy?source=conda-forge-mapping + size: 16574369 + timestamp: 1716471566067 - kind: conda - name: wheel - version: 0.45.1 - build: pyhd8ed1ab_1 - build_number: 1 + name: setuptools + version: 72.1.0 + build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce - md5: 75cb7132eb58d97896e173ef12ac9986 + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 + md5: e06d4c26df4f958a8d38696f2c344d15 depends: - - python >=3.9 + - python >=3.8 license: MIT license_family: MIT purls: - - pkg:pypi/wheel?source=conda-forge-mapping - size: 62931 - timestamp: 1733130309598 -- kind: conda - name: win_inet_pton - version: 1.1.0 - build: pyh7428d3b_8 - build_number: 8 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f - md5: 46e441ba871f524e2b067929da3051c2 - depends: - - __win - - python >=3.9 - license: LicenseRef-Public-Domain - size: 9555 - timestamp: 1733130678956 + - pkg:pypi/setuptools?source=conda-forge-mapping + size: 1462612 + timestamp: 1722586785703 +- kind: pypi + name: setuptools-scm + version: 8.1.0 + url: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl + sha256: 897a3226a6fd4a6eb2f068745e49733261a21f70b1bb28fce0339feb978d9af3 + requires_dist: + - packaging>=20 + - setuptools + - typing-extensions ; python_version < '3.10' + - tomli>=1 ; python_version < '3.11' + - entangled-cli~=2.0 ; extra == 'docs' + - mkdocs ; extra == 'docs' + - mkdocs-entangled-plugin ; extra == 'docs' + - mkdocs-material ; extra == 'docs' + - mkdocstrings[python] ; extra == 'docs' + - pygments ; extra == 'docs' + - rich ; extra == 'rich' + - build ; extra == 'test' + - pytest ; extra == 'test' + - rich ; extra == 'test' + - wheel ; extra == 'test' + - typing-extensions ; python_version < '3.11' and extra == 'test' + requires_python: '>=3.8' - kind: conda - name: win_inet_pton - version: 1.1.0 - build: pyh7428d3b_8 - build_number: 8 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f - md5: 46e441ba871f524e2b067929da3051c2 + name: shapely + version: 2.0.5 + build: py39h1254fa4_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda + sha256: 4698ba5dbce07e5b0e11a6199e7cd79b9189a9bfbf66406a073c25df343b403f + md5: 45474d4a7a104c9758e68d2252f548ae depends: - - __win - - python >=3.9 - license: LicenseRef-Public-Domain + - __glibc >=2.17,<3.0.a0 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/win-inet-pton?source=conda-forge-mapping - size: 9555 - timestamp: 1733130678956 + - pkg:pypi/shapely?source=conda-forge-mapping + size: 479888 + timestamp: 1720886330296 - kind: conda - name: x265 - version: '3.5' - build: h2d74725_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 - md5: ca7129a334198f08347fb19ac98a2de9 + name: shapely + version: 2.0.5 + build: py39h2abb8a4_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda + sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 + md5: be4607319add171d8b914eb6eb117929 depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: GPL-2.0-or-later - license_family: GPL - size: 5517425 - timestamp: 1646611941216 + - __osx >=11.0 + - geos >=3.12.2,<3.12.3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/shapely?source=conda-forge-mapping + size: 446840 + timestamp: 1720886437798 - kind: conda - name: x265 - version: '3.5' - build: h2d74725_3 - build_number: 3 + name: shapely + version: 2.0.5 + build: py39h78b7fd3_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 - md5: ca7129a334198f08347fb19ac98a2de9 - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 5517425 - timestamp: 1646611941216 -- kind: conda - name: x265 - version: '3.5' - build: h924138e_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 - md5: e7f6ed84d4623d52ee581325c1587a6b - depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - license: GPL-2.0-or-later - license_family: GPL - size: 3357188 - timestamp: 1646609687141 -- kind: conda - name: x265 - version: '3.5' - build: h924138e_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 - md5: e7f6ed84d4623d52ee581325c1587a6b - depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 3357188 - timestamp: 1646609687141 -- kind: conda - name: x265 - version: '3.5' - build: hbb4e6a2_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 - sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 - md5: a3bf3e95b7795871a6734a784400fcea + url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 + md5: 544a286f1e78a78070f8cee0bc0e46e6 depends: - - libcxx >=12.0.1 - license: GPL-2.0-or-later - license_family: GPL - size: 3433205 - timestamp: 1646610148268 + - geos >=3.12.2,<3.12.3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/shapely?source=conda-forge-mapping + size: 451280 + timestamp: 1720886557328 - kind: conda - name: x265 - version: '3.5' - build: hbb4e6a2_3 - build_number: 3 + name: shapely + version: 2.0.5 + build: py39h8550d3e_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 - sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 - md5: a3bf3e95b7795871a6734a784400fcea - depends: - - libcxx >=12.0.1 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 3433205 - timestamp: 1646610148268 -- kind: conda - name: x265 - version: '3.5' - build: hbc6ce65_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 - sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d - md5: b1f7f2780feffe310b068c021e8ff9b2 - depends: - - libcxx >=12.0.1 - license: GPL-2.0-or-later - license_family: GPL - size: 1832744 - timestamp: 1646609481185 -- kind: conda - name: x265 - version: '3.5' - build: hbc6ce65_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 - sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d - md5: b1f7f2780feffe310b068c021e8ff9b2 + url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda + sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc + md5: 55ebe2681157db5ccfef1df14edd585a depends: - - libcxx >=12.0.1 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 1832744 - timestamp: 1646609481185 + - __osx >=10.13 + - geos >=3.12.2,<3.12.3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/shapely?source=conda-forge-mapping + size: 450046 + timestamp: 1720886370774 - kind: conda - name: x265 - version: '3.5' - build: hdd96247_3 - build_number: 3 + name: shapely + version: 2.0.5 + build: py39he360f98_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 - sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 - md5: 786853760099c74a1d4f0da98dd67aea + url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda + sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 + md5: f9a06e423c2377c2ca0666b9fef5c258 depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - license: GPL-2.0-or-later - license_family: GPL - size: 1018181 - timestamp: 1646610147365 + - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/shapely?source=conda-forge-mapping + size: 482232 + timestamp: 1720888300459 - kind: conda - name: x265 - version: '3.5' - build: hdd96247_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 - sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 - md5: 786853760099c74a1d4f0da98dd67aea + name: simplejson + version: 3.19.2 + build: py39h17cfd9d_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda + sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 + md5: 4e92b7284d68610a996ba71dc70d4db8 depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 1018181 - timestamp: 1646610147365 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + purls: + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106617 + timestamp: 1696596094406 - kind: conda - name: xcb-util - version: 0.4.1 - build: h5c728e9_2 - build_number: 2 + name: simplejson + version: 3.19.2 + build: py39h898b7ef_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda - sha256: 59f586defd3c1295a32d8eb587036302ab254300d88e605354e8eaa4a27563ec - md5: b4cf8ba6cff9cdf1249bcfe1314222b0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda + sha256: 5a1e4e6224871eb88e1d1a32739c373d7e1b98f318c68730ec6e49715d4dd13a + md5: 9d57ea3129ab6122b95dd9bceb2b8046 depends: - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 20597 - timestamp: 1718844955591 + purls: + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 108659 + timestamp: 1696596061629 - kind: conda - name: xcb-util - version: 0.4.1 - build: h5c728e9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda - sha256: 59f586defd3c1295a32d8eb587036302ab254300d88e605354e8eaa4a27563ec - md5: b4cf8ba6cff9cdf1249bcfe1314222b0 + name: simplejson + version: 3.19.2 + build: py39ha09f3b3_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda + sha256: 0161f81420ebd46c2dd7e14f0f7f8b4bdfc5c2ec701918118a5dafee3390b61a + md5: fc7b83381e7fce8a54ab89a44c21893d depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 20597 - timestamp: 1718844955591 + purls: + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106290 + timestamp: 1696596143189 - kind: conda - name: xcb-util - version: 0.4.1 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 - md5: 8637c3e5821654d0edf97e2b0404b443 + name: simplejson + version: 3.19.2 + build: py39ha55989b_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 + md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 19965 - timestamp: 1718843348208 + purls: + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106701 + timestamp: 1696596379005 - kind: conda - name: xcb-util - version: 0.4.1 - build: hb711507_2 - build_number: 2 + name: simplejson + version: 3.19.2 + build: py39hd1e30aa_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 - md5: 8637c3e5821654d0edf97e2b0404b443 + url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda + sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 + md5: 1e6136536a45d47f034dc9b320d62a39 depends: - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 19965 - timestamp: 1718843348208 + purls: + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 108573 + timestamp: 1696596163659 - kind: conda - name: xcb-util-cursor - version: 0.1.5 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda - sha256: c2608dc625c7aacffff938813f985c5f21c6d8a4da3280d57b5287ba1b27ec21 - md5: d6bb2038d26fa118d5cbc2761116f3e5 + name: sip + version: 6.7.12 + build: py39h3d6467e_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda + sha256: fd50c71dc05daf9d28663d448d17f150b3eb79ae629198c73e2186b5b1e990dc + md5: e667a3ab0df62c54e60e1843d2e6defb depends: - - libgcc >=13 - - libxcb >=1.13 - - libxcb >=1.16,<2.0.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - license: MIT - license_family: MIT - size: 21123 - timestamp: 1726125922919 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - packaging + - ply + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli + license: GPL-3.0-only + license_family: GPL + purls: + - pkg:pypi/sip?source=conda-forge-mapping + size: 491742 + timestamp: 1697300599649 - kind: conda - name: xcb-util-cursor - version: 0.1.5 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda - sha256: c2608dc625c7aacffff938813f985c5f21c6d8a4da3280d57b5287ba1b27ec21 - md5: d6bb2038d26fa118d5cbc2761116f3e5 + name: sip + version: 6.7.12 + build: py39h99910a6_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda + sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 + md5: 0cc5774390ada632ed7975203057c91c depends: - - libgcc >=13 - - libxcb >=1.13 - - libxcb >=1.16,<2.0.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 21123 - timestamp: 1726125922919 + - packaging + - ply + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-3.0-only + license_family: GPL + purls: + - pkg:pypi/sip?source=conda-forge-mapping + size: 502390 + timestamp: 1697300934198 - kind: conda - name: xcb-util-cursor - version: 0.1.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b - md5: eb44b3b6deb1cab08d72cb61686fe64c + name: six + version: 1.16.0 + build: pyh6c4a22f_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.13 - - libxcb >=1.16,<2.0.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 + - python license: MIT license_family: MIT - size: 20296 - timestamp: 1726125844850 + purls: + - pkg:pypi/six?source=conda-forge-mapping + size: 14259 + timestamp: 1620240338595 - kind: conda - name: xcb-util-cursor - version: 0.1.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b - md5: eb44b3b6deb1cab08d72cb61686fe64c + name: smmap + version: 5.0.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 + sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 + md5: 62f26a3d1387acee31322208f0cfa3e0 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.13 - - libxcb >=1.16,<2.0.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 20296 - timestamp: 1726125844850 + - python >=3.5 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/smmap?source=conda-forge-mapping + size: 22483 + timestamp: 1634310465482 - kind: conda - name: xcb-util-image - version: 0.4.0 - build: h5c728e9_2 - build_number: 2 + name: snappy + version: 1.2.1 + build: h1088aeb_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda - sha256: a43058edc001e8fb97f9b291028a6ca16a8969d9b56a998c7aecea083323ac97 - md5: b82e5c78dbbfa931980e8bfe83bce913 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f + md5: e4ed5b015f525b56f95c26d85a4ea208 depends: - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - license: MIT - license_family: MIT - size: 24910 - timestamp: 1718880504308 + - libstdcxx-ng >=12 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 42888 + timestamp: 1720003817527 - kind: conda - name: xcb-util-image - version: 0.4.0 - build: h5c728e9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda - sha256: a43058edc001e8fb97f9b291028a6ca16a8969d9b56a998c7aecea083323ac97 - md5: b82e5c78dbbfa931980e8bfe83bce913 + name: snappy + version: 1.2.1 + build: h23299a8_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 + md5: 7635a408509e20dcfc7653ca305ad799 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - license: MIT - license_family: MIT + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 24910 - timestamp: 1718880504308 + size: 59350 + timestamp: 1720004197144 - kind: conda - name: xcb-util-image - version: 0.4.0 - build: hb711507_2 - build_number: 2 + name: snappy + version: 1.2.1 + build: ha2e4443_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 - md5: a0901183f08b6c7107aab109733a3c91 + url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f + md5: 6b7dcc7349efd123d493d2dbe85a045f depends: - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - license: MIT - license_family: MIT - size: 24551 - timestamp: 1718880534789 + - libstdcxx-ng >=12 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 42465 + timestamp: 1720003704360 - kind: conda - name: xcb-util-image - version: 0.4.0 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 - md5: a0901183f08b6c7107aab109733a3c91 + name: snappy + version: 1.2.1 + build: hd02b534_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 + md5: 69d0f9694f3294418ee935da3d5f7272 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - license: MIT - license_family: MIT + - __osx >=11.0 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 24551 - timestamp: 1718880534789 + size: 35708 + timestamp: 1720003794374 - kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: h5c728e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda - sha256: 9d92daa7feb0e14f81bf0d4b3f0b6ff1e8cec3ff514df8a0c06c4d49b518c315 - md5: 57ca8564599ddf8b633c4ea6afee6f3a + name: snappy + version: 1.2.1 + build: he1e6707_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 + md5: ddceef5df973c8ff7d6b32353c0cb358 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 14343 - timestamp: 1718846624153 + - __osx >=10.13 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 37036 + timestamp: 1720003862906 - kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: h5c728e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda - sha256: 9d92daa7feb0e14f81bf0d4b3f0b6ff1e8cec3ff514df8a0c06c4d49b518c315 - md5: 57ca8564599ddf8b633c4ea6afee6f3a + name: snowballstemmer + version: 2.2.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 + md5: 4d22a9315e78c6827f806065957d566e depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - python >=2 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/snowballstemmer?source=conda-forge-mapping + size: 58824 + timestamp: 1637143137377 +- kind: conda + name: snuggs + version: 1.4.7 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 + md5: 5abeaa41ec50d4d1421a8bc8fbc93054 + depends: + - numpy + - pyparsing >=2.1.6 + - python >=3.6 license: MIT - license_family: MIT - purls: [] - size: 14343 - timestamp: 1718846624153 + purls: + - pkg:pypi/snuggs?source=conda-forge-mapping + size: 11131 + timestamp: 1722610712753 +- kind: pypi + name: soupsieve + version: '2.5' + url: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 + requires_python: '>=3.8' - kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 - md5: ad748ccca349aec3e91743e08b5e2b50 + name: spdlog + version: 1.14.1 + build: h325aa07_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda + sha256: ec594f80f82f69472cf518795303a222a03460cc4102c4758b33eab833640024 + md5: 4aa13d84a5c71b5df6642761a6c35ce9 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - __osx >=10.13 + - fmt >=11.0.1,<12.0a0 + - libcxx >=16 license: MIT license_family: MIT - size: 14314 - timestamp: 1718846569232 + purls: [] + size: 171455 + timestamp: 1722238446029 - kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 - md5: ad748ccca349aec3e91743e08b5e2b50 + name: spdlog + version: 1.14.1 + build: h6d8af72_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda + sha256: f981d4f3555125cb913be49397892f43c6b747705c0d72cba3676f7d98709f92 + md5: 4af518b01539da8e4af17aee5fb92639 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - __osx >=11.0 + - fmt >=11.0.1,<12.0a0 + - libcxx >=16 license: MIT license_family: MIT purls: [] - size: 14314 - timestamp: 1718846569232 + size: 164011 + timestamp: 1722238482313 - kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: h5c728e9_0 + name: spdlog + version: 1.14.1 + build: h9d9cc24_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda - sha256: 5827f5617c9741599f72bb7f090726f89c6ef91e4bada621895fdc2bbadfb0f1 - md5: 7beeda4223c5484ef72d89fb66b7e8c1 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda + sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d + md5: 771630cc938de801e261c3a069d22a68 depends: + - fmt >=11.0.1,<12.0a0 - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 18139 - timestamp: 1718849914457 + purls: [] + size: 194216 + timestamp: 1722238356907 - kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: h5c728e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda - sha256: 5827f5617c9741599f72bb7f090726f89c6ef91e4bada621895fdc2bbadfb0f1 - md5: 7beeda4223c5484ef72d89fb66b7e8c1 + name: spdlog + version: 1.14.1 + build: h9f2357e_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf + md5: b9bff07144f2be7ee32f0b83a79ef21d depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - fmt >=11.0.1,<12.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 18139 - timestamp: 1718849914457 + size: 169120 + timestamp: 1722238639391 - kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: hb711507_0 + name: spdlog + version: 1.14.1 + build: hed91bc2_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df - md5: 0e0cbe0564d03a99afd5fd7b362feecd + url: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda + sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 + md5: 909188c8979846bac8e586908cf1ca6a depends: + - __glibc >=2.17,<3.0.a0 + - fmt >=11.0.1,<12.0a0 - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT - size: 16978 - timestamp: 1718848865819 + purls: [] + size: 195665 + timestamp: 1722238295031 +- kind: conda + name: sphinx + version: 7.4.7 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda + sha256: 0de25d561b20dd06982df45a2c3cef490e45b0d4bae8d2c290030721bdadecd6 + md5: c568e260463da2528ecfd7c5a0b41bbd + depends: + - alabaster >=0.7.14,<0.8.dev0 + - babel >=2.13 + - colorama >=0.4.6 + - docutils >=0.20,<0.22 + - imagesize >=1.3 + - importlib-metadata >=6.0 + - jinja2 >=3.1 + - packaging >=23.0 + - pygments >=2.17 + - python >=3.9 + - requests >=2.30.0 + - snowballstemmer >=2.2 + - sphinxcontrib-applehelp + - sphinxcontrib-devhelp + - sphinxcontrib-htmlhelp >=2.0.0 + - sphinxcontrib-jsmath + - sphinxcontrib-qthelp + - sphinxcontrib-serializinghtml >=1.1.9 + - tomli >=2.0 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinx?source=conda-forge-mapping + size: 1358660 + timestamp: 1721487658869 +- kind: pypi + name: sphinx-markdown-tables + version: 0.0.17 + url: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl + sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 + requires_dist: + - markdown>=3.4 - kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df - md5: 0e0cbe0564d03a99afd5fd7b362feecd + name: sphinx_rtd_theme + version: 2.0.0 + build: pyha770c72_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + sha256: 8545c806d03092fd0236db6663c88036eab2dc99e34c91cd36c0704db03b148a + md5: baf6d9a33df1a789ca55e3b404c7ea28 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 + - docutils <0.21 + - python >=3.6 + - sphinx >=5,<8 + - sphinxcontrib-jquery >=4,<5 license: MIT license_family: MIT - purls: [] - size: 16978 - timestamp: 1718848865819 + purls: + - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping + size: 2614217 + timestamp: 1701183633165 - kind: conda - name: xcb-util-wm - version: 0.4.2 - build: h5c728e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda - sha256: 3f52cd8783e7d953c54266255fd11886c611c2620545eabc28ec8cf470ae8be7 - md5: f14dcda6894722e421da2b7dcffb0b78 + name: sphinxcontrib-applehelp + version: 2.0.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 + md5: 9075bd8c033f0257122300db914e49c9 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 50772 - timestamp: 1718845072660 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping + size: 29617 + timestamp: 1722244567894 - kind: conda - name: xcb-util-wm - version: 0.4.2 - build: h5c728e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda - sha256: 3f52cd8783e7d953c54266255fd11886c611c2620545eabc28ec8cf470ae8be7 - md5: f14dcda6894722e421da2b7dcffb0b78 + name: sphinxcontrib-devhelp + version: 2.0.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b + md5: b3bcc38c471ebb738854f52a36059b48 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 50772 - timestamp: 1718845072660 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping + size: 24138 + timestamp: 1722245127289 - kind: conda - name: xcb-util-wm - version: 0.4.2 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a - md5: 608e0ef8256b81d04456e8d211eee3e8 + name: sphinxcontrib-htmlhelp + version: 2.1.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e + md5: e25640d692c02e8acfff0372f547e940 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 51689 - timestamp: 1718844051451 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping + size: 32798 + timestamp: 1722248429933 - kind: conda - name: xcb-util-wm - version: 0.4.2 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a - md5: 608e0ef8256b81d04456e8d211eee3e8 + name: sphinxcontrib-jquery + version: '4.1' + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca + md5: 914897066d5873acfb13e75705276ad1 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 51689 - timestamp: 1718844051451 + - python >=2.7 + - sphinx >=1.8 + license: 0BSD AND MIT + purls: + - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping + size: 112985 + timestamp: 1678809100921 - kind: conda - name: xerces-c - version: 3.2.5 - build: h197e74d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda - sha256: 6218762b3ecff8e365f2880bb6a762b195e350159510d3f2dba58fa53f90a1bf - md5: 559e2c3fb2fe4bfc985e8486bad8ecaa + name: sphinxcontrib-jsmath + version: 1.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 + md5: da1d979339e2714c30a8e806a33ec087 depends: - - __osx >=10.13 - - icu >=75.1,<76.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache - size: 1352475 - timestamp: 1727734320281 + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping + size: 10431 + timestamp: 1691604844204 - kind: conda - name: xerces-c - version: 3.2.5 - build: h197e74d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda - sha256: 6218762b3ecff8e365f2880bb6a762b195e350159510d3f2dba58fa53f90a1bf - md5: 559e2c3fb2fe4bfc985e8486bad8ecaa + name: sphinxcontrib-qthelp + version: 2.0.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b + md5: d6e5ea5fe00164ac6c2dcc5d76a42192 depends: - - __osx >=10.13 - - icu >=75.1,<76.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1352475 - timestamp: 1727734320281 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping + size: 26794 + timestamp: 1722245959953 - kind: conda - name: xerces-c - version: 3.2.5 - build: h595f43b_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda - sha256: 5be18356d3b28cef354ba53880fe13bf92022022566f602a0b89fe5ad98be485 - md5: d0f7b92f36560299e293569278223e2b + name: sphinxcontrib-serializinghtml + version: 1.1.10 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f + md5: e507335cb4ca9cff4c3d0fa9cdab255e depends: - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx >=13 - license: Apache-2.0 - license_family: Apache - size: 1639500 - timestamp: 1727734160362 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping + size: 28776 + timestamp: 1705118378942 - kind: conda - name: xerces-c - version: 3.2.5 - build: h595f43b_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda - sha256: 5be18356d3b28cef354ba53880fe13bf92022022566f602a0b89fe5ad98be485 - md5: d0f7b92f36560299e293569278223e2b + name: sqlite + version: 3.46.0 + build: h2466b09_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda + sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 + md5: f60e557d64002fe9955b929226adf81d depends: - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx >=13 - license: Apache-2.0 - license_family: Apache + - libsqlite 3.46.0 h2466b09_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Unlicense purls: [] - size: 1639500 - timestamp: 1727734160362 + size: 885699 + timestamp: 1718051144579 - kind: conda - name: xerces-c - version: 3.2.5 - build: h92fc2f4_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda - sha256: 863a7c2a991a4399d362d42c285ebc20748a4ea417647ebd3a171e2220c7457d - md5: 50b7325437ef0901fe25dc5c9e743b88 + name: sqlite + version: 3.46.0 + build: h28673e1_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda + sha256: 7d868d34348615450c43cb4737b44987a0e45fdf4759502b323494dc8c931409 + md5: b76e50276ebb3131cb84aac8123ca75d depends: - - __osx >=11.0 - - icu >=75.1,<76.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache - size: 1277884 - timestamp: 1727733870250 + - __osx >=10.13 + - libsqlite 3.46.0 h1b8f9f3_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense + purls: [] + size: 912413 + timestamp: 1718050767696 - kind: conda - name: xerces-c - version: 3.2.5 - build: h92fc2f4_2 - build_number: 2 + name: sqlite + version: 3.46.0 + build: h5838104_0 subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda - sha256: 863a7c2a991a4399d362d42c285ebc20748a4ea417647ebd3a171e2220c7457d - md5: 50b7325437ef0901fe25dc5c9e743b88 + url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda + sha256: e13b719f70b3a20f40b59f814d32483ae8cd95fef83224127b10091828026f7d + md5: 05c5dc8cd793dcfc5849d0569da9b175 depends: - __osx >=11.0 - - icu >=75.1,<76.0a0 - - libcxx >=17 - license: Apache-2.0 - license_family: Apache + - libsqlite 3.46.0 hfb93653_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense purls: [] - size: 1277884 - timestamp: 1727733870250 + size: 822635 + timestamp: 1718050678797 - kind: conda - name: xerces-c - version: 3.2.5 - build: h988505b_2 - build_number: 2 + name: sqlite + version: 3.46.0 + build: h6d4b2fc_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda - sha256: 339ab0ff05170a295e59133cd0fa9a9c4ba32b6941c8a2a73484cc13f81e248a - md5: 9dda9667feba914e0e80b95b82f7402b + url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda + sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b + md5: 77ea8dff5cf8550cc8f5629a6af56323 depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx >=13 - license: Apache-2.0 - license_family: Apache - size: 1648243 - timestamp: 1727733890754 + - libgcc-ng >=12 + - libsqlite 3.46.0 hde9e2c9_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense + purls: [] + size: 860352 + timestamp: 1718050658212 - kind: conda - name: xerces-c - version: 3.2.5 - build: h988505b_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda - sha256: 339ab0ff05170a295e59133cd0fa9a9c4ba32b6941c8a2a73484cc13f81e248a - md5: 9dda9667feba914e0e80b95b82f7402b + name: sqlite + version: 3.46.0 + build: hdc7ab3c_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda + sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe + md5: e0e3a71d3b7092af7cb9e0696f6d0869 depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx >=13 - license: Apache-2.0 - license_family: Apache + - libgcc-ng >=12 + - libsqlite 3.46.0 hf51ef55_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense purls: [] - size: 1648243 - timestamp: 1727733890754 + size: 1057383 + timestamp: 1718050601668 - kind: conda - name: xerces-c - version: 3.2.5 - build: he0c23c2_2 - build_number: 2 + name: stack_data + version: 0.6.2 + build: pyhd8ed1ab_0 + subdir: noarch + 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 + license: MIT + license_family: MIT + purls: + - pkg:pypi/stack-data?source=conda-forge-mapping + size: 26205 + timestamp: 1669632203115 +- kind: conda + name: syrupy + version: 4.6.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 + md5: 7a566d6e1b00b1a521ef8db68aa95f4c + depends: + - pytest >=7.0.0,<9.0.0 + - python >=3.8.1,<4.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/syrupy?source=conda-forge-mapping + size: 43681 + timestamp: 1707319626819 +- kind: conda + name: tbb + version: 2021.12.0 + build: hc790b64_3 + build_number: 3 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e - md5: 82b6eac3c198271e98b48d52d79726d8 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 + md5: a16e2a639e87c554abee5192ce6ee308 depends: + - libhwloc >=2.11.1,<2.11.2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 - license_family: Apache - size: 3574017 - timestamp: 1727734520239 + license_family: APACHE + purls: [] + size: 161213 + timestamp: 1720768916898 - kind: conda - name: xerces-c - version: 3.2.5 - build: he0c23c2_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e - md5: 82b6eac3c198271e98b48d52d79726d8 + name: tiledb + version: 2.25.0 + build: h05a783a_4 + build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d + md5: acb887661df752adeb836874e793070f depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + - __osx >=10.13 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT purls: [] - size: 3574017 - timestamp: 1727734520239 + size: 3869629 + timestamp: 1722367340440 - kind: conda - name: xkeyboard-config - version: '2.43' - build: h86ecc28_0 + name: tiledb + version: 2.25.0 + build: h12bcfb0_4 + build_number: 4 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda - sha256: b3f09cc99b6b7707aa8812bbc7556fd431999ad3a48292e4ff82335b5fda976c - md5: a809b8e3776fbc05696c82f8cf6f5a92 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + sha256: a6c10295a188159c0f46726a1d942086c8367b24069586a29b0e617eba511f64 + md5: ebd263023cce5b0708fcea52ad5345b4 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.9.0,<9.0a0 + - libgcc-ng >=12 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT - size: 391011 - timestamp: 1727840308426 + purls: [] + size: 4224905 + timestamp: 1722367069441 - kind: conda - name: xkeyboard-config - version: '2.43' - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda - sha256: b3f09cc99b6b7707aa8812bbc7556fd431999ad3a48292e4ff82335b5fda976c - md5: a809b8e3776fbc05696c82f8cf6f5a92 + name: tiledb + version: 2.25.0 + build: h2dd558a_4 + build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c + md5: b24dfe46997d23f8b8f306446f595349 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.9.0,<9.0a0 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 391011 - timestamp: 1727840308426 + size: 3104967 + timestamp: 1722368384555 - kind: conda - name: xkeyboard-config - version: '2.43' - build: hb9d3cd8_0 + name: tiledb + version: 2.25.0 + build: h7d57ca9_4 + build_number: 4 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda - sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 - md5: f725c7425d6d7c15e31f3b99a88ea02f + url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 + md5: 24e00e1e2389d23e18b552d5164eda45 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.9.0,<9.0a0 + - libgcc-ng >=12 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT - size: 389475 - timestamp: 1727840188958 + purls: [] + size: 4365810 + timestamp: 1722366859381 - kind: conda - name: xkeyboard-config - version: '2.43' - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda - sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 - md5: f725c7425d6d7c15e31f3b99a88ea02f + name: tiledb + version: 2.25.0 + build: hc5f2d7b_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 + md5: dae109e674096f755cf8a69df74ad1ba depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - __osx >=11.0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 389475 - timestamp: 1727840188958 + size: 3555770 + timestamp: 1722367481999 +- kind: pypi + name: tinycss2 + version: 1.3.0 + url: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 + requires_dist: + - webencodings>=0.4 + - sphinx ; extra == 'doc' + - sphinx-rtd-theme ; extra == 'doc' + - pytest ; extra == 'test' + - ruff ; extra == 'test' + requires_python: '>=3.8' - kind: conda - name: xmipy - version: 1.3.1 - build: pyhd8ed1ab_1 + name: tk + version: 8.6.13 + build: h194ca79_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda + sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 + md5: f75105e0585851f818e0009dd1dde4dc + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD + purls: [] + size: 3351802 + timestamp: 1695506242997 +- kind: conda + name: tk + version: 8.6.13 + build: h1abcd95_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - sha256: 7faeec881bf2b791af631abba26e21239da7ec5d4f1eaafdac86ff552aa192c5 - md5: 0a0031d9f82a774de8e9c78d0c112a2a + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda + sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 + md5: bf830ba5afc507c6232d4ef0fb1a882d depends: - - bmipy - - numpy - - python >=3.9 - license: CC0-1.0 - size: 18579 - timestamp: 1735923318779 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD + purls: [] + size: 3270220 + timestamp: 1699202389792 - kind: conda - name: xmipy - version: 1.3.1 - build: pyhd8ed1ab_1 + name: tk + version: 8.6.13 + build: h5083fa2_1 build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - sha256: 7faeec881bf2b791af631abba26e21239da7ec5d4f1eaafdac86ff552aa192c5 - md5: 0a0031d9f82a774de8e9c78d0c112a2a + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda + sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 + md5: b50a57ba89c32b62428b71a875291c9b depends: - - bmipy - - numpy - - python >=3.9 - license: CC0-1.0 - purls: - - pkg:pypi/xmipy?source=conda-forge-mapping - size: 18579 - timestamp: 1735923318779 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD + purls: [] + size: 3145523 + timestamp: 1699202432999 - kind: conda - name: xorg-libice - version: 1.1.2 - build: h0e40799_0 + name: tk + version: 8.6.13 + build: h5226925_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 - md5: 105cb93a47df9c548e88048dc9cbdbc9 + url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda + sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 + md5: fc048363eb8f03cd1737600a5d08aafe depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - license: MIT - license_family: MIT - size: 236306 - timestamp: 1734228116846 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: TCL + license_family: BSD + purls: [] + size: 3503410 + timestamp: 1699202577803 - kind: conda - name: xorg-libice - version: 1.1.2 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 - md5: 105cb93a47df9c548e88048dc9cbdbc9 + name: tk + version: 8.6.13 + build: noxft_h4845f30_101 + build_number: 101 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e + md5: d453b98d9c83e71da0741bb0ff4d76bc depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - license: MIT - license_family: MIT + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD purls: [] - size: 236306 - timestamp: 1734228116846 + size: 3318875 + timestamp: 1699202167581 - kind: conda - name: xorg-libice - version: 1.1.2 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda - sha256: a2ba1864403c7eb4194dacbfe2777acf3d596feae43aada8d1b478617ce45031 - md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 + name: toml + version: 0.10.2 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 depends: - - libgcc >=13 + - python >=2.7 license: MIT license_family: MIT - size: 60433 - timestamp: 1734229908988 + purls: + - pkg:pypi/toml?source=conda-forge-mapping + size: 18433 + timestamp: 1604308660817 - kind: conda - name: xorg-libice - version: 1.1.2 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda - sha256: a2ba1864403c7eb4194dacbfe2777acf3d596feae43aada8d1b478617ce45031 - md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 + name: tomli + version: 2.0.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 depends: - - libgcc >=13 + - python >=3.7 license: MIT license_family: MIT - purls: [] - size: 60433 - timestamp: 1734229908988 + purls: + - pkg:pypi/tomli?source=conda-forge-mapping + size: 15940 + timestamp: 1644342331069 - kind: conda - name: xorg-libice - version: 1.1.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b - md5: fb901ff28063514abb6046c9ec2c4a45 + name: tornado + version: 6.4.1 + build: py39ha3e8b56_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda + sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa + md5: 60ad0fcecca6af49fe5888a408618d8a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 58628 - timestamp: 1734227592886 + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 643759 + timestamp: 1717724629166 - kind: conda - name: xorg-libice - version: 1.1.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b - md5: fb901ff28063514abb6046c9ec2c4a45 + name: tornado + version: 6.4.1 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda + sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 + md5: 7d1e87f3036af858ce7e248489c3faec depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - purls: [] - size: 58628 - timestamp: 1734227592886 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 644403 + timestamp: 1717723410092 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: h0808dbd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda - sha256: 2749a32a00ccd8feaab6039d7848ed875880c13d3b2601afd1788600ce5f9075 - md5: 3983c253f53f67a9d8710fc96646950f + name: tornado + version: 6.4.1 + build: py39hd3abc70_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda + sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 + md5: c183e99f9320e5e2d0f9c43efcb3fb22 depends: - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.1,<2.0a0 - license: MIT - license_family: MIT - size: 28061 - timestamp: 1734232077988 + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 642638 + timestamp: 1717723015273 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: h0808dbd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda - sha256: 2749a32a00ccd8feaab6039d7848ed875880c13d3b2601afd1788600ce5f9075 - md5: 3983c253f53f67a9d8710fc96646950f + name: tornado + version: 6.4.1 + build: py39hded5825_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda + sha256: b908bc61ebc130cda6193dded464cc3164a081caa369d32ae0ed232c850f85d4 + md5: 416249efe6570c63933ab64c04459bfe depends: - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.1,<2.0a0 - license: MIT - license_family: MIT - purls: [] - size: 28061 - timestamp: 1734232077988 + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 640935 + timestamp: 1717722847607 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 - md5: 6a9bc84b3780f5c6f32dc53078fda7f5 + name: tornado + version: 6.4.1 + build: py39hfea33bf_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda + sha256: 7e88b42380c179f03bf4807dd4f78998c991f6167dae085c7546f89a57bb60a8 + md5: f8c9c4061239770cb5f438df0237e059 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libice >=1.1.1,<2.0a0 - license: MIT - license_family: MIT - size: 96698 - timestamp: 1734229863516 + - __osx >=11.0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 642855 + timestamp: 1717722852977 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 - md5: 6a9bc84b3780f5c6f32dc53078fda7f5 + name: traitlets + version: 5.14.3 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 + md5: 3df84416a021220d8b5700c613af2dc5 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libice >=1.1.1,<2.0a0 - license: MIT - license_family: MIT - purls: [] - size: 96698 - timestamp: 1734229863516 + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/traitlets?source=conda-forge-mapping + size: 110187 + timestamp: 1713535244513 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: he73a12e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda - sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 - md5: 4c3e9fab69804ec6077697922d70c6e2 + name: typing_extensions + version: 4.12.2 + build: pyha770c72_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb + md5: ebe6952715e1d5eb567eeebf25250fa7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.2,<2.0a0 - license: MIT - license_family: MIT - size: 27198 - timestamp: 1734229639785 + - python >=3.8 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/typing-extensions?source=conda-forge-mapping + size: 39888 + timestamp: 1717802653893 - kind: conda - name: xorg-libsm - version: 1.2.5 - build: he73a12e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda - sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 - md5: 4c3e9fab69804ec6077697922d70c6e2 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.2,<2.0a0 - license: MIT - license_family: MIT + name: tzcode + version: 2024a + build: h10d778d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda + sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 + md5: 8d50ba6668dbd193cd42ccd9099fa2ae + license: BSD-3-Clause + license_family: BSD purls: [] - size: 27198 - timestamp: 1734229639785 + size: 63341 + timestamp: 1706869081062 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: h4f16b4b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda - sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 - md5: 125f34a17d7b4bea418a83904ea82ea6 + name: tzcode + version: 2024a + build: h31becfc_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda + sha256: f1e81a576aa69a06fcd6191f6994af6f6d0bc2f5f7df2098d870c492ef11d1ed + md5: d7691e522a386b757332784ee7f9906f depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT - size: 837524 - timestamp: 1733324962639 + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 72898 + timestamp: 1706870451825 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: h4f16b4b_1 - build_number: 1 + name: tzcode + version: 2024a + build: h3f72095_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda - sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 - md5: 125f34a17d7b4bea418a83904ea82ea6 + url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda + sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df + md5: 32146e34aaec3745a08b6f49af3f41b0 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT + - libgcc-ng >=12 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 837524 - timestamp: 1733324962639 + size: 69821 + timestamp: 1706868851630 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: hca56bd8_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda - sha256: 5604f295906dfc496a4590e8ec19f775ccb40c5d503e6dfbac0781b5446b5391 - md5: 6e3e980940b26a060e553266ae0181a9 - depends: - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT - size: 858427 - timestamp: 1733325062374 + name: tzcode + version: 2024a + build: h93a5062_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda + sha256: 70bce0410d77b6ba3c32079aa87a98877ea970d8e96f2e4503e9b81198ece1f4 + md5: 33ebc94eb6420500a4aeb0fc45112bba + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 63845 + timestamp: 1706869030258 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: hca56bd8_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda - sha256: 5604f295906dfc496a4590e8ec19f775ccb40c5d503e6dfbac0781b5446b5391 - md5: 6e3e980940b26a060e553266ae0181a9 - depends: - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT + name: tzdata + version: 2024a + build: h0c530f3_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 + md5: 161081fc7cec0bfda0d86d7cb595f8d8 + license: LicenseRef-Public-Domain purls: [] - size: 858427 - timestamp: 1733325062374 + size: 119815 + timestamp: 1706886945727 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: hf48077a_1 - build_number: 1 + name: ucrt + version: 10.0.22621.0 + build: h57928b3_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb - md5: bef0b53f18639d78197a3eee76dcc6ee - depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxcb >=1.17.0,<2.0a0 - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - size: 945067 - timestamp: 1733326138609 + 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 + license: LicenseRef-Proprietary + license_family: PROPRIETARY + purls: [] + size: 1283972 + timestamp: 1666630199266 - kind: conda - name: xorg-libx11 - version: 1.8.10 - build: hf48077a_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb - md5: bef0b53f18639d78197a3eee76dcc6ee + name: unicodedata2 + version: 15.1.0 + build: py39h0f82c59_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 + md5: 39c745ba9443da902afa7f5a9e9dfcac depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxcb >=1.17.0,<2.0a0 - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - purls: [] - size: 945067 - timestamp: 1733326138609 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 376309 + timestamp: 1695848358752 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 - md5: 2ffbfae4548098297c033228256eb96e + name: unicodedata2 + version: 15.1.0 + build: py39h898b7ef_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + sha256: ddb1a64567d3927a10a77d6ef9c7c18af9344fc3589705e2bd600b8a02ad40d2 + md5: 8c072c9329aeea97a46005625267a851 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - size: 108013 - timestamp: 1734229474049 + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 373906 + timestamp: 1695848199413 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h0e40799_0 + name: unicodedata2 + version: 15.1.0 + build: py39ha55989b_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 - md5: 2ffbfae4548098297c033228256eb96e + url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda + sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a + md5: 20ec896e8d97f2ff8be1124e624dc8f2 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - purls: [] - size: 108013 - timestamp: 1734229474049 -- kind: conda - name: xorg-libxau - version: 1.0.12 - build: h5505292_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - sha256: f33e6f013fc36ebc200f09ddead83468544cb5c353a3b50499b07b8c34e28a8d - md5: 50901e0764b7701d8ed7343496f4f301 - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - size: 13593 - timestamp: 1734229104321 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 373257 + timestamp: 1695848310896 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h5505292_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - sha256: f33e6f013fc36ebc200f09ddead83468544cb5c353a3b50499b07b8c34e28a8d - md5: 50901e0764b7701d8ed7343496f4f301 + name: unicodedata2 + version: 15.1.0 + build: py39hd1e30aa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 + md5: 1da984bbb6e765743e13388ba7b7b2c8 depends: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 13593 - timestamp: 1734229104321 + - libgcc-ng >=12 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 373822 + timestamp: 1695848128416 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h6e16a3a_0 + name: unicodedata2 + version: 15.1.0 + build: py39hdc70f33_0 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - sha256: b4d2225135aa44e551576c4f3cf999b3252da6ffe7b92f0ad45bb44b887976fc - md5: 4cf40e60b444d56512a64f39d12c20bd + url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf + md5: ede122e9ef2775a8879063d9d3ee819f depends: - - __osx >=10.13 - license: MIT - license_family: MIT - size: 13290 - timestamp: 1734229077182 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 369843 + timestamp: 1695848310939 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h6e16a3a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - sha256: b4d2225135aa44e551576c4f3cf999b3252da6ffe7b92f0ad45bb44b887976fc - md5: 4cf40e60b444d56512a64f39d12c20bd + name: uriparser + version: 0.9.8 + build: h00cdb27_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda + sha256: fa0bcbfb20a508ca9bf482236fe799581cbd0eab016e47a865e9fa44dbe3c512 + md5: e8ff9e11babbc8cd77af5a4258dc2802 depends: - - __osx >=10.13 - license: MIT - license_family: MIT + - __osx >=11.0 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 13290 - timestamp: 1734229077182 + size: 40625 + timestamp: 1715010029254 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h86ecc28_0 + name: uriparser + version: 0.9.8 + build: h0a1ffab_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda - sha256: 7829a0019b99ba462aece7592d2d7f42e12d12ccd3b9614e529de6ddba453685 - md5: d5397424399a66d33c80b1f2345a36a6 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda + sha256: e77ca5aea9a200f751bbc29ec926315d6d04240e7f4f8895ac13c438aafde422 + md5: 7e9a7e1e1e9d6e827d2cfda21c22853e depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 15873 - timestamp: 1734230458294 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 48473 + timestamp: 1715009966295 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda - sha256: 7829a0019b99ba462aece7592d2d7f42e12d12ccd3b9614e529de6ddba453685 - md5: d5397424399a66d33c80b1f2345a36a6 + name: uriparser + version: 0.9.8 + build: h5a68840_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda + sha256: ed0eed8ed0343d29cdbfaeb1bfd141f090af696547d69f91c18f46350299f00d + md5: 28b4cf9065681f43cc567410edf8243d depends: - - libgcc >=13 - license: MIT - license_family: MIT + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 15873 - timestamp: 1734230458294 + size: 49181 + timestamp: 1715010467661 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 - md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 + name: uriparser + version: 0.9.8 + build: h6aefe2f_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda + sha256: fec8e52955fc314580a93dee665349bf430ce6df19019cea3fae7ec60f732bdd + md5: 649890a63cc818b24fbbf0572db221a5 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 14780 - timestamp: 1734229004433 + - __osx >=10.9 + - libcxx >=16 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 43396 + timestamp: 1715010079800 - kind: conda - name: xorg-libxau - version: 1.0.12 - build: hb9d3cd8_0 + name: uriparser + version: 0.9.8 + build: hac33072_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 - md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 + url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda + sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e + md5: d71d3a66528853c0a1ac2c02d79a0284 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 14780 - timestamp: 1734229004433 + size: 48270 + timestamp: 1715010035325 - kind: conda - name: xorg-libxcomposite - version: 0.4.6 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda - sha256: 0cb82160412adb6d83f03cf50e807a8e944682d556b2215992a6fbe9ced18bc0 - md5: 86051eee0766c3542be24844a9c3cf36 + name: urllib3 + version: 2.2.2 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 + md5: e804c43f58255e977093a2298e442bb8 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - brotli-python >=1.0.9 + - h2 >=4,<5 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.8 + - zstandard >=0.18.0 license: MIT license_family: MIT - size: 13982 - timestamp: 1727884626338 + purls: + - pkg:pypi/urllib3?source=conda-forge-mapping + size: 95048 + timestamp: 1719391384778 - kind: conda - name: xorg-libxcomposite - version: 0.4.6 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda - sha256: 0cb82160412adb6d83f03cf50e807a8e944682d556b2215992a6fbe9ced18bc0 - md5: 86051eee0766c3542be24844a9c3cf36 + name: vc + version: '14.3' + build: h8a93ad2_20 + build_number: 20 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef + md5: 8558f367e1d7700554f7cdb823c46faf depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT + - vc14_runtime >=14.40.33810 + track_features: + - vc14 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 13982 - timestamp: 1727884626338 + size: 17391 + timestamp: 1717709040616 - kind: conda - name: xorg-libxcomposite - version: 0.4.6 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f - md5: d3c295b50f092ab525ffe3c2aa4b7413 + name: vc14_runtime + version: 14.40.33810 + build: ha82c5b3_20 + build_number: 20 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 + md5: e39cc4c34c53654ec939558993d9dc5b depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT - size: 13603 - timestamp: 1727884600744 + - ucrt >=10.0.20348.0 + constrains: + - vs2015_runtime 14.40.33810.* *_20 + license: LicenseRef-ProprietaryMicrosoft + license_family: Proprietary + purls: [] + size: 751934 + timestamp: 1717709031266 - kind: conda - name: xorg-libxcomposite - version: 0.4.6 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f - md5: d3c295b50f092ab525ffe3c2aa4b7413 + name: vs2015_runtime + version: 14.40.33810 + build: h3bf8584_20 + build_number: 20 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a + md5: c21f1b4a3a30bbc3ef35a50957578e0e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT + - vc14_runtime >=14.40.33810 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 13603 - timestamp: 1727884600744 + size: 17395 + timestamp: 1717709043353 - kind: conda - name: xorg-libxcursor - version: 1.2.3 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda - sha256: c5d3692520762322a9598e7448492309f5ee9d8f3aff72d787cf06e77c42507f - md5: f2054759c2203d12d0007005e1f1296d + name: wcwidth + version: 0.2.13 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + md5: 68f0738df502a14213624b288c60c9ad depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - python >=3.8 license: MIT license_family: MIT - size: 34596 - timestamp: 1730908388714 + purls: + - pkg:pypi/wcwidth?source=conda-forge-mapping + size: 32709 + timestamp: 1704731373922 +- kind: pypi + name: webencodings + version: 0.5.1 + url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl + sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 - kind: conda - name: xorg-libxcursor - version: 1.2.3 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda - sha256: c5d3692520762322a9598e7448492309f5ee9d8f3aff72d787cf06e77c42507f - md5: f2054759c2203d12d0007005e1f1296d + name: wheel + version: 0.43.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc + md5: 0b5293a157c2b5cd513dd1b03d8d3aae depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - python >=3.8 license: MIT license_family: MIT - purls: [] - size: 34596 - timestamp: 1730908388714 + purls: + - pkg:pypi/wheel?source=conda-forge-mapping + size: 57963 + timestamp: 1711546009410 - kind: conda - name: xorg-libxcursor - version: 1.2.3 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a - md5: 2ccd714aa2242315acaf0a67faea780b + name: win_inet_pton + version: 1.1.0 + build: pyhd8ed1ab_6 + build_number: 6 + subdir: noarch + 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: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: MIT - license_family: MIT - size: 32533 - timestamp: 1730908305254 + - __win + - python >=3.6 + license: PUBLIC-DOMAIN + purls: + - pkg:pypi/win-inet-pton?source=conda-forge-mapping + size: 8191 + timestamp: 1667051294134 - kind: conda - name: xorg-libxcursor - version: 1.2.3 - build: hb9d3cd8_0 + name: xcb-util + version: 0.4.1 + build: hb711507_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a - md5: 2ccd714aa2242315acaf0a67faea780b + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 + md5: 8637c3e5821654d0edf97e2b0404b443 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 license: MIT license_family: MIT purls: [] - size: 32533 - timestamp: 1730908305254 -- kind: conda - name: xorg-libxdamage - version: 1.1.6 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda - sha256: 3afaa2f43eb4cb679fc0c3d9d7c50f0f2c80cc5d3df01d5d5fd60655d0bfa9be - md5: d5773c4e4d64428d7ddaa01f6f845dc7 - depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT - size: 13794 - timestamp: 1727891406431 + size: 19965 + timestamp: 1718843348208 - kind: conda - name: xorg-libxdamage - version: 1.1.6 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda - sha256: 3afaa2f43eb4cb679fc0c3d9d7c50f0f2c80cc5d3df01d5d5fd60655d0bfa9be - md5: d5773c4e4d64428d7ddaa01f6f845dc7 + name: xcb-util-image + version: 0.4.0 + build: hb711507_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda + sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 + md5: a0901183f08b6c7107aab109733a3c91 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 + - xcb-util >=0.4.1,<0.5.0a0 license: MIT license_family: MIT purls: [] - size: 13794 - timestamp: 1727891406431 + size: 24551 + timestamp: 1718880534789 - kind: conda - name: xorg-libxdamage - version: 1.1.6 - build: hb9d3cd8_0 + name: xcb-util-keysyms + version: 0.4.1 + build: hb711507_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 - md5: b5fcc7172d22516e1f965490e65e33a4 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda + sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 + md5: ad748ccca349aec3e91743e08b5e2b50 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 license: MIT license_family: MIT - size: 13217 - timestamp: 1727891438799 + purls: [] + size: 14314 + timestamp: 1718846569232 - kind: conda - name: xorg-libxdamage - version: 1.1.6 - build: hb9d3cd8_0 + name: xcb-util-renderutil + version: 0.3.10 + build: hb711507_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 - md5: b5fcc7172d22516e1f965490e65e33a4 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda + sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df + md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 license: MIT license_family: MIT purls: [] - size: 13217 - timestamp: 1727891438799 + size: 16978 + timestamp: 1718848865819 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h00291cd_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - sha256: bb4d1ef9cafef535494adf9296130b6193b3a44375883185b5167de03eb1ac7f - md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 + name: xcb-util-wm + version: 0.4.2 + build: hb711507_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda + sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a + md5: 608e0ef8256b81d04456e8d211eee3e8 depends: - - __osx >=10.13 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 license: MIT license_family: MIT - size: 18465 - timestamp: 1727794980957 + purls: [] + size: 51689 + timestamp: 1718844051451 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h00291cd_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - sha256: bb4d1ef9cafef535494adf9296130b6193b3a44375883185b5167de03eb1ac7f - md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 + name: xerces-c + version: 3.2.5 + build: hac6953d_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda + sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb + md5: 63b80ca78d29380fe69e69412dcbe4ac depends: - - __osx >=10.13 - license: MIT - license_family: MIT + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache purls: [] - size: 18465 - timestamp: 1727794980957 + size: 1636164 + timestamp: 1703092965257 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c - md5: 8393c0f7e7870b4eb45553326f81f0ff + name: xerces-c + version: 3.2.5 + build: hbbe9ea5_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda + sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 + md5: ade166000a13c81d9a75f65281e302b0 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT - size: 69920 - timestamp: 1727795651979 + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1346161 + timestamp: 1703093374769 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h0e40799_0 + name: xerces-c + version: 3.2.5 + build: he0c23c2_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c - md5: 8393c0f7e7870b4eb45553326f81f0ff + url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda + sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 + md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - license: MIT - license_family: MIT + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache purls: [] - size: 69920 - timestamp: 1727795651979 + size: 3547000 + timestamp: 1721032032254 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h57736b2_0 + name: xerces-c + version: 3.2.5 + build: hf13c1fb_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda - sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f - md5: 25a5a7b797fe6e084e04ffe2db02fc62 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda + sha256: 6e64e9dc8d9f8bee4bdef16e946be658da3744e40fdd5ca881ac2219a1aba479 + md5: 5c6a84e179f9fc7f8e0890c28704a8ce depends: - - libgcc >=13 - license: MIT - license_family: MIT - size: 20615 - timestamp: 1727796660574 + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1632056 + timestamp: 1703093218725 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda - sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f - md5: 25a5a7b797fe6e084e04ffe2db02fc62 + name: xerces-c + version: 3.2.5 + build: hf393695_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda + sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee + md5: 5e4741a1e687aee5fc9c409a0476bef2 depends: - - libgcc >=13 - license: MIT - license_family: MIT + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + license: Apache-2.0 + license_family: Apache purls: [] - size: 20615 - timestamp: 1727796660574 + size: 1270959 + timestamp: 1703093076013 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: hb9d3cd8_0 + name: xkeyboard-config + version: '2.42' + build: h4ab18f5_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee - md5: 8035c64cb77ed555e3f150b7b3972480 + url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda + sha256: 240caab7d9d85154ef373ecbac3ff9fb424add2029dbb124e949c6cbab2996dd + md5: b193af204da1bfb8c13882d131a14bd2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc-ng >=12 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT - size: 19901 - timestamp: 1727794976192 + purls: [] + size: 388998 + timestamp: 1717817668629 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee - md5: 8035c64cb77ed555e3f150b7b3972480 + name: xmipy + version: 1.3.1 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c + md5: a3c8465bfc71004064a30c0238a74ea3 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - bmipy + - numpy + - python >=3.8 + license: CC0-1.0 + purls: + - pkg:pypi/xmipy?source=conda-forge-mapping + size: 18460 + timestamp: 1681486998644 +- kind: conda + name: xorg-kbproto + version: 1.0.7 + build: h3557bc0_1002 + build_number: 1002 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 + sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 + md5: ec8ce6b3dac3945a4010559a6284b755 + depends: + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 19901 - timestamp: 1727794976192 + size: 27369 + timestamp: 1610028170368 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: hd74edd7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - sha256: 9939a166d780700d81023546759102b33fdc2c5f11ef09f5f66c77210fd334c8 - md5: 77c447f48cab5d3a15ac224edb86a968 + name: xorg-kbproto + version: 1.0.7 + build: h7f98852_1002 + 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: - - __osx >=11.0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT - size: 18487 - timestamp: 1727795205022 + purls: [] + size: 27338 + timestamp: 1610027759842 - kind: conda - name: xorg-libxdmcp - version: 1.1.5 - build: hd74edd7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - sha256: 9939a166d780700d81023546759102b33fdc2c5f11ef09f5f66c77210fd334c8 - md5: 77c447f48cab5d3a15ac224edb86a968 + name: xorg-kbproto + version: 1.0.7 + build: hcd874cb_1002 + build_number: 1002 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 + md5: 8d11c1dac4756ca57e78c1bfe173bba4 depends: - - __osx >=11.0 + - m2w64-gcc-libs license: MIT license_family: MIT purls: [] - size: 18487 - timestamp: 1727795205022 + size: 28166 + timestamp: 1610028297505 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 - md5: 4cd74e74f063fb6900d6eed2e9288112 + name: xorg-libice + version: 1.1.1 + build: h7935292_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda + sha256: c889673c9313798372bea7c93640e853561bda5ba361b265ad4b14d7d1295235 + md5: 025968e2637bca910b9b3e7f6743beff depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 284715 - timestamp: 1727752838922 + purls: [] + size: 60321 + timestamp: 1685308489806 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: h0e40799_0 + name: xorg-libice + version: 1.1.1 + build: hcd874cb_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 - md5: 4cd74e74f063fb6900d6eed2e9288112 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f + md5: 5271e3af4791170e2c55d02818366916 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-libx11 >=1.8.4,<2.0a0 license: MIT license_family: MIT purls: [] - size: 284715 - timestamp: 1727752838922 + size: 158086 + timestamp: 1685308072189 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 - md5: bd1e86dd8aa3afd78a4bfdb4ef918165 + name: xorg-libice + version: 1.1.1 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda + sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 + md5: b462a33c0be1421532f28bfe8f4a7514 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 50746 - timestamp: 1727754268156 + purls: [] + size: 58469 + timestamp: 1685307573114 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: h57736b2_0 + name: xorg-libsm + version: 1.2.4 + build: h5a01bc2_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 - md5: bd1e86dd8aa3afd78a4bfdb4ef918165 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda + sha256: 2678975d4001f1123752ceabf9e2810cab51f740624320077de1ab12b537b498 + md5: d788eca20ecd63bad8eea7219e5c5fb7 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - libgcc-ng >=12 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 50746 - timestamp: 1727754268156 + size: 28634 + timestamp: 1685454576261 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: hb9d3cd8_0 + name: xorg-libsm + version: 1.2.4 + build: h7391055_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 - md5: febbab7d15033c913d53c7a2c102309d + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda + sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 + md5: 93ee23f12bc2e684548181256edd2cf6 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT - size: 50060 - timestamp: 1727752228921 + purls: [] + size: 27433 + timestamp: 1685453649160 - kind: conda - name: xorg-libxext - version: 1.3.6 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 - md5: febbab7d15033c913d53c7a2c102309d + name: xorg-libsm + version: 1.2.4 + build: hcd874cb_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 + md5: 25926681339df15918243d9a7cec25a1 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 50060 - timestamp: 1727752228921 + size: 86397 + timestamp: 1685454296879 - kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 - md5: 78f8715c002cc66991d7c11e3cf66039 + name: xorg-libx11 + version: 1.8.9 + build: h0076a8d_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 + md5: 0296a4de2235cad9ad3112134f8e4519 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-kbproto + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT - size: 20289 - timestamp: 1727796500830 + purls: [] + size: 814589 + timestamp: 1718847832308 - kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: h57736b2_0 + name: xorg-libx11 + version: 1.8.9 + build: h08be655_1 + build_number: 1 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 - md5: 78f8715c002cc66991d7c11e3cf66039 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda + sha256: 3595f5a30d1fecf2a8b8639eebf9ba831e3b76eef25820b806468fa670ef9d62 + md5: 66470f69e83673153ef02a2ebc018915 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 + - xorg-kbproto + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT purls: [] - size: 20289 - timestamp: 1727796500830 + size: 852985 + timestamp: 1718846843825 - kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: hb9d3cd8_0 + name: xorg-libx11 + version: 1.8.9 + build: hb711507_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 - md5: 4bdb303603e9821baf5fe5fdff1dc8f8 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda + sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 + md5: 4a6d410296d7e39f00bacdee7df046e9 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 + - libxcb >=1.16,<1.17.0a0 + - xorg-kbproto + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT - size: 19575 - timestamp: 1727794961233 + purls: [] + size: 832198 + timestamp: 1718846846409 - kind: conda - name: xorg-libxfixes - version: 6.0.1 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 - md5: 4bdb303603e9821baf5fe5fdff1dc8f8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + name: xorg-libxau + version: 1.0.11 + build: h0dc2134_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda + sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a + md5: 9566b4c29274125b0266d0177b5eb97b license: MIT license_family: MIT purls: [] - size: 19575 - timestamp: 1727794961233 + size: 13071 + timestamp: 1684638167647 - kind: conda - name: xorg-libxi - version: 1.8.2 - build: h57736b2_0 + name: xorg-libxau + version: 1.0.11 + build: h31becfc_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e - md5: eeee3bdb31c6acde2b81ad1b8c287087 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda + sha256: c00a8909e783ba7f4ada7256f0385ae46fc21322f4090fa396c80b4481abd5f4 + md5: 13de34f69cb73165dbe08c1e9148bedb depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 48197 - timestamp: 1727801059062 + purls: [] + size: 15380 + timestamp: 1684638889756 - kind: conda - name: xorg-libxi - version: 1.8.2 - build: h57736b2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e - md5: eeee3bdb31c6acde2b81ad1b8c287087 - depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + name: xorg-libxau + version: 1.0.11 + build: hb547adb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda + sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b + md5: ca73dc4f01ea91e44e3ed76602c5ea61 license: MIT license_family: MIT purls: [] - size: 48197 - timestamp: 1727801059062 + size: 13667 + timestamp: 1684638272445 - kind: conda - name: xorg-libxi - version: 1.8.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a - md5: 17dcc85db3c7886650b8908b183d6876 + name: xorg-libxau + version: 1.0.11 + build: hcd874cb_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda + sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 + md5: c46ba8712093cb0114404ae8a7582e1a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core license: MIT license_family: MIT - size: 47179 - timestamp: 1727799254088 + purls: [] + size: 51297 + timestamp: 1684638355740 - kind: conda - name: xorg-libxi - version: 1.8.2 - build: hb9d3cd8_0 + name: xorg-libxau + version: 1.0.11 + build: hd590300_0 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a - md5: 17dcc85db3c7886650b8908b183d6876 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda + sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 + md5: 2c80dc38fface310c9bd81b17037fee5 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 47179 - timestamp: 1727799254088 + size: 14468 + timestamp: 1684637984591 - kind: conda - name: xorg-libxpm - version: 3.5.17 - build: h0e40799_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 - md5: e8b816fb37bc61aa3f1c08034331ef53 - depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxt >=1.3.0,<2.0a0 + 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 license: MIT license_family: MIT - size: 236112 - timestamp: 1727801849623 + purls: [] + size: 18164 + timestamp: 1610071737668 - kind: conda - name: xorg-libxpm - version: 3.5.17 - build: h0e40799_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 - md5: e8b816fb37bc61aa3f1c08034331ef53 + name: xorg-libxdmcp + version: 1.1.3 + build: h3557bc0_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 + sha256: 2aad9a0b57796170b8fb40317598fd79cfc7ae27fa7fb68c417d815e44499d59 + md5: a6c9016ae1ca5c47a3603ed4cd65fedd depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxt >=1.3.0,<2.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 236112 - timestamp: 1727801849623 + size: 19916 + timestamp: 1610072242320 - kind: conda - name: xorg-libxrandr - version: 1.5.4 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - sha256: b2588a2b101d1b0a4e852532c8b9c92c59ef584fc762dd700567bdbf8cd00650 - md5: dd3e74283a082381aa3860312e3c721e - depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + name: xorg-libxdmcp + version: 1.1.3 + build: h35c211d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 + sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f + md5: 86ac76d6bf1cbb9621943eb3bd9ae36e license: MIT license_family: MIT - size: 30197 - timestamp: 1727794957221 + purls: [] + size: 17225 + timestamp: 1610071995461 - kind: conda - name: xorg-libxrandr - version: 1.5.4 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - sha256: b2588a2b101d1b0a4e852532c8b9c92c59ef584fc762dd700567bdbf8cd00650 - md5: dd3e74283a082381aa3860312e3c721e + name: xorg-libxdmcp + version: 1.1.3 + 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 >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 30197 - timestamp: 1727794957221 + size: 19126 + timestamp: 1610071769228 - kind: conda - name: xorg-libxrandr - version: 1.5.4 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d - md5: 2de7f99d6581a4a7adbff607b5c278ca + name: xorg-libxdmcp + version: 1.1.3 + build: hcd874cb_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 + sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 + md5: 46878ebb6b9cbd8afcf8088d7ef00ece depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - m2w64-gcc-libs license: MIT license_family: MIT - size: 29599 - timestamp: 1727794874300 + purls: [] + size: 67908 + timestamp: 1610072296570 - kind: conda - name: xorg-libxrandr - version: 1.5.4 - build: hb9d3cd8_0 + name: xorg-libxext + version: 1.3.4 + build: h0b41bf4_2 + build_number: 2 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d - md5: 2de7f99d6581a4a7adbff607b5c278ca + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda + sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 + md5: 82b6df12252e6f32402b96dacc656fec depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - libgcc-ng >=12 + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto license: MIT license_family: MIT purls: [] - size: 29599 - timestamp: 1727794874300 + size: 50143 + timestamp: 1677036907815 - kind: conda - name: xorg-libxrender - version: 0.9.12 - build: h86ecc28_0 + name: xorg-libxext + version: 1.3.4 + build: h2a766a3_2 + build_number: 2 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - sha256: ffd77ee860c9635a28cfda46163dcfe9224dc6248c62404c544ae6b564a0be1f - md5: ae2c2dd0e2d38d249887727db2af960e + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda + sha256: 16eff29fb70b2f89b9120d112d2d5df1bf7bd4e95d1e5baafabc61dac4977fa8 + md5: 0cea7d840c8eeaa4e349e0b4775c826d depends: - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto license: MIT license_family: MIT - size: 33649 - timestamp: 1734229123157 + purls: [] + size: 50856 + timestamp: 1677037784530 - kind: conda - name: xorg-libxrender - version: 0.9.12 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - sha256: ffd77ee860c9635a28cfda46163dcfe9224dc6248c62404c544ae6b564a0be1f - md5: ae2c2dd0e2d38d249887727db2af960e + name: xorg-libxext + version: 1.3.4 + build: hcd874cb_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda + sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 + md5: 2aa695ac3c56193fd8d526e3b511e021 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - m2w64-gcc-libs + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto license: MIT license_family: MIT purls: [] - size: 33649 - timestamp: 1734229123157 + size: 221821 + timestamp: 1677038179908 - kind: conda - name: xorg-libxrender - version: 0.9.12 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 - md5: 96d57aba173e878a2089d5638016dc5e + name: xorg-libxpm + version: 3.5.17 + build: hcd874cb_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 + md5: 029be9b667bf3896fa28bc32adb1bfc3 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxt >=1.3.0,<2.0a0 + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT - size: 33005 - timestamp: 1734229037766 + purls: [] + size: 195881 + timestamp: 1696449889560 - kind: conda name: xorg-libxrender - version: 0.9.12 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 - md5: 96d57aba173e878a2089d5638016dc5e + version: 0.9.11 + build: h7935292_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda + sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab + md5: 8c96b84f7fb97a3cd533a14dbdcd6626 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-renderproto license: MIT license_family: MIT purls: [] - size: 33005 - timestamp: 1734229037766 + size: 37477 + timestamp: 1688300682978 - kind: conda - name: xorg-libxt - version: 1.3.1 - build: h0e40799_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 - md5: 31baf0ce8ef19f5617be73aee0527618 + name: xorg-libxrender + version: 0.9.11 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda + sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 + md5: ed67c36f215b310412b2af935bf3e530 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 + - libgcc-ng >=12 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-renderproto license: MIT license_family: MIT - size: 918674 - timestamp: 1731861024233 + purls: [] + size: 37770 + timestamp: 1688300707994 - kind: conda name: xorg-libxt - version: 1.3.1 - build: h0e40799_0 + version: 1.3.0 + build: hcd874cb_1 + build_number: 1 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 - md5: 31baf0ce8ef19f5617be73aee0527618 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca + md5: 511a29edd2ff3d973f63e54f19dcc06e depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-kbproto - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-xproto license: MIT license_family: MIT purls: [] - size: 918674 - timestamp: 1731861024233 + size: 671704 + timestamp: 1690289114426 - kind: conda - name: xorg-libxtst - version: 1.2.5 - build: h57736b2_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda - sha256: 6eaffce5a34fc0a16a21ddeaefb597e792a263b1b0c387c1ce46b0a967d558e1 - md5: c05698071b5c8e0da82a282085845860 + name: xorg-libxxf86vm + version: 1.1.5 + build: h4bc722e_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda + sha256: 109d6b1931d1482faa0bf6de83c7e6d9ca36bbf9d36a00a05df4f63b82fce5c3 + md5: 0c90ad87101001080484b91bd9d2cdef depends: - - libgcc >=13 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxi >=1.7.10,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-xextproto >=7.3.0,<8.0a0 license: MIT license_family: MIT - size: 33786 - timestamp: 1727964907993 + purls: [] + size: 18443 + timestamp: 1722110433983 - kind: conda - name: xorg-libxtst - version: 1.2.5 - build: h57736b2_3 - build_number: 3 + name: xorg-renderproto + version: 0.11.1 + build: h3557bc0_1002 + build_number: 1002 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda - sha256: 6eaffce5a34fc0a16a21ddeaefb597e792a263b1b0c387c1ce46b0a967d558e1 - md5: c05698071b5c8e0da82a282085845860 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 + sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d + md5: 01cbfe96ce66b78a9a270ac305791dd2 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxi >=1.7.10,<2.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 33786 - timestamp: 1727964907993 + size: 9612 + timestamp: 1614866892676 - kind: conda - name: xorg-libxtst - version: 1.2.5 - build: hb9d3cd8_3 - build_number: 3 + name: xorg-renderproto + version: 0.11.1 + build: h7f98852_1002 + build_number: 1002 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a - md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 + sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 + md5: 06feff3d2634e3097ce2fe681474b534 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxi >=1.7.10,<2.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT - size: 32808 - timestamp: 1727964811275 + purls: [] + size: 9621 + timestamp: 1614866326326 - kind: conda - name: xorg-libxtst - version: 1.2.5 - build: hb9d3cd8_3 - build_number: 3 + name: xorg-xextproto + version: 7.3.0 + build: h0b41bf4_1003 + build_number: 1003 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a - md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda + sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 + md5: bce9f945da8ad2ae9b1d7165a64d0f87 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxi >=1.7.10,<2.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 32808 - timestamp: 1727964811275 + size: 30270 + timestamp: 1677036833037 - kind: conda - name: xorg-libxxf86vm - version: 1.1.6 - build: h86ecc28_0 + name: xorg-xextproto + version: 7.3.0 + build: h2a766a3_1003 + build_number: 1003 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - sha256: 012f0d1fd9fb1d949e0dccc0b28d9dd5a8895a1f3e2a7edc1fa2e1b33fc0f233 - md5: d745faa2d7c15092652e40a22bb261ed + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda + sha256: 62298f1c7b963f3a5921a65d9cb6aae82c3ec8b3069319c8264c5b0a3d190286 + md5: 32de1e4422c986e3b6eff59e7edc4d04 depends: - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 + - libgcc-ng >=12 license: MIT license_family: MIT - size: 18185 - timestamp: 1734214652726 + purls: [] + size: 30267 + timestamp: 1677037618141 - kind: conda - name: xorg-libxxf86vm - version: 1.1.6 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - sha256: 012f0d1fd9fb1d949e0dccc0b28d9dd5a8895a1f3e2a7edc1fa2e1b33fc0f233 - md5: d745faa2d7c15092652e40a22bb261ed + name: xorg-xextproto + version: 7.3.0 + build: hcd874cb_1003 + build_number: 1003 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 + md5: 6e6c2639620e436bddb7c040cd4f3adb depends: - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 + - m2w64-gcc-libs license: MIT license_family: MIT purls: [] - size: 18185 - timestamp: 1734214652726 + size: 31034 + timestamp: 1677037259999 - kind: conda - name: xorg-libxxf86vm - version: 1.1.6 - build: hb9d3cd8_0 + name: xorg-xf86vidmodeproto + version: 2.3.1 + build: h7f98852_1002 + build_number: 1002 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b - md5: 5efa5fa6243a622445fdfd72aee15efa + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 + sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 + md5: 3ceea9668625c18f19530de98b15d5b0 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT - size: 17819 - timestamp: 1734214575628 + purls: [] + size: 23875 + timestamp: 1620067286978 - kind: conda - name: xorg-libxxf86vm - version: 1.1.6 - build: hb9d3cd8_0 + name: xorg-xproto + version: 7.0.31 + build: h3557bc0_1007 + build_number: 1007 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 + sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 + md5: 987e98faa0ad2c667bbea6b6aae260bc + depends: + - libgcc-ng >=9.3.0 + license: MIT + license_family: MIT + purls: [] + size: 74831 + timestamp: 1607291481791 +- kind: conda + name: xorg-xproto + version: 7.0.31 + build: h7f98852_1007 + build_number: 1007 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b - md5: 5efa5fa6243a622445fdfd72aee15efa + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 + sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d + md5: b4a4381d54784606820704f7b5f05a15 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 17819 - timestamp: 1734214575628 + size: 74922 + timestamp: 1607291557628 - kind: conda - name: yaml - version: 0.2.5 - build: h0d85af4_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 - sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 - md5: d7e08fcf8259d742156188e8762b4d20 + name: xorg-xproto + version: 7.0.31 + build: hcd874cb_1007 + build_number: 1007 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 + sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 + md5: 88f3c65d2ad13826a9e0b162063be023 + depends: + - m2w64-gcc-libs license: MIT license_family: MIT - size: 84237 - timestamp: 1641347062780 + purls: [] + size: 75708 + timestamp: 1607292254607 +- kind: conda + name: xz + version: 5.2.6 + build: h166bdaf_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + md5: 2161070d867d1b1204ea749c8eec4ef0 + depends: + - libgcc-ng >=12 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 418368 + timestamp: 1660346797927 +- kind: conda + name: xz + version: 5.2.6 + build: h57fd34a_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec + md5: 39c6b54e94014701dd157f4f576ed211 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 235693 + timestamp: 1660346961024 +- kind: conda + name: xz + version: 5.2.6 + build: h775f41a_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 + md5: a72f9d4ea13d55d745ff1ed594747f10 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 238119 + timestamp: 1660346964847 +- kind: conda + name: xz + version: 5.2.6 + build: h8d14728_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 + md5: 515d77642eaa3639413c6b1bc3f94219 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 217804 + timestamp: 1660346976440 +- kind: conda + name: xz + version: 5.2.6 + build: h9cdd2b7_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 + md5: 83baad393a31d59c20b63ba4da6592df + depends: + - libgcc-ng >=12 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 440555 + timestamp: 1660348056328 - kind: conda name: yaml version: 0.2.5 @@ -34351,19 +25361,6 @@ packages: purls: [] size: 84237 timestamp: 1641347062780 -- kind: conda - name: yaml - version: 0.2.5 - build: h3422bc3_2 - 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 - license: MIT - license_family: MIT - size: 88016 - timestamp: 1641347076660 - kind: conda name: yaml version: 0.2.5 @@ -34378,21 +25375,6 @@ packages: purls: [] 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 - license: MIT - license_family: MIT - size: 89141 - timestamp: 1641346969816 - kind: conda name: yaml version: 0.2.5 @@ -34409,22 +25391,6 @@ packages: purls: [] size: 89141 timestamp: 1641346969816 -- kind: conda - name: yaml - version: 0.2.5 - build: h8ffe710_2 - 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 - license: MIT - license_family: MIT - size: 63274 - timestamp: 1641347623319 - kind: conda name: yaml version: 0.2.5 @@ -34442,21 +25408,6 @@ packages: purls: [] size: 63274 timestamp: 1641347623319 -- kind: conda - name: yaml - version: 0.2.5 - build: hf897c2e_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - sha256: 8bc601d6dbe249eba44b3c456765265cd8f42ef1e778f8df9b0c9c88b8558d7e - md5: b853307650cb226731f653aa623936a4 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 92927 - timestamp: 1641347626613 - kind: conda name: yaml version: 0.2.5 @@ -34476,339 +25427,237 @@ packages: - kind: conda name: zeromq version: 4.3.5 - build: h3b0a872_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda - sha256: a4dc72c96848f764bb5a5176aa93dd1e9b9e52804137b99daeebba277b31ea10 - md5: 3947a35e916fcc6b9825449affbf4214 + build: h28faeed_4 + build_number: 4 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda + sha256: 99a48b3a52c3a028d5a8aa5b586611c282347b5b76a3c675b2af3807b9d07f0f + md5: ae8c0108b4d6a5981bce484eeaaf1b55 depends: - - __glibc >=2.17,<3.0.a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libsodium >=1.0.20,<1.0.21.0a0 - - libstdcxx >=13 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 335400 - timestamp: 1731585026517 + size: 383549 + timestamp: 1715611199541 - kind: conda name: zeromq version: 4.3.5 - build: h5efb499_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda - sha256: a6003096dc0570a86492040ba32b04ce7662b159600be2252b7a0dfb9414e21c - md5: f2f3282559a4b87b7256ecafb4610107 + build: h75354e8_4 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda + sha256: bc9aaee39e7be107d7daff237435dfd8f791aca460a98583a36a263615205262 + md5: 03cc8d9838ad9dd0060ab532e81ccb21 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - libsodium >=1.0.20,<1.0.21.0a0 - - libstdcxx >=13 + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 371419 - timestamp: 1731589490850 + size: 353229 + timestamp: 1715607188837 - kind: conda name: zeromq version: 4.3.5 - build: h7130eaa_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h7130eaa_7.conda - sha256: b932dce8c9de9a8ffbf0db0365d29677636e599f7763ca51e554c43a0c5f8389 - md5: 6a0a76cd2b3d575e1b7aaeb283b9c3ed + build: hcc0f68c_4 + build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda + sha256: c22520d6d66a80f17c5f2b3719ad4a6ee809b210b8ac87d6f05ab98b94b3abda + md5: 39fb79e7a7a880a03f82c1f2eb7f7c73 depends: - - __osx >=10.13 - - krb5 >=1.21.3,<1.22.0a0 - - libcxx >=18 - - libsodium >=1.0.20,<1.0.21.0a0 + - __osx >=11.0 + - krb5 >=1.21.2,<1.22.0a0 + - libcxx >=16 + - libsodium >=1.0.18,<1.0.19.0a0 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 292112 - timestamp: 1731585246902 + size: 298555 + timestamp: 1715607628741 - kind: conda name: zeromq version: 4.3.5 - build: ha9f60a1_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda - sha256: 15cc8e2162d0a33ffeb3f7b7c7883fd830c54a4b1be6a4b8c7ee1f4fef0088fb - md5: e03f2c245a5ee6055752465519363b1c + build: hde137ed_4 + build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda + sha256: 871625ce993e6c61649b14659a3d1d6011fbb242b7d6a25cadbc6300b2356f32 + md5: e56609055da6c658aa329d42a6c6b9f2 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libsodium >=1.0.20,<1.0.21.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - krb5 >=1.21.2,<1.22.0a0 + - libcxx >=16 + - libsodium >=1.0.18,<1.0.19.0a0 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 2527503 - timestamp: 1731585151036 + size: 304498 + timestamp: 1715607961981 - kind: conda name: zeromq version: 4.3.5 - build: hc1bb282_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda - sha256: 9e585569fe2e7d3bea71972cd4b9f06b1a7ab8fa7c5139f92a31cbceecf25a8a - md5: f7e6b65943cb73bce0143737fded08f1 - depends: - - __osx >=11.0 - - krb5 >=1.21.3,<1.22.0a0 - - libcxx >=18 - - libsodium >=1.0.20,<1.0.21.0a0 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 281565 - timestamp: 1731585108039 -- kind: conda - name: zipp - version: 3.21.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 - md5: 0c3cc595284c5e8f0f9900a9b228a332 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 21809 - timestamp: 1732827613585 -- kind: conda - name: zipp - version: 3.21.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 - md5: 0c3cc595284c5e8f0f9900a9b228a332 - depends: - - python >=3.9 - license: MIT - license_family: MIT - purls: - - pkg:pypi/zipp?source=conda-forge-mapping - size: 21809 - timestamp: 1732827613585 -- kind: conda - name: zlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c - md5: be60c4e8efa55fddc17b4131aa47acbd - depends: - - libzlib 1.3.1 h2466b09_2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Zlib - license_family: Other - size: 107439 - timestamp: 1727963788936 -- kind: conda - name: zlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 + build: he1f189c_4 + build_number: 4 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c - md5: be60c4e8efa55fddc17b4131aa47acbd + url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda + sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 + md5: b755eb545c2728b9a53729f02e627834 depends: - - libzlib 1.3.1 h2466b09_2 + - krb5 >=1.21.2,<1.22.0a0 + - libsodium >=1.0.18,<1.0.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Zlib - license_family: Other - purls: [] - size: 107439 - timestamp: 1727963788936 -- kind: conda - name: zlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 - md5: e3170d898ca6cb48f1bb567afb92f775 - depends: - - __osx >=11.0 - - libzlib 1.3.1 h8359307_2 - license: Zlib - license_family: Other - size: 77606 - timestamp: 1727963209370 -- kind: conda - name: zlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 - md5: e3170d898ca6cb48f1bb567afb92f775 - depends: - - __osx >=11.0 - - libzlib 1.3.1 h8359307_2 - license: Zlib - license_family: Other + license: MPL-2.0 + license_family: MOZILLA purls: [] - size: 77606 - timestamp: 1727963209370 + size: 2707065 + timestamp: 1715607874610 - kind: conda - name: zlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 - md5: bc230abb5d21b63ff4799b0e75204783 + name: zipp + version: 3.19.2 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 + md5: 49808e59df5535116f6878b2a820d6f4 depends: - - libgcc >=13 - - libzlib 1.3.1 h86ecc28_2 - license: Zlib - license_family: Other - size: 95582 - timestamp: 1727963203597 + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/zipp?source=conda-forge-mapping + size: 20917 + timestamp: 1718013395428 - kind: conda name: zlib version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 - md5: bc230abb5d21b63ff4799b0e75204783 + build: h2466b09_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be + md5: f8e0a35bf6df768ad87ed7bbbc36ab04 depends: - - libgcc >=13 - - libzlib 1.3.1 h86ecc28_2 + - libzlib 1.3.1 h2466b09_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Zlib license_family: Other purls: [] - size: 95582 - timestamp: 1727963203597 + size: 108081 + timestamp: 1716874767420 - kind: conda name: zlib version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 + build: h4ab18f5_1 + build_number: 1 subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab - md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda + sha256: cee16ab07a11303de721915f0a269e8c7a54a5c834aa52f74b1cc3a59000ade8 + md5: 9653f1bf3766164d0e65fa723cabbc54 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib 1.3.1 hb9d3cd8_2 + - libgcc-ng >=12 + - libzlib 1.3.1 h4ab18f5_1 license: Zlib license_family: Other - size: 92286 - timestamp: 1727963153079 + purls: [] + size: 93004 + timestamp: 1716874213487 - kind: conda name: zlib version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab - md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + build: h68df207_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda + sha256: 7d4f12a602447c00f65f99fcf332f350cc49161a4f215466e9eb1bbe51852978 + md5: 6031f9e32654fbdb9fdba406ab980517 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib 1.3.1 hb9d3cd8_2 + - libgcc-ng >=12 + - libzlib 1.3.1 h68df207_1 license: Zlib license_family: Other purls: [] - size: 92286 - timestamp: 1727963153079 + size: 95770 + timestamp: 1716874148566 - kind: conda name: zlib version: 1.3.1 - build: hd23fc13_2 - build_number: 2 + build: h87427d6_1 + build_number: 1 subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 - md5: c989e0295dcbdc08106fe5d9e935f0b9 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda + sha256: 41bd5fef28b2755d637e3a8ea5c84010628392fbcf80c7e3d7370aaced7ee4fe + md5: 3ac9ef8975965f9698dbedd2a4cc5894 depends: - __osx >=10.13 - - libzlib 1.3.1 hd23fc13_2 + - libzlib 1.3.1 h87427d6_1 license: Zlib license_family: Other - size: 88544 - timestamp: 1727963189976 + purls: [] + size: 88782 + timestamp: 1716874245467 - kind: conda name: zlib version: 1.3.1 - build: hd23fc13_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 - md5: c989e0295dcbdc08106fe5d9e935f0b9 + build: hfb2fe0b_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda + sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5 + md5: f27e021db7862b6ddbc1d3578f10d883 depends: - - __osx >=10.13 - - libzlib 1.3.1 hd23fc13_2 + - __osx >=11.0 + - libzlib 1.3.1 hfb2fe0b_1 license: Zlib license_family: Other purls: [] - size: 88544 - timestamp: 1727963189976 + size: 78260 + timestamp: 1716874280334 - kind: conda name: zstandard - version: 0.23.0 - build: py39h08a7858_1 + version: 0.22.0 + build: py39h0b77d07_1 build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad - md5: cd9fa334e11886738f17254f52210bc3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 + md5: 19831d5658b691425fabd726db342b50 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - cffi >=1.11 - - libgcc >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 407017 - timestamp: 1725305769438 + purls: + - pkg:pypi/zstandard?source=conda-forge-mapping + size: 319867 + timestamp: 1718866678183 - kind: conda name: zstandard version: 0.23.0 - build: py39h08a7858_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad - md5: cd9fa334e11886738f17254f52210bc3 + build: py39h32d468b_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 + md5: b3234fc0ba4b2d4e173ea2f71be11de8 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - cffi >=1.11 - - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 @@ -34817,41 +25666,41 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 407017 - timestamp: 1725305769438 + size: 400897 + timestamp: 1721044460640 - kind: conda name: zstandard version: 0.23.0 - build: py39h5934b9c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - sha256: b2a5b6195ed4918f1b61d016d941eb3b20ce948a8c73058cee3a3736e25411f9 - md5: 43f0ab97684dc1facf7acf5bc24919e5 + build: py39h623c9ba_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 + md5: a19d023682384c637cb356d270c276c0 depends: + - __glibc >=2.17,<3.0.a0 - cffi >=1.11 - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 382010 - timestamp: 1725305736783 + purls: + - pkg:pypi/zstandard?source=conda-forge-mapping + size: 406014 + timestamp: 1721044148631 - kind: conda name: zstandard version: 0.23.0 - build: py39h5934b9c_1 - build_number: 1 + build: py39h6b56de1_0 subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - sha256: b2a5b6195ed4918f1b61d016d941eb3b20ce948a8c73058cee3a3736e25411f9 - md5: 43f0ab97684dc1facf7acf5bc24919e5 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a + md5: 4e9daef09df3b119e1ba338fee682995 depends: - cffi >=1.11 - - libgcc >=13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -34861,39 +25710,16 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 382010 - timestamp: 1725305736783 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39h9bf74da_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 - md5: 5f1f0f75ebd24882ccf44d145939b104 - depends: - - cffi >=1.11 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.5.7.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 311116 - timestamp: 1725305993710 + size: 381522 + timestamp: 1721044290823 - kind: conda name: zstandard version: 0.23.0 - build: py39h9bf74da_1 - build_number: 1 + build: py39h9bf74da_0 subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 - md5: 5f1f0f75ebd24882ccf44d145939b104 + url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 + md5: 9658585ffb22b68adb5490e9035b93ba depends: - cffi >=1.11 - python >=3.9,<3.10.0a0 @@ -34907,110 +25733,8 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 311116 - timestamp: 1725305993710 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39hc23f734_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - sha256: a854d10abb45924bd96f2fc94ec0693663b928a2c1a9e373b4437e2662ace38b - md5: 5da66224731aea611c4bf331e057f23d - depends: - - __osx >=10.13 - - cffi >=1.11 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - zstd >=1.5.6,<1.5.7.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 401328 - timestamp: 1725305650930 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39hc23f734_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - sha256: a854d10abb45924bd96f2fc94ec0693663b928a2c1a9e373b4437e2662ace38b - md5: 5da66224731aea611c4bf331e057f23d - depends: - - __osx >=10.13 - - cffi >=1.11 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - zstd >=1.5.6,<1.5.7.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 401328 - timestamp: 1725305650930 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39hcf1bb16_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - sha256: c4cb4a1bb5609c16f27a3f4355cddc77e6c0e9e3083340f413f9de9b8266e03f - md5: 8cbaf074d564f304ae7fd29ba39184be - depends: - - __osx >=11.0 - - cffi >=1.11 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - zstd >=1.5.6,<1.5.7.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - size: 320027 - timestamp: 1725305723442 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39hcf1bb16_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - sha256: c4cb4a1bb5609c16f27a3f4355cddc77e6c0e9e3083340f413f9de9b8266e03f - md5: 8cbaf074d564f304ae7fd29ba39184be - depends: - - __osx >=11.0 - - cffi >=1.11 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - zstd >=1.5.6,<1.5.7.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 320027 - timestamp: 1725305723442 -- kind: conda - name: zstd - version: 1.5.6 - build: h02f22dd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - sha256: 484f9d0722c77685ae379fbff3ccd662af9ead7e59eb39cd6d0c677cdf25ff6c - md5: be8d5f8cf21aed237b8b182ea86b3dd6 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 539937 - timestamp: 1714723130243 + size: 310144 + timestamp: 1721044587416 - kind: conda name: zstd version: 1.5.6 @@ -35028,23 +25752,6 @@ packages: purls: [] size: 539937 timestamp: 1714723130243 -- kind: conda - name: zstd - version: 1.5.6 - build: h0ea2cb4_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3 - md5: 9a17230f95733c04dc40a2b1e5491d74 - depends: - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 349143 - timestamp: 1714723445995 - kind: conda name: zstd version: 1.5.6 @@ -35063,21 +25770,6 @@ packages: purls: [] size: 349143 timestamp: 1714723445995 -- kind: conda - name: zstd - version: 1.5.6 - build: h915ae27_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - sha256: efa04a98cb149643fa54c4dad5a0179e36a5fbc88427ea0eec88ceed87fd0f96 - md5: 4cb2cd56f039b129bb0e491c1164167e - depends: - - __osx >=10.9 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 498900 - timestamp: 1714723303098 - kind: conda name: zstd version: 1.5.6 @@ -35094,22 +25786,6 @@ packages: purls: [] size: 498900 timestamp: 1714723303098 -- kind: conda - name: zstd - version: 1.5.6 - build: ha6fb4c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b - md5: 4d056880988120e29d75bfff282e0f45 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 554846 - timestamp: 1714722996770 - kind: conda name: zstd version: 1.5.6 @@ -35127,21 +25803,6 @@ packages: purls: [] size: 554846 timestamp: 1714722996770 -- kind: conda - name: zstd - version: 1.5.6 - build: hb46c0d2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - sha256: 2d4fd1ff7ee79cd954ca8e81abf11d9d49954dd1fef80f27289e2402ae9c2e09 - md5: d96942c06c3e84bfcc5efb038724a7fd - depends: - - __osx >=11.0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - size: 405089 - timestamp: 1714723101397 - kind: conda name: zstd version: 1.5.6 From 5f49a19e3a81d68a448ab02b5064bccaaa6d5191 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 8 Jan 2025 15:25:03 -0500 Subject: [PATCH 10/70] fix(prp): fix error msg format, improve msg (#2129) The arguments did not match the format, causing a crash. The error message could be improved anyway. --- src/Model/ParticleTracking/prt-prp.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Model/ParticleTracking/prt-prp.f90 b/src/Model/ParticleTracking/prt-prp.f90 index 3627ec6d031..a3e657bb02a 100644 --- a/src/Model/ParticleTracking/prt-prp.f90 +++ b/src/Model/ParticleTracking/prt-prp.f90 @@ -942,9 +942,9 @@ subroutine prp_read_packagedata(this) n = ival if (n < 1 .or. n > this%nreleasepoints) then - write (errmsg, '(a,1x,i0,a)') & - 'Release point number must be greater than 0 and less than', & - 'or equal to', this%nreleasepoints, '.' + write (errmsg, '(a,i0,a,i0,a)') & + 'Expected ', this%nreleasepoints, ' release points. & + &Points must be numbered from 1 to ', this%nreleasepoints, '.' call store_error(errmsg) cycle end if From f2fe1d8be9f6801358195904a032e68bfb5972fc Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 8 Jan 2025 18:45:23 -0500 Subject: [PATCH 11/70] test(prt): support structured grids in plot util function (#2130) The utility function only supported unstructured grids. --- autotest/prt_test_utils.py | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/autotest/prt_test_utils.py b/autotest/prt_test_utils.py index 03385ce1d80..6696b6297d0 100644 --- a/autotest/prt_test_utils.py +++ b/autotest/prt_test_utils.py @@ -391,10 +391,17 @@ def plot_nodes_and_vertices( # plot nodes xc, yc = mg.get_xcellcenters_for_layer(0), mg.get_ycellcenters_for_layer(0) - for i in range(ncpl): - x, y = xc[i], yc[i] - ax.plot(x, y, "o", color="grey", alpha=0.5) - ax.annotate(str(i + 1), (x, y), color="grey", alpha=0.5) + if mg.grid_type == "structured": + ids = mg.get_lrc(range(mg.ncpl)) + for _, i, j in ids: + x, y = xc[i], yc[i] + ax.plot(x, y, "o", color="grey", alpha=0.5) + ax.annotate(f"{i + 1}, {j + 1}", (x, y), color="grey", alpha=0.5) + else: + for i in range(mg.ncpl): + x, y = xc[i], yc[i] + ax.plot(x, y, "o", color="grey", alpha=0.5) + ax.annotate(str(i + 1), (x, y), color="grey", alpha=0.5) # create legend ax.legend( From 244583587cc2d2fcb375831dc721e87d63387e22 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 8 Jan 2025 18:46:05 -0500 Subject: [PATCH 12/70] fix(prt): don't reset transform in subcell rect method (#2131) #2066 introduced a bug where particle coordinates were prematurely transformed back from cell-local coords to model coords. This produced incorrect particle positions in/near quad-refined cells. --- src/Solution/ParticleTracker/CellDefn.f90 | 2 -- src/Solution/ParticleTracker/Method.f90 | 3 +-- src/Solution/ParticleTracker/MethodDisv.f90 | 11 ++++++++++- src/Solution/ParticleTracker/MethodSubcellPollock.f90 | 1 - 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/Solution/ParticleTracker/CellDefn.f90 b/src/Solution/ParticleTracker/CellDefn.f90 index 836f0421633..a2f0fd5c5f4 100644 --- a/src/Solution/ParticleTracker/CellDefn.f90 +++ b/src/Solution/ParticleTracker/CellDefn.f90 @@ -1,7 +1,5 @@ module CellDefnModule use KindModule, only: DP, I4B, LGP - use ConstantsModule, only: DZERO - use MathUtilModule, only: is_close implicit none private diff --git a/src/Solution/ParticleTracker/Method.f90 b/src/Solution/ParticleTracker/Method.f90 index 061a627e1ad..4035a0ad8a1 100644 --- a/src/Solution/ParticleTracker/Method.f90 +++ b/src/Solution/ParticleTracker/Method.f90 @@ -134,9 +134,8 @@ subroutine try_pass(this, particle, nextlevel, advancing) ! otherwise pass the particle to the next subdomain. ! if that leaves it on a boundary, stop advancing. call this%pass(particle) - if (particle%iboundary(nextlevel - 1) .ne. 0) then + if (particle%iboundary(nextlevel - 1) .ne. 0) & advancing = .false. - end if end if end subroutine try_pass diff --git a/src/Solution/ParticleTracker/MethodDisv.f90 b/src/Solution/ParticleTracker/MethodDisv.f90 index de65bbbf134..d6fefc4118a 100644 --- a/src/Solution/ParticleTracker/MethodDisv.f90 +++ b/src/Solution/ParticleTracker/MethodDisv.f90 @@ -88,6 +88,8 @@ subroutine load_disv(this, particle, next_level, submethod) ic = particle%idomain(next_level) call this%load_cell_defn(ic, cell%defn) if (this%fmi%ibdgwfsat0(ic) == 0) then + ! Cell is active but dry, so select and initialize pass-to-bottom + ! cell method and set cell method pointer call method_cell_ptb%init( & fmi=this%fmi, & cell=this%cell, & @@ -95,6 +97,7 @@ subroutine load_disv(this, particle, next_level, submethod) tracktimes=this%tracktimes) submethod => method_cell_ptb else if (particle%ifrctrn > 0) then + ! Force the ternary method call method_cell_tern%init( & fmi=this%fmi, & cell=this%cell, & @@ -102,6 +105,8 @@ subroutine load_disv(this, particle, next_level, submethod) tracktimes=this%tracktimes) submethod => method_cell_tern else if (cell%defn%can_be_rect) then + ! Cell is a rectangle, convert it to a rectangular cell type and + ! initialize Pollock's method call cell_poly_to_rect(cell, rect) base => rect call method_cell_plck%init( & @@ -111,6 +116,8 @@ subroutine load_disv(this, particle, next_level, submethod) tracktimes=this%tracktimes) submethod => method_cell_plck else if (cell%defn%can_be_quad) then + ! Cell is quad-refined, convert to a quad rect cell type and + ! initialize the corresponding method call cell_poly_to_quad(cell, quad) base => quad call method_cell_quad%init( & @@ -120,6 +127,7 @@ subroutine load_disv(this, particle, next_level, submethod) tracktimes=this%tracktimes) submethod => method_cell_quad else + ! Default to the ternary method call method_cell_tern%init( & fmi=this%fmi, & cell=this%cell, & @@ -232,7 +240,8 @@ subroutine pass_disv(this, particle) particle%advancing = .false. call this%save(particle, reason=3) else - ! Update old to new cell properties + ! Otherwise, load cell properties into the + ! particle. It may be marked to terminate. call this%load_particle(cell, particle) if (.not. particle%advancing) return diff --git a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 index 1cbd0cce45b..55e8989a925 100644 --- a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 @@ -73,7 +73,6 @@ subroutine apply_msp(this, particle, tmax) call particle%transform(xOrigin, yOrigin) call this%track_subcell(subcell, particle, tmax) call particle%transform(xOrigin, yOrigin, invert=.true.) - call particle%reset_transform() end select end subroutine apply_msp From 936ff0324631ee127b95402969b6ff8aebecafc5 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 10 Jan 2025 18:17:10 -0500 Subject: [PATCH 13/70] docs(prp): include last keyword in releasesetting (#2135) Close #2134 --- doc/mf6io/mf6ivar/dfn/prt-prp.dfn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn index e9a6863f64c..a7ce258aeb5 100644 --- a/doc/mf6io/mf6ivar/dfn/prt-prp.dfn +++ b/doc/mf6io/mf6ivar/dfn/prt-prp.dfn @@ -337,7 +337,7 @@ description block period name releasesetting -type keystring all first frequency steps fraction +type keystring all first last frequency steps fraction shape tagged false in_record true From d2fa4878986efb63ff22ecf09b0fb2eaf3dd1860 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Sun, 12 Jan 2025 14:50:48 -0800 Subject: [PATCH 14/70] refactor(ats-adv): support courant time-step constraint in gwe (#2133) --- ...est_gwt_adv_ats.py => test_tsp_adv_ats.py} | 509 +++++++++++++----- doc/ReleaseNotes/develop.tex | 2 +- doc/mf6io/mf6ivar/dfn/gwe-adv.dfn | 8 + doc/mf6io/utl_ats.tex | 2 +- src/Model/GroundWaterEnergy/gwe.f90 | 37 +- 5 files changed, 423 insertions(+), 135 deletions(-) rename autotest/{test_gwt_adv_ats.py => test_tsp_adv_ats.py} (56%) diff --git a/autotest/test_gwt_adv_ats.py b/autotest/test_tsp_adv_ats.py similarity index 56% rename from autotest/test_gwt_adv_ats.py rename to autotest/test_tsp_adv_ats.py index 4cf1605d620..8998f2538e8 100644 --- a/autotest/test_gwt_adv_ats.py +++ b/autotest/test_tsp_adv_ats.py @@ -12,32 +12,224 @@ import pytest from framework import TestFramework -cases = [ - "gwtadvats01", -] +cases = ["gwtadvats01", "gweadvats01"] + +nlay, nrow, ncol = 1, 1, 100 +nper = 1 +perlen = [5.0] +nstp = [200] +tsmult = [1.0] +steady = [True] +delr = 1.0 +delc = 1.0 +top = 1.0 +botm = [0.0] +strt = 1.0 +hk = 1.0 +laytyp = 0 +rhos = 2700.0 +rhow = 1000.0 +Cps = 703.7 +Cpw = 4183.0 + +c = {0: [[(0, 0, 99), 0.0000000]]} +w = {0: [[(0, 0, 0), 1.0, 1.0]]} + +nouter, ninner = 100, 300 +hclose, rclose, relax = 1e-6, 1e-6, 1.0 + + +def add_solute_tsp(sim, name, gwtname): + # create gwt model + gwt = flopy.mf6.MFModel( + sim, + model_type="gwt6", + modelname=gwtname, + model_nam_file=f"{gwtname}.nam", + ) + gwt.name_file.save_flows = True + # create iterative model solution and register the gwt model with it + imsgwt = flopy.mf6.ModflowIms( + sim, + ats_outer_maximum_fraction=0.0, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="NONE", + inner_maximum=ninner, + inner_dvclose=hclose, + rcloserecord=rclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + filename=f"{gwtname}.ims", + ) + sim.register_ims_package(imsgwt, [gwt.name]) -def build_models(idx, test): - nlay, nrow, ncol = 1, 1, 100 - nper = 1 - perlen = [5.0] - nstp = [200] - tsmult = [1.0] - steady = [True] - delr = 1.0 - delc = 1.0 - top = 1.0 - botm = [0.0] - strt = 1.0 - hk = 1.0 - laytyp = 0 - - c = {0: [[(0, 0, 99), 0.0000000]]} - w = {0: [[(0, 0, 0), 1.0, 1.0]]} - - nouter, ninner = 100, 300 - hclose, rclose, relax = 1e-6, 1e-6, 1.0 + dis = flopy.mf6.ModflowGwtdis( + gwt, + nlay=nlay, + nrow=nrow, + ncol=ncol, + delr=delr, + delc=delc, + top=top, + botm=botm, + idomain=1, + filename=f"{gwtname}.dis", + ) + + # initial conditions + ic = flopy.mf6.ModflowGwtic(gwt, strt=0.0, filename=f"{gwtname}.ic") + + # advection + adv = flopy.mf6.ModflowGwtadv( + gwt, scheme="upstream", ats_percel=0.5, filename=f"{gwtname}.adv" + ) + + # mass storage and transfer + mst = flopy.mf6.ModflowGwtmst(gwt, porosity=0.1) + + # sources + sourcerecarray = [("WEL-1", "AUX", "CONCENTRATION")] + ssm = flopy.mf6.ModflowGwtssm( + gwt, sources=sourcerecarray, filename=f"{gwtname}.ssm" + ) + + # output control + oc = flopy.mf6.ModflowGwtoc( + gwt, + budget_filerecord=f"{gwtname}.cbc", + concentration_filerecord=f"{gwtname}.ucn", + concentrationprintrecord=[("COLUMNS", 10, "WIDTH", 15, "DIGITS", 6, "GENERAL")], + saverecord=[("CONCENTRATION", "ALL"), ("BUDGET", "LAST")], + printrecord=[("CONCENTRATION", "LAST"), ("BUDGET", "LAST")], + ) + + obs_data = { + "conc_obs.csv": [ + ("(1-1-10)", "CONCENTRATION", (0, 0, 9)), + ("(1-1-50)", "CONCENTRATION", (0, 0, 49)), + ], + "flow_obs.csv": [ + ("c10-c11", "FLOW-JA-FACE", (0, 0, 9), (0, 0, 10)), + ("c50-c51", "FLOW-JA-FACE", (0, 0, 49), (0, 0, 50)), + ("c99-c100", "FLOW-JA-FACE", (0, 0, 98), (0, 0, 99)), + ], + } + + obs_package = flopy.mf6.ModflowUtlobs( + gwt, + pname="conc_obs", + filename=f"{gwtname}.obs", + digits=10, + print_input=True, + continuous=obs_data, + ) + + return sim + + +def add_energy_tsp(sim, name, gwename): + # create gwt model + gwe = flopy.mf6.MFModel( + sim, + model_type="gwe6", + modelname=gwename, + model_nam_file=f"{gwename}.nam", + ) + gwe.name_file.save_flows = True + + # create iterative model solution and register the gwt model with it + imsgwe = flopy.mf6.ModflowIms( + sim, + ats_outer_maximum_fraction=0.0, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="NONE", + inner_maximum=ninner, + inner_dvclose=hclose, + rcloserecord=rclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + filename=f"{gwename}.ims", + ) + sim.register_ims_package(imsgwe, [gwe.name]) + + dis = flopy.mf6.ModflowGwtdis( + gwe, + nlay=nlay, + nrow=nrow, + ncol=ncol, + delr=delr, + delc=delc, + top=top, + botm=botm, + idomain=1, + filename=f"{gwename}.dis", + ) + + # initial conditions + ic = flopy.mf6.ModflowGweic(gwe, strt=0.0, filename=f"{gwename}.ic") + + # advection + adv = flopy.mf6.ModflowGweadv( + gwe, scheme="upstream", ats_percel=0.5, filename=f"{gwename}.adv" + ) + + # mass storage and transfer + est = flopy.mf6.ModflowGweest( + gwe, + porosity=0.1, + heat_capacity_water=Cpw, + density_water=rhow, + heat_capacity_solid=Cps, + density_solid=rhos, + pname="EST", + filename=f"{gwename}.est", + ) + + # sources + sourcerecarray = [("WEL-1", "AUX", "CONCENTRATION")] + ssm = flopy.mf6.ModflowGwessm( + gwe, sources=sourcerecarray, filename=f"{gwename}.ssm" + ) + # output control + oc = flopy.mf6.ModflowGweoc( + gwe, + budget_filerecord=f"{gwename}.cbc", + temperature_filerecord=f"{gwename}.ucn", + temperatureprintrecord=[("COLUMNS", 10, "WIDTH", 15, "DIGITS", 6, "GENERAL")], + saverecord=[("TEMPERATURE", "ALL"), ("BUDGET", "LAST")], + printrecord=[("TEMPERATURE", "LAST"), ("BUDGET", "LAST")], + ) + + obs_data = { + "temp_obs.csv": [ + ("(1-1-10)", "TEMPERATURE", (0, 0, 9)), + ("(1-1-50)", "TEMPERATURE", (0, 0, 49)), + ], + } + + obs_package = flopy.mf6.ModflowUtlobs( + gwe, + pname="temp_obs", + filename=f"{gwename}.obs", + digits=10, + print_input=True, + continuous=obs_data, + ) + + return sim + + +def build_models(idx, test): tdis_rc = [] for i in range(nper): tdis_rc.append((perlen[i], nstp[i], tsmult[i])) @@ -151,113 +343,39 @@ def build_models(idx, test): printrecord=[("HEAD", "LAST"), ("BUDGET", "LAST")], ) - # create gwt model - gwtname = "gwt_" + name - gwt = flopy.mf6.MFModel( - sim, - model_type="gwt6", - modelname=gwtname, - model_nam_file=f"{gwtname}.nam", - ) - gwt.name_file.save_flows = True - - # create iterative model solution and register the gwt model with it - imsgwt = flopy.mf6.ModflowIms( - sim, - ats_outer_maximum_fraction=0.0, - print_option="SUMMARY", - outer_dvclose=hclose, - outer_maximum=nouter, - under_relaxation="NONE", - inner_maximum=ninner, - inner_dvclose=hclose, - rcloserecord=rclose, - linear_acceleration="BICGSTAB", - scaling_method="NONE", - reordering_method="NONE", - relaxation_factor=relax, - filename=f"{gwtname}.ims", - ) - sim.register_ims_package(imsgwt, [gwt.name]) - - dis = flopy.mf6.ModflowGwtdis( - gwt, - nlay=nlay, - nrow=nrow, - ncol=ncol, - delr=delr, - delc=delc, - top=top, - botm=botm, - idomain=1, - filename=f"{gwtname}.dis", - ) - - # initial conditions - ic = flopy.mf6.ModflowGwtic(gwt, strt=0.0, filename=f"{gwtname}.ic") - - # advection - adv = flopy.mf6.ModflowGwtadv( - gwt, scheme="upstream", ats_percel=0.5, filename=f"{gwtname}.adv" - ) - - # mass storage and transfer - mst = flopy.mf6.ModflowGwtmst(gwt, porosity=0.1) - - # sources - sourcerecarray = [("WEL-1", "AUX", "CONCENTRATION")] - ssm = flopy.mf6.ModflowGwtssm( - gwt, sources=sourcerecarray, filename=f"{gwtname}.ssm" - ) - - # output control - oc = flopy.mf6.ModflowGwtoc( - gwt, - budget_filerecord=f"{gwtname}.cbc", - concentration_filerecord=f"{gwtname}.ucn", - concentrationprintrecord=[("COLUMNS", 10, "WIDTH", 15, "DIGITS", 6, "GENERAL")], - saverecord=[("CONCENTRATION", "ALL"), ("BUDGET", "LAST")], - printrecord=[("CONCENTRATION", "LAST"), ("BUDGET", "LAST")], - ) - - obs_data = { - "conc_obs.csv": [ - ("(1-1-10)", "CONCENTRATION", (0, 0, 9)), - ("(1-1-50)", "CONCENTRATION", (0, 0, 49)), - ], - "flow_obs.csv": [ - ("c10-c11", "FLOW-JA-FACE", (0, 0, 9), (0, 0, 10)), - ("c50-c51", "FLOW-JA-FACE", (0, 0, 49), (0, 0, 50)), - ("c99-c100", "FLOW-JA-FACE", (0, 0, 98), (0, 0, 99)), - ], - } - - obs_package = flopy.mf6.ModflowUtlobs( - gwt, - pname="conc_obs", - filename=f"{gwtname}.obs", - digits=10, - print_input=True, - continuous=obs_data, - ) - - # GWF GWT exchange - gwfgwt = flopy.mf6.ModflowGwfgwt( - sim, - exgtype="GWF6-GWT6", - exgmnamea=gwfname, - exgmnameb=gwtname, - filename=f"{name}.gwfgwt", - ) + if "gwt" in name: + gwtname = "gwt_" + name + sim = add_solute_tsp(sim, name, gwtname) + + # GWF GWT exchange + gwfgwt = flopy.mf6.ModflowGwfgwt( + sim, + exgtype="GWF6-GWT6", + exgmnamea=gwfname, + exgmnameb=gwtname, + filename=f"{name}.gwfgwt", + ) + + elif "gwe" in name: + gwename = "gwe_" + name + sim = add_energy_tsp(sim, name, gwename) + + # GWF GWE exchange + gwfgwe = flopy.mf6.ModflowGwfgwe( + sim, + exgtype="GWF6-GWE6", + exgmnamea=gwfname, + exgmnameb=gwename, + filename=f"{name}.gwfgwe", + ) return sim, None -def check_output(idx, test): - name = cases[idx] - gwtname = "gwt_" + name - +def check_gwt_output(gwtname, test): fpth = os.path.join(test.workspace, f"{gwtname}.ucn") + print("made it here?") + print(fpth) try: cobj = flopy.utils.HeadFile(fpth, precision="double", text="CONCENTRATION") conc = cobj.get_data() @@ -266,7 +384,7 @@ def check_output(idx, test): assert False, f'could not load data from "{fpth}"' # Verify number of time steps; there should be 101 of them. - assert len(times) == 101, f"Found {len(times)} time steps. Expecting 102." + assert len(times) == 101, f"Found {len(times)} time steps. Expecting 101." # This is the answer to this problem. These concentrations are for # time step 200. @@ -385,6 +503,145 @@ def check_output(idx, test): ) +def check_gwe_output(gwename, test): + fpth = os.path.join(test.workspace, f"{gwename}.ucn") + try: + tobj = flopy.utils.HeadFile(fpth, precision="double", text="TEMPERATURE") + temp = tobj.get_data() + times = tobj.times + except: + assert False, f'could not load data from "{fpth}"' + + # Verify number of time steps; there should be 101 of them. + assert len(times) == 101, f"Found {len(times)} time steps. Expecting 101." + + # This is the answer to this problem. These temperatures are for + # time step 200. + tres1 = [ + [ + [ + 9.999151944e-01, + 9.991561416e-01, + 9.957253385e-01, + 9.852855303e-01, + 9.612267633e-01, + 9.164423891e-01, + 8.463063960e-01, + 7.512651490e-01, + 6.375137933e-01, + 5.153686634e-01, + 3.962365131e-01, + 2.896398445e-01, + 2.014154568e-01, + 1.334081536e-01, + 8.429617551e-02, + 5.090190174e-02, + 2.942801589e-02, + 1.631898616e-02, + 8.696001156e-03, + 4.460691183e-03, + 2.206323719e-03, + 1.053931687e-03, + 4.869516105e-04, + 2.179244364e-04, + 9.459177996e-05, + 3.987257926e-05, + 1.634113891e-05, + 6.518691628e-06, + 2.533746783e-06, + 9.605469452e-07, + 3.554919904e-07, + 1.285514974e-07, + 4.545895740e-08, + 1.573243379e-08, + 5.332454436e-09, + 1.771400518e-09, + 5.771017791e-10, + 1.845044867e-10, + 5.792144119e-11, + 1.786470543e-11, + 5.416398110e-12, + 1.615126084e-12, + 4.739099550e-13, + 1.368930367e-13, + 3.894541782e-14, + 1.091705682e-14, + 3.016515444e-15, + 8.219118876e-16, + 2.209156368e-16, + 5.859548158e-17, + 1.534217316e-17, + 3.966772505e-18, + 1.013099873e-18, + 2.556602974e-19, + 6.376711964e-20, + 1.572441116e-20, + 3.834538402e-21, + 9.249656326e-22, + 2.207600521e-22, + 5.214377130e-23, + 1.219192845e-23, + 2.822460104e-24, + 6.470870604e-25, + 1.469494511e-25, + 3.306217086e-26, + 7.371193120e-27, + 1.628805914e-27, + 3.567840659e-28, + 7.748596208e-29, + 1.668770248e-29, + 3.564496198e-30, + 7.552622494e-31, + 1.587680860e-31, + 3.311770283e-32, + 6.855711936e-33, + 1.408647074e-33, + 2.873222323e-34, + 5.818513572e-35, + 1.170004097e-35, + 2.336416973e-36, + 4.633984263e-37, + 9.129607438e-38, + 1.786873029e-38, + 3.474790692e-39, + 6.714365487e-40, + 1.289345817e-40, + 2.460749895e-41, + 4.668135881e-42, + 8.803201667e-43, + 1.650444997e-43, + 3.076562467e-44, + 5.702623597e-45, + 1.051155543e-45, + 1.926995214e-46, + 3.513603911e-47, + 6.372645060e-48, + 1.149785438e-48, + 2.063852098e-49, + 3.685859442e-50, + 6.549834922e-51, + ] + ] + ] + tres1 = np.array(tres1) + diff = tres1 - temp + print(f"{diff.min()=} {diff.max()=}") + assert np.allclose(tres1, temp, atol=0.03), ( + "simulated temperatures do not match with known solution: " + f"{diff.min()=} {diff.max()=}" + ) + + +def check_output(idx, test): + name = cases[idx] + if "gwt" in name: + gwtname = "gwt_" + name + check_gwt_output(gwtname, test) + elif "gwe" in name: + gwename = "gwe_" + name + check_gwe_output(gwename, test) + + @pytest.mark.parametrize("idx, name", enumerate(cases)) def test_mf6model(idx, name, function_tmpdir, targets): test = TestFramework( diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 91ed05a9de9..d175a0aa5b3 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -5,7 +5,7 @@ %\underline{NEW FUNCTIONALITY} %\begin{itemize} -% \item xxx + \item Support for adjusting time step lengths using the adaptive time stepping (ATS) capability was added to the GWT Advection (ADV) Package of the Groundwater Transport (GWT) Model in release 6.6.0. The same functionality that was added to GWT is now available with the Groundwater Energy Transport (GWE) Model. A description of how this functionality works and how to activate it can be found in the release notes for version 6.6.0 (Appendix A) and in the MODFLOW 6 input-output guide. % \item xxx % \item xxx %\end{itemize} diff --git a/doc/mf6io/mf6ivar/dfn/gwe-adv.dfn b/doc/mf6io/mf6ivar/dfn/gwe-adv.dfn index 682ed4a756a..eaa18993c82 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-adv.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-adv.dfn @@ -9,3 +9,11 @@ optional true longname advective scheme description scheme used to solve the advection term. Can be upstream, central, or TVD. If not specified, upstream weighting is the default weighting scheme. + +block options +name ats_percel +type double precision +reader urword +optional true +longname fractional cell distance used for time step calculation +description fractional cell distance submitted by the ADV Package to the adaptive time stepping (ATS) package. If ATS\_PERCEL is specified and the ATS Package is active, a time step calculation will be made for each cell based on flow through the cell and cell properties. The largest time step will be calculated such that the advective fractional cell distance (ATS\_PERCEL) is not exceeded for any active cell in the grid. This time-step constraint will be submitted to the ATS Package, perhaps with constraints submitted by other packages, in the calculation of the time step. ATS\_PERCEL must be greater than zero. If a value of zero is specified for ATS\_PERCEL the program will automatically reset it to an internal no data value to indicate that time steps should not be subject to this constraint. \ No newline at end of file diff --git a/doc/mf6io/utl_ats.tex b/doc/mf6io/utl_ats.tex index 0ab23b98479..6840fad435c 100644 --- a/doc/mf6io/utl_ats.tex +++ b/doc/mf6io/utl_ats.tex @@ -9,7 +9,7 @@ \begin{itemize} \item The numerical solution will submit a preferred time step length based on the convergence pattern for the previous time step. If the numerical solution is relatively easy (as measured by the number of outer iterations), then the length of the next time step will increase by a factor of the \texttt{dtadj} variable. Conversely, if the solution is difficult to obtain, then the length of the next time step will decrease, by dividing the previous time step length by the \texttt{dtadj} variable. This time-step adjustment is on by default, but can be turned off by specifying a value of zero for the ATS\_OUTER\_MAXIMUM\_FRACTION option in the Iterative Model Solution (IMS). -\item The Advection (ADV) Package of the Groundwater Transport (GWT) Model will submit a maximum time-step length subject to Courant constraints if the user specifies a non-zero value for the ATS\_PERCEL option. +\item The Advection (ADV) Package of the Groundwater Transport (GWT) or Groundwater Energy Transport (GWE) Model will submit a maximum time-step length subject to Courant constraints if the user specifies a non-zero value for the ATS\_PERCEL option. \end{itemize} In the present ATS implementation, time series variables are interpolated based on the starting and ending times of the time step. If solution failure was encountered and a time step is retried with a smaller time step size, time series variables are re-interpolated for the shortened time step. In most cases, this is the intended behavior, however, if time series contain a much finer level of temporal detail, then this additional detail could exacerbate convergence problems. diff --git a/src/Model/GroundWaterEnergy/gwe.f90 b/src/Model/GroundWaterEnergy/gwe.f90 index 6787d18d2d7..0e8bce5db1b 100644 --- a/src/Model/GroundWaterEnergy/gwe.f90 +++ b/src/Model/GroundWaterEnergy/gwe.f90 @@ -4,8 +4,9 @@ module GweModule use KindModule, only: DP, I4B use InputOutputModule, only: ParseLine, upcase - use ConstantsModule, only: LENFTYPE, LENMEMPATH, DZERO, LENPAKLOC, & - LENVARNAME, LENPACKAGETYPE + use ConstantsModule, only: LENFTYPE, LENMEMPATH, DZERO, DNODATA, & + LENPAKLOC, LENVARNAME, LENPACKAGETYPE, & + LINELENGTH use NumericalModelModule, only: NumericalModelType use BaseModelModule, only: BaseModelType use BndModule, only: BndType, AddBndToList, GetBndFromList @@ -44,6 +45,7 @@ module GweModule procedure :: model_mc => gwe_mc procedure :: model_ar => gwe_ar procedure :: model_rp => gwe_rp + procedure :: model_dt => gwe_dt procedure :: model_ad => gwe_ad procedure :: model_cf => gwe_cf procedure :: model_fc => gwe_fc @@ -96,7 +98,7 @@ subroutine gwe_cr(filename, id, modelname) ! -- modules use ListsModule, only: basemodellist use BaseModelModule, only: AddBaseModelToList - use ConstantsModule, only: LINELENGTH, LENPACKAGENAME + use ConstantsModule, only: LENPACKAGENAME use MemoryHelperModule, only: create_mem_path use MemoryManagerExtModule, only: mem_set_value use GwfNamInputModule, only: GwfNamParamFoundType @@ -315,6 +317,29 @@ subroutine gwe_rp(this) end do end subroutine gwe_rp + !> @brief GWT Model time step size + !! + !! Calculate the maximum allowable time step size subject to time-step + !! constraints. If adaptive time steps are used, then the time step used + !! will be no larger than dtmax calculated here. + !< + subroutine gwe_dt(this) + use TdisModule, only: kstp, kper + use AdaptiveTimeStepModule, only: ats_submit_delt + ! dummy + class(GweModelType) :: this + ! local + real(DP) :: dtmax + character(len=LINELENGTH) :: msg + dtmax = DNODATA + + ! advection package courant stability + call this%adv%adv_dt(dtmax, msg, this%est%porosity) + if (msg /= '') then + call ats_submit_delt(kstp, kper, dtmax, msg) + end if + end subroutine gwe_dt + !> @brief GWE Model Time Step Advance !! !! This subroutine calls the attached packages' advance subroutines @@ -505,7 +530,6 @@ end subroutine gwe_cq !! - calculates package contributions to the model budget !< subroutine gwe_bd(this, icnvg, isuppress_output) - use ConstantsModule, only: DZERO ! -- dummy class(GweModelType) :: this integer(I4B), intent(in) :: icnvg @@ -695,7 +719,6 @@ end subroutine allocate_scalars subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & inunit, iout) ! -- modules - use ConstantsModule, only: LINELENGTH use SimModule, only: store_error use GweCtpModule, only: ctp_create use GweEslModule, only: esl_create @@ -786,7 +809,7 @@ end function CastAsGweModel subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & mempaths, inunits) ! -- modules - use ConstantsModule, only: LINELENGTH, LENPACKAGENAME + use ConstantsModule, only: LENPACKAGENAME use CharacterStringModule, only: CharacterStringType ! -- dummy class(GweModelType) :: this @@ -839,7 +862,7 @@ end subroutine create_bndpkgs !< subroutine create_gwe_packages(this, indis) ! -- modules - use ConstantsModule, only: LINELENGTH, LENPACKAGENAME + use ConstantsModule, only: LENPACKAGENAME use CharacterStringModule, only: CharacterStringType use ArrayHandlersModule, only: expandarray use MemoryManagerModule, only: mem_setptr From 93773849dfc89e2cc87405cc0060e6cc951bf570 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 14 Jan 2025 07:41:06 -0500 Subject: [PATCH 15/70] ci(compilers): add intel 2025.0 to test matrix (#2136) --- .github/workflows/compilers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index e76638851c6..14c858bdefb 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -28,6 +28,7 @@ jobs: - {os: windows-2022, compiler: gcc, version: 12} - {os: windows-2022, compiler: gcc, version: 13} # ifx + - {os: ubuntu-22.04, compiler: intel, version: 2025.0} - {os: ubuntu-22.04, compiler: intel, version: 2024.1} - {os: ubuntu-22.04, compiler: intel, version: "2024.0"} - {os: ubuntu-22.04, compiler: intel, version: 2023.2} @@ -35,6 +36,7 @@ jobs: - {os: ubuntu-22.04, compiler: intel, version: "2023.0"} - {os: ubuntu-22.04, compiler: intel, version: 2022.2.1} - {os: ubuntu-22.04, compiler: intel, version: 2022.2} + - {os: windows-2022, compiler: intel, version: 2025.0} - {os: windows-2022, compiler: intel, version: 2024.1} - {os: windows-2022, compiler: intel, version: "2024.0"} - {os: windows-2022, compiler: intel, version: 2023.2} From ab37a2d5983616dcd7808c9daf84f62208dbad2b Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 15 Jan 2025 15:50:41 -0500 Subject: [PATCH 16/70] chore(pixi): update pixi, tidy pixi.toml, update/apply ruff (#2139) * update pixi version in ci workflows * avoid some warnings in the pixi.toml file * update ruff version in the pixi environment and apply ruff reformatting --- .github/workflows/ci.yml | 12 +- .github/workflows/compilers.yml | 2 +- .github/workflows/docs.yml | 6 +- .github/workflows/large.yml | 2 +- .github/workflows/pixi_auto_update.yml | 2 +- .github/workflows/release.yml | 2 +- autotest/framework.py | 24 +- autotest/test_chf_dfw_loop.py | 12 +- autotest/test_chf_dis.py | 24 +- autotest/test_chf_dis_fdc.py | 18 +- autotest/test_gwe_drycell_cnd2.py | 48 +- autotest/test_gwe_esl02.py | 3 +- autotest/test_gwe_esl_analyt_sln.py | 12 +- autotest/test_gwe_lke_conduction.py | 9 +- autotest/test_gwe_mwe_conduction.py | 6 +- autotest/test_gwe_split_analyt.py | 12 +- autotest/test_gwe_uze00.py | 18 +- autotest/test_gwe_uze_auxmult.py | 6 +- autotest/test_gwegwe_exchng_with_comp2gwt.py | 6 +- autotest/test_gwf_csub_zdisp02.py | 6 +- autotest/test_gwf_disv_uzf.py | 6 +- autotest/test_gwf_exgmvr02.py | 18 +- autotest/test_gwf_ifmod_buy.py | 28 +- autotest/test_gwf_ifmod_idomain.py | 4 +- autotest/test_gwf_ifmod_newton.py | 4 +- autotest/test_gwf_ifmod_rewet.py | 16 +- autotest/test_gwf_ifmod_vert.py | 6 +- autotest/test_gwf_ifmod_xt3d01.py | 36 +- autotest/test_gwf_ifmod_xt3d02.py | 28 +- autotest/test_gwf_ifmod_xt3d03.py | 16 +- autotest/test_gwf_lak_status.py | 18 +- autotest/test_gwf_lakobs02.py | 6 +- autotest/test_gwf_libmf6_ifmod01.py | 18 +- autotest/test_gwf_maw08.py | 6 +- autotest/test_gwf_maw09.py | 6 +- autotest/test_gwf_maw11.py | 6 +- .../test_gwf_mf6io_app2_examples_distypes.py | 8 +- autotest/test_gwf_npf_thickstrt.py | 6 +- autotest/test_gwf_npf_tvk01.py | 6 +- autotest/test_gwf_npf_tvk02.py | 6 +- autotest/test_gwf_npf_tvk03.py | 6 +- autotest/test_gwf_obs01.py | 6 +- autotest/test_gwf_rch03.py | 2 +- autotest/test_gwf_sfr_diversion.py | 24 +- autotest/test_gwf_sfr_gwdischarge.py | 6 +- autotest/test_gwf_sfr_inactive01.py | 6 +- autotest/test_gwf_sfr_inactive02.py | 24 +- autotest/test_gwf_sfr_npoint01.py | 6 +- autotest/test_gwf_sfr_npoint02.py | 6 +- autotest/test_gwf_sto_tvs01.py | 6 +- autotest/test_gwf_uzf04.py | 6 +- autotest/test_gwf_uzf_wc_output.py | 18 +- autotest/test_gwfgwf_lgr.py | 6 +- autotest/test_gwt_adv01.py | 6 +- autotest/test_gwt_adv01_fmi.py | 6 +- autotest/test_gwt_adv01_gwtgwt.py | 6 +- autotest/test_gwt_adv02.py | 6 +- autotest/test_gwt_adv02_gwtgwt.py | 6 +- autotest/test_gwt_adv04.py | 12 +- autotest/test_gwt_disu01.py | 12 +- autotest/test_gwt_dsp01.py | 6 +- autotest/test_gwt_dsp01_fmi.py | 6 +- autotest/test_gwt_dsp01_noadv.py | 6 +- autotest/test_gwt_dsp02.py | 6 +- autotest/test_gwt_dsp04.py | 12 +- autotest/test_gwt_henry_gwtgwt.py | 8 +- autotest/test_gwt_lkt01.py | 6 +- autotest/test_gwt_moc3d01.py | 6 +- autotest/test_gwt_moc3d02.py | 6 +- autotest/test_gwt_moc3d03.py | 6 +- autotest/test_gwt_mst01.py | 6 +- autotest/test_gwt_mst02.py | 6 +- autotest/test_gwt_mt3dms_p01.py | 42 +- autotest/test_gwt_mvt02fmi.py | 2 +- autotest/test_gwt_obs01.py | 12 +- autotest/test_gwt_sft01gwtgwt.py | 6 +- autotest/test_gwt_src01.py | 6 +- autotest/test_gwt_ssm01fmi.py | 6 +- autotest/test_gwt_ssm06.py | 6 +- autotest/test_gwt_ssm06fmi.py | 4 +- autotest/test_gwtgwt_oldexg.py | 44 +- autotest/test_netcdf_gwe_cnd.py | 24 +- autotest/test_netcdf_gwf_disv.py | 14 +- .../test_netcdf_gwf_lak_wetlakbedarea02.py | 24 +- autotest/test_netcdf_gwf_rch01.py | 24 +- autotest/test_netcdf_gwf_rch03.py | 24 +- autotest/test_netcdf_gwf_sto01.py | 16 +- autotest/test_netcdf_gwf_vsc03_sfr.py | 24 +- autotest/test_netcdf_gwt_dsp01.py | 16 +- autotest/test_netcdf_gwt_prudic2004t2.py | 22 +- autotest/test_olf_dfw_swrt2dis.py | 6 +- autotest/test_olf_dis.py | 36 +- autotest/test_prt_track_events.py | 6 +- pixi.lock | 16176 +++++----------- pixi.toml | 6 +- utils/idmloader/scripts/dfn2f90.py | 6 +- 96 files changed, 5322 insertions(+), 11964 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c018405cd8f..b5a2735c6a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 - name: Check Fortran source formatting run: pixi run check-format @@ -87,7 +87,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 - name: Setup MF6 run: pixi run setup -Dwerror=true builddir @@ -132,7 +132,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install @@ -249,7 +249,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install @@ -412,7 +412,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install @@ -515,7 +515,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 14c858bdefb..9b54303f123 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -99,7 +99,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a86333bea7a..3d5bfaeb77b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 - name: Check spelling run: pixi run check-spelling @@ -65,7 +65,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install @@ -237,7 +237,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 - name: Custom pixi install run: pixi run install diff --git a/.github/workflows/large.yml b/.github/workflows/large.yml index 5b45a88481e..81f7b6cba71 100644 --- a/.github/workflows/large.yml +++ b/.github/workflows/large.yml @@ -69,7 +69,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install diff --git a/.github/workflows/pixi_auto_update.yml b/.github/workflows/pixi_auto_update.yml index 56d1bda8a01..a01a69ae48d 100644 --- a/.github/workflows/pixi_auto_update.yml +++ b/.github/workflows/pixi_auto_update.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 cache: false - name: Update pixi lock file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b4e86acb04..48d5de12069 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.24.2 + pixi-version: v0.40.1 manifest-path: "modflow6/pixi.toml" - name: Custom pixi install diff --git a/autotest/framework.py b/autotest/framework.py index 161d2090f1b..99c11dc06d1 100644 --- a/autotest/framework.py +++ b/autotest/framework.py @@ -518,15 +518,15 @@ def _compare_output(self, compare): rclose = get_rclose(self.workspace) cmp_path = self.workspace / compare if "mf6_regression" in compare: - assert self._compare_heads( - extensions=HDS_EXT, htol=htol - ), "head comparison failed" - assert self._compare_budgets( - extensions=CBC_EXT, rclose=rclose - ), "budget comparison failed" - assert self._compare_concentrations( - htol=htol - ), "concentration comparison failed" + assert self._compare_heads(extensions=HDS_EXT, htol=htol), ( + "head comparison failed" + ) + assert self._compare_budgets(extensions=CBC_EXT, rclose=rclose), ( + "budget comparison failed" + ) + assert self._compare_concentrations(htol=htol), ( + "concentration comparison failed" + ) else: assert self._compare_heads( cpth=cmp_path, @@ -562,9 +562,9 @@ def _run_sim_or_model( # make sure executable exists and framework knows about it tgt = Path(shutil.which(target)) assert tgt.is_file(), f"Target executable not found: {target}" - assert ( - tgt in self.targets.values() - ), "Targets must be explicitly registered with the test framework" + assert tgt in self.targets.values(), ( + "Targets must be explicitly registered with the test framework" + ) if self.verbose: print(f"Running {target} in {workspace}") diff --git a/autotest/test_chf_dfw_loop.py b/autotest/test_chf_dfw_loop.py index 77b227b43d9..a4fab08e473 100644 --- a/autotest/test_chf_dfw_loop.py +++ b/autotest/test_chf_dfw_loop.py @@ -488,9 +488,9 @@ def check_output(idx, test): diff = obsvals["REACH14"] - answer["STAGE0000000014"] print(diff) print(diff.max(), diff.min()) - assert np.allclose( - diff, 0.0, atol=0.06 - ), f"Max diff with swr is {diff.min(), diff.max()}" + assert np.allclose(diff, 0.0, atol=0.06), ( + f"Max diff with swr is {diff.min(), diff.max()}" + ) # read the binary grid file fpth = test.workspace / f"{name}.disv1d.grb" @@ -524,9 +524,9 @@ def check_output(idx, test): f"residual for cell {n + 1} is {qresidual[n]} " f"in position {ia[n] + 1} {passfail}" ) - assert np.allclose( - qresidual, 0.0, atol=atol - ), "residual in flowja diagonal is not zero" + assert np.allclose(qresidual, 0.0, atol=atol), ( + "residual in flowja diagonal is not zero" + ) return diff --git a/autotest/test_chf_dis.py b/autotest/test_chf_dis.py index 222e1a26cd6..fd5bb974621 100644 --- a/autotest/test_chf_dis.py +++ b/autotest/test_chf_dis.py @@ -165,22 +165,22 @@ def check_grb_disv1d(fpth): assert grb.xorigin == xorigin, "xorigin in grb file is not correct" assert grb.yorigin == yorigin, "yorigin in grb file is not correct" assert grb.angrot == angrot, "angrot in grb file is not correct" - assert np.allclose( - grb.bot.reshape((nodes,)), np.zeros((nodes,)) - ), "grb botm not correct" + assert np.allclose(grb.bot.reshape((nodes,)), np.zeros((nodes,))), ( + "grb botm not correct" + ) cellx = np.linspace(dx / 2, nreach * dx - dx / 2, nreach) celly = np.zeros(nreach) assert np.allclose(grb._datadict["CELLX"], cellx.flatten()), "cellx is not right" assert np.allclose(grb._datadict["CELLY"], celly.flatten()), "celly is not right" assert grb._datadict["IAVERT"].shape[0] == nodes + 1, "iavert size not right" - assert ( - grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0] - ), "javert size not right" + assert grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0], ( + "javert size not right" + ) assert grb.ia.shape[0] == grb.ncells + 1, "ia in grb file is not correct size" assert grb.ja.shape[0] == grb.nja, "ja in grb file is not correct size" - assert np.allclose( - grb.idomain.reshape((nodes,)), idomain.reshape((nodes,)) - ), "grb idomain not correct" + assert np.allclose(grb.idomain.reshape((nodes,)), idomain.reshape((nodes,))), ( + "grb idomain not correct" + ) def check_output(idx, test): @@ -198,9 +198,9 @@ def check_output(idx, test): fpth = test.workspace / f"{modelname}.stage" sobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") stage = sobj.get_data().reshape((nodes,)) - assert np.allclose( - stage[idomain == 0], 3.0e30 - ), "stage should have nodata values where idomain is zero" + assert np.allclose(stage[idomain == 0], 3.0e30), ( + "stage should have nodata values where idomain is zero" + ) assert stage[idomain == 1].max() == 1.0, "maximum stage should be 1.0" assert stage[idomain == 1].min() == 0.5, "minimum stage should be 0.5" diff --git a/autotest/test_chf_dis_fdc.py b/autotest/test_chf_dis_fdc.py index 4123d17e480..74f582bfdf7 100644 --- a/autotest/test_chf_dis_fdc.py +++ b/autotest/test_chf_dis_fdc.py @@ -170,22 +170,22 @@ def check_grb_disv1d(fpth): assert grb.xorigin == xorigin, "xorigin in grb file is not correct" assert grb.yorigin == yorigin, "yorigin in grb file is not correct" assert grb.angrot == angrot, "angrot in grb file is not correct" - assert np.allclose( - grb.bot.reshape((nodes,)), np.zeros((nodes,)) - ), "grb botm not correct" + assert np.allclose(grb.bot.reshape((nodes,)), np.zeros((nodes,))), ( + "grb botm not correct" + ) cellx = np.array([0.0, 2 * dx]) # node centers pushed all the way to left and right celly = np.zeros(nreach) assert np.allclose(grb._datadict["CELLX"], cellx.flatten()), "cellx is not right" assert np.allclose(grb._datadict["CELLY"], celly.flatten()), "celly is not right" assert grb._datadict["IAVERT"].shape[0] == nodes + 1, "iavert size not right" - assert ( - grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0] - ), "javert size not right" + assert grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0], ( + "javert size not right" + ) assert grb.ia.shape[0] == grb.ncells + 1, "ia in grb file is not correct size" assert grb.ja.shape[0] == grb.nja, "ja in grb file is not correct size" - assert np.allclose( - grb.idomain.reshape((nodes,)), idomain.reshape((nodes,)) - ), "grb idomain not correct" + assert np.allclose(grb.idomain.reshape((nodes,)), idomain.reshape((nodes,))), ( + "grb idomain not correct" + ) def check_output(idx, test): diff --git a/autotest/test_gwe_drycell_cnd2.py b/autotest/test_gwe_drycell_cnd2.py index 5228c0b6704..8cbb645fb9f 100644 --- a/autotest/test_gwe_drycell_cnd2.py +++ b/autotest/test_gwe_drycell_cnd2.py @@ -564,9 +564,9 @@ def check_output(idx, test): # Check heads satisfy problem set up (i.e., all of row 2 is dry) hdsr1 = hds[0, 0, 0, :] - assert np.all( - hdsr1 < bot_r2 - ), "heads in row 1 should be below bottom elevation of row 2" + assert np.all(hdsr1 < bot_r2), ( + "heads in row 1 should be below bottom elevation of row 2" + ) assert np.all(hds[0, 0, 1, :] < 0), "row 2 is not dry" # Starting temperatures after steady flow period should be 4.0 degrees @@ -575,39 +575,39 @@ def check_output(idx, test): "Steady state temperatures not as expected", ) # Same with concentrations in non-dry cells - assert np.all( - np.isclose(conc1[0, :, 0], strt_conc[:, 0]) - ), "Steady state concentrations not as expected" + assert np.all(np.isclose(conc1[0, :, 0], strt_conc[:, 0])), ( + "Steady state concentrations not as expected" + ) # Unlike GWE, GWT will not keep dry cells active and output should reflect this - assert np.all( - conc1[:, :, 1, :] < 0 - ), "Concentrations should be set to 'inactive' (-1.e+30) in row 2" + assert np.all(conc1[:, :, 1, :] < 0), ( + "Concentrations should be set to 'inactive' (-1.e+30) in row 2" + ) # Starting in the transient stress period, the water entering in the # 'through' row is warmed to 30.0 C. First check that this is the case - assert np.all( - temp1[-1] > temp1[0] - ), "Transient period temperature increase does not appear to have kicked in" + assert np.all(temp1[-1] > temp1[0]), ( + "Transient period temperature increase does not appear to have kicked in" + ) # Dry cell temperatures are only warmed through conduction with neighboring # 'through' cells and shouldn't be as warm as wet cells at the end of the # warming period - assert np.all( - temp1[-1, :, 0] > temp1[-1, 0, 1] - ), "Cells with water should be warmer than dry cells" + assert np.all(temp1[-1, :, 0] > temp1[-1, 0, 1]), ( + "Cells with water should be warmer than dry cells" + ) # None of the cells should reach the temperature of the incoming water # during the simulation period owing to the thermal bleeding that occurs # to the adjacent dry cells. - assert np.all( - temp1[-1] < ghb_temp_warmup - ), "Cells should not reach the temperature of the incoming water" + assert np.all(temp1[-1] < ghb_temp_warmup), ( + "Cells should not reach the temperature of the incoming water" + ) # An increasing amount of thermal bleeding should occur moving in the # direction of flow since the thickness of the dry cells increases in the # downstream direction - assert np.all( - np.diff(temp1[-1, :, 0, :-1]) < 0 - ), "Temperature change in the downstream direction should be negative" + assert np.all(np.diff(temp1[-1, :, 0, :-1]) < 0), ( + "Temperature change in the downstream direction should be negative" + ) assert isMonotonic(np.diff(temp1[-1, :, 0, :-1])), ( "A monotonic increase in the amount of heat lost to neighboring dry " "cells is expected" @@ -640,9 +640,9 @@ def check_output(idx, test): # in the dry cell should remain inactive (i.e., no "molecular diffusion") # and greater than their GWE counterpart temperatures since there is # no "retardation" of concentration (temperature) owing to conduction - assert np.all( - conc1[:, :, 1, :] < 0 - ), "The dry cells should never have a non-inactive concentration value" + assert np.all(conc1[:, :, 1, :] < 0), ( + "The dry cells should never have a non-inactive concentration value" + ) # - No need to change any code below diff --git a/autotest/test_gwe_esl02.py b/autotest/test_gwe_esl02.py index 1098d808ae5..7f6b3dc6cd4 100644 --- a/autotest/test_gwe_esl02.py +++ b/autotest/test_gwe_esl02.py @@ -337,8 +337,7 @@ def check_output(idx, test): # Energy source loading was crafted such that each cell in # the simulation would rise by 1 degree at the end of the simulation. msg0 = ( - "Grid cell temperatures do not reflect the expected difference" - "in stress period " + "Grid cell temperatures do not reflect the expected differencein stress period " ) answer = ncol[idx] assert np.isclose(np.sum(temps[-1]), answer), msg0 + str(idx) diff --git a/autotest/test_gwe_esl_analyt_sln.py b/autotest/test_gwe_esl_analyt_sln.py index 7ba2df49ab7..52266cec156 100644 --- a/autotest/test_gwe_esl_analyt_sln.py +++ b/autotest/test_gwe_esl_analyt_sln.py @@ -500,9 +500,9 @@ def check_output(idx, test, ener_input): analytical_temps.append(T) analytical_temps = np.array(analytical_temps) - assert np.allclose( - analytical_temps, sim_temps[sp, 0, 0, :], atol=0.005 - ), "simulated solution is whacked" + assert np.allclose(analytical_temps, sim_temps[sp, 0, 0, :], atol=0.005), ( + "simulated solution is whacked" + ) # plt.plot(cell_centroids, analytical_temps, "r-", label="Analytical Solution") # noqa # plt.plot(cell_centroids, sim_temps[sp, 0, 0, :], "b--", label="GWE") # plt.axhline(0.0, color='black') @@ -530,9 +530,9 @@ def check_output(idx, test, ener_input): else: atol = 0.47 - assert np.allclose( - analytical_temps, sim_temps[sp, 0, 0, :], atol=atol - ), "simulated solution is whacked" + assert np.allclose(analytical_temps, sim_temps[sp, 0, 0, :], atol=atol), ( + "simulated solution is whacked" + ) # plt.plot(cell_centroids, analytical_temps, "r-", label="Analytical Solution") # noqa # plt.plot(cell_centroids, sim_temps[sp, 0, 0, :], "b--", label="GWE") diff --git a/autotest/test_gwe_lke_conduction.py b/autotest/test_gwe_lke_conduction.py index 3ae0981bb61..5cdd90dc865 100644 --- a/autotest/test_gwe_lke_conduction.py +++ b/autotest/test_gwe_lke_conduction.py @@ -671,9 +671,9 @@ def check_output(idx, test): # Retrieve budget T_in, T_out, in_bud_lst, out_bud_lst = get_bud(fname, srchStr) - assert np.isclose( - T_in, T_out, atol=0.1 - ), "There is a heat budget discrepancy where there shouldn't be" + assert np.isclose(T_in, T_out, atol=0.1), ( + "There is a heat budget discrepancy where there shouldn't be" + ) msg1 = "Budget item 'GWF' should be 0.0 for this scenario" msg2 = ( @@ -686,8 +686,7 @@ def check_output(idx, test): ) msg4 = "There should be a warming trend in the groundwater adjacent to the lake" msg5 = ( - "Budget item 'GWF' should reflect heat entering the lake " - "(via gw/sw exchange)" + "Budget item 'GWF' should reflect heat entering the lake (via gw/sw exchange)" ) msg6 = "Budget item 'GWF' should reflect heat exiting the lake (via gw/sw exchange)" diff --git a/autotest/test_gwe_mwe_conduction.py b/autotest/test_gwe_mwe_conduction.py index 310607de878..1e2ea4878ba 100644 --- a/autotest/test_gwe_mwe_conduction.py +++ b/autotest/test_gwe_mwe_conduction.py @@ -485,9 +485,9 @@ def check_output(idx, test): "MWE-1 BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 1, STRESS PERIOD 1" ) T_in, T_out, in_bud_lst, out_bud_lst = get_bud(fname, srchStr) - assert np.isclose( - T_in, T_out, atol=0.1 - ), "There is a heat budget discrepancy where there shouldn't be" + assert np.isclose(T_in, T_out, atol=0.1), ( + "There is a heat budget discrepancy where there shouldn't be" + ) msg1 = "Conductive heat exchanges calculated explicitly and by MF6 do not match" msg2 = ( diff --git a/autotest/test_gwe_split_analyt.py b/autotest/test_gwe_split_analyt.py index 89c8a5a7e5d..68f69342834 100644 --- a/autotest/test_gwe_split_analyt.py +++ b/autotest/test_gwe_split_analyt.py @@ -575,9 +575,9 @@ def check_output(idx, test): analytical_temps.append(T) analytical_temps = np.array(analytical_temps) - assert np.allclose( - analytical_temps, sim_temps[sp, 0, 0, :], atol=0.005 - ), "simulated solution is whacked" + assert np.allclose(analytical_temps, sim_temps[sp, 0, 0, :], atol=0.005), ( + "simulated solution is whacked" + ) # plt.plot(cell_centroids, analytical_temps, "r-", label="Analytical Solution") # noqa # plt.plot(cell_centroids, sim_temps[sp, 0, 0, :], "b--", label="GWE") # plt.axhline(0.0, color='black') @@ -605,9 +605,9 @@ def check_output(idx, test): else: atol = 0.47 - assert np.allclose( - analytical_temps, sim_temps[sp, 0, 0, :], atol=atol - ), "simulated solution isn't matching the analytical solution" + assert np.allclose(analytical_temps, sim_temps[sp, 0, 0, :], atol=atol), ( + "simulated solution isn't matching the analytical solution" + ) # - No need to change any code below diff --git a/autotest/test_gwe_uze00.py b/autotest/test_gwe_uze00.py index 4d0c47ecb75..3de826272f7 100644 --- a/autotest/test_gwe_uze00.py +++ b/autotest/test_gwe_uze00.py @@ -500,9 +500,9 @@ def check_output(idx, test): "falling outside established bounds on day 10" ) assert np.max(analytical_sln[10, :37] - temps[10, 0, 0, :37]) <= 0.15993441016, msg2 - assert ( - np.min(analytical_sln[10, :37] - temps[10, 0, 0, :37]) >= -0.22298707253 - ), msg2 + assert np.min(analytical_sln[10, :37] - temps[10, 0, 0, :37]) >= -0.22298707253, ( + msg2 + ) # Ensure that the differences on day 50 fall within established bounds msg3 = ( @@ -510,9 +510,9 @@ def check_output(idx, test): "falling outside established bounds on day 50" ) assert np.max(analytical_sln[50, :82] - temps[50, 0, 0, :82]) <= 0.09327747258, msg3 - assert ( - np.min(analytical_sln[50, :82] - temps[50, 0, 0, :82]) >= -0.21182907402 - ), msg3 + assert np.min(analytical_sln[50, :82] - temps[50, 0, 0, :82]) >= -0.21182907402, ( + msg3 + ) # Ensure that the differences on day 50 fall within established bounds msg3 = ( @@ -520,9 +520,9 @@ def check_output(idx, test): "falling outside established bounds on day 50" ) assert np.max(analytical_sln[50, :82] - temps[50, 0, 0, :82]) <= 0.09327747258, msg3 - assert ( - np.min(analytical_sln[50, :82] - temps[50, 0, 0, :82]) >= -0.21182907402 - ), msg3 + assert np.min(analytical_sln[50, :82] - temps[50, 0, 0, :82]) >= -0.21182907402, ( + msg3 + ) # Ensure that the differences on day 100 fall within established bounds msg4 = ( diff --git a/autotest/test_gwe_uze_auxmult.py b/autotest/test_gwe_uze_auxmult.py index bb013b3fd99..b0992398575 100644 --- a/autotest/test_gwe_uze_auxmult.py +++ b/autotest/test_gwe_uze_auxmult.py @@ -361,7 +361,7 @@ def run_single_sim(dir, exe): sim = build_single_sim(idx, dir, exe) sim.write_simulation() success, buff = sim.run_simulation(silent=False) - errmsg = f"simulation should terminate with error message, but " f"did not.\n{buff}" + errmsg = f"simulation should terminate with error message, but did not.\n{buff}" assert not success, errmsg @@ -460,9 +460,7 @@ def run_separate_sims(dir, exe): sim = build_gwe_sim_only(idx, dir, exe) sim.write_simulation() success, buff = sim.run_simulation(silent=False) - errmsg = ( - f"GWE simulation should terminate with error message, but " f"did not.\n{buff}" - ) + errmsg = f"GWE simulation should terminate with error message, but did not.\n{buff}" assert not success, errmsg diff --git a/autotest/test_gwegwe_exchng_with_comp2gwt.py b/autotest/test_gwegwe_exchng_with_comp2gwt.py index 096fe04ed50..09b9f47d539 100644 --- a/autotest/test_gwegwe_exchng_with_comp2gwt.py +++ b/autotest/test_gwegwe_exchng_with_comp2gwt.py @@ -995,9 +995,9 @@ def check_output(idx, test): models = [] for mname in mf6_sim.model_names: models.append(mf6_sim.get_model(mname)) - assert ( - len(models) == 6 - ), "Unexpected number of models encountered while loading simulation" + assert len(models) == 6, ( + "Unexpected number of models encountered while loading simulation" + ) if plotModel: # Create figure for scenario diff --git a/autotest/test_gwf_csub_zdisp02.py b/autotest/test_gwf_csub_zdisp02.py index 272e79d616e..b6373a397c6 100644 --- a/autotest/test_gwf_csub_zdisp02.py +++ b/autotest/test_gwf_csub_zdisp02.py @@ -254,9 +254,9 @@ def check_output(idx, test): zdis = zobj.get_data(totim=totim) zdis[zdis == 1e30] = 0.0 - assert np.allclose( - zdis, zdis_calc - ), "Calculated z-displacement is not equal to simulated z-displacement" + assert np.allclose(zdis, zdis_calc), ( + "Calculated z-displacement is not equal to simulated z-displacement" + ) @pytest.mark.slow diff --git a/autotest/test_gwf_disv_uzf.py b/autotest/test_gwf_disv_uzf.py index 336ae772f63..28e22c641be 100644 --- a/autotest/test_gwf_disv_uzf.py +++ b/autotest/test_gwf_disv_uzf.py @@ -271,9 +271,9 @@ def check_output(idx, test): hdlayer = arr[ly] for rw in np.arange(arr.shape[0]): fullrw = hdlayer[rw] - assert np.all( - np.diff(fullrw) < 0 - ), "GW heads not decreasing to the right" + assert np.all(np.diff(fullrw) < 0), ( + "GW heads not decreasing to the right" + ) # After confirming heads drop off to the right, # complete checks that ET totals & character (UZET vs GWET) diff --git a/autotest/test_gwf_exgmvr02.py b/autotest/test_gwf_exgmvr02.py index fa98e2c0f9b..da58a375ad1 100644 --- a/autotest/test_gwf_exgmvr02.py +++ b/autotest/test_gwf_exgmvr02.py @@ -296,19 +296,19 @@ def check_output(idx, test): fpth = ws / "left.sfr.stg" stage_obj = flopy.utils.HeadFile(fpth, text="STAGE") v = stage_obj.get_data().squeeze() - assert np.allclose( - single_stage[0:ncol_split], v[0:ncol_split] - ), "sfr left (segment I) stages are not equal" - assert np.allclose( - single_stage[3 * ncol_split + 1 :], v[ncol_split:] - ), "sfr left (segment II) stages are not equal" + assert np.allclose(single_stage[0:ncol_split], v[0:ncol_split]), ( + "sfr left (segment I) stages are not equal" + ) + assert np.allclose(single_stage[3 * ncol_split + 1 :], v[ncol_split:]), ( + "sfr left (segment II) stages are not equal" + ) fpth = ws / "right.sfr.stg" stage_obj = flopy.utils.HeadFile(fpth, text="STAGE") v = stage_obj.get_data().squeeze() - assert np.allclose( - single_stage[ncol_split : 3 * ncol_split + 1], v - ), "sfr right stages are not equal" + assert np.allclose(single_stage[ncol_split : 3 * ncol_split + 1], v), ( + "sfr right stages are not equal" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_ifmod_buy.py b/autotest/test_gwf_ifmod_buy.py index 8a0b93707fb..4516becb4bb 100644 --- a/autotest/test_gwf_ifmod_buy.py +++ b/autotest/test_gwf_ifmod_buy.py @@ -555,38 +555,52 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x left maxdiff = np.amax(abs(qxb[:, :, 0:5] - qxb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y left maxdiff = np.amax(abs(qyb[:, :, 0:5] - qyb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z left maxdiff = np.amax(abs(qzb[:, :, 0:5] - qzb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x right maxdiff = np.amax(abs(qxb[:, :, 5:] - qxb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y right maxdiff = np.amax(abs(qyb[:, :, 5:] - qyb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z right maxdiff = np.amax(abs(qzb[:, :, 5:] - qzb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: diff --git a/autotest/test_gwf_ifmod_idomain.py b/autotest/test_gwf_ifmod_idomain.py index 206986ce571..2e435c112d2 100644 --- a/autotest/test_gwf_ifmod_idomain.py +++ b/autotest/test_gwf_ifmod_idomain.py @@ -350,8 +350,10 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: diff --git a/autotest/test_gwf_ifmod_newton.py b/autotest/test_gwf_ifmod_newton.py index bc6d46a9270..6d6a4adbe95 100644 --- a/autotest/test_gwf_ifmod_newton.py +++ b/autotest/test_gwf_ifmod_newton.py @@ -362,8 +362,10 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: diff --git a/autotest/test_gwf_ifmod_rewet.py b/autotest/test_gwf_ifmod_rewet.py index f213a25bf37..70edecc88df 100644 --- a/autotest/test_gwf_ifmod_rewet.py +++ b/autotest/test_gwf_ifmod_rewet.py @@ -374,17 +374,19 @@ def check_output(idx, test): # active. This tests the interface model for dealing with drying # and wetting, and handling inactive cells, explicitly if iper == 1: - assert np.all( - heads_left[0, 0, :] == -1.0e30 - ), "left model, top layer should be DRY in period 2" - assert np.all( - heads_right[0, 0, :] > -1.0e30 - ), "right model, top layer should be WET in period 2" + assert np.all(heads_left[0, 0, :] == -1.0e30), ( + "left model, top layer should be DRY in period 2" + ) + assert np.all(heads_right[0, 0, :] > -1.0e30), ( + "right model, top layer should be WET in period 2" + ) # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: diff --git a/autotest/test_gwf_ifmod_vert.py b/autotest/test_gwf_ifmod_vert.py index 5723dbd00e6..9342783bb84 100644 --- a/autotest/test_gwf_ifmod_vert.py +++ b/autotest/test_gwf_ifmod_vert.py @@ -261,9 +261,9 @@ def check_output(idx, test): assert os.path.isfile(fpth) cbb = flopy.utils.CellBudgetFile(fpth, precision="double") flow_ja_face = cbb.get_data(idx=0) - assert ( - len(flow_ja_face) > 0 - ), "Could not check residuals as flow-ja-face could not be found" + assert len(flow_ja_face) > 0, ( + "Could not check residuals as flow-ja-face could not be found" + ) for fjf in flow_ja_face: fjf = fjf.flatten() diff --git a/autotest/test_gwf_ifmod_xt3d01.py b/autotest/test_gwf_ifmod_xt3d01.py index f9546b2492b..296ae7a9eb6 100644 --- a/autotest/test_gwf_ifmod_xt3d01.py +++ b/autotest/test_gwf_ifmod_xt3d01.py @@ -344,9 +344,9 @@ def exact(x): for icol in range(mg.ncol): if qyb[0, irow, icol] != "--": diff = abs(qyb[0, irow, icol]) - assert ( - diff < 10 * hclose - ), "Specific discharge should not have a y-component in this model" + assert diff < 10 * hclose, ( + "Specific discharge should not have a y-component in this model" + ) if qxb[0, irow, icol] != "--": diff = abs(qxb[0, irow, icol] - qx_exact) assert diff < 10 * hclose, ( @@ -372,9 +372,9 @@ def exact(x): for icol in range(mg_c.ncol): if qyb_c[0, irow, icol] != "--": diff = abs(qyb_c[0, irow, icol]) - assert ( - diff < 10 * hclose - ), "Specific discharge should not have a y-component in this model" + assert diff < 10 * hclose, ( + "Specific discharge should not have a y-component in this model" + ) if qxb_c[0, irow, icol] != "--": diff = abs(qxb_c[0, irow, icol] - qx_exact) assert diff < 10 * hclose, ( @@ -401,9 +401,9 @@ def exact(x): fpth = os.path.join(test.workspace, f"{parent_name}.cbc") cbb = flopy.utils.CellBudgetFile(fpth) flow_ja_face = cbb.get_data(idx=0) - assert ( - len(flow_ja_face) > 0 - ), "Could not check residuals as flow-ja-face could not be found" + assert len(flow_ja_face) > 0, ( + "Could not check residuals as flow-ja-face could not be found" + ) ia = grb._datadict["IA"] - 1 for fjf in flow_ja_face: fjf = fjf.flatten() @@ -436,12 +436,12 @@ def exact(x): # Ensure observations are the same as parent exchange flows # and negative child exchange flows - assert np.allclose( - obsvalues, parent_exchange_flows - ), "exchange observations do not match parent exchange flows" - assert np.allclose( - obsvalues, -child_exchange_flows - ), "exchange observations do not match child exchange flows" + assert np.allclose(obsvalues, parent_exchange_flows), ( + "exchange observations do not match parent exchange flows" + ) + assert np.allclose(obsvalues, -child_exchange_flows), ( + "exchange observations do not match child exchange flows" + ) # Read the lumped boundname observations values fpth = os.path.join(test.workspace, "gwf_obs_boundnames.csv") @@ -449,9 +449,9 @@ def exact(x): lines = f.readlines() obsnames = [name for name in lines[0].strip().split(",")[1:]] obsvalues = [float(v) for v in lines[1].strip().split(",")[1:]] - assert np.allclose( - obsvalues, [-50.0, 50.0, 0, 0.0] - ), "boundname observations do not match expected results" + assert np.allclose(obsvalues, [-50.0, 50.0, 0, 0.0]), ( + "boundname observations do not match expected results" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_ifmod_xt3d02.py b/autotest/test_gwf_ifmod_xt3d02.py index e9e9bb744ed..38fc23003de 100644 --- a/autotest/test_gwf_ifmod_xt3d02.py +++ b/autotest/test_gwf_ifmod_xt3d02.py @@ -334,38 +334,52 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x left maxdiff = np.amax(abs(qxb[:, :, 0:5] - qxb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y left maxdiff = np.amax(abs(qyb[:, :, 0:5] - qyb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z left maxdiff = np.amax(abs(qzb[:, :, 0:5] - qzb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x right maxdiff = np.amax(abs(qxb[:, :, 5:] - qxb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y right maxdiff = np.amax(abs(qyb[:, :, 5:] - qyb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z right maxdiff = np.amax(abs(qzb[:, :, 5:] - qzb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: diff --git a/autotest/test_gwf_ifmod_xt3d03.py b/autotest/test_gwf_ifmod_xt3d03.py index d048efed2e6..dcf74044d93 100644 --- a/autotest/test_gwf_ifmod_xt3d03.py +++ b/autotest/test_gwf_ifmod_xt3d03.py @@ -370,8 +370,10 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_merged)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis-x qx_top = np.append(qx_tl[0], qx_tr[0], axis=1) @@ -379,8 +381,10 @@ def check_output(idx, test): qx_merged = np.append(qx_top, qx_bot, axis=0) maxdiff = np.amax(abs(qx - qx_merged)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis-y qy_top = np.append(qy_tl[0], qy_tr[0], axis=1) @@ -388,8 +392,10 @@ def check_output(idx, test): qy_merged = np.append(qy_top, qy_bot, axis=0) maxdiff = np.amax(abs(qy - qy_merged)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis-z qz_top = np.append(qz_tl[0], qz_tr[0], axis=1) @@ -397,8 +403,10 @@ def check_output(idx, test): qz_merged = np.append(qz_top, qz_bot, axis=0) maxdiff = np.amax(abs(qz - qz_merged)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in ["ref", "tl", "tr", "bl", "br"]: diff --git a/autotest/test_gwf_lak_status.py b/autotest/test_gwf_lak_status.py index 9914d88f453..15b70b9ca6d 100644 --- a/autotest/test_gwf_lak_status.py +++ b/autotest/test_gwf_lak_status.py @@ -256,15 +256,15 @@ def check_head_file(idx, test): head1 = bobj.get_data(totim=times[1]).flatten() head2 = bobj.get_data(totim=times[2]).flatten() - assert np.allclose( - head0, head2 - ), "Simulated heads for period 1 and 3 should be the same" - assert np.all( - np.less_equal(head1, 100.0) - ), f"Simulated heads for period 2 should be less than or equal to 100. {head1}" - assert np.any( - np.greater(head0, 100.0) - ), f"Some simulated heads for period 1 should be greater than 100. {head0}" + assert np.allclose(head0, head2), ( + "Simulated heads for period 1 and 3 should be the same" + ) + assert np.all(np.less_equal(head1, 100.0)), ( + f"Simulated heads for period 2 should be less than or equal to 100. {head1}" + ) + assert np.any(np.greater(head0, 100.0)), ( + f"Some simulated heads for period 1 should be greater than 100. {head0}" + ) def check_lake_obs(idx, test): diff --git a/autotest/test_gwf_lakobs02.py b/autotest/test_gwf_lakobs02.py index fb8831ff208..90668581b4d 100644 --- a/autotest/test_gwf_lakobs02.py +++ b/autotest/test_gwf_lakobs02.py @@ -180,9 +180,9 @@ def check_output(idx, test): "O3": [-1.0], } for key, value in test_values.items(): - assert np.array_equal( - obs_values.get_data(obsname=key)[key], value - ), f"failed comparison for '{key}' observation" + assert np.array_equal(obs_values.get_data(obsname=key)[key], value), ( + f"failed comparison for '{key}' observation" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_libmf6_ifmod01.py b/autotest/test_gwf_libmf6_ifmod01.py index 0f848a2bd7b..d5da00df5a1 100644 --- a/autotest/test_gwf_libmf6_ifmod01.py +++ b/autotest/test_gwf_libmf6_ifmod01.py @@ -261,9 +261,9 @@ def check_interface_models(mf6): mem_addr = mf6.get_var_address("BOT", ifm_name_left, "DIS") bot = mf6.get_value_ptr(mem_addr) zc = (bot + top) / 2 - assert all( - [zc[i] >= zc[i + 1] for i in range(len(zc) - 1)] - ), f"Interface model for {name_left} contains incorrectly numbered cells" + assert all([zc[i] >= zc[i + 1] for i in range(len(zc) - 1)]), ( + f"Interface model for {name_left} contains incorrectly numbered cells" + ) # confirm some properties for the 'left' interface # model, looping over the models that contribute: @@ -285,18 +285,18 @@ def check_interface_models(mf6): k11_model = mf6.get_value_ptr(mem_addr) mem_addr = mf6.get_var_address("K11", ifm_name_left, "NPF") k11_interface = mf6.get_value_ptr(mem_addr) - assert ( - k11_model[local_id - 1] == k11_interface[iface_idx - 1] - ), "K11 in interface model does not match" + assert k11_model[local_id - 1] == k11_interface[iface_idx - 1], ( + "K11 in interface model does not match" + ) # DIS/AREA mem_addr = mf6.get_var_address("AREA", name, "DIS") area_model = mf6.get_value_ptr(mem_addr) mem_addr = mf6.get_var_address("AREA", ifm_name_left, "DIS") area_interface = mf6.get_value_ptr(mem_addr) - assert ( - area_model[local_id - 1] == area_interface[iface_idx - 1] - ), "AREA in interface model does not match" + assert area_model[local_id - 1] == area_interface[iface_idx - 1], ( + "AREA in interface model does not match" + ) @requires_pkg("modflowapi") diff --git a/autotest/test_gwf_maw08.py b/autotest/test_gwf_maw08.py index d187c57088f..b469b64102a 100644 --- a/autotest/test_gwf_maw08.py +++ b/autotest/test_gwf_maw08.py @@ -189,9 +189,9 @@ def eval_results(idx, test): bobj = flopy.utils.HeadFile(fname, text="HEAD") well_head = bobj.get_data().flatten() - assert np.allclose( - well_head, 10.0 - ), f"simulated maw head ({well_head[0]}) does not equal 10." + assert np.allclose(well_head, 10.0), ( + f"simulated maw head ({well_head[0]}) does not equal 10." + ) fname = gwfname + ".hds" fname = os.path.join(test.workspace, fname) diff --git a/autotest/test_gwf_maw09.py b/autotest/test_gwf_maw09.py index 8400f2d7085..b749525709e 100644 --- a/autotest/test_gwf_maw09.py +++ b/autotest/test_gwf_maw09.py @@ -250,9 +250,9 @@ def check_output(idx, test): # Check final well head well_head = wobs[-1] - assert np.allclose( - well_head, 17.25 - ), f"final simulated maw head ({well_head}) does not equal 17.25." + assert np.allclose(well_head, 17.25), ( + f"final simulated maw head ({well_head}) does not equal 17.25." + ) fname = gwfname + ".hds" fname = os.path.join(test.workspace, fname) diff --git a/autotest/test_gwf_maw11.py b/autotest/test_gwf_maw11.py index f96bfaea496..de800eb9407 100644 --- a/autotest/test_gwf_maw11.py +++ b/autotest/test_gwf_maw11.py @@ -235,9 +235,9 @@ def check_output(idx, test): for itm in bud_names: nm_lst.append(str(itm.strip(), "utf-8")) - assert ( - "CONSTANT-TO-MVR" in nm_lst - ), "Expected budget term not in MAW binary output file." + assert "CONSTANT-TO-MVR" in nm_lst, ( + "Expected budget term not in MAW binary output file." + ) rtm = mawobj.get_data(text="RATE-TO-MVR") ctm = mawobj.get_data(text="CONSTANT-TO-MVR") diff --git a/autotest/test_gwf_mf6io_app2_examples_distypes.py b/autotest/test_gwf_mf6io_app2_examples_distypes.py index 7c70effe231..1cef1d9e8a9 100644 --- a/autotest/test_gwf_mf6io_app2_examples_distypes.py +++ b/autotest/test_gwf_mf6io_app2_examples_distypes.py @@ -223,7 +223,7 @@ def build_well_data(modelgrid, nper): cellid = modelgrid.intersect(x, y, z=z_node[well_layers[i]]) if isinstance(cellid, int): cellid = (cellid,) - spd.append((*cellid, wellq[i], concentration, f"well-{i+1}")) + spd.append((*cellid, wellq[i], concentration, f"well-{i + 1}")) spd_dict[iper] = spd return spd_dict @@ -528,9 +528,9 @@ def check_output(idx, test): head = gwf_base.output.head().get_data().flatten().reshape(shape3d) if answer is not None: - assert np.allclose( - head[0], answer - ), "head data for first layer does not match know result" + assert np.allclose(head[0], answer), ( + "head data for first layer does not match know result" + ) extension = "cbc" fpth0 = ws / f"{sim_name}.{extension}" diff --git a/autotest/test_gwf_npf_thickstrt.py b/autotest/test_gwf_npf_thickstrt.py index 4c6e49d6b06..9c3cb62386c 100644 --- a/autotest/test_gwf_npf_thickstrt.py +++ b/autotest/test_gwf_npf_thickstrt.py @@ -192,9 +192,9 @@ def check_output(idx, test): 8: 9.9949e-04, } q_answer = q_answer_dict[idx] - assert np.allclose( - q_answer, q_simulated_inflow - ), "simulated flow does not match with known solution." + assert np.allclose(q_answer, q_simulated_inflow), ( + "simulated flow does not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_npf_tvk01.py b/autotest/test_gwf_npf_tvk01.py index aa2abdb62ce..17c0c6fc31b 100644 --- a/autotest/test_gwf_npf_tvk01.py +++ b/autotest/test_gwf_npf_tvk01.py @@ -167,9 +167,9 @@ def check_output(idx, test): print(f"Calculated q is {flow_rate_calc}") for node, node2, q in bud: print(node, node2, q, flow_rate_calc) - assert np.isclose( - flow_rate_calc, abs(q) - ), f"Expected flow rate {flow_rate_calc} but found {q}" + assert np.isclose(flow_rate_calc, abs(q)), ( + f"Expected flow rate {flow_rate_calc} but found {q}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_npf_tvk02.py b/autotest/test_gwf_npf_tvk02.py index 41c462a69ee..d2898fbeb38 100644 --- a/autotest/test_gwf_npf_tvk02.py +++ b/autotest/test_gwf_npf_tvk02.py @@ -185,9 +185,9 @@ def check_output(idx, test): for kper, expected_result in enumerate(expected_results): h = head[kper, ex_lay - 1, ex_row - 1, ex_col - 1] print(kper, h, expected_result) - assert np.isclose( - h, expected_result - ), f"Expected head {expected_result} in period {kper} but found {h}" + assert np.isclose(h, expected_result), ( + f"Expected head {expected_result} in period {kper} but found {h}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_npf_tvk03.py b/autotest/test_gwf_npf_tvk03.py index a587f064938..ae886a0415f 100644 --- a/autotest/test_gwf_npf_tvk03.py +++ b/autotest/test_gwf_npf_tvk03.py @@ -185,9 +185,9 @@ def check_output(idx, test): for kper, expected_result in enumerate(expected_results): h = head[kper, ex_lay - 1, ex_row - 1, ex_col - 1] print(kper, h, expected_result) - assert np.isclose( - h, expected_result - ), f"Expected head {expected_result} in period {kper} but found {h}" + assert np.isclose(h, expected_result), ( + f"Expected head {expected_result} in period {kper} but found {h}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_obs01.py b/autotest/test_gwf_obs01.py index 542e6678f41..c7c25e9f66e 100644 --- a/autotest/test_gwf_obs01.py +++ b/autotest/test_gwf_obs01.py @@ -134,9 +134,9 @@ def build_models(idx, test): def check_output(idx, test): hres = get_strt_array(idx).flatten() obs = get_obs_out(idx, test) - assert np.allclose( - hres, obs - ), "simulated head observations do not match with known solution." + assert np.allclose(hres, obs), ( + "simulated head observations do not match with known solution." + ) @pytest.mark.slow diff --git a/autotest/test_gwf_rch03.py b/autotest/test_gwf_rch03.py index a1a62fd65a1..501deb5b8ee 100644 --- a/autotest/test_gwf_rch03.py +++ b/autotest/test_gwf_rch03.py @@ -131,7 +131,7 @@ def check_output(idx, test): records = bobj.get_data(text="rch")[0] for i, (node, node2, q) in enumerate(records): - print(f"Checking: index={i+1}; node={node}; node2={node2}; q={q}") + print(f"Checking: index={i + 1}; node={node}; node2={node2}; q={q}") answer = [21, 27, 8, 32, 13, 34] errmsg = f"node must be {answer}. found {records['node']}" diff --git a/autotest/test_gwf_sfr_diversion.py b/autotest/test_gwf_sfr_diversion.py index 442ac1ffcd7..30d9c0de0d4 100644 --- a/autotest/test_gwf_sfr_diversion.py +++ b/autotest/test_gwf_sfr_diversion.py @@ -123,24 +123,24 @@ def check_output(idx, test): outflows = cbb.get_data(text="EXT-OUTFLOW") # check outflow for reach 2 and 3 - assert np.allclose( - [r.q[1] for r in outflows], -inflows * diversion - ), "Incorrect outflow for diversion reach" - assert np.allclose( - [r.q[2] for r in outflows], -inflows * (1 - diversion) - ), "Incorrect outflow for outlet reach" + assert np.allclose([r.q[1] for r in outflows], -inflows * diversion), ( + "Incorrect outflow for diversion reach" + ) + assert np.allclose([r.q[2] for r in outflows], -inflows * (1 - diversion)), ( + "Incorrect outflow for outlet reach" + ) # load SFR budget CSV and check overall budget with open(fname.replace(".cbb", ".csv")) as f: header = f.readline().strip().split(",") flux = np.loadtxt(f, delimiter=",") - assert np.allclose( - flux[:, header.index("EXT-OUTFLOW_IN")], 0 - ), "External flow IN larger than zero" - assert np.allclose( - flux[:, header.index("PERCENT_DIFFERENCE")], 0 - ), "Large mass balance error in SFR" + assert np.allclose(flux[:, header.index("EXT-OUTFLOW_IN")], 0), ( + "External flow IN larger than zero" + ) + assert np.allclose(flux[:, header.index("PERCENT_DIFFERENCE")], 0), ( + "Large mass balance error in SFR" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_sfr_gwdischarge.py b/autotest/test_gwf_sfr_gwdischarge.py index 34cb4c49162..a8b2d7b193f 100644 --- a/autotest/test_gwf_sfr_gwdischarge.py +++ b/autotest/test_gwf_sfr_gwdischarge.py @@ -92,9 +92,9 @@ def check_output(idx, test): sim_data = flopy.utils.Mf6Obs(obs_pth).get_data() data_names = sim_data.dtype.names for idx, name in enumerate(data_names): - assert np.allclose( - sim_data[name][0], answer[idx] - ), f"simulated sfr {name} results do not match answer" + assert np.allclose(sim_data[name][0], answer[idx]), ( + f"simulated sfr {name} results do not match answer" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_sfr_inactive01.py b/autotest/test_gwf_sfr_inactive01.py index a44bd3d6ce3..e974c41f002 100644 --- a/autotest/test_gwf_sfr_inactive01.py +++ b/autotest/test_gwf_sfr_inactive01.py @@ -163,9 +163,9 @@ def check_output(idx, test): "R5_EXT": [0.0, 0.0, 0.0, -1.0, 0.0], } for key, value in test_values.items(): - assert np.array_equal( - obs_values.get_data(obsname=key)[key], value - ), f"failed comparison for '{key}' observation" + assert np.array_equal(obs_values.get_data(obsname=key)[key], value), ( + f"failed comparison for '{key}' observation" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_sfr_inactive02.py b/autotest/test_gwf_sfr_inactive02.py index b277812b43e..4b80ff47c87 100644 --- a/autotest/test_gwf_sfr_inactive02.py +++ b/autotest/test_gwf_sfr_inactive02.py @@ -159,9 +159,9 @@ def check_output(idx, test): sfr = gwf.get_package("SFR-1") stage = sfr.output.stage().get_alldata().squeeze() for idx in (0, 1): - assert ( - stage[idx, 2] == HDRY - ), f"reach 3 stage is not HDRY in stress period {idx + 1}" + assert stage[idx, 2] == HDRY, ( + f"reach 3 stage is not HDRY in stress period {idx + 1}" + ) assert stage[1, 1] == HNOFLO, "reach 4 stage is not HNOFLO in stress period 2" bobj = sfr.output.budget() @@ -185,9 +185,9 @@ def check_output(idx, test): for totim in (1.0, 2.0): for name in data_names[1:]: v = bobj.get_data(text=name, totim=totim)[0] - assert ( - v["q"][2] == 0.0 - ), f"{name} flow for reach 3 is not zero ({v['q'][2]})" + assert v["q"][2] == 0.0, ( + f"{name} flow for reach 3 is not zero ({v['q'][2]})" + ) v = bobj.get_data(text="FLOW-JA-FACE", totim=1.0)[0] node = v["node"] @@ -197,14 +197,14 @@ def check_output(idx, test): assert conn == conn2, "FLOW-JA-FACE connectivity is not symmetric" q = v["q"] - assert np.allclose( - q[0], -q[1] - ), f"FLOW-JA-FACE for 1-2 ({q[0]}) not equal to 2-1 ({-q[1]})" + assert np.allclose(q[0], -q[1]), ( + f"FLOW-JA-FACE for 1-2 ({q[0]}) not equal to 2-1 ({-q[1]})" + ) fa = v["FLOW-AREA"] - assert np.allclose( - fa[0], fa[1] - ), f"FLOW-AREA for 1-2 ({fa[0]}) not equal to 2-1 ({fa[1]})" + assert np.allclose(fa[0], fa[1]), ( + f"FLOW-AREA for 1-2 ({fa[0]}) not equal to 2-1 ({fa[1]})" + ) v = bobj.get_data(text="TO-MVR", totim=2.0)[0] v2 = bobj.get_data(text="FROM-MVR", totim=2.0)[0] diff --git a/autotest/test_gwf_sfr_npoint01.py b/autotest/test_gwf_sfr_npoint01.py index a68f5b36b00..7a2ad8c3240 100644 --- a/autotest/test_gwf_sfr_npoint01.py +++ b/autotest/test_gwf_sfr_npoint01.py @@ -289,9 +289,9 @@ def check_output(idx, test): obs_pth = os.path.join(test.workspace, f"{test.name}.sfr.obs.csv") obs = flopy.utils.Mf6Obs(obs_pth).get_data() - assert np.allclose( - obs["INFLOW"], np.abs(obs["OUTFLOW"]) - ), "inflow not equal to outflow" + assert np.allclose(obs["INFLOW"], np.abs(obs["OUTFLOW"])), ( + "inflow not equal to outflow" + ) xs_type = xsect_types[idx] xs_d = np_data[xs_type] diff --git a/autotest/test_gwf_sfr_npoint02.py b/autotest/test_gwf_sfr_npoint02.py index 3e46c02da2b..9d88687a812 100644 --- a/autotest/test_gwf_sfr_npoint02.py +++ b/autotest/test_gwf_sfr_npoint02.py @@ -205,9 +205,9 @@ def check_output(idx, test): obs_pth = os.path.join(test.workspace, f"{name}.sfr.obs.csv") obs = flopy.utils.Mf6Obs(obs_pth).get_data() - assert np.allclose( - obs["INFLOW"], np.abs(obs["OUTFLOW"]) - ), "inflow not equal to outflow" + assert np.allclose(obs["INFLOW"], np.abs(obs["OUTFLOW"])), ( + "inflow not equal to outflow" + ) d = [] for n in range(nper): diff --git a/autotest/test_gwf_sto_tvs01.py b/autotest/test_gwf_sto_tvs01.py index c0e353057cd..04a5c6057d8 100644 --- a/autotest/test_gwf_sto_tvs01.py +++ b/autotest/test_gwf_sto_tvs01.py @@ -186,9 +186,9 @@ def check_output(idx, test): for kper, expected_result in enumerate(expected_results): h = head[kper, ex_lay - 1, ex_row - 1, ex_col - 1] print(kper, h, expected_result) - assert np.isclose( - h, expected_result - ), f"Expected head {expected_result} in period {kper} but found {h}" + assert np.isclose(h, expected_result), ( + f"Expected head {expected_result} in period {kper} but found {h}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_uzf04.py b/autotest/test_gwf_uzf04.py index 3f6cb4588dd..122a5899ebd 100644 --- a/autotest/test_gwf_uzf04.py +++ b/autotest/test_gwf_uzf04.py @@ -238,9 +238,9 @@ def check_output(idx, test): print("Storage change for mobile water in unsat zone should be ", qsto) print("Simulated storage is ", qstosim) assert np.allclose(qsto, qstosim), "Simulated storage not equal known storage" - assert np.allclose( - vw, volume_mobile_sim - ), "Simulated mobile water volume in aux does not match known result" + assert np.allclose(vw, volume_mobile_sim), ( + "Simulated mobile water volume in aux does not match known result" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwf_uzf_wc_output.py b/autotest/test_gwf_uzf_wc_output.py index e46d5006299..19d789764a5 100644 --- a/autotest/test_gwf_uzf_wc_output.py +++ b/autotest/test_gwf_uzf_wc_output.py @@ -507,17 +507,17 @@ def check_output(idx, test): if include_NWT: # Compare MF6 results with NWT # layer 1 - assert np.allclose( - mf6_wc[:, 0, 0, :], mfnwt_wc[:, 0, 0, :], atol=0.01 - ), "mf6 water contents different than NWT" + assert np.allclose(mf6_wc[:, 0, 0, :], mfnwt_wc[:, 0, 0, :], atol=0.01), ( + "mf6 water contents different than NWT" + ) # layer 2 (has a mixed condition later in the simulation - assert np.allclose( - mf6_wc[:, 1, 0, :], mfnwt_wc[:, 1, 0, :], atol=0.01 - ), "mf6 water contents different than NWT" + assert np.allclose(mf6_wc[:, 1, 0, :], mfnwt_wc[:, 1, 0, :], atol=0.01), ( + "mf6 water contents different than NWT" + ) else: - assert np.allclose( - mf6_wc[:, 0, 0, 1], mfnwt_wc, atol=0.01 - ), "mf6 water contents different than established solution" + assert np.allclose(mf6_wc[:, 0, 0, 1], mfnwt_wc, atol=0.01), ( + "mf6 water contents different than established solution" + ) print("Finished running checks") diff --git a/autotest/test_gwfgwf_lgr.py b/autotest/test_gwfgwf_lgr.py index dac1ddd1895..be4d108dafb 100644 --- a/autotest/test_gwfgwf_lgr.py +++ b/autotest/test_gwfgwf_lgr.py @@ -274,9 +274,9 @@ def check_output(idx, test): assert os.path.isfile(fpth) cbb = flopy.utils.CellBudgetFile(fpth, precision="double") flow_ja_face = cbb.get_data(idx=0) - assert ( - len(flow_ja_face) > 0 - ), "Could not check residuals as flow-ja-face could not be found" + assert len(flow_ja_face) > 0, ( + "Could not check residuals as flow-ja-face could not be found" + ) for fjf in flow_ja_face: fjf = fjf.flatten() diff --git a/autotest/test_gwt_adv01.py b/autotest/test_gwt_adv01.py index d93fce244f2..97069a7f29b 100644 --- a/autotest/test_gwt_adv01.py +++ b/autotest/test_gwt_adv01.py @@ -571,9 +571,9 @@ def check_output(idx, test): creslist = [cres1, cres2, cres3] - assert np.allclose( - creslist[idx], conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(creslist[idx], conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_adv01_fmi.py b/autotest/test_gwt_adv01_fmi.py index 7dd366405bf..615039b26f5 100644 --- a/autotest/test_gwt_adv01_fmi.py +++ b/autotest/test_gwt_adv01_fmi.py @@ -541,9 +541,9 @@ def check_output(idx, test): creslist = [cres1, cres2, cres3] - assert np.allclose( - creslist[idx], conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(creslist[idx], conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_adv01_gwtgwt.py b/autotest/test_gwt_adv01_gwtgwt.py index b8e488f18d7..08cb6366aa6 100644 --- a/autotest/test_gwt_adv01_gwtgwt.py +++ b/autotest/test_gwt_adv01_gwtgwt.py @@ -670,9 +670,9 @@ def check_output(idx, test): creslist = [cres1, cres2, cres3] - assert np.allclose( - creslist[idx], conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(creslist[idx], conc), ( + "simulated concentrations do not match with known solution." + ) # check budget for mname in ["transport1", "transport2"]: diff --git a/autotest/test_gwt_adv02.py b/autotest/test_gwt_adv02.py index 6cb5a269fdc..07dbe19463d 100644 --- a/autotest/test_gwt_adv02.py +++ b/autotest/test_gwt_adv02.py @@ -924,9 +924,9 @@ def check_output(idx, test): creslist = [cres1, cres2, cres3] - assert np.allclose( - creslist[idx], conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(creslist[idx], conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_adv02_gwtgwt.py b/autotest/test_gwt_adv02_gwtgwt.py index 3fcee5238ea..1bd064cf78e 100644 --- a/autotest/test_gwt_adv02_gwtgwt.py +++ b/autotest/test_gwt_adv02_gwtgwt.py @@ -321,9 +321,9 @@ def check_output(idx, test): diff = conc_sim - conc_answer dmax = np.abs(diff).max() - assert np.allclose( - conc_sim, conc_answer - ), f"Concentrations do not match with known solution. Max diff = {dmax}" + assert np.allclose(conc_sim, conc_answer), ( + f"Concentrations do not match with known solution. Max diff = {dmax}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_adv04.py b/autotest/test_gwt_adv04.py index 1b9a48f587e..6c0b1b5702a 100644 --- a/autotest/test_gwt_adv04.py +++ b/autotest/test_gwt_adv04.py @@ -231,14 +231,14 @@ def check_output(idx, test): # Check to make sure that the concentrations are symmetric in both the # up-down and left-right directions concud = np.flipud(conc) - assert np.allclose( - concud, conc - ), "simulated concentrations are not symmetric in up-down direction." + assert np.allclose(concud, conc), ( + "simulated concentrations are not symmetric in up-down direction." + ) conclr = np.fliplr(conc) - assert np.allclose( - conclr, conc - ), "simulated concentrations are not symmetric in left-right direction." + assert np.allclose(conclr, conc), ( + "simulated concentrations are not symmetric in left-right direction." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_disu01.py b/autotest/test_gwt_disu01.py index 414d5a0def1..1addf3ec50a 100644 --- a/autotest/test_gwt_disu01.py +++ b/autotest/test_gwt_disu01.py @@ -225,14 +225,14 @@ def check_output(idx, test): # up-down and left-right directions conc = conc.reshape((21, 21)) concud = np.flipud(conc) - assert np.allclose( - concud, conc - ), "simulated concentrations are not symmetric in up-down direction." + assert np.allclose(concud, conc), ( + "simulated concentrations are not symmetric in up-down direction." + ) conclr = np.fliplr(conc) - assert np.allclose( - conclr, conc - ), "simulated concentrations are not symmetric in left-right direction." + assert np.allclose(conclr, conc), ( + "simulated concentrations are not symmetric in left-right direction." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_dsp01.py b/autotest/test_gwt_dsp01.py index e31a47a459d..c433cd44b9b 100644 --- a/autotest/test_gwt_dsp01.py +++ b/autotest/test_gwt_dsp01.py @@ -353,9 +353,9 @@ def check_output(idx, test): ] ] cres = np.array(cres) - assert np.allclose( - cres, conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, conc), ( + "simulated concentrations do not match with known solution." + ) # load the gwt observation file fname = gwtname + ".obs.csv" diff --git a/autotest/test_gwt_dsp01_fmi.py b/autotest/test_gwt_dsp01_fmi.py index 2aaa25951f0..7f2f029ef9b 100644 --- a/autotest/test_gwt_dsp01_fmi.py +++ b/autotest/test_gwt_dsp01_fmi.py @@ -298,9 +298,9 @@ def check_output(idx, test): ] ] cres = np.array(cres) - assert np.allclose( - cres, conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_dsp01_noadv.py b/autotest/test_gwt_dsp01_noadv.py index 84f0962a99c..2af6d993fd1 100644 --- a/autotest/test_gwt_dsp01_noadv.py +++ b/autotest/test_gwt_dsp01_noadv.py @@ -250,9 +250,9 @@ def check_output(idx, test): ] ] cres = np.array(cres) - assert np.allclose( - cres, conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_dsp02.py b/autotest/test_gwt_dsp02.py index 3b6dfec1145..6c917465fec 100644 --- a/autotest/test_gwt_dsp02.py +++ b/autotest/test_gwt_dsp02.py @@ -695,9 +695,9 @@ def check_output(idx, test): creslist = [cres1, cres2] - assert np.allclose( - creslist[idx], conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(creslist[idx], conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_dsp04.py b/autotest/test_gwt_dsp04.py index be2ff1dd8fb..152a8c05430 100644 --- a/autotest/test_gwt_dsp04.py +++ b/autotest/test_gwt_dsp04.py @@ -229,14 +229,14 @@ def check_output(idx, test): # Check to make sure that the concentrations are symmetric in both the # up-down and left-right directions concud = np.flipud(conc) - assert np.allclose( - concud, conc - ), "simulated concentrations are not symmetric in up-down direction." + assert np.allclose(concud, conc), ( + "simulated concentrations are not symmetric in up-down direction." + ) conclr = np.fliplr(conc) - assert np.allclose( - conclr, conc - ), "simulated concentrations are not symmetric in left-right direction." + assert np.allclose(conclr, conc), ( + "simulated concentrations are not symmetric in left-right direction." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_henry_gwtgwt.py b/autotest/test_gwt_henry_gwtgwt.py index 91488b81e79..7df20fbc6de 100644 --- a/autotest/test_gwt_henry_gwtgwt.py +++ b/autotest/test_gwt_henry_gwtgwt.py @@ -357,8 +357,10 @@ def check_output(idx, test): # compare heads maxdiff = np.amax(abs(heads - heads_gwfgwf)) - assert maxdiff < 10 * hclose, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose}" + ) fpth = os.path.join(test.workspace, "gwt_ref.ucn") try: @@ -385,8 +387,10 @@ def check_output(idx, test): conc_gwtgwt = np.append(conc_left, conc_right, axis=2) maxdiff = np.amax(abs(conc_gwtgwt - conc_ref)) - assert maxdiff < conc_tol, f"Max. concentration diff. {maxdiff} should \ + assert maxdiff < conc_tol, ( + f"Max. concentration diff. {maxdiff} should \ be within solver tolerance (x10): {conc_tol}" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_lkt01.py b/autotest/test_gwt_lkt01.py index 4cf906c0233..2345cdca0c8 100644 --- a/autotest/test_gwt_lkt01.py +++ b/autotest/test_gwt_lkt01.py @@ -343,9 +343,9 @@ def eval_csv_information(testsim): lak_budget = gwf.lak.output.budgetcsv().data result = lak_budget["PERCENT_DIFFERENCE"] answer = np.zeros(result.shape) - assert np.allclose( - result, answer - ), f"Lake package does not have zero mass balance error: {result}" + assert np.allclose(result, answer), ( + f"Lake package does not have zero mass balance error: {result}" + ) def check_output(idx, test): diff --git a/autotest/test_gwt_moc3d01.py b/autotest/test_gwt_moc3d01.py index 022784bad08..7bcf746c362 100644 --- a/autotest/test_gwt_moc3d01.py +++ b/autotest/test_gwt_moc3d01.py @@ -337,9 +337,9 @@ def check_output(idx, test): tsreslist = [tsresab, tsresab, tsrescd, tsrescd, None, None, None, None] tsres = tsreslist[idx] if tsres is not None: - assert np.allclose( - tsres, tssim - ), "simulated concentrations do not match with known solution." + assert np.allclose(tsres, tssim), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_moc3d02.py b/autotest/test_gwt_moc3d02.py index 6c294818221..8d5d4c271ad 100644 --- a/autotest/test_gwt_moc3d02.py +++ b/autotest/test_gwt_moc3d02.py @@ -295,9 +295,9 @@ def check_output(idx, test): csim = csim[:, 2, 12] # rtol is set larger here because convergence is looser - assert np.allclose( - cres, csim, rtol=1.0e-4 - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, csim, rtol=1.0e-4), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.slow diff --git a/autotest/test_gwt_moc3d03.py b/autotest/test_gwt_moc3d03.py index 686d60a7672..8a5f2464c67 100644 --- a/autotest/test_gwt_moc3d03.py +++ b/autotest/test_gwt_moc3d03.py @@ -277,9 +277,9 @@ def check_output(idx, test): ] ) - assert np.allclose( - cres, csim.diagonal().ravel() - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, csim.diagonal().ravel()), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.slow diff --git a/autotest/test_gwt_mst01.py b/autotest/test_gwt_mst01.py index 266f2c0ce60..7f4bc0121fb 100644 --- a/autotest/test_gwt_mst01.py +++ b/autotest/test_gwt_mst01.py @@ -216,9 +216,9 @@ def check_output(idx, test): # end of stress period 1 cres1 = np.ones((nlay, nrow, ncol), float) - assert np.allclose( - cres1, conc1 - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres1, conc1), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_mst02.py b/autotest/test_gwt_mst02.py index 73f358cb0ca..2c8549bb9ee 100644 --- a/autotest/test_gwt_mst02.py +++ b/autotest/test_gwt_mst02.py @@ -234,9 +234,9 @@ def check_output(idx, test): ts = cobj.get_ts([(0, 0, 0), (0, 0, 1)]) except: assert False, f'could not load data from "{fpth}"' - assert np.allclose( - ts, tsanswers[idx] - ), "simulated concentrations do not match with known solution." + assert np.allclose(ts, tsanswers[idx]), ( + "simulated concentrations do not match with known solution." + ) # Check sorbate concentrations fpth = os.path.join(test.workspace, f"{gwtname}.mst.csrb") diff --git a/autotest/test_gwt_mt3dms_p01.py b/autotest/test_gwt_mt3dms_p01.py index 99e9429f248..711290813c5 100644 --- a/autotest/test_gwt_mt3dms_p01.py +++ b/autotest/test_gwt_mt3dms_p01.py @@ -503,9 +503,9 @@ def test_mt3dmsp01a(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-4 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-4), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) # load transport budget # budget text: @@ -568,9 +568,9 @@ def test_mt3dmsp01b(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-4 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-4), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) def test_mt3dmsp01c(function_tmpdir, targets): @@ -608,9 +608,9 @@ def test_mt3dmsp01c(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-4 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-4), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) def test_mt3dmsp01d(function_tmpdir, targets): @@ -648,9 +648,9 @@ def test_mt3dmsp01d(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-4 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-4), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) def test_mt3dmsp01e(function_tmpdir, targets): @@ -688,9 +688,9 @@ def test_mt3dmsp01e(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-1 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-1), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) def test_mt3dmsp01f(function_tmpdir, targets): @@ -729,9 +729,9 @@ def test_mt3dmsp01f(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1e-1 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1e-1), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) def test_mt3dmsp01g(function_tmpdir, targets): @@ -772,6 +772,6 @@ def test_mt3dmsp01g(function_tmpdir, targets): mt3dms=mt3dms, ) - assert np.allclose( - conc_mt3d, conc_mf6, atol=1.0e-4 - ), f"concentrations not equal {conc_mt3d} {conc_mf6}" + assert np.allclose(conc_mt3d, conc_mf6, atol=1.0e-4), ( + f"concentrations not equal {conc_mt3d} {conc_mf6}" + ) diff --git a/autotest/test_gwt_mvt02fmi.py b/autotest/test_gwt_mvt02fmi.py index edefbc5bdf3..10cb99f3800 100644 --- a/autotest/test_gwt_mvt02fmi.py +++ b/autotest/test_gwt_mvt02fmi.py @@ -408,7 +408,7 @@ def run_transport_model(dir, exe): # compare observation concs with binary file concs for i in range(7): - oname = f"SFT{i+1}CONC" + oname = f"SFT{i + 1}CONC" assert np.allclose(tc[oname][-1], csft[i]), f"{tc[oname][-1]} {csft[i]}" simres = tc["SFT1CONC"] diff --git a/autotest/test_gwt_obs01.py b/autotest/test_gwt_obs01.py index 3862e99f448..db8f2b0d82d 100644 --- a/autotest/test_gwt_obs01.py +++ b/autotest/test_gwt_obs01.py @@ -246,13 +246,13 @@ def check_output(idx, test): fpth = os.path.join(test.workspace, "conc_obs.csv") tc = np.genfromtxt(fpth, names=True, delimiter=",") - assert np.allclose( - tc["1_1_10"], conc[:, 0, 0, 9] - ), "obs concentrations do not match oc concentrations." + assert np.allclose(tc["1_1_10"], conc[:, 0, 0, 9]), ( + "obs concentrations do not match oc concentrations." + ) - assert np.allclose( - tc["1_1_50"], conc[:, 0, 0, 49] - ), "obs concentrations do not match oc concentrations." + assert np.allclose(tc["1_1_50"], conc[:, 0, 0, 49]), ( + "obs concentrations do not match oc concentrations." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_sft01gwtgwt.py b/autotest/test_gwt_sft01gwtgwt.py index 1cf76f708ae..e5566d47efe 100644 --- a/autotest/test_gwt_sft01gwtgwt.py +++ b/autotest/test_gwt_sft01gwtgwt.py @@ -478,9 +478,9 @@ def check_output(idx, test): print("cell/sfr head conc sfrconc") for i in range(ncol * 2): print(f"{i + 1} {head[i]} {conc[i]} {sfrconc[i]}") - assert np.allclose( - conc, sfrconc - ), "aquifer concentration does not equal sfr concentration" + assert np.allclose(conc, sfrconc), ( + "aquifer concentration does not equal sfr concentration" + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_src01.py b/autotest/test_gwt_src01.py index b718e6eaa7f..545b17dd432 100644 --- a/autotest/test_gwt_src01.py +++ b/autotest/test_gwt_src01.py @@ -242,9 +242,9 @@ def check_output(idx, test): # This is the answer to this problem. These concentrations are for # steady state and calculated from F = D * (c1 - c2) / L cres = np.linspace(9.9, 0, 100).reshape(conc.shape) - assert np.allclose( - cres, conc - ), "simulated concentrations do not match with known solution." + assert np.allclose(cres, conc), ( + "simulated concentrations do not match with known solution." + ) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/autotest/test_gwt_ssm01fmi.py b/autotest/test_gwt_ssm01fmi.py index 4ff31ccd859..b08245817e1 100644 --- a/autotest/test_gwt_ssm01fmi.py +++ b/autotest/test_gwt_ssm01fmi.py @@ -222,9 +222,9 @@ def run_transport_model(dir, exe): # Create the ssm sources block information sourcerecarray = [] # sourcerecarray += [("WEL-1", "AUX", "CONCENTRATION")] - sourcerecarray += [(f"GHB-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] - sourcerecarray += [(f"RIV-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] - sourcerecarray += [(f"DRN-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] + sourcerecarray += [(f"GHB-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] + sourcerecarray += [(f"RIV-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] + sourcerecarray += [(f"DRN-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] fileinput = [ ("WEL-1", f"{gwtname}.wel1.spc"), diff --git a/autotest/test_gwt_ssm06.py b/autotest/test_gwt_ssm06.py index d8d028b708d..54c33551eae 100644 --- a/autotest/test_gwt_ssm06.py +++ b/autotest/test_gwt_ssm06.py @@ -262,9 +262,9 @@ def run_flw_and_trnprt_models(dir, exe): # Create the ssm sources block information sourcerecarray = [] # sourcerecarray += [("WEL-1", "AUX", "CONCENTRATION")] - sourcerecarray += [(f"GHB-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] - sourcerecarray += [(f"DRN-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] - sourcerecarray += [(f"WEL-{i+1}", "AUX", "CONCENTRATION") for i in [0]] + sourcerecarray += [(f"GHB-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] + sourcerecarray += [(f"DRN-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] + sourcerecarray += [(f"WEL-{i + 1}", "AUX", "CONCENTRATION") for i in [0]] ssm = flopy.mf6.ModflowGwtssm( gwt, print_flows=True, diff --git a/autotest/test_gwt_ssm06fmi.py b/autotest/test_gwt_ssm06fmi.py index 366ef643f58..ba56237e60e 100644 --- a/autotest/test_gwt_ssm06fmi.py +++ b/autotest/test_gwt_ssm06fmi.py @@ -293,8 +293,8 @@ def run_transport_model(dir, exe): # Create the ssm sources block information sourcerecarray = [] sourcerecarray += [("WEL-1", "AUX", "CONCENTRATION")] - sourcerecarray += [(f"GHB-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] - sourcerecarray += [(f"DRN-{i+1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] + sourcerecarray += [(f"GHB-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2, 3]] + sourcerecarray += [(f"DRN-{i + 1}", "AUX", "CONCENTRATION") for i in [0, 1, 2]] ssm = flopy.mf6.ModflowGwtssm(gwt, print_flows=True, sources=sourcerecarray) diff --git a/autotest/test_gwtgwt_oldexg.py b/autotest/test_gwtgwt_oldexg.py index 7ed5ec5e266..06ea2733efc 100644 --- a/autotest/test_gwtgwt_oldexg.py +++ b/autotest/test_gwtgwt_oldexg.py @@ -605,38 +605,52 @@ def compare_gwf_to_ref(test): # compare heads maxdiff = np.amax(abs(heads - heads_2models)) - assert maxdiff < 10 * hclose_check, f"Max. head diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. head diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x left maxdiff = np.amax(abs(qxb[:, :, 0:5] - qxb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y left maxdiff = np.amax(abs(qyb[:, :, 0:5] - qyb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z left maxdiff = np.amax(abs(qzb[:, :, 0:5] - qzb_left)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_x right maxdiff = np.amax(abs(qxb[:, :, 5:] - qxb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (x) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (x) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_y right maxdiff = np.amax(abs(qyb[:, :, 5:] - qyb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (y) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (y) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # compare spdis_z right maxdiff = np.amax(abs(qzb[:, :, 5:] - qzb_right)) - assert maxdiff < 10 * hclose_check, f"Max. diff. in spec. discharge (z) {maxdiff} \ + assert maxdiff < 10 * hclose_check, ( + f"Max. diff. in spec. discharge (z) {maxdiff} \ should be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_ref, mname_left, mname_right]: @@ -661,9 +675,9 @@ def compare_gwf_to_ref(test): assert os.path.isfile(fpth) cbb = flopy.utils.CellBudgetFile(fpth, precision="double") flow_ja_face = cbb.get_data(idx=0) - assert ( - len(flow_ja_face) > 0 - ), "Could not check residuals as flow-ja-face could not be found" + assert len(flow_ja_face) > 0, ( + "Could not check residuals as flow-ja-face could not be found" + ) for fjf in flow_ja_face: fjf = fjf.flatten() @@ -689,8 +703,10 @@ def compare_gwt_to_ref(test): # compare concentrations maxdiff = np.amax(abs(conc - conc_2models)) - assert maxdiff < 10 * hclose_check, f"Max. concentration diff. {maxdiff} should \ + assert maxdiff < 10 * hclose_check, ( + f"Max. concentration diff. {maxdiff} should \ be within solver tolerance (x10): {10 * hclose_check}" + ) # check budget error from .lst file for mname in [mname_gwtref, mname_gwtleft, mname_gwtright]: @@ -716,9 +732,9 @@ def compare_gwt_to_ref(test): assert os.path.isfile(fpth) cbb = flopy.utils.CellBudgetFile(fpth, precision="double") flow_ja_face = cbb.get_data(idx=0) - assert ( - len(flow_ja_face) > 0 - ), "Could not check residuals as flow-ja-face could not be found" + assert len(flow_ja_face) > 0, ( + "Could not check residuals as flow-ja-face could not be found" + ) for fjf in flow_ja_face: fjf = fjf.flatten() diff --git a/autotest/test_netcdf_gwe_cnd.py b/autotest/test_netcdf_gwe_cnd.py index 829bc78ace1..aa161231556 100644 --- a/autotest/test_netcdf_gwe_cnd.py +++ b/autotest/test_netcdf_gwe_cnd.py @@ -168,7 +168,7 @@ def check_output(idx, test, export, gridded_input): nper = getattr(tdis, "nper").data nlay = getattr(dis, "nlay").data pd = getattr(tdis, "perioddata").array - timestep = 0 + kstp = 0 for i in range(nper): for j in range(int(pd[i][1])): rec = cobj.get_data(kstpkper=(j, i)) @@ -176,16 +176,16 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"temperature_l{l+1}"][timestep, :].data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds[f"temperature_l{l + 1}"][kstp, :].data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), - xds["temperature"][timestep, :].data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds["temperature"][kstp, :].data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 vlist = [ "dis_delr", @@ -212,12 +212,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwf_disv.py b/autotest/test_netcdf_gwf_disv.py index 121090657f8..7a90403882d 100644 --- a/autotest/test_netcdf_gwf_disv.py +++ b/autotest/test_netcdf_gwf_disv.py @@ -210,8 +210,8 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"head_l{l+1}"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-Headfile comparison failure in timestep {timestep+1}" + xds[f"head_l{l + 1}"][timestep, :].fillna(1.00000000e30).data, + ), f"NetCDF-Headfile comparison failure in timestep {timestep + 1}" timestep += 1 # NetCDF variables, layered variables end with "_l" @@ -227,12 +227,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) @pytest.mark.netcdf diff --git a/autotest/test_netcdf_gwf_lak_wetlakbedarea02.py b/autotest/test_netcdf_gwf_lak_wetlakbedarea02.py index afc94df4abd..9e89eafed92 100644 --- a/autotest/test_netcdf_gwf_lak_wetlakbedarea02.py +++ b/autotest/test_netcdf_gwf_lak_wetlakbedarea02.py @@ -194,7 +194,7 @@ def check_output(idx, test, export, gridded_input): nper = getattr(tdis, "nper").data nlay = getattr(dis, "nlay").data pd = getattr(tdis, "perioddata").array - timestep = 0 + kstp = 0 for i in range(nper): for j in range(int(pd[i][1])): rec = hobj.get_data(kstpkper=(j, i)) @@ -203,16 +203,16 @@ def check_output(idx, test, export, gridded_input): assert np.allclose( np.array(rec[l]).flatten(), # xds[f"head_l{l+1}"][timestep, :].data, - xds[f"head_l{l+1}"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds[f"head_l{l + 1}"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), - xds["head"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-head comparison failure in timestep {timestep+1}" - timestep += 1 + xds["head"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-head comparison failure in timestep {kstp + 1}" + kstp += 1 vlist = [ "dis_delr", @@ -237,12 +237,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwf_rch01.py b/autotest/test_netcdf_gwf_rch01.py index f89c0b4853a..1a5c8fcfb22 100644 --- a/autotest/test_netcdf_gwf_rch01.py +++ b/autotest/test_netcdf_gwf_rch01.py @@ -174,7 +174,7 @@ def check_output(idx, test, export, gridded_input): nper = getattr(tdis, "nper").data nlay = getattr(dis, "nlay").data pd = getattr(tdis, "perioddata").array - timestep = 0 + kstp = 0 for i in range(nper): for j in range(int(pd[i][1])): rec = hobj.get_data(kstpkper=(j, i)) @@ -182,16 +182,16 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"head_l{l+1}"][timestep, :].data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds[f"head_l{l + 1}"][kstp, :].data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), - xds["head"][timestep, :].data, - ), f"NetCDF-head comparison failure in timestep {timestep+1}" - timestep += 1 + xds["head"][kstp, :].data, + ), f"NetCDF-head comparison failure in timestep {kstp + 1}" + kstp += 1 # compare recharge arrays rch = getattr(gwf, "rcha_0") @@ -236,12 +236,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwf_rch03.py b/autotest/test_netcdf_gwf_rch03.py index 7b9b7dd74d7..341d7eaee63 100644 --- a/autotest/test_netcdf_gwf_rch03.py +++ b/autotest/test_netcdf_gwf_rch03.py @@ -176,7 +176,7 @@ def check_output(idx, test, export, gridded_input): nlay = getattr(dis, "nlay").data pd = getattr(tdis, "perioddata").array print(pd) - timestep = 0 + kstp = 0 for i in range(nper): for j in range(int(pd[i][1])): rec = hobj.get_data(kstpkper=(j, i)) @@ -184,16 +184,16 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"head_l{l+1}"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds[f"head_l{l + 1}"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), - xds["head"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-head comparison failure in timestep {timestep+1}" - timestep += 1 + xds["head"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-head comparison failure in timestep {kstp + 1}" + kstp += 1 # compare recharge arrays rch = getattr(gwf, "rcha_0") @@ -238,12 +238,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwf_sto01.py b/autotest/test_netcdf_gwf_sto01.py index 38fa7a1e69e..6591bac6fa0 100644 --- a/autotest/test_netcdf_gwf_sto01.py +++ b/autotest/test_netcdf_gwf_sto01.py @@ -220,15 +220,15 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"head_l{l+1}"][timestep, :].data, - ), f"NetCDF-Headfile comparison failure in timestep {timestep+1}" + xds[f"head_l{l + 1}"][timestep, :].data, + ), f"NetCDF-Headfile comparison failure in timestep {timestep + 1}" timestep += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), xds["head"][timestep, :].data, - ), f"NetCDF-Headfile comparison failure in timestep {timestep+1}" + ), f"NetCDF-Headfile comparison failure in timestep {timestep + 1}" timestep += 1 vlist = [ @@ -257,12 +257,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwf_vsc03_sfr.py b/autotest/test_netcdf_gwf_vsc03_sfr.py index 97a7fcc0b13..0b2a4342f31 100644 --- a/autotest/test_netcdf_gwf_vsc03_sfr.py +++ b/autotest/test_netcdf_gwf_vsc03_sfr.py @@ -200,7 +200,7 @@ def check_output(idx, test, export, gridded_input): nper = getattr(tdis, "nper").data nlay = getattr(dis, "nlay").data pd = getattr(tdis, "perioddata").array - timestep = 0 + kstp = 0 for i in range(nper): for j in range(int(pd[i][1])): rec = hobj.get_data(kstpkper=(j, i)) @@ -209,16 +209,16 @@ def check_output(idx, test, export, gridded_input): assert np.allclose( np.array(rec[l]).flatten(), # xds[f"head_l{l+1}"][timestep, :].data, - xds[f"head_l{l+1}"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-temperature comparison failure in timestep {timestep+1}" - timestep += 1 + xds[f"head_l{l + 1}"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-temperature comparison failure in timestep {kstp + 1}" + kstp += 1 elif export == "structured": assert np.allclose( # np.array(rec).flatten(), np.array(rec), - xds["head"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-head comparison failure in timestep {timestep+1}" - timestep += 1 + xds["head"][kstp, :].fillna(1.00000000e30).data, + ), f"NetCDF-head comparison failure in timestep {kstp + 1}" + kstp += 1 # compare recharge arrays rch = getattr(gwf, "rcha-1") @@ -269,12 +269,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwt_dsp01.py b/autotest/test_netcdf_gwt_dsp01.py index 621b359d3c8..5bc334e3923 100644 --- a/autotest/test_netcdf_gwt_dsp01.py +++ b/autotest/test_netcdf_gwt_dsp01.py @@ -194,10 +194,10 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"concentration_l{l+1}"][timestep, :].data, + xds[f"concentration_l{l + 1}"][timestep, :].data, ), ( "NetCDF-concentration comparison failure " - f"in timestep {timestep+1}" + f"in timestep {timestep + 1}" ) timestep += 1 elif export == "structured": @@ -205,7 +205,7 @@ def check_output(idx, test, export, gridded_input): # np.array(rec).flatten(), np.array(rec), xds["concentration"][timestep, :].data, - ), f"NetCDF-concentration comparison failure in timestep {timestep+1}" + ), f"NetCDF-concentration comparison failure in timestep {timestep + 1}" timestep += 1 vlist = [ @@ -234,12 +234,12 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") assert np.allclose( diff --git a/autotest/test_netcdf_gwt_prudic2004t2.py b/autotest/test_netcdf_gwt_prudic2004t2.py index 90253c97000..c4b32835364 100644 --- a/autotest/test_netcdf_gwt_prudic2004t2.py +++ b/autotest/test_netcdf_gwt_prudic2004t2.py @@ -158,12 +158,12 @@ def check_output(idx, test, export, gridded_input): for l in range(nlay): assert np.allclose( np.array(rec[l]).flatten(), - xds[f"concentration_l{l+1}"][timestep, :] + xds[f"concentration_l{l + 1}"][timestep, :] .fillna(1.00000000e30) .data, ), ( "NetCDF-concentration comparison failure " - f"in timestep {timestep+1}" + f"in timestep {timestep + 1}" ) timestep += 1 elif export == "structured": @@ -171,7 +171,7 @@ def check_output(idx, test, export, gridded_input): # np.array(rec).flatten(), np.array(rec), xds["concentration"][timestep, :].fillna(1.00000000e30).data, - ), f"NetCDF-concentration comparison failure in timestep {timestep+1}" + ), f"NetCDF-concentration comparison failure in timestep {timestep + 1}" timestep += 1 vlist = [ @@ -198,17 +198,17 @@ def check_output(idx, test, export, gridded_input): if var.endswith("_l"): for l in range(nlay): assert np.allclose( - np.array(b[l]).flatten(), xds[f"{var}{l+1}"].data - ), f"NetCDF input array comparison failure, variable={var}{l+1}" + np.array(b[l]).flatten(), xds[f"{var}{l + 1}"].data + ), f"NetCDF input array comparison failure, variable={var}{l + 1}" else: - assert np.allclose( - np.array(b).flatten(), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b).flatten(), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) elif export == "structured": var = var.replace("_l", "") - assert np.allclose( - np.array(b), xds[var].data - ), f"NetCDF input array comparison failure, variable={var}" + assert np.allclose(np.array(b), xds[var].data), ( + f"NetCDF input array comparison failure, variable={var}" + ) @pytest.mark.slow diff --git a/autotest/test_olf_dfw_swrt2dis.py b/autotest/test_olf_dfw_swrt2dis.py index a04a8178d05..e33a150e041 100644 --- a/autotest/test_olf_dfw_swrt2dis.py +++ b/autotest/test_olf_dfw_swrt2dis.py @@ -196,9 +196,9 @@ def check_output(idx, test): # at end of simulation, water depth should be 1.0 for all reaches olf = mfsim.get_model(olfname) depth = stage_all[-1] - olf.dis.bottom.array - assert np.allclose( - depth, 1.0 - ), f"Simulated depth at end should be 1, but found {depth}" + assert np.allclose(depth, 1.0), ( + f"Simulated depth at end should be 1, but found {depth}" + ) @pytest.mark.developmode diff --git a/autotest/test_olf_dis.py b/autotest/test_olf_dis.py index a5f68ede524..385cce21439 100644 --- a/autotest/test_olf_dis.py +++ b/autotest/test_olf_dis.py @@ -234,14 +234,14 @@ def check_grb_dis2d(fpth): assert grb.angrot == angrot, "angrot in grb file is not correct" assert np.allclose(grb.delr, dx * np.ones(ncol)), "grb delr not correct" assert np.allclose(grb.delc, dx * np.ones(nrow)), "grb delc not correct" - assert np.allclose( - grb.bot.reshape((nrow, ncol)), np.zeros((nrow, ncol)) - ), "grb botm not correct" + assert np.allclose(grb.bot.reshape((nrow, ncol)), np.zeros((nrow, ncol))), ( + "grb botm not correct" + ) assert grb.ia.shape[0] == grb.ncells + 1, "ia in grb file is not correct size" assert grb.ja.shape[0] == grb.nja, "ja in grb file is not correct size" - assert np.allclose( - grb.idomain.reshape((nrow, ncol)), idomain - ), "grb idomain not correct" + assert np.allclose(grb.idomain.reshape((nrow, ncol)), idomain), ( + "grb idomain not correct" + ) def check_grb_disv2d(fpth): @@ -257,9 +257,9 @@ def check_grb_disv2d(fpth): assert grb.xorigin == xorigin, "xorigin in grb file is not correct" assert grb.yorigin == yorigin, "yorigin in grb file is not correct" assert grb.angrot == angrot, "angrot in grb file is not correct" - assert np.allclose( - grb.bot.reshape((nrow, ncol)), np.zeros((nrow, ncol)) - ), "grb botm not correct" + assert np.allclose(grb.bot.reshape((nrow, ncol)), np.zeros((nrow, ncol))), ( + "grb botm not correct" + ) cellx, celly = np.meshgrid( np.linspace(dx / 2, ncol * dx - dx / 2, ncol), np.linspace(dx * nrow - dx / 2.0, dx / 2, nrow), @@ -267,14 +267,14 @@ def check_grb_disv2d(fpth): assert np.allclose(grb._datadict["CELLX"], cellx.flatten()), "cellx is not right" assert np.allclose(grb._datadict["CELLY"], celly.flatten()), "celly is not right" assert grb._datadict["IAVERT"].shape[0] == ncpl + 1, "iavert size not right" - assert ( - grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0] - ), "javert size not right" + assert grb._datadict["IAVERT"][-1] - 1 == grb._datadict["JAVERT"].shape[0], ( + "javert size not right" + ) assert grb.ia.shape[0] == grb.ncells + 1, "ia in grb file is not correct size" assert grb.ja.shape[0] == grb.nja, "ja in grb file is not correct size" - assert np.allclose( - grb.idomain.reshape((ncpl,)), idomain.reshape((ncpl,)) - ), "grb idomain not correct" + assert np.allclose(grb.idomain.reshape((ncpl,)), idomain.reshape((ncpl,))), ( + "grb idomain not correct" + ) def check_output(idx, test): @@ -296,9 +296,9 @@ def check_output(idx, test): fpth = test.workspace / f"{modelname}.stage" sobj = flopy.utils.HeadFile(fpth, precision="double", text="STAGE") stage = sobj.get_data().reshape((nrow, ncol)) - assert np.allclose( - stage[idomain == 0], 3.0e30 - ), "stage should have nodata values where idomain is zero" + assert np.allclose(stage[idomain == 0], 3.0e30), ( + "stage should have nodata values where idomain is zero" + ) assert stage[idomain == 1].max() == 1.0, "maximum stage should be 1.0" assert stage[idomain == 1].min() == 0.5, "minimum stage should be 0.5" diff --git a/autotest/test_prt_track_events.py b/autotest/test_prt_track_events.py index 4ebfac77e5b..3f67e0826a0 100644 --- a/autotest/test_prt_track_events.py +++ b/autotest/test_prt_track_events.py @@ -409,9 +409,9 @@ def all_equal(col, val): k, i, j = mg.intersect(x, y, z) nn = mg.get_node([k, i, j]) + 1 neighbors = mg.neighbors(nn) - assert np.isclose(nn, icell, atol=1) or any( - (nn - 1) == n for n in neighbors - ), f"nn comparison failed: expected {nn}, got {icell}" + assert np.isclose(nn, icell, atol=1) or any((nn - 1) == n for n in neighbors), ( + f"nn comparison failed: expected {nn}, got {icell}" + ) assert ilay == (k + 1) == 1 if "all" in name: diff --git a/pixi.lock b/pixi.lock index fd7e860968f..925e83b1185 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,4 +1,4 @@ -version: 5 +version: 6 environments: default: channels: @@ -140,7 +140,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.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/libflac-1.4.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda @@ -162,7 +163,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda @@ -189,7 +190,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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-14.1.0-hc0a3c3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda @@ -276,7 +278,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda @@ -447,7 +449,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda @@ -466,7 +469,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda @@ -487,7 +490,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda @@ -563,7 +567,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda @@ -834,7 +838,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda @@ -1095,7 +1099,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda @@ -1362,7 +1366,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda @@ -1720,7 +1724,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda @@ -2067,7 +2071,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda @@ -2397,7 +2401,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda @@ -2717,7 +2721,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda @@ -3040,7 +3044,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda @@ -3121,25 +3125,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl packages: -- kind: conda - name: _libgcc_mutex - version: '0.1' - build: conda_forge - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 md5: d7c89558ba9fa0495403155b64376d81 license: None purls: [] size: 2562 timestamp: 1578324546067 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu +- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 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: @@ -3152,13 +3146,8 @@ packages: purls: [] size: 23621 timestamp: 1650670423406 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 md5: 6168d71addc746e8f2b8d57dfd2edcea depends: @@ -3170,13 +3159,7 @@ packages: purls: [] size: 23712 timestamp: 1650670790230 -- kind: conda - name: affine - version: 2.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 md5: ae5f4ad87126c55ba3f690ef07f81d64 depends: @@ -3187,13 +3170,7 @@ packages: - pkg:pypi/affine?source=conda-forge-mapping size: 18726 timestamp: 1674245215155 -- kind: conda - name: alabaster - version: 0.7.16 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069 md5: def531a3ac77b7fb8c21d17bb5d0badb depends: @@ -3204,12 +3181,7 @@ packages: - pkg:pypi/alabaster?source=conda-forge-mapping size: 18365 timestamp: 1704848898483 -- kind: conda - name: alsa-lib - version: 1.2.12 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 md5: 7ed427f0871fd41cb1d9c17727c17589 depends: @@ -3219,13 +3191,7 @@ packages: purls: [] size: 555868 timestamp: 1718118368236 -- kind: conda - name: appdirs - version: 1.4.4 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111 md5: 5f095bc6454094e96f146491fd03633b depends: @@ -3236,13 +3202,7 @@ packages: - pkg:pypi/appdirs?source=conda-forge-mapping size: 12840 timestamp: 1603108499239 -- kind: conda - name: appnope - version: 0.1.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_0.conda sha256: 45ae2d41f4a4dcf8707633d3d7ae376fc62f0c09b1d063c3049c3f6f8c911670 md5: cc4834a9ee7cc49ce8d25177c47b10d8 depends: @@ -3253,13 +3213,7 @@ packages: - pkg:pypi/appnope?source=conda-forge-mapping size: 10241 timestamp: 1707233195627 -- kind: conda - name: asttokens - version: 2.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 md5: 5f25798dcefd8252ce5f9dc494d5f571 depends: @@ -3271,13 +3225,7 @@ packages: - pkg:pypi/asttokens?source=conda-forge-mapping size: 28922 timestamp: 1698341257884 -- kind: conda - name: atk-1.0 - version: 2.38.0 - build: h04ea711_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e md5: f730d54ba9cd543666d7220c9f7ed563 depends: @@ -3291,13 +3239,21 @@ packages: purls: [] size: 355900 timestamp: 1713896169874 -- kind: conda - name: atk-1.0 - version: 2.38.0 - build: h4bec284_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda + sha256: 69f70048a1a915be7b8ad5d2cbb7bf020baa989b5506e45a676ef4ef5106c4f0 + md5: 9308557e2328f944bd5809c5630761af + depends: + - libgcc-ng >=12 + - libglib >=2.80.0,<3.0a0 + - libstdcxx-ng >=12 + constrains: + - atk-1.0 2.38.0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 358327 + timestamp: 1713898303194 +- conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda sha256: a5972a943764e46478c966b26be61de70dcd7d0cfda4bd0b0c46916ae32e0492 md5: d9684247c943d492d9aac8687bc5db77 depends: @@ -3312,13 +3268,7 @@ packages: purls: [] size: 349989 timestamp: 1713896423623 -- kind: conda - name: atk-1.0 - version: 2.38.0 - build: hd03087b_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda sha256: b0747f9b1bc03d1932b4d8c586f39a35ac97e7e72fe6e63f2b2a2472d466f3c1 md5: 57301986d02d30d6805fdce6c99074ee depends: @@ -3333,33 +3283,7 @@ packages: purls: [] size: 347530 timestamp: 1713896411580 -- kind: conda - name: atk-1.0 - version: 2.38.0 - build: hedc4a1f_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - sha256: 69f70048a1a915be7b8ad5d2cbb7bf020baa989b5506e45a676ef4ef5106c4f0 - md5: 9308557e2328f944bd5809c5630761af - depends: - - libgcc-ng >=12 - - libglib >=2.80.0,<3.0a0 - - libstdcxx-ng >=12 - constrains: - - atk-1.0 2.38.0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 358327 - timestamp: 1713898303194 -- kind: conda - name: attr - version: 2.5.1 - build: h166bdaf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 md5: d9c69a24ad678ffce24c6543a0176b00 depends: @@ -3369,13 +3293,7 @@ packages: purls: [] size: 71042 timestamp: 1660065501192 -- kind: conda - name: attrs - version: 23.2.0 - build: pyh71513ae_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea md5: 5e4c0743c70186509d1412e03c2d8dfa depends: @@ -3386,57 +3304,38 @@ packages: - pkg:pypi/attrs?source=conda-forge-mapping size: 54582 timestamp: 1704011393776 -- kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8a62e84_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 - md5: 7a43a23a02f7c952f48d154454336c8c +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda + sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe + md5: 7ca4abcc98c7521c02f4e8809bbe40df depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 91193 - timestamp: 1720943290434 -- kind: conda - name: aws-c-auth - version: 0.7.22 - build: h8c86ca4_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a - md5: 94493124319f290e7ad45228d54db509 + size: 105990 + timestamp: 1720943253516 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda + sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 + md5: 62b79a7b24bc23fe55257f84ff62d2d0 depends: - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 101513 - timestamp: 1720943471630 -- kind: conda - name: aws-c-auth - version: 0.7.22 - build: hb04b931_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda + size: 110360 + timestamp: 1720943276359 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda sha256: b95a2f9adc0b77c88b10c6001eb101d6b76bb0efdf80a8fa7e99c510e8236ed2 md5: 58e7453d9442ec10c3bfbe3466502baf depends: @@ -3451,74 +3350,39 @@ packages: purls: [] size: 92326 timestamp: 1720943225649 -- kind: conda - name: aws-c-auth - version: 0.7.22 - build: hbd3ac97_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe - md5: 7ca4abcc98c7521c02f4e8809bbe40df +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda + sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 + md5: 7a43a23a02f7c952f48d154454336c8c depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 105990 - timestamp: 1720943253516 -- kind: conda - name: aws-c-auth - version: 0.7.22 - build: hf9a33fd_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 - md5: 62b79a7b24bc23fe55257f84ff62d2d0 + size: 91193 + timestamp: 1720943290434 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a + md5: 94493124319f290e7ad45228d54db509 depends: - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 110360 - timestamp: 1720943276359 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: h1194e0d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 - md5: 3e52b9c84581b52333fbde981f2804a6 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 49404 - timestamp: 1720901634839 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: h87b94db_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda + size: 101513 + timestamp: 1720943471630 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda sha256: f445f38a4170f0ae02cdf13e1bc23cbb826a4b45f39402f02fe5737b0a8ed3a9 md5: 2d76d2cfdcfe2d5c3883d33d8be919e7 depends: @@ -3531,31 +3395,19 @@ packages: purls: [] size: 47092 timestamp: 1720901538926 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: h94d0942_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 - md5: d70f882eefb9cabf3e18a2f3957936de +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda + sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 + md5: 3e52b9c84581b52333fbde981f2804a6 depends: - - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 40129 - timestamp: 1720901602965 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: hd73d8db_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda + size: 49404 + timestamp: 1720901634839 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda sha256: 40d2903b718bd4ddf4706ff4e86831c11a012e1a662f73e30073b4f7f364fcca md5: a8735aa1de30e27dc87bde25dd3201d8 depends: @@ -3567,49 +3419,33 @@ packages: purls: [] size: 39142 timestamp: 1720901553777 -- kind: conda - name: aws-c-cal - version: 0.7.1 - build: hea5f451_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 - md5: 72dff54470c6fc809b845fac58d39aad +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda + sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 + md5: d70f882eefb9cabf3e18a2f3957936de depends: + - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 46905 - timestamp: 1720901876108 -- kind: conda - name: aws-c-common - version: 0.9.23 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 - md5: df475c2b12da4aa32d4946a1453681f5 + size: 40129 + timestamp: 1720901602965 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 + md5: 72dff54470c6fc809b845fac58d39aad depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 234194 - timestamp: 1718918578757 -- kind: conda - name: aws-c-common - version: 0.9.23 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda + size: 46905 + timestamp: 1720901876108 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda sha256: f3eab0ec3f01ddc3ebdc235d4ae1b3b803d83e40f2cd2389bf8c65ab96e90f02 md5: 94d61ae2b2b701008a9d52ce6bbead27 depends: @@ -3619,12 +3455,7 @@ packages: purls: [] size: 235612 timestamp: 1718918062664 -- kind: conda - name: aws-c-common - version: 0.9.23 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda sha256: fa4ca3c29c64c96cf8b208fb5466e425ac2f8998a0022f5404a885253bca4667 md5: 36159c9ecdcdbf7bf2676510110d7fda depends: @@ -3634,12 +3465,17 @@ packages: purls: [] size: 257315 timestamp: 1718918138944 -- kind: conda - name: aws-c-common - version: 0.9.23 - build: h99b78c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda + sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 + md5: 35083fa12de9dc9918de60c112ceab27 + depends: + - __osx >=10.13 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 225527 + timestamp: 1718918230587 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda sha256: 15e965a0d1c37927e23d46691e632cf8b39afee5c9ba735f2d535fdb7b58b19e md5: d9f2adf47d2078d44a23480140e76550 depends: @@ -3649,62 +3485,41 @@ packages: purls: [] size: 220102 timestamp: 1718918149063 -- kind: conda - name: aws-c-common - version: 0.9.23 - build: hfdf4475_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 - md5: 35083fa12de9dc9918de60c112ceab27 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 + md5: df475c2b12da4aa32d4946a1453681f5 depends: - - __osx >=10.13 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 225527 - timestamp: 1718918230587 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c - md5: 134bb356c25e94209744ee664ba8a89a + size: 234194 + timestamp: 1718918578757 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda + sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d + md5: 11e5cb0b426772974f6416545baee0ce depends: - aws-c-common >=0.9.23,<0.9.24.0a0 - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 19814 - timestamp: 1718967207357 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: h94d0942_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 - md5: c9a37f68bef48f48782746404f4050a2 + size: 19271 + timestamp: 1718967071890 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda + sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c + md5: 134bb356c25e94209744ee664ba8a89a depends: - - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 18226 - timestamp: 1718967294106 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hd73d8db_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda + size: 19814 + timestamp: 1718967207357 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda sha256: c8fabda8233f979f9c5173a5ba5f6482c26e8ac8af55e78550fff27e997e0dbd md5: b082d6b9a40e41fd27f48786d318e910 depends: @@ -3715,30 +3530,18 @@ packages: purls: [] size: 18245 timestamp: 1718967218275 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d - md5: 11e5cb0b426772974f6416545baee0ce +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda + sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 + md5: c9a37f68bef48f48782746404f4050a2 depends: + - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 19271 - timestamp: 1718967071890 -- kind: conda - name: aws-c-compression - version: 0.2.18 - build: hea5f451_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + size: 18226 + timestamp: 1718967294106 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 md5: 3834f2ba3431fe21692de035a7b992c1 depends: @@ -3751,54 +3554,7 @@ packages: purls: [] size: 22658 timestamp: 1718967658946 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h2713d70_15 - build_number: 15 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a - md5: 21aeef6fb90f64d3625f06501c4d023c - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 46353 - timestamp: 1720743940835 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h4b8288a_15 - build_number: 15 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 - md5: 270c3f0f23c48f3ac0074c3e81bdabac - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54326 - timestamp: 1720744311520 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h7671281_15 - build_number: 15 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda sha256: b9546f0637c66d4086a169f4210bf0d569140f41c13f0c1c6826355f51f82494 md5: 3b45b0da170f515de8be68155e14955a depends: @@ -3813,13 +3569,7 @@ packages: purls: [] size: 54007 timestamp: 1720743896466 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: h9d161b3_15 - build_number: 15 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda sha256: 80305a933ee51a808c57e6f7a76dec05c02a999b2d5388fd1c906b8475658b8c md5: ff2a2cb1a667ce44ddccf87a3858bede depends: @@ -3833,13 +3583,21 @@ packages: purls: [] size: 55128 timestamp: 1720743954681 -- kind: conda - name: aws-c-event-stream - version: 0.4.2 - build: hb74cd8f_15 - build_number: 15 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda + sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a + md5: 21aeef6fb90f64d3625f06501c4d023c + depends: + - __osx >=10.13 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - libcxx >=16 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 46353 + timestamp: 1720743940835 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda sha256: a28581c0fa33d5bf8f71ca18dc632b997ba83d4442a3c2955e40927708ce8b0b md5: e12aae765ef60c989a43f042a4141ab7 depends: @@ -3853,38 +3611,26 @@ packages: purls: [] size: 47055 timestamp: 1720743983413 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: h269d64e_6 - build_number: 6 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc - md5: 1603ce5ebacad267b5b5d2c484c73679 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 + md5: 270c3f0f23c48f3ac0074c3e81bdabac depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 180156 - timestamp: 1720753340047 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: h782069e_6 - build_number: 6 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 - md5: 1477d77ade38be837f1be9fc5702244c + size: 54326 + timestamp: 1720744311520 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda + sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 + md5: 4e3d1bb2ade85619ac2163e695c2cc1b depends: + - __glibc >=2.17,<3.0.a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-compression >=0.2.18,<0.2.19.0a0 @@ -3893,60 +3639,41 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 187885 - timestamp: 1720753110633 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: had1507a_6 - build_number: 6 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed - md5: d6a478f39b7ee977690d7dfc4115adfc + size: 194638 + timestamp: 1720753051593 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda + sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 + md5: 1477d77ade38be837f1be9fc5702244c depends: - - __osx >=11.0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-compression >=0.2.18,<0.2.19.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 151282 - timestamp: 1720753122319 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: he17ee6b_6 - build_number: 6 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 - md5: 4e3d1bb2ade85619ac2163e695c2cc1b + size: 187885 + timestamp: 1720753110633 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda + sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 + md5: 9b1b61150532b6c5eda36700a408209d depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-compression >=0.2.18,<0.2.19.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 194638 - timestamp: 1720753051593 -- kind: conda - name: aws-c-http - version: 0.8.2 - build: he29c2fd_6 - build_number: 6 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 - md5: 9b1b61150532b6c5eda36700a408209d + size: 162753 + timestamp: 1720753184386 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda + sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed + md5: d6a478f39b7ee977690d7dfc4115adfc depends: - - __osx >=10.13 + - __osx >=11.0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-compression >=0.2.18,<0.2.19.0a0 @@ -3954,33 +3681,25 @@ packages: license: Apache-2.0 license_family: Apache purls: [] - size: 162753 - timestamp: 1720753184386 -- kind: conda - name: aws-c-io - version: 0.14.10 - build: h4406d91_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 - md5: 975be62a8eb5e601ff6f888420dab870 + size: 151282 + timestamp: 1720753122319 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc + md5: 1603ce5ebacad267b5b5d2c484c73679 depends: - - __osx >=10.13 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 137548 - timestamp: 1720718795509 -- kind: conda - name: aws-c-io - version: 0.14.10 - build: h826b7d6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda + size: 180156 + timestamp: 1720753340047 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda sha256: 68cb6f708e5e1cf50d98f3c896c7a72ab68e71ce9a69be4eea5dbde5c04bebdc md5: 6961646dded770513a781de4cd5c1fe1 depends: @@ -3994,31 +3713,7 @@ packages: purls: [] size: 157925 timestamp: 1720718674802 -- kind: conda - name: aws-c-io - version: 0.14.10 - build: hcdb10ff_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 - md5: e7d85effc69338579c0b928eabe27d67 - depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 137117 - timestamp: 1720718690476 -- kind: conda - name: aws-c-io - version: 0.14.10 - build: he43bb46_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda sha256: 9d1a34618e380b994bf00b99a75807c3a9cada7e5814f4cf673359251b01d517 md5: 8cb7305d490469354369e796186d67b5 depends: @@ -4031,13 +3726,31 @@ packages: purls: [] size: 160499 timestamp: 1720718642040 -- kind: conda - name: aws-c-io - version: 0.14.10 - build: hfca834b_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda + sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 + md5: 975be62a8eb5e601ff6f888420dab870 + depends: + - __osx >=10.13 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 137548 + timestamp: 1720718795509 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda + sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 + md5: e7d85effc69338579c0b928eabe27d67 + depends: + - __osx >=11.0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 137117 + timestamp: 1720718690476 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da md5: edbdbf574dccbab97002d7408f42d334 depends: @@ -4051,34 +3764,21 @@ packages: purls: [] size: 159625 timestamp: 1720719292787 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h519d897_8 - build_number: 8 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 - md5: b6a0c6760077bb28547ba3ce5ed04cd1 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda + sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e + md5: b81c45867558446640306507498b2c6b depends: + - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 158054 - timestamp: 1720751730919 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h6cc0bdf_8 - build_number: 8 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda + size: 164233 + timestamp: 1720751408585 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda sha256: 2ea19007651bfb32767568c044cbbd833630735f25ad348f29c224afdfefeea2 md5: eb2b09202bb3ef71e542b76f55c60de5 depends: @@ -4091,93 +3791,48 @@ packages: purls: [] size: 146317 timestamp: 1720750980451 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: h856d8ab_8 - build_number: 8 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 - md5: 7a49b5ed4c1676b6aefbd6d7c92d976f - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 117815 - timestamp: 1720751330215 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hcd6a914_8 - build_number: 8 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e - md5: b81c45867558446640306507498b2c6b +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda + sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e + md5: dfa33f1d17f9e18b54411bf2eeff0b55 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 164233 - timestamp: 1720751408585 -- kind: conda - name: aws-c-mqtt - version: 0.10.4 - build: hf6997d9_8 - build_number: 8 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e - md5: dfa33f1d17f9e18b54411bf2eeff0b55 + size: 138716 + timestamp: 1720751463402 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda + sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 + md5: 7a49b5ed4c1676b6aefbd6d7c92d976f depends: - - __osx >=10.13 + - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 138716 - timestamp: 1720751463402 -- kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h13137a3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d - md5: 7564d61ed7073be23ca8fbce2fc5806a + size: 117815 + timestamp: 1720751330215 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 + md5: b6a0c6760077bb28547ba3ce5ed04cd1 depends: - - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 95794 - timestamp: 1720949972170 -- kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h365ddd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda + size: 158054 + timestamp: 1720751730919 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda sha256: 5f82835411b3db3ae9d5db575386d83a8cc6f5f61b414afa6155879b2071c2f6 md5: 22339cf124753bafda336167f80e7860 depends: @@ -4195,13 +3850,7 @@ packages: purls: [] size: 110393 timestamp: 1720949912044 -- kind: conda - name: aws-c-s3 - version: 0.6.0 - build: h9b659bc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda sha256: 572c1a14b06a8af5cad56856b555a1b0dc498f6f58f517861e1fa2b2fb7e977f md5: 089a61ca4d46ed9fe6613435815e36b2 depends: @@ -4218,13 +3867,23 @@ packages: purls: [] size: 115204 timestamp: 1720949965612 -- kind: conda - name: aws-c-s3 - version: 0.6.0 - build: ha9fd6de_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda + sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d + md5: 7564d61ed7073be23ca8fbce2fc5806a + depends: + - __osx >=10.13 + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 95794 + timestamp: 1720949972170 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda sha256: 1c3c682ec25a3b3842f9dc14bcdb01705acf828e37c291cf244032299ae22416 md5: a326f688d66aa81fc403a2227e93a327 depends: @@ -4240,13 +3899,7 @@ packages: purls: [] size: 94615 timestamp: 1720949958165 -- kind: conda - name: aws-c-s3 - version: 0.6.0 - build: hb746b11_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 md5: f2a22db8c6fa50b13b45e5b8f7d18f11 depends: @@ -4264,47 +3917,29 @@ packages: purls: [] size: 106792 timestamp: 1720950156987 -- kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h3ff8e8a_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 - md5: 17b4343013540f7cfb0cffb66f1f18fa +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda + sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb + md5: adbf0c44ca88a3cded175cd809a106b6 depends: - aws-c-common >=0.9.23,<0.9.24.0a0 - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 57121 - timestamp: 1718973294281 -- kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: h94d0942_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 - md5: 1f9dd57e79cf2191ed139491aa460e24 + size: 54943 + timestamp: 1718973317061 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda + sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 + md5: 17b4343013540f7cfb0cffb66f1f18fa depends: - - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 49180 - timestamp: 1718973550277 -- kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hd73d8db_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda + size: 57121 + timestamp: 1718973294281 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda sha256: b944db69a4bf7481362378d81ff634b5eeed88f0b85c6609f195cd68ab3a8948 md5: 7932c9b2420f0a809ab1b08e2ea53896 depends: @@ -4315,30 +3950,18 @@ packages: purls: [] size: 49533 timestamp: 1718973334715 -- kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: he027950_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb - md5: adbf0c44ca88a3cded175cd809a106b6 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda + sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 + md5: 1f9dd57e79cf2191ed139491aa460e24 depends: + - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 54943 - timestamp: 1718973317061 -- kind: conda - name: aws-c-sdkutils - version: 0.1.16 - build: hea5f451_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + size: 49180 + timestamp: 1718973550277 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b md5: 367b3cc3a418fca38f7afc47e753c993 depends: @@ -4351,47 +3974,29 @@ packages: purls: [] size: 54072 timestamp: 1718973704299 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: h3ff8e8a_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba - md5: 069ec92cf4097befba1ab4b3f1e9e832 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda + sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 + md5: 95611b325a9728ed68b8f7eef2dd3feb depends: - aws-c-common >=0.9.23,<0.9.24.0a0 - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 50036 - timestamp: 1718973063178 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: h94d0942_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 - md5: fbd0be30bdd84b6735dfa3d6c5916b2e + size: 50220 + timestamp: 1718973002363 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda + sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba + md5: 069ec92cf4097befba1ab4b3f1e9e832 depends: - - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 49160 - timestamp: 1718973261942 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hd73d8db_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda + size: 50036 + timestamp: 1718973063178 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda sha256: a4e2dc37e4bbb2d64d1fac29c1d9fbc7c50ad3b5e15ff52e05ae63e8052e54d3 md5: c3f25d79d4a36a89b3c638a6e3614f28 depends: @@ -4402,30 +4007,18 @@ packages: purls: [] size: 49210 timestamp: 1718973197891 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: he027950_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 - md5: 95611b325a9728ed68b8f7eef2dd3feb +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda + sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 + md5: fbd0be30bdd84b6735dfa3d6c5916b2e depends: + - __osx >=11.0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 50220 - timestamp: 1718973002363 -- kind: conda - name: aws-checksums - version: 0.1.18 - build: hea5f451_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + size: 49160 + timestamp: 1718973261942 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 md5: 1f9a89bde3856fe9feb32eb05f59f231 depends: @@ -4438,17 +4031,11 @@ packages: purls: [] size: 52585 timestamp: 1718973550940 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h0a15bd7_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc - md5: 58f9e6e6e0848a4dda31c123c577107a +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda + sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f + md5: 734875312c8196feecc91f89856da612 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 @@ -4458,21 +4045,16 @@ packages: - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - aws-c-s3 >=0.6.0,<0.6.1.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 291354 - timestamp: 1720963559899 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h8c89294_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c - md5: 0e2b0e8c97696f1584304ca9fe1e601e + size: 345359 + timestamp: 1720963443140 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda + sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 + md5: 58796590793f302e9f982dfb891c94eb depends: - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 @@ -4483,24 +4065,18 @@ packages: - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - aws-c-s3 >=0.6.0,<0.6.1.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: Apache-2.0 license_family: Apache purls: [] - size: 255271 - timestamp: 1720963842160 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9b188e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 - md5: 58796590793f302e9f982dfb891c94eb + size: 271628 + timestamp: 1720963456439 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda + sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc + md5: 58f9e6e6e0848a4dda31c123c577107a depends: + - __osx >=10.13 - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 @@ -4510,20 +4086,13 @@ packages: - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - aws-c-s3 >=0.6.0,<0.6.1.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 license: Apache-2.0 license_family: Apache purls: [] - size: 271628 - timestamp: 1720963456439 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: h9d3339c_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda + size: 291354 + timestamp: 1720963559899 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda sha256: d863e05f421e23a7a7dc1bf545b409857bddac99231290af442a448d26143eb3 md5: bca678a227f7083dffc3d4c0dbd9f2de depends: @@ -4543,17 +4112,10 @@ packages: purls: [] size: 227663 timestamp: 1720963606175 -- kind: conda - name: aws-crt-cpp - version: 0.27.3 - build: hda66527_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f - md5: 734875312c8196feecc91f89856da612 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c + md5: 0e2b0e8c97696f1584304ca9fe1e601e depends: - - __glibc >=2.17,<3.0.a0 - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 @@ -4563,20 +4125,15 @@ packages: - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - aws-c-s3 >=0.6.0,<0.6.1.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 345359 - timestamp: 1720963443140 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h46c3b66_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda + size: 255271 + timestamp: 1720963842160 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda sha256: 983f6977cc6b25c8bc785b20859970009242b3812e6b4de592ceb17caf93acb6 md5: c840f07ec58dc0b06041e7f36550a539 depends: @@ -4595,60 +4152,43 @@ packages: purls: [] size: 3619739 timestamp: 1720816476436 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: h554caeb_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 - md5: a875dc66bc06f0bf49dc9739e6e2fbab +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda + sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 + md5: 074782015c32b2870350b084935fcbe7 depends: - - __osx >=10.13 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - aws-checksums >=0.1.18,<0.1.19.0a0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 3417533 - timestamp: 1720817049208 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he0aa860_9 - build_number: 9 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 - md5: 4fe9877157ca105fce0608c339c2f5b1 + size: 3431459 + timestamp: 1720816699480 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda + sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 + md5: a875dc66bc06f0bf49dc9739e6e2fbab depends: + - __osx >=10.13 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - aws-checksums >=0.1.18,<0.1.19.0a0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 3443586 - timestamp: 1720817600288 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: he6360a2_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda + size: 3417533 + timestamp: 1720817049208 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda sha256: 46e6e18df4c9a8f8cd34ef0a1952dd2d96bf5fe78a1237d4bdeac212de2eb97d md5: df8458d1bc6ec9616f8e88a0eadb05c7 depends: @@ -4666,36 +4206,38 @@ packages: purls: [] size: 3353366 timestamp: 1720817128688 -- kind: conda - name: aws-sdk-cpp - version: 1.11.329 - build: hecfb68f_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 - md5: 074782015c32b2870350b084935fcbe7 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 + md5: 4fe9877157ca105fce0608c339c2f5b1 depends: - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - aws-checksums >=0.1.18,<0.1.19.0a0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3443586 + timestamp: 1720817600288 +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda + sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 + md5: debd1677c2fea41eb2233a260f48a298 + depends: + - __glibc >=2.17,<3.0.a0 - libcurl >=8.8.0,<9.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 3431459 - timestamp: 1720816699480 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h60f91e5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda + size: 338134 + timestamp: 1720853194547 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda sha256: b3aecc4e01db67a18891e6e9517ec9b628577bbd2e1b6616d147c7c5f2f28a2b md5: fc41d5a9f2c98fd37324c20f47b0124b depends: @@ -4708,31 +4250,33 @@ packages: purls: [] size: 331714 timestamp: 1720854524500 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: h935415a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 - md5: debd1677c2fea41eb2233a260f48a298 +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda + sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 + md5: 514d3cbb527a88930e816370e34caa19 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 338134 - timestamp: 1720853194547 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: haf5610f_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + size: 296234 + timestamp: 1720853326346 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda + sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d + md5: 2083f6313e623079db6ee67af00e6b27 + depends: + - __osx >=11.0 + - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 287922 + timestamp: 1720853302106 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 md5: 14ed34c3091f89784d926cc7cf4b773b depends: @@ -4745,49 +4289,47 @@ packages: purls: [] size: 487099 timestamp: 1720853456727 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hd01fc5c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d - md5: 2083f6313e623079db6ee67af00e6b27 +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda + sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba + md5: 36df3cf05459de5d0a41c77c4329634b depends: - - __osx >=11.0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 + - __glibc >=2.17,<3.0.a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 287922 - timestamp: 1720853302106 -- kind: conda - name: azure-core-cpp - version: 1.13.0 - build: hf8dbe3c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 - md5: 514d3cbb527a88930e816370e34caa19 + size: 199516 + timestamp: 1721777604325 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda + sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 + md5: 3e74c83218d71b01f988e6bada2f4e22 + depends: + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 182768 + timestamp: 1721779454639 +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda + sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 + md5: 29dc05d3b825fd7e2efe0263621c2fdb depends: - __osx >=10.13 - - libcurl >=8.8.0,<9.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 - libcxx >=16 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 296234 - timestamp: 1720853326346 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h13ea094_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda + size: 148019 + timestamp: 1721777648770 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda sha256: 11b01715cae19390890f29ebb56d36d895feafd787ba929aa10b6ce712f3f4b9 md5: 383b72f2ee009992b21f4db08a708510 depends: @@ -4800,13 +4342,7 @@ packages: purls: [] size: 142135 timestamp: 1721777696118 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h148e6f0_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 md5: 83ec332c6f07f9e48c8d5706cceab962 depends: @@ -4819,70 +4355,21 @@ packages: purls: [] size: 383395 timestamp: 1721777916149 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: h60298e3_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 - md5: 29dc05d3b825fd7e2efe0263621c2fdb - depends: - - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 148019 - timestamp: 1721777648770 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hd126650_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba - md5: 36df3cf05459de5d0a41c77c4329634b +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda + sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 + md5: 61f1c193452f0daa582f39634627ea33 depends: - __glibc >=2.17,<3.0.a0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 199516 - timestamp: 1721777604325 -- kind: conda - name: azure-identity-cpp - version: 1.8.0 - build: hf0f394c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 - md5: 3e74c83218d71b01f988e6bada2f4e22 - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 182768 - timestamp: 1721779454639 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h17ca4bd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda + size: 523120 + timestamp: 1721865032339 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda sha256: 4955de4131a1b4a16ac1f63d3e6f325904b997e1adb0f3fadf5a3b112eee6803 md5: 9a26fea6b69f4f02689893366961be49 depends: @@ -4895,12 +4382,7 @@ packages: purls: [] size: 473009 timestamp: 1721866393941 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: h646f05d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda sha256: 7153e4ba0112246fc93b2b6631c17b1c2c4f7878f2c4a25426e38a78a0b4cd4c md5: d3f572c8ebf9ad5cdc07558b3b2c27ce depends: @@ -4913,31 +4395,20 @@ packages: purls: [] size: 423224 timestamp: 1721865021128 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hd2e3451_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 - md5: 61f1c193452f0daa582f39634627ea33 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda + sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d + md5: f2c935764fdacd0fafc05f975fd347e0 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 license: MIT license_family: MIT purls: [] - size: 523120 - timestamp: 1721865032339 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hf03c1c4_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + size: 419976 + timestamp: 1721865180569 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f md5: 093769d5e96a6940cf10086af031dbca depends: @@ -4951,31 +4422,7 @@ packages: purls: [] size: 967558 timestamp: 1721865277797 -- kind: conda - name: azure-storage-blobs-cpp - version: 12.12.0 - build: hfde595f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d - md5: f2c935764fdacd0fafc05f975fd347e0 - depends: - - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 419976 - timestamp: 1721865180569 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h10ac4d7_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8 md5: ab6d507ad16dbe2157920451d662e4a1 depends: @@ -4990,32 +4437,7 @@ packages: purls: [] size: 143039 timestamp: 1721832724803 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h148e6f0_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 - md5: 9802dfd947dba7777ffcb25078c59c2d - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 239921 - timestamp: 1721833165139 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: h68dbd84_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda sha256: a4e0afd65ffed6cc788f13068b452d253e4bfa61d8ca0ebaa80e26fe62fed5f7 md5: 368c9e33d8cc763bf883ca12c163b93c depends: @@ -5029,13 +4451,21 @@ packages: purls: [] size: 135615 timestamp: 1721834497638 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hcf3b6fd_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda + sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb + md5: 99146c62f4b2a74c3026f128f42e35bf + depends: + - __osx >=10.13 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libcxx >=16 + - libxml2 >=2.12.7,<3.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 124472 + timestamp: 1721832914540 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda sha256: 3fdf9c0337c48706cffe2e4c761cdea4132fb6dbd1f144d969c28afd903cf256 md5: df7e01bcf8f3a9bfb0ab06778f915f29 depends: @@ -5049,33 +4479,20 @@ packages: purls: [] size: 119821 timestamp: 1721832870493 -- kind: conda - name: azure-storage-common-cpp - version: 12.7.0 - build: hf91904f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb - md5: 99146c62f4b2a74c3026f128f42e35bf +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 + md5: 9802dfd947dba7777ffcb25078c59c2d depends: - - __osx >=10.13 - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 124472 - timestamp: 1721832914540 -- kind: conda - name: babel - version: 2.14.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + size: 239921 + timestamp: 1721833165139 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 md5: 9669586875baeced8fc30c0826c3270e depends: @@ -5088,10 +4505,9 @@ packages: - pkg:pypi/babel?source=conda-forge-mapping size: 7609750 timestamp: 1702422720584 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl name: beautifulsoup4 version: 4.12.3 - url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed requires_dist: - soupsieve>1.2 @@ -5101,14 +4517,9 @@ packages: - html5lib ; extra == 'html5lib' - lxml ; extra == 'lxml' requires_python: '>=3.6.0' -- kind: conda - name: black - version: 24.4.2 - build: py39h2804cbe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 - md5: 7ee0de95f9dd40e50a067b3edf567d33 +- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda + sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 + md5: 4e57cd7b3828beb539dd5da422fb1525 depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -5116,7 +4527,6 @@ packages: - pathspec >=0.9 - platformdirs >=2 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 @@ -5124,14 +4534,9 @@ packages: license_family: MIT purls: - pkg:pypi/black?source=conda-forge-mapping - size: 303017 - timestamp: 1714119944526 -- kind: conda - name: black - version: 24.4.2 - build: py39h4420490_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda + size: 301934 + timestamp: 1714119735053 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda sha256: ac888294ff7d83003926a77e5493b4ca6c951adc6f40be95105aeb1a0c052702 md5: 524a56d77c08d2ebf3869357356b3d60 depends: @@ -5151,12 +4556,7 @@ packages: - pkg:pypi/black?source=conda-forge-mapping size: 301607 timestamp: 1714119855598 -- kind: conda - name: black - version: 24.4.2 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda sha256: def6012f4789ff61bd8f6d1cec32b2c54ce60de7401e9ec5752f868972f64568 md5: 90ccc6f946cba439366661b0e3f552e0 depends: @@ -5175,14 +4575,9 @@ packages: - pkg:pypi/black?source=conda-forge-mapping size: 301980 timestamp: 1714119822546 -- kind: conda - name: black - version: 24.4.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 - md5: 6b4f72c3d5590e626ee37f8e6564f097 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda + sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 + md5: 7ee0de95f9dd40e50a067b3edf567d33 depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -5190,6 +4585,7 @@ packages: - pathspec >=0.9 - platformdirs >=2 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 @@ -5197,16 +4593,11 @@ packages: license_family: MIT purls: - pkg:pypi/black?source=conda-forge-mapping - size: 320216 - timestamp: 1714120236535 -- kind: conda - name: black - version: 24.4.2 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 - md5: 4e57cd7b3828beb539dd5da422fb1525 + size: 303017 + timestamp: 1714119944526 +- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 + md5: 6b4f72c3d5590e626ee37f8e6564f097 depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -5221,29 +4612,23 @@ packages: license_family: MIT purls: - pkg:pypi/black?source=conda-forge-mapping - size: 301934 - timestamp: 1714119735053 -- kind: pypi + size: 320216 + timestamp: 1714120236535 +- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl name: bleach version: 6.1.0 - url: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 requires_dist: - six>=1.9.0 - webencodings - - tinycss2<1.3,>=1.1.0 ; extra == 'css' + - tinycss2>=1.1.0,<1.3 ; extra == 'css' requires_python: '>=3.8' -- kind: conda - name: blosc - version: 1.21.6 - build: h5499902_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e - md5: e94ca7aec8544f700d45b24aff2dd4d7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 + md5: 54fe76ab3d0189acaef95156874db7f9 depends: - - __osx >=11.0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 @@ -5251,14 +4636,24 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 33201 - timestamp: 1719266149627 -- kind: conda - name: blosc - version: 1.21.6 - build: h7d75f6d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + size: 48842 + timestamp: 1719266029046 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 + md5: 7e34841d8b76a87cb9ed5b2028f0f37f + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 35975 + timestamp: 1719266339092 +- conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda sha256: 65e5f5dd3d68ed0d9d35e79d64f8141283cad2b55dcd9a04480ceea0e436aca8 md5: 3e5669e51737d04f4806dd3e8c424663 depends: @@ -5273,38 +4668,12 @@ packages: purls: [] size: 47051 timestamp: 1719266142315 -- kind: conda - name: blosc - version: 1.21.6 - build: h85f69ea_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa - md5: 2390269374fded230fcbca8332a4adc0 - depends: - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 50135 - timestamp: 1719266616208 -- kind: conda - name: blosc - version: 1.21.6 - build: hd2997c2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 - md5: 7e34841d8b76a87cb9ed5b2028f0f37f +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e + md5: e94ca7aec8544f700d45b24aff2dd4d7 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=11.0 + - libcxx >=16 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 @@ -5312,35 +4681,25 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 35975 - timestamp: 1719266339092 -- kind: conda - name: blosc - version: 1.21.6 - build: hef167b5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 - md5: 54fe76ab3d0189acaef95156874db7f9 + size: 33201 + timestamp: 1719266149627 +- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa + md5: 2390269374fded230fcbca8332a4adc0 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 - snappy >=1.2.0,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 48842 - timestamp: 1719266029046 -- kind: conda - name: bmipy - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda + size: 50135 + timestamp: 1719266616208 +- conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd md5: 686cb5c54d3a3a028f4bce356b3e0030 depends: @@ -5355,31 +4714,20 @@ packages: - pkg:pypi/bmipy?source=conda-forge-mapping size: 14075 timestamp: 1698243713437 -- kind: conda - name: brotli - version: 1.1.0 - 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 +- conda: 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 h0dc2134_1 - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 + - brotli-bin 1.1.0 hd590300_1 + - libbrotlidec 1.1.0 hd590300_1 + - libbrotlienc 1.1.0 hd590300_1 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 19530 - timestamp: 1695990310168 -- kind: conda - name: brotli - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda + size: 19383 + timestamp: 1695990069230 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda sha256: 1e1e46a4d16936d1bd1a605767b4cc36cf8fd3180ad776b5ba9e4c8ce64859bf md5: e41f5862ac746428407f3fd44d2ed01f depends: @@ -5392,13 +4740,19 @@ packages: purls: [] size: 19586 timestamp: 1695990171649 -- kind: conda - name: brotli - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda +- conda: 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 + license: MIT + license_family: MIT + purls: [] + size: 19530 + timestamp: 1695990310168 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f md5: a33aa58d448cbc054f887e39dd1dfaea depends: @@ -5410,13 +4764,7 @@ packages: purls: [] size: 19506 timestamp: 1695990588610 -- kind: conda - name: brotli - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 md5: f47f6db2528e38321fb00ae31674c133 depends: @@ -5431,49 +4779,19 @@ packages: purls: [] size: 19772 timestamp: 1695990547936 -- kind: conda - name: brotli - version: 1.1.0 - 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 +- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda + sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 + md5: 39f910d205726805a958da408ca194ba depends: - - brotli-bin 1.1.0 hd590300_1 - libbrotlidec 1.1.0 hd590300_1 - libbrotlienc 1.1.0 hd590300_1 - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 19383 - timestamp: 1695990069230 -- kind: conda - name: brotli-bin - version: 1.1.0 - build: h0dc2134_1 - build_number: 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 - license: MIT - license_family: MIT - purls: [] - size: 16660 - timestamp: 1695990286737 -- kind: conda - name: brotli-bin - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda + size: 18980 + timestamp: 1695990054140 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda sha256: fd1e57615b995565939fdb9910534933c4c27ec0c37a911a2c923241dbf8ad3b md5: 9e4a13596ab651ea8d77aae023d0ce3f depends: @@ -5485,13 +4803,18 @@ packages: purls: [] size: 18915 timestamp: 1695990154825 -- kind: conda - name: brotli-bin - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda +- conda: 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 + license: MIT + license_family: MIT + purls: [] + size: 16660 + timestamp: 1695990286737 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 md5: 990d04f8c017b1b77103f9a7730a5f12 depends: @@ -5502,13 +4825,7 @@ packages: purls: [] size: 17001 timestamp: 1695990551239 -- kind: conda - name: brotli-bin - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 md5: 0105229d7c5fabaa840043a86c10ec64 depends: @@ -5522,76 +4839,40 @@ packages: purls: [] size: 20885 timestamp: 1695990517506 -- kind: conda - name: brotli-bin - version: 1.1.0 - build: hd590300_1 - build_number: 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 - license: MIT - license_family: MIT - purls: [] - size: 18980 - timestamp: 1695990054140 -- kind: conda - name: brotli-python - version: 1.1.0 - build: py39h387a81e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 - md5: 983fb0d6a8d0ad30f7213dccadea185d +- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda + sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 + md5: c48418c8b35f1d59ae9ae1174812b40a depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - - libbrotlicommon 1.1.0 h31becfc_1 + - libbrotlicommon 1.1.0 hd590300_1 license: MIT license_family: MIT purls: - pkg:pypi/brotli?source=conda-forge-mapping - size: 355569 - timestamp: 1695990300233 -- kind: conda - name: brotli-python - version: 1.1.0 - build: py39h3d6467e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda - sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 - md5: c48418c8b35f1d59ae9ae1174812b40a + size: 350065 + timestamp: 1695990113673 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 + md5: 983fb0d6a8d0ad30f7213dccadea185d depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - - libbrotlicommon 1.1.0 hd590300_1 + - libbrotlicommon 1.1.0 h31becfc_1 license: MIT license_family: MIT purls: - pkg:pypi/brotli?source=conda-forge-mapping - size: 350065 - timestamp: 1695990113673 -- kind: conda - name: brotli-python - version: 1.1.0 - build: py39h840bb9f_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda + size: 355569 + timestamp: 1695990300233 +- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda sha256: e19de8f5d9e1fe650b49eff6b0111eebd3b98368b5ae82733b90ec0abea5062a md5: bf1edb07835e15685718843f7e71bab1 depends: @@ -5606,36 +4887,7 @@ packages: - pkg:pypi/brotli?source=conda-forge-mapping size: 367262 timestamp: 1695990623703 -- kind: conda - name: brotli-python - version: 1.1.0 - build: py39h99910a6_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec - md5: f24ba3942ece1e5d3dcde934f0532998 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 321654 - timestamp: 1695990742536 -- kind: conda - name: brotli-python - version: 1.1.0 - build: py39hb198ff7_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda sha256: 014639c1f57be1dadf7b5c17e53df562e7e6bab71d3435fdd5bd56213dece9df md5: ddf01dd9a743bd3ec9cf829d18bb8002 depends: @@ -5651,31 +4903,24 @@ packages: - pkg:pypi/brotli?source=conda-forge-mapping size: 344364 timestamp: 1695991093404 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec + md5: f24ba3942ece1e5d3dcde934f0532998 depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - purls: [] - size: 54927 - timestamp: 1720974860185 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda + constrains: + - libbrotlicommon 1.1.0 hcfcfb64_1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 321654 + timestamp: 1695990742536 +- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d md5: 62ee74e96c5ebb0af99386de58cf9553 depends: @@ -5686,13 +4931,7 @@ packages: purls: [] size: 252783 timestamp: 1720974456583 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb md5: 56398c28220513b9ea13d7b450acfb20 depends: @@ -5702,29 +4941,7 @@ packages: purls: [] size: 189884 timestamp: 1720974504976 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab - depends: - - __osx >=11.0 - license: bzip2-1.0.6 - license_family: BSD - purls: [] - size: 122909 - timestamp: 1720974522888 -- kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 md5: 7ed4301d437b59045be7e051a0308211 depends: @@ -5734,29 +4951,29 @@ packages: purls: [] size: 134188 timestamp: 1720974491916 -- kind: conda - name: c-ares - version: 1.32.3 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 - md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda + sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 + md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + depends: + - __osx >=11.0 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 122909 + timestamp: 1720974522888 +- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 165093 - timestamp: 1721835227167 -- kind: conda - name: c-ares - version: 1.32.3 - build: h4bc722e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda + size: 54927 + timestamp: 1720974860185 +- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda sha256: 3c5a844bb60b0d52d89c3f1bd828c9856417fe33a6102fd8bbd5c13c3351704a md5: 7624e34ee6baebfc80d67bac76cc9d9d depends: @@ -5767,27 +4984,7 @@ packages: purls: [] size: 179736 timestamp: 1721834714515 -- kind: conda - name: c-ares - version: 1.32.3 - build: h51dda26_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 - md5: 5487b45a597e142da7839941ab2494a9 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 160304 - timestamp: 1721834876236 -- kind: conda - name: c-ares - version: 1.32.3 - build: h68df207_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda sha256: 9c0505e6e8a23c85f10e4b5c8924c4f9d51cccb89b81b59369b167adf2448fd1 md5: 13d442f0a28e5a71073328a9b2140cb8 depends: @@ -5797,12 +4994,17 @@ packages: purls: [] size: 187241 timestamp: 1721834713576 -- kind: conda - name: c-ares - version: 1.32.3 - build: h99b78c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda + sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 + md5: 5487b45a597e142da7839941ab2494a9 + depends: + - __osx >=10.13 + license: MIT + license_family: MIT + purls: [] + size: 160304 + timestamp: 1721834876236 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda sha256: dc8e2c2508295595675fb829345a156b0bb42b164271c2fcafb7fb193449bcf8 md5: c27bebc62991ab075b773f86ba64aa9b depends: @@ -5812,75 +5014,56 @@ packages: purls: [] size: 157977 timestamp: 1721834921671 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e - md5: 9caa97c9504072cd060cf0a3142cc0ed - license: ISC - purls: [] - size: 154943 - timestamp: 1720077592592 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 - md5: 7df874a4b05b2d2b82826190170eaa0f - license: ISC +- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 + md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 154473 - timestamp: 1720077510541 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda + size: 165093 + timestamp: 1721835227167 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda sha256: c1548a3235376f464f9931850b64b02492f379b2f2bb98bc786055329b080446 md5: 23ab7665c5f63cfb9f1f6195256daac6 license: ISC purls: [] size: 154853 timestamp: 1720077432978 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda sha256: 562bfc2608d82996a08e5b5b2366ed319a51ace6a2518a004ba672edca75fc23 md5: c4c784a1336d72fff54f6b207f3dd75f license: ISC purls: [] size: 154904 timestamp: 1720078197019 -- kind: conda - name: ca-certificates - version: 2024.7.4 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda + sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 + md5: 7df874a4b05b2d2b82826190170eaa0f + license: ISC + purls: [] + size: 154473 + timestamp: 1720077510541 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b md5: 21f9a33e5fe996189e470c19c5354dbe license: ISC purls: [] size: 154517 timestamp: 1720077468981 -- kind: conda - name: cairo - version: 1.18.0 - build: h5c54ea9_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 - md5: 4d1f14b671945d8d6cf5b67dde7a4e73 +- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e + md5: 9caa97c9504072cd060cf0a3142cc0ed + license: ISC + purls: [] + size: 154943 + timestamp: 1720077592592 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda + sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c + md5: b6d90276c5aee9b4407dd94eb0cd40a8 depends: - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem @@ -5892,7 +5075,7 @@ packages: - libstdcxx-ng >=12 - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 + - pixman >=0.43.2,<1.0a0 - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - xorg-libx11 >=1.8.9,<2.0a0 @@ -5901,41 +5084,34 @@ packages: - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 984589 - timestamp: 1718985664015 -- kind: conda - name: cairo - version: 1.18.0 - build: h91e5215_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c - md5: 7a0b2818b003bd79106c29f55126d2c3 + size: 984224 + timestamp: 1718985592664 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda + sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 + md5: 4d1f14b671945d8d6cf5b67dde7a4e73 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.80.2,<3.0a0 - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.43.4,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 1519852 - timestamp: 1718986279087 -- kind: conda - name: cairo - version: 1.18.0 - build: h9f650ed_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda + size: 984589 + timestamp: 1718985664015 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda sha256: 1d2480538838cf5009df0285a73aa405798bc49de0c689ab270f543f5ae961aa md5: d264e5b9759cab8d203cdfe43eabd8b5 depends: @@ -5954,69 +5130,46 @@ packages: purls: [] size: 886028 timestamp: 1718985776278 -- kind: conda - name: cairo - version: 1.18.0 - build: hbb29018_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c - md5: b6d90276c5aee9b4407dd94eb0cd40a8 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda + sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c + md5: 6efeefcad878c15377f49f64e2cbf232 depends: + - __osx >=11.0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libglib >=2.80.2,<3.0a0 - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 + - pixman >=0.43.4,<1.0a0 - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 984224 - timestamp: 1718985592664 -- kind: conda - name: cairo - version: 1.18.0 - build: hc6c324b_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c - md5: 6efeefcad878c15377f49f64e2cbf232 + size: 898820 + timestamp: 1718985829269 +- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c + md5: 7a0b2818b003bd79106c29f55126d2c3 depends: - - __osx >=11.0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - - libcxx >=16 - libglib >=2.80.2,<3.0a0 - libpng >=1.6.43,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.43.4,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 898820 - timestamp: 1718985829269 -- kind: conda - name: certifi - version: 2024.7.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + size: 1519852 + timestamp: 1718986279087 +- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 md5: 24e7fd6ca65997938fff9e5ab6f653e4 depends: @@ -6026,35 +5179,7 @@ packages: - pkg:pypi/certifi?source=conda-forge-mapping size: 159308 timestamp: 1720458053074 -- kind: conda - name: cffconvert - version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 - md5: c344c2e03cee091f3a0f79f3d65dfade - depends: - - click >=7.0,<9 - - jsonschema >=3.0,<4 - - pykwalify >=1.6 - - python >=3.9 - - requests >=2.20,<3 - - ruamel.yaml >=0.16.0 - license: Apache-2.0 - license_family: APACHE - size: 54965 - timestamp: 1736073317785 -- kind: conda - name: cffconvert - version: 2.0.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 md5: c344c2e03cee091f3a0f79f3d65dfade depends: @@ -6070,31 +5195,7 @@ packages: - pkg:pypi/cffconvert?source=conda-forge-mapping size: 54965 timestamp: 1736073317785 -- kind: conda - name: cffi - version: 1.16.0 - build: py39h18ef598_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b - md5: c31ac48f93f773fd27e99f113cfffb98 - depends: - - libffi >=3.4,<4.0a0 - - pycparser - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 228801 - timestamp: 1696002021683 -- kind: conda - name: cffi - version: 1.16.0 - build: py39h7a31438_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda sha256: 1536a2ca65caaf568bbdfe75aff8e12cb0e0507587b25af3b532a8bd22cb3ddb md5: ac992767d7f8ed2cb27e71e78f0fb2d7 depends: @@ -6109,38 +5210,26 @@ packages: - pkg:pypi/cffi?source=conda-forge-mapping size: 239801 timestamp: 1696001890928 -- kind: conda - name: cffi - version: 1.16.0 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 - md5: 3641cc4492220301e0b0c65cf2985a80 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda + sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 + md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb depends: + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/cffi?source=conda-forge-mapping - size: 236120 - timestamp: 1696002149834 -- kind: conda - name: cffi - version: 1.16.0 - build: py39hdf53b9e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 - md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb + size: 259104 + timestamp: 1696002899863 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda + sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b + md5: c31ac48f93f773fd27e99f113cfffb98 depends: - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -6148,14 +5237,9 @@ packages: license_family: MIT purls: - pkg:pypi/cffi?source=conda-forge-mapping - size: 259104 - timestamp: 1696002899863 -- kind: conda - name: cffi - version: 1.16.0 - build: py39he153c15_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda + size: 228801 + timestamp: 1696002021683 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda sha256: 2766a3bec7747d14fe646b2a3ec4ba508495ea8b0a434213189d3e4d20e24e4b md5: 2be3a21503b84cbd74dd1c11f36c4a3c depends: @@ -6170,12 +5254,37 @@ packages: - pkg:pypi/cffi?source=conda-forge-mapping size: 231790 timestamp: 1696002104149 -- kind: conda - name: cfitsio - version: 4.4.1 - build: h14ced4b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 + md5: 3641cc4492220301e0b0c65cf2985a80 + depends: + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 236120 + timestamp: 1696002149834 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda + sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf + md5: 1b7a01fd02d11efe0eb5a676842a7b7d + depends: + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng + - libgfortran5 >=12.3.0 + - libzlib >=1.3.1,<2.0a0 + license: LicenseRef-fitsio + purls: [] + size: 924198 + timestamp: 1718906379286 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda sha256: 0f7cbec989bea8c670989cbdeac0088bff4bf36cdc210ca57dad1ab7c98f90d8 md5: 48b3df2b55f007499bc4e69e408db019 depends: @@ -6189,16 +5298,11 @@ packages: purls: [] size: 904450 timestamp: 1718908871607 -- kind: conda - name: cfitsio - version: 4.4.1 - build: h793ed5c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda - sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 - md5: c2a9a79b58d2de021ad9295f53e1f40a +- conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda + sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 + md5: 99445be39aaea44a05046c479f8c6dc9 depends: - - __osx >=11.0 + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libcurl >=8.8.0,<9.0a0 - libgfortran 5.* @@ -6207,18 +5311,13 @@ packages: - libzlib >=1.3.1,<2.0a0 license: LicenseRef-fitsio purls: [] - size: 802060 - timestamp: 1718906517515 -- kind: conda - name: cfitsio - version: 4.4.1 - build: ha105788_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda - sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 - md5: 99445be39aaea44a05046c479f8c6dc9 + size: 849075 + timestamp: 1718906514228 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda + sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 + md5: c2a9a79b58d2de021ad9295f53e1f40a depends: - - __osx >=10.13 + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - libcurl >=8.8.0,<9.0a0 - libgfortran 5.* @@ -6227,14 +5326,9 @@ packages: - libzlib >=1.3.1,<2.0a0 license: LicenseRef-fitsio purls: [] - size: 849075 - timestamp: 1718906514228 -- kind: conda - name: cfitsio - version: 4.4.1 - build: hc2ea260_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda + size: 802060 + timestamp: 1718906517515 +- conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee md5: b3263858e6a924d05dc2e9ce335593ba depends: @@ -6247,32 +5341,7 @@ packages: purls: [] size: 601046 timestamp: 1718906922426 -- kind: conda - name: cfitsio - version: 4.4.1 - build: hf8ad068_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda - sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf - md5: 1b7a01fd02d11efe0eb5a676842a7b7d - depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 924198 - timestamp: 1718906379286 -- kind: conda - name: charset-normalizer - version: 3.3.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 md5: 7f4a9e3fcff3f6356ae99244a014da6a depends: @@ -6283,13 +5352,7 @@ packages: - pkg:pypi/charset-normalizer?source=conda-forge-mapping size: 46597 timestamp: 1698833765762 -- kind: conda - name: click - version: 8.1.7 - build: unix_pyh707e725_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec md5: f3ad426304898027fc619827ff428eca depends: @@ -6301,13 +5364,7 @@ packages: - pkg:pypi/click?source=conda-forge-mapping size: 84437 timestamp: 1692311973840 -- kind: conda - name: click - version: 8.1.7 - build: win_pyh7428d3b_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 md5: 3549ecbceb6cd77b91a105511b7d0786 depends: @@ -6320,13 +5377,7 @@ packages: - pkg:pypi/click?source=conda-forge-mapping size: 85051 timestamp: 1692312207348 -- kind: conda - name: click-plugins - version: 1.1.1 - build: py_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f depends: @@ -6338,14 +5389,7 @@ packages: - pkg:pypi/click-plugins?source=conda-forge-mapping size: 8992 timestamp: 1554588104889 -- kind: conda - name: cligj - version: 0.7.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 md5: a29b7c141d6b2de4bb67788a5f107734 depends: @@ -6357,13 +5401,7 @@ packages: - pkg:pypi/cligj?source=conda-forge-mapping size: 10255 timestamp: 1633637895378 -- kind: conda - name: codespell - version: 2.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec md5: 6e67fa19bedafa7eb7d6ea91de53e03d depends: @@ -6374,13 +5412,7 @@ packages: - pkg:pypi/codespell?source=conda-forge-mapping size: 290955 timestamp: 1716536580880 -- kind: conda - name: colorama - version: 0.4.6 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 md5: 3faab06a954c2a04039983f2c4a50d99 depends: @@ -6391,13 +5423,7 @@ packages: - pkg:pypi/colorama?source=conda-forge-mapping size: 25170 timestamp: 1666700778190 -- kind: conda - name: comm - version: 0.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe md5: 948d84721b578d426294e17a02e24cbb depends: @@ -6409,13 +5435,7 @@ packages: - pkg:pypi/comm?source=conda-forge-mapping size: 12134 timestamp: 1710320435158 -- kind: conda - name: configargparse - version: '1.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 md5: 0d07dc29b1c1cc973f76b74beb44915f depends: @@ -6426,16 +5446,12 @@ packages: - pkg:pypi/configargparse?source=conda-forge-mapping size: 39491 timestamp: 1690138171226 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h0ca7971_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 - md5: a4c478d3b64c81d1742dc8073e4996b6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda + sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc + md5: bdc188e59857d6efab332714e0d01d93 depends: - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -6443,97 +5459,70 @@ packages: license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 232611 - timestamp: 1712430213507 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h1f6ef14_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 - md5: 03e25c6bae87f4f9595337255b44b0fb + size: 241771 + timestamp: 1712430062056 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda + sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 + md5: 66b9718539ecdd38876b0176c315bcad depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.20 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 186813 - timestamp: 1712430556544 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h48c5dd5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d - md5: 2c4998473ca34fa4df959bd90eb9247a + size: 248196 + timestamp: 1712430213230 +- conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda + sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 + md5: a4c478d3b64c81d1742dc8073e4996b6 depends: - libcxx >=16 - numpy >=1.20 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 225466 - timestamp: 1712430376578 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39h7633fee_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc - md5: bdc188e59857d6efab332714e0d01d93 + size: 232611 + timestamp: 1712430213507 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda + sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d + md5: 2c4998473ca34fa4df959bd90eb9247a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - numpy >=1.20 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 241771 - timestamp: 1712430062056 -- kind: conda - name: contourpy - version: 1.2.1 - build: py39hd16970a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 - md5: 66b9718539ecdd38876b0176c315bcad + size: 225466 + timestamp: 1712430376578 +- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 + md5: 03e25c6bae87f4f9595337255b44b0fb depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - numpy >=1.20 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=conda-forge-mapping - size: 248196 - timestamp: 1712430213230 -- kind: conda - name: cycler - version: 0.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + size: 186813 + timestamp: 1712430556544 +- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 md5: 5cd86562580f274031ede6aa6aa24441 depends: @@ -6544,13 +5533,7 @@ packages: - pkg:pypi/cycler?source=conda-forge-mapping size: 13458 timestamp: 1696677888423 -- kind: conda - name: dbus - version: 1.13.6 - build: h5008d03_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 md5: ecfff944ba3960ecb334b9a2663d708d depends: @@ -6562,31 +5545,21 @@ packages: purls: [] size: 618596 timestamp: 1640112124844 -- kind: conda - name: debugpy - version: 1.8.2 - build: py39h09c4c31_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda - sha256: 1a605c201fe38e44000713b0d493532103af13e127a85d52f67b94c4384ca6a7 - md5: 2a6a6fbedb20cdf21c83142bef220608 +- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda + sha256: b7a8a46f84b05ea8311f9b88d90d4667ee17b4a230d63459673d6d92883f4603 + md5: 424efb85a8a177259c8ee3b536ed5de2 depends: - - __osx >=10.13 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1845508 - timestamp: 1719378927809 -- kind: conda - name: debugpy - version: 1.8.2 - build: py39h6e76b30_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda + size: 1952592 + timestamp: 1719378842049 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda sha256: 5dd7a4e595ad82be8ab29507768de13d4ef612047d88553ce90c3c59ce2752a7 md5: 277adafd4f84a5c3c84d5028d978f4a8 depends: @@ -6601,51 +5574,21 @@ packages: - pkg:pypi/debugpy?source=conda-forge-mapping size: 1897519 timestamp: 1719378937312 -- kind: conda - name: debugpy - version: 1.8.2 - build: py39h84cc369_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda - sha256: b7a8a46f84b05ea8311f9b88d90d4667ee17b4a230d63459673d6d92883f4603 - md5: 424efb85a8a177259c8ee3b536ed5de2 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1952592 - timestamp: 1719378842049 -- kind: conda - name: debugpy - version: 1.8.2 - build: py39ha51f57c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e - md5: 1c6118c0f12a412582242bd087e4c136 +- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda + sha256: 1a605c201fe38e44000713b0d493532103af13e127a85d52f67b94c4384ca6a7 + md5: 2a6a6fbedb20cdf21c83142bef220608 depends: + - __osx >=10.13 + - libcxx >=16 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2831905 - timestamp: 1719379131318 -- kind: conda - name: debugpy - version: 1.8.2 - build: py39hbf7db11_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda + size: 1845508 + timestamp: 1719378927809 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda sha256: 804dc9abc5d73d55b8e2a9669248889a8b1c946055d23dfdcf55b98a2d7e7af1 md5: 7818afb9cf3596235345d1edba849165 depends: @@ -6660,13 +5603,22 @@ packages: - pkg:pypi/debugpy?source=conda-forge-mapping size: 1823956 timestamp: 1719378906513 -- kind: conda - name: decorator - version: 5.1.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e + md5: 1c6118c0f12a412582242bd087e4c136 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2831905 + timestamp: 1719379131318 +- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 md5: 43afe5ab04e35e17ba28649471dd7364 depends: @@ -6677,36 +5629,12 @@ packages: - pkg:pypi/decorator?source=conda-forge-mapping size: 12072 timestamp: 1641555714315 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl name: defusedxml version: 0.7.1 - url: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- kind: conda - name: docopt - version: 0.6.2 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d - md5: a83e0c5be564702a79a9e3efda32009f - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 18876 - timestamp: 1733817956506 -- kind: conda - name: docopt - version: 0.6.2 - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d md5: a83e0c5be564702a79a9e3efda32009f depends: @@ -6717,31 +5645,29 @@ packages: - pkg:pypi/docopt?source=conda-forge-mapping size: 18876 timestamp: 1733817956506 -- kind: conda - name: docutils - version: 0.20.1 - build: py39h2804cbe_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda - sha256: ab092e0c2f4084e0b7e38893a05e81d807a07a6a4a965bec027c39e4147672b7 - md5: 70e347b3f092848cf7eb473b3ee3a72b +- conda: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda + sha256: fe2b7316146a73a33fd16c637e6e82c2638e91d1b8c95560b9c477a6f3082b6d + md5: 09a48956e1c155907fd0d626f3e80f2e depends: - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 purls: - pkg:pypi/docutils?source=conda-forge-mapping - size: 708124 - timestamp: 1701883210803 -- kind: conda - name: docutils - version: 0.20.1 - build: py39h6e9494a_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda + size: 706306 + timestamp: 1701882760318 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda + sha256: 4b56431e3f09f67dad2c94a8544554c1528918926339d54d6c7c4ad2496f2d0e + md5: 49c8586dae52d03a328d9a63f6ad2937 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 706384 + timestamp: 1701884077283 +- conda: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda sha256: 4dcabec8ce6d47cf465c902b0ed6142fb1e86ce7e3a676458c39d02aedd750a6 md5: e62f04874e6143288ee89ca941dcc302 depends: @@ -6752,30 +5678,19 @@ packages: - pkg:pypi/docutils?source=conda-forge-mapping size: 706047 timestamp: 1701883093890 -- kind: conda - name: docutils - version: 0.20.1 - build: py39ha65689a_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda - sha256: 4b56431e3f09f67dad2c94a8544554c1528918926339d54d6c7c4ad2496f2d0e - md5: 49c8586dae52d03a328d9a63f6ad2937 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda + sha256: ab092e0c2f4084e0b7e38893a05e81d807a07a6a4a965bec027c39e4147672b7 + md5: 70e347b3f092848cf7eb473b3ee3a72b depends: - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 purls: - pkg:pypi/docutils?source=conda-forge-mapping - size: 706384 - timestamp: 1701884077283 -- kind: conda - name: docutils - version: 0.20.1 - build: py39hcbf5309_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + size: 708124 + timestamp: 1701883210803 +- conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d md5: 47cec089153a05d38df88a6fa9aa6119 depends: @@ -6786,30 +5701,7 @@ packages: - pkg:pypi/docutils?source=conda-forge-mapping size: 757111 timestamp: 1701883327171 -- kind: conda - name: docutils - version: 0.20.1 - build: py39hf3d152e_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda - sha256: fe2b7316146a73a33fd16c637e6e82c2638e91d1b8c95560b9c477a6f3082b6d - md5: 09a48956e1c155907fd0d626f3e80f2e - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706306 - timestamp: 1701882760318 -- kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 md5: d02ae936e42063ca46af6cdad2dbd1e0 depends: @@ -6819,13 +5711,7 @@ packages: - pkg:pypi/exceptiongroup?source=conda-forge-mapping size: 20418 timestamp: 1720869435725 -- kind: conda - name: execnet - version: 2.1.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 md5: 15dda3cdbf330abfe9f555d22f66db46 depends: @@ -6836,13 +5722,7 @@ packages: - pkg:pypi/execnet?source=conda-forge-mapping size: 38883 timestamp: 1712591929944 -- kind: conda - name: executing - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 md5: e16be50e378d8a4533b989035b196ab8 depends: @@ -6853,28 +5733,7 @@ packages: - pkg:pypi/executing?source=conda-forge-mapping size: 27689 timestamp: 1698580072627 -- kind: conda - name: expat - version: 2.6.2 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 - md5: 6d31100ba1e12773b4f1ef0693fb0169 - depends: - - libexpat 2.6.2 h2f0025b_0 - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 128302 - timestamp: 1710362329008 -- kind: conda - name: expat - version: 2.6.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 md5: 53fb86322bdb89496d7579fe3f02fd61 depends: @@ -6885,27 +5744,18 @@ packages: purls: [] size: 137627 timestamp: 1710362144873 -- kind: conda - name: expat - version: 2.6.2 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 - md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda + sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 + md5: 6d31100ba1e12773b4f1ef0693fb0169 depends: - - libexpat 2.6.2 h63175ca_0 + - libexpat 2.6.2 h2f0025b_0 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 229627 - timestamp: 1710362661692 -- kind: conda - name: expat - version: 2.6.2 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda + size: 128302 + timestamp: 1710362329008 +- conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 md5: dc0882915da2ec74696ad87aa2350f27 depends: @@ -6915,12 +5765,7 @@ packages: purls: [] size: 126612 timestamp: 1710362607162 -- kind: conda - name: expat - version: 2.6.2 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a md5: de0cff0ec74f273c4b6aa281479906c3 depends: @@ -6930,13 +5775,17 @@ packages: purls: [] size: 124594 timestamp: 1710362455984 -- kind: conda - name: filelock - version: 3.15.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 + md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + depends: + - libexpat 2.6.2 h63175ca_0 + license: MIT + license_family: MIT + purls: [] + size: 229627 + timestamp: 1710362661692 +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a md5: 0e7e4388e9d5283e22b35a9443bdbcc9 depends: @@ -6946,17 +5795,11 @@ packages: - pkg:pypi/filelock?source=conda-forge-mapping size: 17592 timestamp: 1719088395353 -- kind: conda - name: fiona - version: 1.9.6 - build: py39h0760b8a_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad - md5: 77a00a30f5601c7a5266fcf77381bdd6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda + sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 + md5: c91ae4388db98e870a95dfabaaaa3d4f depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - attrs >=19.2.0 - certifi - click >=8.0,<9.dev0 @@ -6964,12 +5807,12 @@ packages: - cligj >=0.5 - gdal - importlib-metadata - - libcxx >=16 + - libgcc-ng >=12 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely - six @@ -6977,15 +5820,9 @@ packages: license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 835617 - timestamp: 1722411895618 -- kind: conda - name: fiona - version: 1.9.6 - build: py39h3c07364_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda + size: 954367 + timestamp: 1722411718762 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda sha256: 0b67159eeb5b2711c7bb2a42aad03dcdc9866dab56cc13f09cbd33b90ab279b8 md5: bb34d4d3e70b2a18ec18ec3b4420b725 depends: @@ -7012,13 +5849,7 @@ packages: - pkg:pypi/fiona?source=conda-forge-mapping size: 935148 timestamp: 1722411828865 -- kind: conda - name: fiona - version: 1.9.6 - build: py39h7434916_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda sha256: d635cbb630d14de919884ef4bbb21676366cb25929382afb93a29beb07075354 md5: 126e1d468a8d8b9660427c8f6a74b2cf depends: @@ -7044,16 +5875,11 @@ packages: - pkg:pypi/fiona?source=conda-forge-mapping size: 837517 timestamp: 1722411918275 -- kind: conda - name: fiona - version: 1.9.6 - build: py39ha18aef2_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c - md5: b6ce97c5802c470b64ad47f286c2b276 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda + sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad + md5: 77a00a30f5601c7a5266fcf77381bdd6 depends: + - __osx >=11.0 - attrs >=19.2.0 - certifi - click >=8.0,<9.dev0 @@ -7061,33 +5887,25 @@ packages: - cligj >=0.5 - gdal - importlib-metadata + - libcxx >=16 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely - six - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 814844 - timestamp: 1722412467645 -- kind: conda - name: fiona - version: 1.9.6 - build: py39hd0e8ec2_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 - md5: c91ae4388db98e870a95dfabaaaa3d4f + size: 835617 + timestamp: 1722411895618 +- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c + md5: b6ce97c5802c470b64ad47f286c2b276 depends: - - __glibc >=2.17,<3.0.a0 - attrs >=19.2.0 - certifi - click >=8.0,<9.dev0 @@ -7095,28 +5913,23 @@ packages: - cligj >=0.5 - gdal - importlib-metadata - - libgcc-ng >=12 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely - six + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=conda-forge-mapping - size: 954367 - timestamp: 1722411718762 -- kind: conda - name: flaky - version: 3.8.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + size: 814844 + timestamp: 1722412467645 +- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 md5: 4673657910db1d7914dc272124fe03ae depends: @@ -7127,44 +5940,7 @@ packages: - pkg:pypi/flaky?source=conda-forge-mapping size: 22156 timestamp: 1710293112378 -- kind: conda - name: fmt - version: 11.0.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda - sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 - md5: 18a370942db21a7f527c2d18ac3240c6 - depends: - - __osx >=10.13 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 182493 - timestamp: 1720363574426 -- kind: conda - name: fmt - version: 11.0.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda - sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae - md5: 0fdce5c605afb582ffe039f65cf09aad - depends: - - __osx >=11.0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 178026 - timestamp: 1720363634143 -- kind: conda - name: fmt - version: 11.0.1 - build: h434a139_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda sha256: 374c969801064e4317007f8e48494f4f7c843b455a41adee41c56f40e5ceea6f md5: 0568852d3fc5d4854bbfa530cf2a38ab depends: @@ -7176,12 +5952,7 @@ packages: purls: [] size: 194967 timestamp: 1720363557415 -- kind: conda - name: fmt - version: 11.0.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda sha256: 5987d2c3558f03618d90394188319472f9773fa94d18ce86d7fd8cc3cc71c9f4 md5: 747ff056b54ea0317090448ea9e83116 depends: @@ -7192,12 +5963,29 @@ packages: purls: [] size: 192283 timestamp: 1720363541175 -- kind: conda - name: fmt - version: 11.0.1 - build: h7f575de_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 + md5: 18a370942db21a7f527c2d18ac3240c6 + depends: + - __osx >=10.13 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 182493 + timestamp: 1720363574426 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae + md5: 0fdce5c605afb582ffe039f65cf09aad + depends: + - __osx >=11.0 + - libcxx >=16 + license: MIT + license_family: MIT + purls: [] + size: 178026 + timestamp: 1720363634143 +- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 md5: af430df6ac41b09d5ef99fe60a108a3a depends: @@ -7209,13 +5997,7 @@ packages: purls: [] size: 189241 timestamp: 1720363932863 -- kind: conda - name: font-ttf-dejavu-sans-mono - version: '2.37' - build: hab24e00_0 - subdir: noarch - noarch: generic - url: 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-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b md5: 0c96522c6bdaed4b1566d11387caaf45 license: BSD-3-Clause @@ -7223,13 +6005,7 @@ packages: purls: [] size: 397370 timestamp: 1566932522327 -- kind: conda - name: font-ttf-inconsolata - version: '3.000' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: 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-inconsolata-3.000-h77eed37_0.tar.bz2 sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c md5: 34893075a5c9e55cdafac56607368fc6 license: OFL-1.1 @@ -7237,13 +6013,7 @@ packages: purls: [] size: 96530 timestamp: 1620479909603 -- kind: conda - name: font-ttf-source-code-pro - version: '2.038' - build: h77eed37_0 - subdir: noarch - noarch: generic - url: 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-source-code-pro-2.038-h77eed37_0.tar.bz2 sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 md5: 4d59c254e01d9cde7957100457e2d5fb license: OFL-1.1 @@ -7251,14 +6021,7 @@ packages: purls: [] size: 700814 timestamp: 1620479612257 -- kind: conda - name: font-ttf-ubuntu - version: '0.83' - build: h77eed37_2 - build_number: 2 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 md5: cbbe59391138ea5ad3658c76912e147f license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 @@ -7266,12 +6029,7 @@ packages: purls: [] size: 1622566 timestamp: 1714483134319 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h14ed4e7_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 md5: 0f69b688f52ff6da70bccb7ff7001d1d depends: @@ -7285,12 +6043,21 @@ packages: purls: [] size: 272010 timestamp: 1674828850194 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h5bb23bf_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 + md5: 6d2d19ea85f9d41534cd28fdefd59a25 + 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,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 280375 + timestamp: 1674830224830 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 md5: 86cc5867dfbee4178118392bae4a3c89 depends: @@ -7302,12 +6069,7 @@ packages: purls: [] size: 237068 timestamp: 1674829100063 -- kind: conda - name: fontconfig - version: 2.14.2 - build: h82840c6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b md5: f77d47ddb6d3cc5b39b9bdf65635afbb depends: @@ -7319,31 +6081,7 @@ packages: purls: [] size: 237668 timestamp: 1674829263740 -- kind: conda - name: fontconfig - version: 2.14.2 - build: ha9a116f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 - md5: 6d2d19ea85f9d41534cd28fdefd59a25 - 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,<2.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 280375 - timestamp: 1674830224830 -- kind: conda - name: fontconfig - version: 2.14.2 - build: hbde0cde_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 md5: 08767992f1a4f1336a257af1241034bd depends: @@ -7359,13 +6097,7 @@ packages: purls: [] size: 190111 timestamp: 1674829354122 -- kind: conda - name: fonts-conda-ecosystem - version: '1' - build: '0' - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 md5: fee5683a3f04bd15cbd8318b096a27ab depends: @@ -7375,13 +6107,7 @@ packages: purls: [] size: 3667 timestamp: 1566974674465 -- kind: conda - name: fonts-conda-forge - version: '1' - build: '0' - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 md5: f766549260d6815b0c52253f1fb1bb29 depends: @@ -7394,57 +6120,41 @@ packages: purls: [] size: 4102 timestamp: 1566932280397 -- kind: conda - name: fonttools - version: 4.53.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f - md5: 81bbae03542e491178a620a45ad0b474 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda + sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 + md5: 297804eca6ea16a835a869699095de1c depends: + - __glibc >=2.17,<3.0.a0 - brotli + - libgcc-ng >=12 - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - unicodedata2 >=14.0.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 1918855 - timestamp: 1720359431607 -- kind: conda - name: fonttools - version: 4.53.1 - build: py39hcd6043d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 - md5: 297804eca6ea16a835a869699095de1c + size: 2291725 + timestamp: 1720359199280 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda + sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 + md5: e30df3a3431af304f87bbd0cd07d5674 depends: - - __glibc >=2.17,<3.0.a0 - brotli - libgcc-ng >=12 - munkres - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - unicodedata2 >=14.0.0 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2291725 - timestamp: 1720359199280 -- kind: conda - name: fonttools - version: 4.53.1 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda + size: 2270665 + timestamp: 1720359277200 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda sha256: 99c06fd0f0d2a081828aef515612c69e6038dedfd153c60fd4729f9be18c8fb4 md5: 8c66634a32e68d3d5a89209c6a182e4d depends: @@ -7460,17 +6170,12 @@ packages: - pkg:pypi/fonttools?source=conda-forge-mapping size: 2255095 timestamp: 1720359320022 -- kind: conda - name: fonttools - version: 4.53.1 - build: py39he257ee7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 - md5: e30df3a3431af304f87bbd0cd07d5674 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda + sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd + md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc depends: + - __osx >=11.0 - brotli - - libgcc-ng >=12 - munkres - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -7480,37 +6185,27 @@ packages: license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2270665 - timestamp: 1720359277200 -- kind: conda - name: fonttools - version: 4.53.1 - build: py39hfea33bf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd - md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc + size: 2191482 + timestamp: 1720359270521 +- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f + md5: 81bbae03542e491178a620a45ad0b474 depends: - - __osx >=11.0 - brotli - munkres - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 - unicodedata2 >=14.0.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2191482 - timestamp: 1720359270521 -- kind: conda - name: fortran-language-server - version: 1.12.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + size: 1918855 + timestamp: 1720359431607 +- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad md5: 6d2677b354c9596e77d4583ddc15aa00 depends: @@ -7521,13 +6216,7 @@ packages: - pkg:pypi/fortran-language-server?source=conda-forge-mapping size: 62350 timestamp: 1637570882364 -- kind: conda - name: fprettify - version: 0.3.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 md5: 153742a29b4c22ee54442fb93a0e9127 depends: @@ -7539,13 +6228,7 @@ packages: - pkg:pypi/fprettify?source=conda-forge-mapping size: 137690 timestamp: 1637859635697 -- kind: conda - name: freetype - version: 2.12.1 - build: h267a509_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 md5: 9ae35c3d96db2c94ce0cef86efdfa2cb depends: @@ -7556,13 +6239,18 @@ packages: purls: [] size: 634972 timestamp: 1694615932610 -- kind: conda - name: freetype - version: 2.12.1 - build: h60636b9_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda + sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 + md5: a5ab74c5bd158c3d5532b66d8d83d907 + depends: + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 642092 + timestamp: 1694617858496 +- conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e md5: 25152fce119320c980e5470e64834b50 depends: @@ -7572,13 +6260,7 @@ packages: purls: [] size: 599300 timestamp: 1694616137838 -- kind: conda - name: freetype - version: 2.12.1 - build: hadb7bae_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 md5: e6085e516a3e304ce41a8ee08b9b89ad depends: @@ -7588,13 +6270,7 @@ packages: purls: [] size: 596430 timestamp: 1694616332835 -- kind: conda - name: freetype - version: 2.12.1 - build: hdaf720e_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 md5: 3761b23693f768dc75a8fd0a73ca053f depends: @@ -7607,46 +6283,20 @@ packages: purls: [] size: 510306 timestamp: 1694616398888 -- kind: conda - name: freetype - version: 2.12.1 - build: hf0a5ef3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 642092 - timestamp: 1694617858496 -- kind: conda - name: freexl - version: 2.0.0 - build: h3ec172f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - md5: 640c34a8084e2a812bcee5b804597fc9 +- conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda + sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 + md5: 12e6988845706b2cfbc3bc35c9a61a95 depends: - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 54007 - timestamp: 1694952882265 -- kind: conda - name: freexl - version: 2.0.0 - build: h5428426_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + size: 59769 + timestamp: 1694952692595 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda sha256: d1c1b82336de80f6b2045654ec980419520e32db9d54e75a41feb6180ab26c8a md5: 1338ecf4f6072e376e87f3ae6bc34170 depends: @@ -7659,79 +6309,46 @@ packages: purls: [] size: 60545 timestamp: 1694952753443 -- kind: conda - name: freexl - version: 2.0.0 - build: h743c826_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - md5: 12e6988845706b2cfbc3bc35c9a61a95 +- conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda + sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a + md5: 640c34a8084e2a812bcee5b804597fc9 depends: - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - minizip >=4.0.1,<5.0a0 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 59769 - timestamp: 1694952692595 -- kind: conda - name: freexl - version: 2.0.0 - build: h8276f4a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - md5: 8e02e06229c677cbc9f5dc69ba49052c + size: 54007 + timestamp: 1694952882265 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 + md5: 40722e5f48287567cda6fb2ec1f7891b depends: - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.1,<5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 77439 - timestamp: 1694953013560 -- kind: conda - name: freexl - version: 2.0.0 - build: hfbad9fb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda - sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 - md5: 40722e5f48287567cda6fb2ec1f7891b + size: 55132 + timestamp: 1694952828719 +- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda + sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae + md5: 8e02e06229c677cbc9f5dc69ba49052c depends: - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.1,<5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MPL-1.1 license_family: MOZILLA purls: [] - size: 55132 - timestamp: 1694952828719 -- kind: conda - name: fribidi - version: 1.0.10 - build: h27ca646_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - purls: [] - size: 60255 - timestamp: 1604417405528 -- kind: conda - name: fribidi - version: 1.0.10 - build: h36c2ea0_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + size: 77439 + timestamp: 1694953013560 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 md5: ac7bc6a654f8f41b352b38f4051135f8 depends: @@ -7740,27 +6357,7 @@ packages: purls: [] size: 114383 timestamp: 1604416621168 -- kind: conda - name: fribidi - version: 1.0.10 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 - md5: 807e81d915f2bb2e49951648615241f6 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: LGPL-2.1 - purls: [] - size: 64567 - timestamp: 1604417122064 -- kind: conda - name: fribidi - version: 1.0.10 - build: hb9de7d4_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: @@ -7769,25 +6366,31 @@ packages: purls: [] size: 115689 timestamp: 1604417149643 -- kind: conda - name: fribidi - version: 1.0.10 - build: hbcb3906_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 md5: f1c6b41e0f56998ecd9a3e210faa1dc0 license: LGPL-2.1 purls: [] size: 65388 timestamp: 1604417213 -- kind: conda - name: gdal - version: 3.9.1 - build: py39h43ca41f_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + license: LGPL-2.1 + purls: [] + size: 60255 + timestamp: 1604417405528 +- conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 + sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 + md5: 807e81d915f2bb2e49951648615241f6 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: LGPL-2.1 + purls: [] + size: 64567 + timestamp: 1604417122064 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda sha256: ce6560475a7f4d61e9cd6abe6bc155eb7d9bbd7cd35308146d1b3811dbe71470 md5: 89f986d85f573e071fcd88ade2d0fd5e depends: @@ -7806,69 +6409,51 @@ packages: - pkg:pypi/gdal?source=conda-forge-mapping size: 1528379 timestamp: 1722370952893 -- kind: conda - name: gdal - version: 3.9.1 - build: py39h8e38deb_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 - md5: 7c02b8716492246c627bec3a6c5056d2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda + sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b + md5: d041b4ec66ff88c713c5404e2d9f719a depends: - - __osx >=10.13 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core 3.9.1.* - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 - libxml2 >=2.12.7,<3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/gdal?source=conda-forge-mapping - size: 1507014 - timestamp: 1722371605506 -- kind: conda - name: gdal - version: 3.9.1 - build: py39h96760b6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f - md5: af386d551bf26e0a647ef077f07d6868 + size: 1491222 + timestamp: 1722371354565 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda + sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 + md5: 7c02b8716492246c627bec3a6c5056d2 depends: + - __osx >=10.13 + - libcxx >=16 - libgdal-core 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - libxml2 >=2.12.7,<3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/gdal?source=conda-forge-mapping - size: 1462414 - timestamp: 1722372889837 -- kind: conda - name: gdal - version: 3.9.1 - build: py39habddcd1_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b - md5: d041b4ec66ff88c713c5404e2d9f719a + size: 1507014 + timestamp: 1722371605506 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda + sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 + md5: 206c7b5916a24ab94c4b9a81bc8001d3 depends: - - libgcc-ng >=12 + - __osx >=11.0 + - libcxx >=16 - libgdal-core 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - libxml2 >=2.12.7,<3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 @@ -7878,134 +6463,97 @@ packages: license_family: MIT purls: - pkg:pypi/gdal?source=conda-forge-mapping - size: 1491222 - timestamp: 1722371354565 -- kind: conda - name: gdal - version: 3.9.1 - build: py39hd7edc34_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda - sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 - md5: 206c7b5916a24ab94c4b9a81bc8001d3 + size: 1493339 + timestamp: 1722372029528 +- conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f + md5: af386d551bf26e0a647ef077f07d6868 depends: - - __osx >=11.0 - - libcxx >=16 - libgdal-core 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - libxml2 >=2.12.7,<3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/gdal?source=conda-forge-mapping - size: 1493339 - timestamp: 1722372029528 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: h7ddc832_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e + size: 1462414 + timestamp: 1722372889837 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda + sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb + md5: 201db6c2d9a3c5e46573ac4cb2e92f4f depends: - - __osx >=11.0 + - libgcc-ng >=12 - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] - size: 509570 - timestamp: 1715783199780 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha587570_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 - md5: ee186d2e8db4605030753dc05025d4a0 + size: 528149 + timestamp: 1715782983957 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda + sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 + md5: 332ed304e6d1c1333ccbdc0fdd722fe9 depends: - - __osx >=10.13 + - libgcc-ng >=12 - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] - size: 516815 - timestamp: 1715783154558 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: ha61d561_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 - md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + size: 536613 + timestamp: 1715784386033 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda + sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 + md5: ee186d2e8db4605030753dc05025d4a0 depends: - - libgcc-ng >=12 + - __osx >=10.13 - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] - size: 536613 - timestamp: 1715784386033 -- kind: conda - name: gdk-pixbuf - version: 2.42.12 - build: hb9ae30d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb - md5: 201db6c2d9a3c5e46573ac4cb2e92f4f + size: 516815 + timestamp: 1715783154558 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda + sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 + md5: 151309a7e1eb57a3c2ab8088a1d74f3e depends: - - libgcc-ng >=12 + - __osx >=11.0 - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 license: LGPL-2.1-or-later license_family: LGPL purls: [] - size: 528149 - timestamp: 1715782983957 -- kind: conda - name: geos - version: 3.12.2 - build: h00cdb27_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 - md5: e07a7fa032741a056a72f46b43064ea2 + size: 509570 + timestamp: 1715783199780 +- conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda + sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 + md5: aab9195bc018b82dc77a84584b36cce9 depends: - - __osx >=11.0 - - libcxx >=16 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.1-only purls: [] - size: 1400339 - timestamp: 1721747764174 -- kind: conda - name: geos - version: 3.12.2 - build: h0a1ffab_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda + size: 1737633 + timestamp: 1721746525671 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda sha256: 7f3c6fd365fc70ba082b0149a334fd4bb514aa074349250c039fe5d69886e7b9 md5: 1c96c4fea8a0bdfc86a2be404234cda5 depends: @@ -8015,13 +6563,27 @@ packages: purls: [] size: 1692169 timestamp: 1721746661378 -- kind: conda - name: geos - version: 3.12.2 - build: h5a68840_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda + sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 + md5: fbb2688b537dafd5fb554d0b7ef27397 + depends: + - __osx >=10.13 + - libcxx >=16 + license: LGPL-2.1-only + purls: [] + size: 1482492 + timestamp: 1721747118528 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda + sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 + md5: e07a7fa032741a056a72f46b43064ea2 + depends: + - __osx >=11.0 + - libcxx >=16 + license: LGPL-2.1-only + purls: [] + size: 1400339 + timestamp: 1721747764174 +- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 md5: 019e3460f99eb7c2198c532c50d08791 depends: @@ -8032,50 +6594,12 @@ packages: purls: [] size: 1561663 timestamp: 1721747131206 -- kind: conda - name: geos - version: 3.12.2 - build: he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 - md5: aab9195bc018b82dc77a84584b36cce9 +- conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda + sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 + md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f depends: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 1737633 - timestamp: 1721746525671 -- kind: conda - name: geos - version: 3.12.2 - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 - md5: fbb2688b537dafd5fb554d0b7ef27397 - depends: - - __osx >=10.13 - - libcxx >=16 - license: LGPL-2.1-only - purls: [] - size: 1482492 - timestamp: 1721747118528 -- kind: conda - name: geotiff - version: 1.7.3 - build: h1116711_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 - md5: 177dba77b18909c49af2291f3d271ad3 - depends: - - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 @@ -8085,38 +6609,25 @@ packages: license: MIT license_family: MIT purls: [] - size: 136202 - timestamp: 1722335517470 -- kind: conda - name: geotiff - version: 1.7.3 - build: h232476a_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 - md5: 8968032e8f14d84b40a20437707f8ec7 + size: 131714 + timestamp: 1722335412421 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 + md5: 177dba77b18909c49af2291f3d271ad3 depends: + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - proj >=9.4.1,<9.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - zlib license: MIT license_family: MIT purls: [] - size: 123406 - timestamp: 1722335928788 -- kind: conda - name: geotiff - version: 1.7.3 - build: h4bbec01_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + size: 136202 + timestamp: 1722335517470 +- conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda sha256: a56e2154bfd21588ffde48ae14f906ea6b7e0eb49f71b2e3fb320cd066c22503 md5: d83428f874b4fc2d204613ad7ad42b6d depends: @@ -8132,13 +6643,7 @@ packages: purls: [] size: 115552 timestamp: 1722335565552 -- kind: conda - name: geotiff - version: 1.7.3 - build: h7e5fb84_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda sha256: 2cd4db594cb9580c92ec40063a0160237d31fa633abf8b4c81730a0f2626ba7b md5: 5a9ebf4312dffc9b44f41af5d2a2332e depends: @@ -8154,36 +6659,24 @@ packages: purls: [] size: 114324 timestamp: 1722335738912 -- kind: conda - name: geotiff - version: 1.7.3 - build: hf7fa9e8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 - md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f +- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 + md5: 8968032e8f14d84b40a20437707f8ec7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - proj >=9.4.1,<9.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zlib license: MIT license_family: MIT purls: [] - size: 131714 - timestamp: 1722335412421 -- kind: conda - name: getopt-win32 - version: '0.1' - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda + size: 123406 + timestamp: 1722335928788 +- conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c md5: 714d0882dc5e692ca4683d8e520f73c6 depends: @@ -8195,13 +6688,7 @@ packages: purls: [] size: 21903 timestamp: 1694400856979 -- kind: conda - name: gettext - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda sha256: 386181254ddd2aed1fccdfc217da5b6545f6df4e9979ad8e08f5e91e22eaf7dc md5: 219ba82e95d7614cf7140d2a4afc0926 depends: @@ -8216,13 +6703,7 @@ packages: purls: [] size: 475058 timestamp: 1712512357949 -- kind: conda - name: gettext-tools - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda sha256: 67d7b1d6fe4f1c516df2000640ec7dcfebf3ff6ea0785f0276870e730c403d33 md5: 985f2f453fb72408d6b6f1be0f324033 depends: @@ -8232,25 +6713,17 @@ packages: purls: [] size: 2728420 timestamp: 1712512328692 -- kind: conda - name: giflib - version: 5.2.2 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 - md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac +- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda + sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff + md5: 3bf7b9fd5a7136126e0234db4b87c8b6 + depends: + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 74516 - timestamp: 1712692686914 -- kind: conda - name: giflib - version: 5.2.2 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda + size: 77248 + timestamp: 1712692454246 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 md5: 2f809afaf0ba1ea4135dce158169efac depends: @@ -8260,12 +6733,15 @@ packages: purls: [] size: 82124 timestamp: 1712692444545 -- kind: conda - name: giflib - version: 5.2.2 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda + sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 + md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + license: MIT + license_family: MIT + purls: [] + size: 74516 + timestamp: 1712692686914 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c md5: 95fa1486c77505330c20f7202492b913 license: MIT @@ -8273,28 +6749,7 @@ packages: purls: [] size: 71613 timestamp: 1712692611426 -- kind: conda - name: giflib - version: 5.2.2 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 77248 - timestamp: 1712692454246 -- kind: conda - name: gitdb - version: 4.0.11 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b md5: 623b19f616f2ca0c261441067e18ae40 depends: @@ -8306,13 +6761,7 @@ packages: - pkg:pypi/gitdb?source=conda-forge-mapping size: 52872 timestamp: 1697791718749 -- kind: conda - name: gitpython - version: 3.1.43 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a md5: 0b2154c1818111e17381b1df5b4b0176 depends: @@ -8325,13 +6774,20 @@ packages: - pkg:pypi/gitpython?source=conda-forge-mapping size: 156827 timestamp: 1711991122366 -- kind: conda - name: glib - version: 2.80.3 - build: h7025463_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda + sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 + md5: a3acc4920c9ca19cb6b295028d606477 + depends: + - glib-tools 2.80.3 h73ef956_1 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libglib 2.80.3 h8a4344b_1 + - python * + license: LGPL-2.1-or-later + purls: [] + size: 599204 + timestamp: 1720334967965 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 md5: 13ce8fd2eb07f41c7108f7ad7bb0062e depends: @@ -8348,32 +6804,17 @@ packages: purls: [] size: 572358 timestamp: 1720335131283 -- kind: conda - name: glib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 - md5: a3acc4920c9ca19cb6b295028d606477 +- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 + md5: 99701cdc9a25a333d15265d1d243b2dc depends: - - glib-tools 2.80.3 h73ef956_1 - - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - libglib 2.80.3 h8a4344b_1 - - python * license: LGPL-2.1-or-later purls: [] - size: 599204 - timestamp: 1720334967965 -- kind: conda - name: glib-tools - version: 2.80.3 - build: h4394cf3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + size: 113361 + timestamp: 1720334924695 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d md5: 12d270a5f8b8ae0a9536c1960f21e0aa depends: @@ -8386,46 +6827,7 @@ packages: purls: [] size: 95020 timestamp: 1720335074003 -- kind: conda - name: glib-tools - version: 2.80.3 - build: h73ef956_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 - md5: 99701cdc9a25a333d15265d1d243b2dc - depends: - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - license: LGPL-2.1-or-later - purls: [] - size: 113361 - timestamp: 1720334924695 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h2f0025b_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 99453 - timestamp: 1711634223220 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h59595ed_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add md5: f87c7b7c2cb45f323ffbce941c78ab7c depends: @@ -8436,31 +6838,18 @@ packages: purls: [] size: 96855 timestamp: 1711634169756 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h63175ca_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda + sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 + md5: f33009add6a08358bc12d114ceec1304 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: LGPL-2.0-or-later license_family: LGPL purls: [] - size: 95406 - timestamp: 1711634622644 -- kind: conda - name: graphite2 - version: 1.3.13 - build: h73e2aa4_1003 - build_number: 1003 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda + size: 99453 + timestamp: 1711634223220 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a md5: fc7124f86e1d359fc5d878accd9e814c depends: @@ -8470,13 +6859,7 @@ packages: purls: [] size: 84384 timestamp: 1711634311095 -- kind: conda - name: graphite2 - version: 1.3.13 - build: hebf3989_1003 - build_number: 1003 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 md5: 339991336eeddb70076d8ca826dac625 depends: @@ -8486,38 +6869,42 @@ packages: purls: [] size: 79774 timestamp: 1711634444608 -- kind: conda - name: graphviz - version: 11.0.0 - build: h09e431a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 - md5: c6c2ec410aa5e77e09948bf7a4367c00 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda + sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f + md5: 3194499ee7d1a67404a87d0eefdd92c6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 95406 + timestamp: 1711634622644 +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda + sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 + md5: 52a531ef95358086a56086c45d97ab75 depends: - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 - gts >=0.7.6,<0.8.0a0 - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - libglib >=2.80.2,<3.0a0 + - librsvg >=2.58.0,<3.0a0 + - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 1161689 - timestamp: 1716134918752 -- kind: conda - name: graphviz - version: 11.0.0 - build: h8cf0465_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda + size: 2304422 + timestamp: 1716134196230 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda sha256: 69dd90c8dcf2a3b1d725ccef55fe7f3d024e622140468648475e473418f98ceb md5: aba9fe9e948772c3889ca9cb0330748e depends: @@ -8540,16 +6927,11 @@ packages: purls: [] size: 2405073 timestamp: 1716134379463 -- kind: conda - name: graphviz - version: 11.0.0 - build: h9bb9bc9_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e - md5: c004a0e5dfbe0ce38af9ab4684abd236 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda + sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f + md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 depends: - - __osx >=11.0 + - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 @@ -8566,93 +6948,53 @@ packages: license: EPL-1.0 license_family: Other purls: [] - size: 5047991 - timestamp: 1716134413760 -- kind: conda - name: graphviz - version: 11.0.0 - build: hc68bbd7_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 - md5: 52a531ef95358086a56086c45d97ab75 + size: 5030587 + timestamp: 1716134450573 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda + sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e + md5: c004a0e5dfbe0ce38af9ab4684abd236 depends: + - __osx >=11.0 - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - gtk2 - gts >=0.7.6,<0.8.0a0 + - libcxx >=16 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - libglib >=2.80.2,<3.0a0 - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 2304422 - timestamp: 1716134196230 -- kind: conda - name: graphviz - version: 11.0.0 - build: hc9017ca_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f - md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 + size: 5047991 + timestamp: 1716134413760 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 + md5: c6c2ec410aa5e77e09948bf7a4367c00 depends: - - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - getopt-win32 >=0.1,<0.2.0a0 - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - libexpat >=2.6.2,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 5030587 - timestamp: 1716134450573 -- kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hb0a98b8_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 - md5: 3bd30e36b539ec931cd9be9ae36544f6 - depends: - - gstreamer 1.24.6 h5006eae_0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libvorbis >=1.3.7,<1.4.0a0 - - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL + license: EPL-1.0 + license_family: Other purls: [] - size: 2064224 - timestamp: 1722361768824 -- kind: conda - name: gst-plugins-base - version: 1.24.6 - build: hbaaba92_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda + size: 1161689 + timestamp: 1716134918752 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda sha256: b4a64deb2e4d066882b3ee8cbe17916a064a64779066fb602e3714a1550cbb06 md5: b22ffc80ac9af846df60b2640c98fea4 depends: @@ -8679,33 +7021,25 @@ packages: purls: [] size: 2793963 timestamp: 1722361035822 -- kind: conda - name: gstreamer - version: 1.24.6 - build: h5006eae_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 - md5: 81ffb18e1c5f4bd508b357f18292a597 +- conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 + md5: 3bd30e36b539ec931cd9be9ae36544f6 depends: - - glib >=2.80.3,<3.0a0 + - gstreamer 1.24.6 h5006eae_0 - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - libintl >=0.22.5,<1.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libvorbis >=1.3.7,<1.4.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: LGPL-2.0-or-later license_family: LGPL purls: [] - size: 2026706 - timestamp: 1722361578619 -- kind: conda - name: gstreamer - version: 1.24.6 - build: haf2f30d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda + size: 2064224 + timestamp: 1722361768824 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda sha256: dc20889527dbbb4bb2843f38ab38db14cb5425749a254651d28d47409bbe08e0 md5: a15d7b21e4b7b82b87ba04c3b46c1317 depends: @@ -8720,37 +7054,27 @@ packages: purls: [] size: 2020818 timestamp: 1722360910449 -- kind: conda - name: gtk2 - version: 2.24.33 - build: h2c15c3c_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 - md5: 308376a1154bc0ab3bbeeccf6ff986be +- conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 + md5: 81ffb18e1c5f4bd508b357f18292a597 depends: - - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 + - glib >=2.80.3,<3.0a0 - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 6162947 - timestamp: 1721286459536 -- kind: conda - name: gtk2 - version: 2.24.33 - build: h4cb56f0_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae - md5: 1e19ec7c57430dcd5e475e21209f3996 + size: 2026706 + timestamp: 1722361578619 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 + md5: 1483ba046164be27df7f6eddbcec3a12 depends: + - __glibc >=2.17,<3.0.a0 - atk-1.0 >=2.38.0 - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 @@ -8766,19 +7090,12 @@ packages: - xorg-libxrender >=0.9.11,<0.10.0a0 license: LGPL-2.1-or-later purls: [] - size: 6591811 - timestamp: 1721293692701 -- kind: conda - name: gtk2 - version: 2.24.33 - build: h6470451_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 - md5: 1483ba046164be27df7f6eddbcec3a12 + size: 6501561 + timestamp: 1721285940408 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae + md5: 1e19ec7c57430dcd5e475e21209f3996 depends: - - __glibc >=2.17,<3.0.a0 - atk-1.0 >=2.38.0 - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 @@ -8794,15 +7111,24 @@ packages: - xorg-libxrender >=0.9.11,<0.10.0a0 license: LGPL-2.1-or-later purls: [] - size: 6501561 - timestamp: 1721285940408 -- kind: conda - name: gtk2 - version: 2.24.33 - build: h91d5085_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + size: 6591811 + timestamp: 1721293692701 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 + md5: 308376a1154bc0ab3bbeeccf6ff986be + depends: + - __osx >=10.13 + - atk-1.0 >=2.38.0 + - cairo >=1.18.0,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6162947 + timestamp: 1721286459536 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda sha256: 26ca08e16bb530465370d94309bfb500438f6cff4d6cf85725db3b7afcd9eccd md5: 23558d38b8e80959b74cfe83acad7c66 depends: @@ -8817,49 +7143,7 @@ packages: purls: [] size: 6152068 timestamp: 1721286930050 -- kind: conda - name: gts - version: 0.7.6 - build: h53e17e3_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 - md5: 848cc963fcfbd063c7a023024aa3bec0 - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 280972 - timestamp: 1686545425074 -- kind: conda - name: gts - version: 0.7.6 - build: h6b5321d_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 - md5: a41f14768d5e377426ad60c613f2923b - depends: - - libglib >=2.76.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 188688 - timestamp: 1686545648050 -- kind: conda - name: gts - version: 0.7.6 - build: h977cf35_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b md5: 4d8df0b0db060d33c9a702ada998a8fe depends: @@ -8871,13 +7155,7 @@ packages: purls: [] size: 318312 timestamp: 1686545244763 -- kind: conda - name: gts - version: 0.7.6 - build: he293c15_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c md5: 2aeaeddbd89e84b60165463225814cfc depends: @@ -8889,13 +7167,18 @@ packages: purls: [] size: 332673 timestamp: 1686545222091 -- kind: conda - name: gts - version: 0.7.6 - build: he42f4ea_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda + sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 + md5: 848cc963fcfbd063c7a023024aa3bec0 + depends: + - libcxx >=15.0.7 + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 280972 + timestamp: 1686545425074 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba md5: 21b4dd3098f63a74cf2aa9159cbef57d depends: @@ -8906,13 +7189,20 @@ packages: purls: [] size: 304331 timestamp: 1686545503242 -- kind: conda - name: h2 - version: 4.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda + sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 + md5: a41f14768d5e377426ad60c613f2923b + depends: + - libglib >=2.76.3,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 188688 + timestamp: 1686545648050 +- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a md5: b748fbf7060927a6e82df7cb5ee8f097 depends: @@ -8925,12 +7215,39 @@ packages: - pkg:pypi/h2?source=conda-forge-mapping size: 46754 timestamp: 1634280590080 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h053f038_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda + sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 + md5: c7b47c64af53e8ecee01d101eeab2342 + depends: + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 1590518 + timestamp: 1719579998295 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda + sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 + md5: d783645c712ed75677dda0f87a4fae1b + depends: + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 1618051 + timestamp: 1719583714412 +- conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda sha256: eb94445e4ea3e794582f47365d3b429adfddc24209a39bb8102f17198a0661e1 md5: 0a4256cad662dc36666221a2a8daa34e depends: @@ -8946,12 +7263,7 @@ packages: purls: [] size: 1355063 timestamp: 1719580353790 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h1836168_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda sha256: 9d2a30e652c0f0e6d7f87a527687d74ea8eaa0274199e08122dd6b400f23d9cb md5: b6b6313a34c08e587c04dc2ed9a6c724 depends: @@ -8967,12 +7279,7 @@ packages: purls: [] size: 1320754 timestamp: 1719580394276 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h81778c3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa md5: 7b49dd4fc5ec701184302e848c79d813 depends: @@ -8989,55 +7296,7 @@ packages: purls: [] size: 1100946 timestamp: 1719581231427 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: h9812418_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 - md5: d783645c712ed75677dda0f87a4fae1b - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 1618051 - timestamp: 1719583714412 -- kind: conda - name: harfbuzz - version: 9.0.0 - build: hfac3d4d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 - md5: c7b47c64af53e8ecee01d101eeab2342 - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 1590518 - timestamp: 1719579998295 -- kind: conda - name: hdf4 - version: 4.2.15 - build: h2a13503_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 md5: bd77f8da987968ec3927990495dc22e4 depends: @@ -9050,51 +7309,20 @@ packages: purls: [] size: 756742 timestamp: 1695661547874 -- kind: conda - name: hdf4 - version: 4.2.15 - build: h2ee6834_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 - md5: ff5d749fd711dc7759e127db38005924 - depends: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 762257 - timestamp: 1695661864625 -- kind: conda - name: hdf4 - version: 4.2.15 - build: h5557f11_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - md5: 84344a916a73727c1326841007b52ca8 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda + sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 + md5: e1b6676b77b9690d07ea25de48aed97e depends: + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 779637 - timestamp: 1695662145568 -- kind: conda - name: hdf4 - version: 4.2.15 - build: h8138101_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda + size: 773862 + timestamp: 1695661552544 +- conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d md5: 7ce543bf38dbfae0de9af112ee178af2 depends: @@ -9106,78 +7334,50 @@ packages: purls: [] size: 724103 timestamp: 1695661907511 -- kind: conda - name: hdf4 - version: 4.2.15 - build: hb6ba311_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 - md5: e1b6676b77b9690d07ea25de48aed97e +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda + sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 + md5: ff5d749fd711dc7759e127db38005924 depends: - - libgcc-ng >=12 + - libcxx >=15.0.7 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 773862 - timestamp: 1695661552544 -- kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h2b43c12_105 - build_number: 105 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 - md5: 5788de34381caf624b78c4981618dc0a + size: 762257 + timestamp: 1695661864625 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 + md5: 84344a916a73727c1326841007b52ca8 depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 2039111 - timestamp: 1717587493910 -- kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_h687a608_105 - build_number: 105 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 - md5: 98544299f6bb2ef4d7362506a3dde886 + size: 779637 + timestamp: 1695662145568 +- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda + sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a + md5: 7e1729554e209627636a0f6fabcdd115 depends: - - __osx >=10.13 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* + - libgcc-ng >=12 + - libgfortran-ng - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0a0 - openssl >=3.3.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 3733954 - timestamp: 1717588360008 -- kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hd1676c9_105 - build_number: 105 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda + size: 3911675 + timestamp: 1717587866574 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda sha256: 1361452c161a780f0e1e7a185917d738b609327350ef1711430cd9e06a881b84 md5: 55dd1e8edf52fc44e71cf1c6890032c8 depends: @@ -9194,36 +7394,25 @@ packages: purls: [] size: 3988950 timestamp: 1717596727874 -- kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hdf9ad27_105 - build_number: 105 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a - md5: 7e1729554e209627636a0f6fabcdd115 +- conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda + sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 + md5: 98544299f6bb2ef4d7362506a3dde886 depends: + - __osx >=10.13 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng + - libcxx >=16 + - libgfortran 5.* - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 + - libgfortran5 >=13.2.0 - libzlib >=1.2.13,<2.0a0 - openssl >=3.3.1,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 3911675 - timestamp: 1717587866574 -- kind: conda - name: hdf5 - version: 1.14.3 - build: nompi_hec07895_105 - build_number: 105 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda + size: 3733954 + timestamp: 1717588360008 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda sha256: 5d87a1b63862e7da78c7bd9c17dea3526c0462c11df9004943cfa4569cc25dd3 md5: f9c8c7304d52c8846eab5d6c34219812 depends: @@ -9241,13 +7430,23 @@ packages: purls: [] size: 3445248 timestamp: 1717587775787 -- kind: conda - name: hpack - version: 4.0.0 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 + md5: 5788de34381caf624b78c4981618dc0a + depends: + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 2039111 + timestamp: 1717587493910 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 md5: 914d6646c4dbb1fd3ff539830a12fd71 depends: @@ -9258,13 +7457,7 @@ packages: - pkg:pypi/hpack?source=conda-forge-mapping size: 25341 timestamp: 1598856368685 -- kind: conda - name: hyperframe - version: 6.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 md5: 9f765cbfab6870c8435b9eefecd7a1f4 depends: @@ -9275,12 +7468,7 @@ packages: - pkg:pypi/hyperframe?source=conda-forge-mapping size: 14646 timestamp: 1619110249723 -- kind: conda - name: icu - version: '73.2' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 md5: cc47e1facc155f91abd89b11e48e72ff depends: @@ -9291,29 +7479,7 @@ packages: purls: [] size: 12089150 timestamp: 1692900650789 -- kind: conda - name: icu - version: '73.2' - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - md5: 0f47d9e3192d9e09ae300da0d28e0f56 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 13422193 - timestamp: 1692901469029 -- kind: conda - name: icu - version: '73.2' - build: h787c7f5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 md5: 9d3c29d71f28452a2e843aff8cbe09d2 depends: @@ -9324,12 +7490,15 @@ packages: purls: [] size: 12237094 timestamp: 1692900632394 -- kind: conda - name: icu - version: '73.2' - build: hc8870d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + md5: 5cc301d759ec03f28328428e28f65591 + license: MIT + license_family: MIT + purls: [] + size: 11787527 + timestamp: 1692901622519 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 md5: 8521bd47c0e11c5902535bb1a17c565f license: MIT @@ -9337,26 +7506,19 @@ packages: purls: [] size: 11997841 timestamp: 1692902104771 -- kind: conda - name: icu - version: '73.2' - build: hf5e326d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - md5: 5cc301d759ec03f28328428e28f65591 +- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c + md5: 0f47d9e3192d9e09ae300da0d28e0f56 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 11787527 - timestamp: 1692901622519 -- kind: conda - name: idna - version: '3.7' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + size: 13422193 + timestamp: 1692901469029 +- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b md5: c0cc1420498b17414d8617d0b9f506ca depends: @@ -9367,13 +7529,7 @@ packages: - pkg:pypi/idna?source=conda-forge-mapping size: 52718 timestamp: 1713279497047 -- kind: conda - name: imagesize - version: 1.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 md5: 7de5386c8fea29e76b303f37dde4c352 depends: @@ -9384,13 +7540,7 @@ packages: - pkg:pypi/imagesize?source=conda-forge-mapping size: 10164 timestamp: 1656939625410 -- kind: conda - name: importlib-metadata - version: 8.2.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a md5: c261d14fc7f49cdd403868998a18c318 depends: @@ -9402,13 +7552,7 @@ packages: - pkg:pypi/importlib-metadata?source=conda-forge-mapping size: 28110 timestamp: 1721856614564 -- kind: conda - name: importlib-resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 md5: dcbadab7a68738a028e195ab68ab2d2e depends: @@ -9420,13 +7564,7 @@ packages: - pkg:pypi/importlib-resources?source=conda-forge-mapping size: 9657 timestamp: 1711041029062 -- kind: conda - name: importlib_metadata - version: 8.2.0 - build: hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 md5: 0fd030dce707a6654472cf7619b0b01b depends: @@ -9437,13 +7575,7 @@ packages: - pkg:pypi/importlib-metadata?source=conda-forge-mapping size: 9330 timestamp: 1721856618848 -- kind: conda - name: importlib_resources - version: 6.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de md5: c5d3907ad8bd7bf557521a1833cf7e6d depends: @@ -9457,13 +7589,7 @@ packages: - pkg:pypi/importlib-resources?source=conda-forge-mapping size: 33056 timestamp: 1711041009039 -- kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 md5: f800d2da156d08e289b14e87e43c1ae5 depends: @@ -9474,13 +7600,7 @@ packages: - pkg:pypi/iniconfig?source=conda-forge-mapping size: 11101 timestamp: 1673103208955 -- kind: conda - name: intel-openmp - version: 2024.2.0 - build: h57928b3_980 - build_number: 980 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 md5: 9c28c39e64871a0adef7d1195bd58655 license: LicenseRef-IntelSimplifiedSoftwareOct2022 @@ -9488,13 +7608,7 @@ packages: purls: [] size: 1860328 timestamp: 1721088141110 -- kind: conda - name: ipykernel - version: 6.29.5 - build: pyh3099207_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a md5: b40131ab6a36ac2c09b7c57d4d3fbf99 depends: @@ -9518,13 +7632,7 @@ packages: - pkg:pypi/ipykernel?source=conda-forge-mapping size: 119084 timestamp: 1719845605084 -- kind: conda - name: ipykernel - version: 6.29.5 - build: pyh4bbf305_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda sha256: dc569094125127c0078aa536f78733f383dd7e09507277ef8bcd1789786e7086 md5: 18df5fc4944a679e085e0e8f31775fc8 depends: @@ -9548,13 +7656,7 @@ packages: - pkg:pypi/ipykernel?source=conda-forge-mapping size: 119853 timestamp: 1719845858082 -- kind: conda - name: ipykernel - version: 6.29.5 - build: pyh57ce528_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda sha256: 072534d4d379225b2c3a4e38bc7730b65ae171ac7f0c2d401141043336e97980 md5: 9eb15d654daa0ef5a98802f586bb4ffc depends: @@ -9579,14 +7681,7 @@ packages: - pkg:pypi/ipykernel?source=conda-forge-mapping size: 119568 timestamp: 1719845667420 -- kind: conda - name: ipython - version: 8.18.1 - build: pyh707e725_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b md5: 15c6f45a45f7ac27f6d60b0b084f6761 depends: @@ -9609,14 +7704,7 @@ packages: - pkg:pypi/ipython?source=conda-forge-mapping size: 591040 timestamp: 1701831872415 -- kind: conda - name: ipython - version: 8.18.1 - build: pyh7428d3b_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 md5: 656a798e52fbe1ca72f7d97b3c36aeff depends: @@ -9639,13 +7727,7 @@ packages: - pkg:pypi/ipython?source=conda-forge-mapping size: 590143 timestamp: 1701832398069 -- kind: conda - name: jedi - version: 0.19.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a md5: 81a3be0b2023e1ea8555781f0ad904a2 depends: @@ -9657,13 +7739,7 @@ packages: - pkg:pypi/jedi?source=conda-forge-mapping size: 841312 timestamp: 1696326218364 -- kind: conda - name: jinja2 - version: 3.1.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d md5: 7b86ecb7d3557821c649b3c31e3eb9f2 depends: @@ -9675,13 +7751,7 @@ packages: - pkg:pypi/jinja2?source=conda-forge-mapping size: 111565 timestamp: 1715127275924 -- kind: conda - name: json-c - version: '0.17' - build: h1220068_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda sha256: 0caf06ccfbd6f9a7b3a1e09fa83e318c9e84f2d1c1003a9e486f2600f4096720 md5: f8f0f0c4338bad5c34a4e9e11460481d depends: @@ -9692,13 +7762,17 @@ packages: purls: [] size: 83682 timestamp: 1720812978049 -- kind: conda - name: json-c - version: '0.17' - build: h6253ea5_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda + sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f + md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f + depends: + - libgcc-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 88473 + timestamp: 1720813047136 +- conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda sha256: 66ddd1a4d643c7c800a1bb8e61f5f4198ec102be37db9a6d2e037004442eff8d md5: fb72a2ef514c2df4ba035187945a6dcf depends: @@ -9708,13 +7782,7 @@ packages: purls: [] size: 72163 timestamp: 1720813111542 -- kind: conda - name: json-c - version: '0.17' - build: he54c16a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda sha256: b12b280c0179628b2aa355286331d48b136104cf96179c355971f2e7c5b226ac md5: 4831302cd6badbdb87c0334163fb7d68 depends: @@ -9724,51 +7792,7 @@ packages: purls: [] size: 74409 timestamp: 1720813255190 -- kind: conda - name: json-c - version: '0.17' - build: hf9262ea_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f - md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 88473 - timestamp: 1720813047136 -- kind: conda - name: jsonschema - version: 3.2.0 - build: pyhd8ed1ab_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 - md5: 66125e28711d8ffc04a207a2b170316d - depends: - - attrs >=17.4.0 - - importlib-metadata - - pyrsistent >=0.14.0 - - python >=3.6 - - setuptools - - six >=1.11.0 - license: MIT - license_family: MIT - size: 45999 - timestamp: 1614815999960 -- kind: conda - name: jsonschema - version: 3.2.0 - build: pyhd8ed1ab_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 md5: 66125e28711d8ffc04a207a2b170316d depends: @@ -9784,13 +7808,7 @@ packages: - pkg:pypi/jsonschema?source=conda-forge-mapping size: 45999 timestamp: 1614815999960 -- kind: conda - name: jupyter_client - version: 8.6.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c md5: 3cdbb2fa84490e5fd44c9f9806c0d292 depends: @@ -9807,14 +7825,9 @@ packages: - pkg:pypi/jupyter-client?source=conda-forge-mapping size: 106248 timestamp: 1716472312833 -- kind: conda - name: jupyter_core - version: 5.7.1 - build: py39h6e9494a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e - md5: 9611b1806866adc1693cfb5a323f16e4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda + sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf + md5: 612f7a003a8a407955572c0d53952ceb depends: - platformdirs >=2.5 - python >=3.9,<3.10.0a0 @@ -9824,16 +7837,11 @@ packages: license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80149 - timestamp: 1704727554036 -- kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h2804cbe_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 - md5: 4466162887415f41a30c5c70776bee76 + size: 79658 + timestamp: 1710257600539 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda + sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 + md5: 7d9cb6936e2b7c33480a8890d4f2d41c depends: - platformdirs >=2.5 - python >=3.9,<3.10.0a0 @@ -9844,80 +7852,58 @@ packages: license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79895 - timestamp: 1710257881036 -- kind: conda - name: jupyter_core - version: 5.7.2 - build: py39h4420490_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 - md5: 7d9cb6936e2b7c33480a8890d4f2d41c + size: 80302 + timestamp: 1710257538687 +- conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda + sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e + md5: 9611b1806866adc1693cfb5a323f16e4 depends: - platformdirs >=2.5 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80302 - timestamp: 1710257538687 -- kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hcbf5309_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 - md5: 78ec20214b67efe5caebb4f08bdee094 + size: 80149 + timestamp: 1704727554036 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda + sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 + md5: 4466162887415f41a30c5c70776bee76 depends: - platformdirs >=2.5 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - pywin32 >=300 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 96366 - timestamp: 1710257842034 -- kind: conda - name: jupyter_core - version: 5.7.2 - build: py39hf3d152e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf - md5: 612f7a003a8a407955572c0d53952ceb + size: 79895 + timestamp: 1710257881036 +- conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 + md5: 78ec20214b67efe5caebb4f08bdee094 depends: - platformdirs >=2.5 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - pywin32 >=300 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79658 - timestamp: 1710257600539 -- kind: pypi + size: 96366 + timestamp: 1710257842034 +- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl name: jupyterlab-pygments version: 0.3.0 - url: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 requires_python: '>=3.8' -- kind: conda - name: jupytext - version: 1.16.4 - build: pyh80e38bb_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 md5: 1df7fd1594a7f2f6496ff23834a099bf depends: @@ -9934,50 +7920,19 @@ packages: - pkg:pypi/jupytext?source=conda-forge-mapping size: 104513 timestamp: 1722332096729 -- kind: conda - name: kealib - version: 1.5.3 - build: h6c43f9b_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 - md5: a20c9e3598a55ca3e61cad90ef33ada3 - depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 133355 - timestamp: 1716158947179 -- kind: conda - name: kealib - version: 1.5.3 - build: h848a2d4_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 - md5: dafdda3213a216870027af0c76f204c7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 + md5: c5b7b29e2b66107553d0366538257a51 depends: - - __osx >=11.0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 142911 - timestamp: 1716158475936 -- kind: conda - name: kealib - version: 1.5.3 - build: h8e54105_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + size: 170709 + timestamp: 1716158265533 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda sha256: 5174d4475ddbe6aa97ffdc23c1582ddc3f921bc6f9ee01d8bea7e74b25f4479a md5: 1e6ad5c605e5f613b119c1afba688923 depends: @@ -9989,13 +7944,7 @@ packages: purls: [] size: 140223 timestamp: 1716158308507 -- kind: conda - name: kealib - version: 1.5.3 - build: hb2b617a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda sha256: 3150dedf047284e8b808a169dfe630d818d8513b79d08a5404b90973c61c6914 md5: e24e1fa559fd29c34593d6a47b459443 depends: @@ -10007,30 +7956,32 @@ packages: purls: [] size: 152270 timestamp: 1716158359765 -- kind: conda - name: kealib - version: 1.5.3 - build: hee9dde6_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 - md5: c5b7b29e2b66107553d0366538257a51 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda + sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 + md5: dafdda3213a216870027af0c76f204c7 depends: + - __osx >=11.0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 license: MIT license_family: MIT purls: [] - size: 170709 - timestamp: 1716158265533 -- kind: conda - name: keyutils - version: 1.6.1 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + size: 142911 + timestamp: 1716158475936 +- conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 + md5: a20c9e3598a55ca3e61cad90ef33ada3 + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 133355 + timestamp: 1716158947179 +- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: @@ -10039,12 +7990,7 @@ packages: purls: [] size: 117831 timestamp: 1646151697040 -- kind: conda - name: keyutils - version: 1.6.1 - build: h4e544f5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b md5: 1f24853e59c68892452ef94ddd8afd4b depends: @@ -10053,34 +7999,7 @@ packages: purls: [] size: 112327 timestamp: 1646166857935 -- kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h1f6ef14_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 - md5: 4fc5bd0a7b535252028c647cc27d6c87 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 55660 - timestamp: 1695380433980 -- kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h7633fee_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda sha256: 620d2aa2c3f016aa569b4a679688cb34f27c05e08555e4860099cf001bd740e4 md5: c9f74d717e5a2847a9f8b779c54130f2 depends: @@ -10091,35 +8010,10 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 73457 - timestamp: 1695380118523 -- kind: conda - name: kiwisolver - version: 1.4.5 - build: py39h8ee36c8_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b - md5: 6072db04642b21329b0502a177ec18bf - depends: - - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 60498 - timestamp: 1695380322018 -- kind: conda - name: kiwisolver - version: 1.4.5 - build: py39had2cf8c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 73457 + timestamp: 1695380118523 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda sha256: aa6b1145e81ec1e5458f54b1ce0243cc24a70c6a2da20c6afae0482fed6a05a9 md5: ddb99610f7b950fdd5ff2aff19136363 depends: @@ -10133,13 +8027,20 @@ packages: - pkg:pypi/kiwisolver?source=conda-forge-mapping size: 73233 timestamp: 1695381496108 -- kind: conda - name: kiwisolver - version: 1.4.5 - build: py39hbd775c9_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b + md5: 6072db04642b21329b0502a177ec18bf + depends: + - libcxx >=15.0.7 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 60498 + timestamp: 1695380322018 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda sha256: ef29cfa7a05431f89f0bcf456d2d094dc3ff3cdbfebf7210a1fd55755ef61926 md5: 6a5917bf932fcaae394baaf72cc11edb depends: @@ -10153,50 +8054,37 @@ packages: - pkg:pypi/kiwisolver?source=conda-forge-mapping size: 62080 timestamp: 1695380521068 -- kind: conda - name: krb5 - version: 1.21.3 - build: h237132a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 +- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 + md5: 4fc5bd0a7b535252028c647cc27d6c87 depends: - - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 1155530 - timestamp: 1719463474401 -- kind: conda - name: krb5 - version: 1.21.3 - build: h37d8d59_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 55660 + timestamp: 1695380433980 +- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 + md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: - - __osx >=10.13 - - libcxx >=16 + - keyutils >=1.6.1,<2.0a0 - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 1185323 - timestamp: 1719463492984 -- kind: conda - name: krb5 - version: 1.21.3 - build: h50a48e9_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda + size: 1370023 + timestamp: 1719463201255 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 md5: 29c10432a2ca1472b53f299ffb2ffa37 depends: @@ -10211,32 +8099,35 @@ packages: purls: [] size: 1474620 timestamp: 1719463205834 -- kind: conda - name: krb5 - version: 1.21.3 - build: h659f571_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 +- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda + sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c + md5: d4765c524b1d91567886bde656fb514b depends: - - keyutils >=1.6.1,<2.0a0 + - __osx >=10.13 + - libcxx >=16 - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 1370023 - timestamp: 1719463201255 -- kind: conda - name: krb5 - version: 1.21.3 - build: hdf4eb48_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda + size: 1185323 + timestamp: 1719463492984 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda + sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b + md5: c6dc8a0fdec13a0565936655c33069a1 + depends: + - __osx >=11.0 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 1155530 + timestamp: 1719463474401 +- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 md5: 31aec030344e962fbd7dbbbbd68e60a9 depends: @@ -10249,13 +8140,7 @@ packages: purls: [] size: 712034 timestamp: 1719463874284 -- kind: conda - name: lame - version: '3.100' - build: h166bdaf_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab md5: a8832b479f93521a9e7b5b743803be51 depends: @@ -10265,31 +8150,19 @@ packages: purls: [] size: 508258 timestamp: 1664996250081 -- kind: conda - name: lcms2 - version: '2.16' - build: h67d730c_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda - sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 - md5: d3592435917b62a8becff3a60db674f6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda + sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 + md5: 51bb7010fc86f70eee639b4bb7a894f5 depends: + - libgcc-ng >=12 - 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 license: MIT license_family: MIT purls: [] - size: 507632 - timestamp: 1701648249706 -- kind: conda - name: lcms2 - version: '2.16' - build: h922389a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda + size: 245247 + timestamp: 1701647787198 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d md5: ffdd8267a04c515e7ce69c727b051414 depends: @@ -10301,62 +8174,43 @@ packages: purls: [] size: 296219 timestamp: 1701647961116 -- kind: conda - name: lcms2 - version: '2.16' - build: ha0e7c42_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda - sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 - md5: 66f6c134e76fe13cce8a9ea5814b5dd5 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + md5: 1442db8f03517834843666c422238c9b depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] - size: 211959 - timestamp: 1701647962657 -- kind: conda - name: lcms2 - version: '2.16' - build: ha2f27b4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda - sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e - md5: 1442db8f03517834843666c422238c9b + size: 224432 + timestamp: 1701648089496 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda + sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 + md5: 66f6c134e76fe13cce8a9ea5814b5dd5 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 license: MIT license_family: MIT purls: [] - size: 224432 - timestamp: 1701648089496 -- kind: conda - name: lcms2 - version: '2.16' - build: hb7c19ff_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 - md5: 51bb7010fc86f70eee639b4bb7a894f5 + size: 211959 + timestamp: 1701647962657 +- conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda + sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 + md5: d3592435917b62a8becff3a60db674f6 depends: - - libgcc-ng >=12 - 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 license: MIT license_family: MIT purls: [] - size: 245247 - timestamp: 1701647787198 -- kind: conda - name: ld_impl_linux-64 - version: '2.40' - build: hf3520f5_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + size: 507632 + timestamp: 1701648249706 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda sha256: 764b6950aceaaad0c67ef925417594dd14cd2e22fff864aeef455ac259263d15 md5: b80f2f396ca2c28b8c14c437a4ed1e74 constrains: @@ -10366,13 +8220,7 @@ packages: purls: [] size: 707602 timestamp: 1718625640445 -- kind: conda - name: ld_impl_linux-aarch64 - version: '2.40' - build: h9fc2d93_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda sha256: 4a6c0bd77e125da8472bd73bba7cd4169a3ce4699b00a3893026ae8664b2387d md5: 1b0feef706f4d03eff0b76626ead64fc constrains: @@ -10382,12 +8230,7 @@ packages: purls: [] size: 735885 timestamp: 1718625653417 -- kind: conda - name: lerc - version: 4.0.0 - build: h27087fc_0 - subdir: linux-64 - url: 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/lerc-4.0.0-h27087fc_0.tar.bz2 sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 md5: 76bbff344f0134279f225174e9064c8f depends: @@ -10398,12 +8241,7 @@ packages: purls: [] size: 281798 timestamp: 1657977462600 -- kind: conda - name: lerc - version: 4.0.0 - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 md5: 1a0ffc65e03ce81559dbcb0695ad1476 depends: @@ -10414,28 +8252,17 @@ packages: purls: [] size: 262096 timestamp: 1657978241894 -- kind: conda - name: lerc - version: 4.0.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 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30037 + - libcxx >=13.0.1 license: Apache-2.0 license_family: Apache purls: [] - size: 194365 - timestamp: 1657977692274 -- kind: conda - name: lerc - version: 4.0.0 - build: h9a09cb3_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + size: 290319 + timestamp: 1657977526749 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 md5: de462d5aacda3b30721b512c5da4e742 depends: @@ -10445,48 +8272,33 @@ packages: purls: [] size: 215721 timestamp: 1657977558796 -- kind: conda - name: lerc - version: 4.0.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 +- conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 + sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 + md5: 1900cb3cab5055833cfddb0ba233b074 depends: - - libcxx >=13.0.1 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 license: Apache-2.0 license_family: Apache purls: [] - size: 290319 - timestamp: 1657977526749 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h00cdb27_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda - sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb - md5: f16963d88aed907af8b90878b8d8a05c + size: 194365 + timestamp: 1657977692274 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda + sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 + md5: c48fc56ec03229f294176923c3265c05 depends: - - __osx >=11.0 - - libcxx >=16 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 constrains: - abseil-cpp =20240116.2 - libabseil-static =20240116.2=cxx17* license: Apache-2.0 license_family: Apache purls: [] - size: 1136123 - timestamp: 1720857649214 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_h0a1ffab_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda + size: 1264712 + timestamp: 1720857377573 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda sha256: a6e1a6f13fd49c24238373838c266101a2bf3b521b0a36a3a7e586b40f50ec5b md5: 9cadd103cf89edb2ea68d33728511158 depends: @@ -10500,34 +8312,35 @@ packages: purls: [] size: 1283386 timestamp: 1720857389114 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda - sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 - md5: c48fc56ec03229f294176923c3265c05 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda + sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac + md5: d6c78ca84abed3fea5f308ac83b8f54e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=10.13 + - libcxx >=16 constrains: - abseil-cpp =20240116.2 - libabseil-static =20240116.2=cxx17* license: Apache-2.0 license_family: Apache purls: [] - size: 1264712 - timestamp: 1720857377573 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + size: 1124364 + timestamp: 1720857589333 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda + sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb + md5: f16963d88aed907af8b90878b8d8a05c + depends: + - __osx >=11.0 + - libcxx >=16 + constrains: + - abseil-cpp =20240116.2 + - libabseil-static =20240116.2=cxx17* + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1136123 + timestamp: 1720857649214 +- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc md5: 19725e54b7f996e0a5748ec5e9e37ae9 depends: @@ -10542,48 +8355,7 @@ packages: purls: [] size: 1802886 timestamp: 1720857653184 -- kind: conda - name: libabseil - version: '20240116.2' - build: cxx17_hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda - sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac - md5: d6c78ca84abed3fea5f308ac83b8f54e - depends: - - __osx >=10.13 - - libcxx >=16 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1124364 - timestamp: 1720857589333 -- kind: conda - name: libaec - version: 1.1.3 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 - md5: e52c4a30901a90354855e40992af907d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 35339 - timestamp: 1711021162162 -- kind: conda - name: libaec - version: 1.1.3 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 md5: 5e97e271911b8b2001a8b71860c32faa depends: @@ -10594,29 +8366,18 @@ packages: purls: [] size: 35446 timestamp: 1711021212685 -- kind: conda - name: libaec - version: 1.1.3 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda + sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 + md5: e52c4a30901a90354855e40992af907d depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 32567 - timestamp: 1711021603471 -- kind: conda - name: libaec - version: 1.1.3 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda + size: 35339 + timestamp: 1711021162162 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 md5: 66d3c1f6dd4636216b4fca7a748d50eb depends: @@ -10626,12 +8387,7 @@ packages: purls: [] size: 28602 timestamp: 1711021419744 -- kind: conda - name: libaec - version: 1.1.3 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 depends: @@ -10641,18 +8397,24 @@ packages: purls: [] size: 28451 timestamp: 1711021498493 -- kind: conda - name: libarchive - version: 3.7.4 - build: h20e244c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a - md5: 82a85fa38e83366009b7f4b2cef4deb8 +- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 8723000f6ffdbdaef16025f0a01b64c5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 32567 + timestamp: 1711021603471 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda + sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 + md5: 32ddb97f897740641d8d46a829ce1704 depends: - - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 + - libgcc-ng >=12 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.2.13,<2.0.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -10663,14 +8425,9 @@ packages: license: BSD-2-Clause license_family: BSD purls: [] - size: 742682 - timestamp: 1716394747351 -- kind: conda - name: libarchive - version: 3.7.4 - build: h2c0effa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda + size: 871853 + timestamp: 1716394516418 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda sha256: 38da3dc42b58215ce73d722dae0974ad16c6cb580c3bbf00302dfc1f75cfbf6b md5: f072f6e4884e984e9d78e1523ecfed32 depends: @@ -10688,12 +8445,26 @@ packages: purls: [] size: 968083 timestamp: 1716394545178 -- kind: conda - name: libarchive - version: 3.7.4 - build: h83d404f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda + sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a + md5: 82a85fa38e83366009b7f4b2cef4deb8 + depends: + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.3.0,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 742682 + timestamp: 1716394747351 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda sha256: 5301d7dc52c2e1f87b229606033c475caf87cd94ef5a5efb3af565a62b88127e md5: 8b604ee634caafd92f2ff2fab6a1f75a depends: @@ -10712,12 +8483,7 @@ packages: purls: [] size: 775700 timestamp: 1716394811506 -- kind: conda - name: libarchive - version: 3.7.4 - build: haf234dc_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b md5: 86de12ebf8d7fffeba4ca9dbf13e9733 depends: @@ -10737,36 +8503,7 @@ packages: purls: [] size: 957632 timestamp: 1716395481752 -- kind: conda - name: libarchive - version: 3.7.4 - build: hfca40fe_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 - md5: 32ddb97f897740641d8d46a829ce1704 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 871853 - timestamp: 1716394516418 -- kind: conda - name: libasprintf - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda sha256: 31d58af7eb54e2938123200239277f14893c5fa4b5d0280c8cf55ae10000638b md5: dd197c968bf9760bba0031888d431ede depends: @@ -10776,13 +8513,7 @@ packages: purls: [] size: 43226 timestamp: 1712512265295 -- kind: conda - name: libasprintf-devel - version: 0.22.5 - build: h661eb56_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda sha256: 99d26d272a8203d30b3efbe734a99c823499884d7759b4291674438137c4b5ca md5: 02e41ab5834dcdcc8590cf29d9526f50 depends: @@ -10792,35 +8523,8 @@ packages: purls: [] size: 34225 timestamp: 1712512295117 -- kind: conda - name: libblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14749 - timestamp: 1712542279018 -- kind: conda - name: libblas - version: 3.9.0 - build: 23_linux64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda sha256: edb1cee5da3ac4936940052dcab6969673ba3874564f90f5110f8c11eed789c2 md5: 96c8450a40aa2b9733073a9460de972c depends: @@ -10836,13 +8540,8 @@ packages: purls: [] size: 14880 timestamp: 1721688759937 -- kind: conda - name: libblas - version: 3.9.0 - build: 23_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda sha256: 17d90edd4742fbee0bcafb4f12d08dd5d1939b12a9c2f21caccfa3717fcab065 md5: 3ac1ad627e1a07fae62556d6aabafdfd depends: @@ -10858,13 +8557,25 @@ packages: purls: [] size: 14917 timestamp: 1721688777901 -- kind: conda - name: libblas - version: 3.9.0 - build: 23_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 + md5: b80966a8c8dd0b531f8e65f709d732e8 + depends: + - libopenblas >=0.3.27,<0.3.28.0a0 + - libopenblas >=0.3.27,<1.0a0 + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + - liblapack 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14749 + timestamp: 1712542279018 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda sha256: 1c30da861e306a25fac8cd30ce0c1b31c9238d04e7768c381cf4d431b4361e6c md5: acae9191e8772f5aff48ab5232d4d2a3 depends: @@ -10880,13 +8591,8 @@ packages: purls: [] size: 15103 timestamp: 1721688997980 -- kind: conda - name: libblas - version: 3.9.0 - build: 23_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c md5: 693407a31c27e70c750b5ae153251d9a depends: @@ -10901,27 +8607,17 @@ packages: purls: [] size: 5192100 timestamp: 1721689573083 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h0dc2134_1 - 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 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda + sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 + md5: aec6c91c7371c26392a06708a73c70e5 + depends: + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 67476 - timestamp: 1695990207321 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda + size: 69403 + timestamp: 1695990007212 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda sha256: 1c3d4ea61e862eb5f1968915f6f5917ea61db9921aec30b14785775c87234060 md5: 1b219fd801eddb7a94df5bd001053ad9 depends: @@ -10931,13 +8627,15 @@ packages: purls: [] size: 69237 timestamp: 1695990107496 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a + md5: 9e6c31441c9aa24e41ace40d6151aab6 + license: MIT + license_family: MIT + purls: [] + size: 67476 + timestamp: 1695990207321 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 md5: cd68f024df0304be41d29a9088162b02 license: MIT @@ -10945,13 +8643,7 @@ packages: purls: [] size: 68579 timestamp: 1695990426128 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 md5: f77f319fb82980166569e1280d5b2864 depends: @@ -10963,45 +8655,18 @@ packages: purls: [] size: 70598 timestamp: 1695990405143 -- kind: conda - name: libbrotlicommon - version: 1.1.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - md5: aec6c91c7371c26392a06708a73c70e5 +- conda: 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 license: MIT license_family: MIT purls: [] - size: 69403 - timestamp: 1695990007212 -- 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 - license: MIT - license_family: MIT - purls: [] - size: 30327 - timestamp: 1695990232422 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda + size: 32775 + timestamp: 1695990022788 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda sha256: 1d2558efbb727f9065dd94d5f906aa68252153f80e571456d3695fa102e8a352 md5: 8db7cff89510bec0b863a0a8ee6a7bce depends: @@ -11012,13 +8677,17 @@ packages: purls: [] size: 31926 timestamp: 1695990123189 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda +- conda: 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 + license: MIT + license_family: MIT + purls: [] + size: 30327 + timestamp: 1695990232422 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a md5: ee1a519335cc10d0ec7e097602058c0a depends: @@ -11028,13 +8697,7 @@ packages: purls: [] size: 28928 timestamp: 1695990463780 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 depends: @@ -11047,46 +8710,18 @@ packages: purls: [] size: 32788 timestamp: 1695990443165 -- kind: conda - name: libbrotlidec - version: 1.1.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 - md5: f07002e225d7a60a694d42a7bf5ff53f +- conda: 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 license: MIT license_family: MIT purls: [] - size: 32775 - timestamp: 1695990022788 -- kind: conda - name: libbrotlienc - version: 1.1.0 - 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 - license: MIT - license_family: MIT - purls: [] - size: 299092 - timestamp: 1695990259225 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda + size: 282523 + timestamp: 1695990038302 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda sha256: 271fd8ef9181ad19246bf8b4273c99b9608c6eedecb6b11cd925211b8f1c6217 md5: ad3d3a826b5848d99936e4466ebbaa26 depends: @@ -11097,13 +8732,17 @@ packages: purls: [] size: 290542 timestamp: 1695990138784 -- kind: conda - name: libbrotlienc - version: 1.1.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda +- conda: 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 + license: MIT + license_family: MIT + purls: [] + size: 299092 + timestamp: 1695990259225 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a md5: d7e077f326a98b2cc60087eaff7c730b depends: @@ -11113,13 +8752,7 @@ packages: purls: [] size: 280943 timestamp: 1695990509392 -- 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 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca md5: 71e890a0b361fd58743a13f77e1506b7 depends: @@ -11132,29 +8765,7 @@ packages: purls: [] size: 246515 timestamp: 1695990479484 -- 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 - license: MIT - license_family: MIT - purls: [] - size: 282523 - timestamp: 1695990038302 -- kind: conda - name: libcap - version: '2.69' - build: h0f662aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c md5: 25cb5999faa414e5ccb2c1388f62d3d5 depends: @@ -11165,33 +8776,8 @@ packages: purls: [] size: 100582 timestamp: 1684162447012 -- kind: conda - name: libcblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14636 - timestamp: 1712542311437 -- kind: conda - name: libcblas - version: 3.9.0 - build: 23_linux64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda sha256: 3e7a3236e7e03e308e1667d91d0aa70edd0cba96b4b5563ef4adde088e0881a5 md5: eede29b40efa878cbe5bdcb767e97310 depends: @@ -11205,13 +8791,8 @@ packages: purls: [] size: 14798 timestamp: 1721688767584 -- kind: conda - name: libcblas - version: 3.9.0 - build: 23_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda sha256: a885bc11fcbe568a7abaff1188f1713b8709e35382606e6ee2cf7cfed6a0b6de md5: 65a4f18036c0f5419146fddee6653a96 depends: @@ -11225,13 +8806,23 @@ packages: purls: [] size: 14828 timestamp: 1721688783578 -- kind: conda - name: libcblas - version: 3.9.0 - build: 23_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 + md5: b9fef82772330f61b2b0201c72d2c29b + depends: + - libblas 3.9.0 22_osx64_openblas + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - liblapack 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14636 + timestamp: 1712542311437 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda sha256: c39d944909d0608bd0333398be5e0051045c9451bfd6cc6320732d33375569c8 md5: bad6ee9b7d5584efc2bc5266137b5f0d depends: @@ -11245,13 +8836,8 @@ packages: purls: [] size: 14991 timestamp: 1721689017803 -- kind: conda - name: libcblas - version: 3.9.0 - build: 23_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 depends: @@ -11265,13 +8851,7 @@ packages: purls: [] size: 5191981 timestamp: 1721689628480 -- kind: conda - name: libclang-cpp15 - version: 15.0.7 - build: default_h127d8a8_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda sha256: 9b0238e705a33da74ca82efd03974f499550f7dada1340cc9cb7c35a92411ed8 md5: d0a9633b53cdc319b8a1a532ae7822b8 depends: @@ -11283,13 +8863,7 @@ packages: purls: [] size: 17206402 timestamp: 1711063711931 -- kind: conda - name: libclang13 - version: 18.1.8 - build: default_h9def88c_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda sha256: ec9a672623c5d485e48bd14f36353ec0b5c14f516440dfbb6674b1c784289eb4 md5: 04c8c481b30c3fe62bec148fa4a75857 depends: @@ -11302,13 +8876,7 @@ packages: purls: [] size: 11016960 timestamp: 1721479548831 -- kind: conda - name: libclang13 - version: 18.1.8 - build: default_ha5278ca_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 md5: 30a167d5b69555fbf39192a23e40df52 depends: @@ -11322,60 +8890,39 @@ packages: purls: [] size: 25327749 timestamp: 1721486985259 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: h01db608_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea - md5: 268ee639c17ada0002fb04dd21816cc2 +- conda: 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 license: BSD-3-Clause license_family: BSD purls: [] - size: 18669 - timestamp: 1633683724891 -- kind: conda - name: libcrc32c - version: 1.1.2 - 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 + size: 20440 + timestamp: 1633683576494 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 + sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea + md5: 268ee639c17ada0002fb04dd21816cc2 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 25694 - timestamp: 1633684287072 -- kind: conda - name: libcrc32c - version: 1.1.2 - 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 + size: 18669 + timestamp: 1633683724891 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 + sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff + md5: 23d6d5a69918a438355d7cbc4c3d54c9 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 + - libcxx >=11.1.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 20440 - timestamp: 1633683576494 -- kind: conda - name: libcrc32c - version: 1.1.2 - build: hbdafb3b_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + size: 20128 + timestamp: 1633683906221 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 md5: 32bd82a6a625ea6ce090a81c3d34edeb depends: @@ -11385,28 +8932,18 @@ packages: purls: [] size: 18765 timestamp: 1633683992603 -- kind: conda - name: libcrc32c - version: 1.1.2 - 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 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e + md5: cd4cc2d0c610c8cb5419ccc979f2d6ce depends: - - libcxx >=11.1.0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: BSD-3-Clause license_family: BSD purls: [] - size: 20128 - timestamp: 1633683906221 -- kind: conda - name: libcups - version: 2.3.3 - build: h4637d8d_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda + size: 25694 + timestamp: 1633684287072 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 md5: d4529f4dff3057982a7617c7ac58fde3 depends: @@ -11419,32 +8956,7 @@ packages: purls: [] size: 4519402 timestamp: 1689195353551 -- kind: conda - name: libcurl - version: 8.9.1 - build: h18fefc2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda - sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 - md5: 099a1016d23baa4f41148a985351a7a8 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT - purls: [] - size: 339298 - timestamp: 1722440239161 -- kind: conda - name: libcurl - version: 8.9.1 - build: hdb1bdb2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda sha256: 0ba60f83709068e9ec1ab543af998cb5a201c8379c871205447684a34b5abfd8 md5: 7da1d242ca3591e174a3c7d82230d3c0 depends: @@ -11460,12 +8972,7 @@ packages: purls: [] size: 416057 timestamp: 1722439924963 -- kind: conda - name: libcurl - version: 8.9.1 - build: hfa30633_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda sha256: ded3a7ce889fc45926a49be14801ed334f2e40ca52380edabbcf5484ec7a889b md5: efeb999ea2b519696001823b8e49cdbd depends: @@ -11481,12 +8988,7 @@ packages: purls: [] size: 429297 timestamp: 1722439988823 -- kind: conda - name: libcurl - version: 8.9.1 - build: hfcf2730_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda sha256: a7ce066fbb2d34f7948d8e5da30d72ff01f0a5bcde05ea46fa2d647eeedad3a7 md5: 6ea09f173c46d135ee6d6845fe50a9c0 depends: @@ -11501,12 +9003,7 @@ packages: purls: [] size: 397060 timestamp: 1722440158491 -- kind: conda - name: libcurl - version: 8.9.1 - build: hfd8ffcc_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda sha256: 4d6006c866844a39fb835436a48407f54f2310111a6f1d3e89efb16cf5c4d81b md5: be0f46c6362775504d8894bd788a45b2 depends: @@ -11521,13 +9018,32 @@ packages: purls: [] size: 374937 timestamp: 1722440523552 -- kind: conda - name: libcxx - version: 18.1.8 - build: h167917d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda + sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 + md5: 099a1016d23baa4f41148a985351a7a8 + depends: + - krb5 >=1.21.3,<1.22.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: curl + license_family: MIT + purls: [] + size: 339298 + timestamp: 1722440239161 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda + sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 + md5: c21d8b63b5cf5d3290d5a7aa2b028bcc + depends: + - __osx >=10.13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 1221021 + timestamp: 1722378520414 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda sha256: 001b211de6264f7160f4e781efbff11cd67a326f67b7d6b07e6278fcb0cc2f50 md5: 15656a04159b40ab98e02b46b52b7919 depends: @@ -11537,28 +9053,17 @@ packages: purls: [] size: 1220245 timestamp: 1722378613893 -- kind: conda - name: libcxx - version: 18.1.8 - build: hef8daea_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 - md5: c21d8b63b5cf5d3290d5a7aa2b028bcc +- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda + sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 + md5: 8e88f9389f1165d7c0936fe40d9a9a79 depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + - libgcc-ng >=12 + license: MIT + license_family: MIT purls: [] - size: 1221021 - timestamp: 1722378520414 -- kind: conda - name: libdeflate - version: '1.20' - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda + size: 71500 + timestamp: 1711196523408 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda sha256: 01efbc296d47de9861100d9a9ad2c7f682adc71a0e9b9b040a35b454d1ccd3bd md5: 018592a3d691662f451f89d0de474a20 depends: @@ -11568,12 +9073,7 @@ packages: purls: [] size: 69943 timestamp: 1711196586503 -- kind: conda - name: libdeflate - version: '1.20' - build: h49d49c5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda sha256: 8c2087952db55c4118dd2e29381176a54606da47033fd61ebb1b0f4391fcd28d md5: d46104f6a896a0bc6a1d37b88b2edf5c license: MIT @@ -11581,12 +9081,7 @@ packages: purls: [] size: 70364 timestamp: 1711196727346 -- kind: conda - name: libdeflate - version: '1.20' - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925 md5: 97efeaeba2a9a82bdf46fc6d025e3a57 license: MIT @@ -11594,12 +9089,7 @@ packages: purls: [] size: 54481 timestamp: 1711196723486 -- kind: conda - name: libdeflate - version: '1.20' - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 md5: b12b5bde5eb201a1df75e49320cc938a depends: @@ -11611,28 +9101,29 @@ packages: purls: [] size: 155358 timestamp: 1711197066985 -- kind: conda - name: libdeflate - version: '1.20' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda - sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 - md5: 8e88f9389f1165d7c0936fe40d9a9a79 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf + md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 71500 - timestamp: 1711196523408 -- kind: conda - name: libedit - version: 3.1.20191231 - build: h0678c8f_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + size: 123878 + timestamp: 1597616541093 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d + md5: 29371161d77933a54fccf1bb66b96529 + depends: + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 134104 + timestamp: 1597617110769 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 md5: 6016a8a1d0e63cac3de2c352cd40208b depends: @@ -11642,13 +9133,7 @@ packages: purls: [] size: 105382 timestamp: 1597616576726 -- kind: conda - name: libedit - version: 3.1.20191231 - 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 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca md5: 30e4362988a2623e9eb34337b83e01f9 depends: @@ -11658,47 +9143,27 @@ packages: purls: [] size: 96607 timestamp: 1597616630749 -- 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 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + md5: 172bf1cd1ff8629f2b1179945ed45055 depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 + - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 123878 - timestamp: 1597616541093 -- kind: conda - name: libedit - version: 3.1.20191231 - build: he28a2e2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 + size: 112766 + timestamp: 1702146165126 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda + sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 + md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 + - libgcc-ng >=12 license: BSD-2-Clause license_family: BSD purls: [] - size: 134104 - timestamp: 1597617110769 -- kind: conda - name: libev - version: '4.33' - build: h10d778d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + size: 115123 + timestamp: 1702146237623 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 md5: 899db79329439820b7e8f8de41bca902 license: BSD-2-Clause @@ -11706,29 +9171,7 @@ packages: purls: [] size: 106663 timestamp: 1702146352558 -- kind: conda - name: libev - version: '4.33' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 - md5: a9a13cb143bbaa477b1ebaefbe47a302 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 115123 - timestamp: 1702146237623 -- kind: conda - name: libev - version: '4.33' - build: h93a5062_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f md5: 36d33e440c31857372a72137f78bacf5 license: BSD-2-Clause @@ -11736,29 +9179,7 @@ packages: purls: [] size: 107458 timestamp: 1702146414478 -- kind: conda - name: libev - version: '4.33' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 112766 - timestamp: 1702146165126 -- kind: conda - name: libevent - version: 2.1.12 - build: hf998b51_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 md5: a1cfcc585f0c42bf8d5546bb1dfb668d depends: @@ -11769,29 +9190,7 @@ packages: purls: [] size: 427426 timestamp: 1685725977222 -- kind: conda - name: libexpat - version: 2.6.2 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 - md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 - depends: - - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - purls: [] - size: 72544 - timestamp: 1710362309065 -- kind: conda - name: libexpat - version: 2.6.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 md5: e7ba12deb7020dd080c6c70e7b6f6a3d depends: @@ -11803,27 +9202,19 @@ packages: purls: [] size: 73730 timestamp: 1710362120304 -- kind: conda - name: libexpat - version: 2.6.2 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 - md5: bc592d03f62779511d392c175dcece64 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 + md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 + depends: + - libgcc-ng >=12 constrains: - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 139224 - timestamp: 1710362609641 -- kind: conda - name: libexpat - version: 2.6.2 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + size: 72544 + timestamp: 1710362309065 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 md5: 3d1d51c8f716d97c864d12f7af329526 constrains: @@ -11833,12 +9224,7 @@ packages: purls: [] size: 69246 timestamp: 1710362566073 -- kind: conda - name: libexpat - version: 2.6.2 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e md5: e3cde7cfa87f82f7cb13d482d5e0ad09 constrains: @@ -11848,41 +9234,27 @@ packages: purls: [] size: 63655 timestamp: 1710362424980 -- kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 +- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 + md5: bc592d03f62779511d392c175dcece64 + constrains: + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 51348 - timestamp: 1636488394370 -- kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 + size: 139224 + timestamp: 1710362609641 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 + depends: + - libgcc-ng >=9.4.0 license: MIT license_family: MIT purls: [] - size: 39020 - timestamp: 1636488587153 -- kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + size: 58292 + timestamp: 1636488182923 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c md5: dddd85f4d52121fab0a8b099c5e06501 depends: @@ -11892,29 +9264,23 @@ packages: purls: [] size: 59450 timestamp: 1636488255090 -- kind: conda - name: libffi - version: 3.4.2 - build: h7f98852_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - depends: - - libgcc-ng >=9.4.0 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: ccb34fb14960ad8b125962d3d79b31a9 license: MIT license_family: MIT purls: [] - size: 58292 - timestamp: 1636488182923 -- kind: conda - name: libffi - version: 3.4.2 - build: h8ffe710_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + size: 51348 + timestamp: 1636488394370 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 + sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca + md5: 086914b672be056eb70fd4285b6783b6 + license: MIT + license_family: MIT + purls: [] + size: 39020 + timestamp: 1636488587153 +- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 md5: 2c96d1b6915b408893f9472569dee135 depends: @@ -11925,12 +9291,7 @@ packages: purls: [] size: 42063 timestamp: 1636489106777 -- kind: conda - name: libflac - version: 1.4.3 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d md5: ee48bf17cc83a00f59ca1494d5646869 depends: @@ -11944,13 +9305,7 @@ packages: purls: [] size: 394383 timestamp: 1687765514062 -- kind: conda - name: libgcc - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 md5: 3cb76c3f10d3bc7f1105b2fc9db984df depends: @@ -11964,13 +9319,7 @@ packages: purls: [] size: 848745 timestamp: 1729027721139 -- kind: conda - name: libgcc - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 md5: 511b511c5445e324066c3377481bcab8 depends: @@ -11983,48 +9332,7 @@ packages: purls: [] size: 535243 timestamp: 1729089435134 -- kind: conda - name: libgcc-ng - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda - sha256: b8e869ac96591cda2704bf7e77a301025e405227791a0bddf14a3dac65125538 - md5: ca0fad6a41ddaef54a153b78eccb5037 - depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 h77fa898_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 842109 - timestamp: 1719538896937 -- kind: conda - name: libgcc-ng - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he277a41_0.conda - sha256: b9ca03216bc089c0c46f008bc6f447bc0df8dc826d9801fb4283e49fa89c877e - md5: 47ecd1292a3fd78b616640b35dd9632c - depends: - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 he277a41_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 532273 - timestamp: 1719547536460 -- kind: conda - name: libgcc-ng - version: 14.2.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 md5: e39480b9ca41323497b05492a63bc35b depends: @@ -12034,13 +9342,7 @@ packages: purls: [] size: 54142 timestamp: 1729027726517 -- kind: conda - name: libgcc-ng - version: 14.2.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 md5: 0694c249c61469f2c0f7e2990782af21 depends: @@ -12050,13 +9352,7 @@ packages: purls: [] size: 54104 timestamp: 1729089444587 -- kind: conda - name: libgcrypt - version: 1.11.0 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda sha256: 9e97e4a753d2ee238cfc7375f0882830f0d8c1667431bc9d070a0f6718355570 md5: 14858a47d4cc995892e79f2b340682d7 depends: @@ -12067,15 +9363,9 @@ packages: purls: [] size: 684307 timestamp: 1721392291497 -- kind: conda - name: libgd - version: 2.3.3 - build: h0dceb68_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda - sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 - md5: 1feb43971521d430bf826f8398598c5b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda + sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d + md5: cfebc557e54905dadc355c0e9f003004 depends: - expat - fontconfig >=2.14.2,<3.0a0 @@ -12083,7 +9373,7 @@ packages: - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 @@ -12094,17 +9384,11 @@ packages: license: GD license_family: BSD purls: [] - size: 202884 - timestamp: 1696161058863 -- kind: conda - name: libgd - version: 2.3.3 - build: h119a65a_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d - md5: cfebc557e54905dadc355c0e9f003004 + size: 224448 + timestamp: 1696160785971 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda + sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b + md5: 765021fb606a138701b961b4a3607a3e depends: - expat - fontconfig >=2.14.2,<3.0a0 @@ -12123,17 +9407,11 @@ packages: license: GD license_family: BSD purls: [] - size: 224448 - timestamp: 1696160785971 -- kind: conda - name: libgd - version: 2.3.3 - build: h312136b_9 - build_number: 9 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda - sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 - md5: 69c987e1f9268d9ade86497c4ab8cc45 + size: 231712 + timestamp: 1696160722186 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda + sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 + md5: 1feb43971521d430bf826f8398598c5b depends: - expat - fontconfig >=2.14.2,<3.0a0 @@ -12141,31 +9419,22 @@ packages: - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.16,<4.0a0 - zlib license: GD license_family: BSD purls: [] - size: 344848 - timestamp: 1696161193894 -- kind: conda - name: libgd - version: 2.3.3 - build: hcd22fd5_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b - md5: 765021fb606a138701b961b4a3607a3e + size: 202884 + timestamp: 1696161058863 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda + sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec + md5: 0d847466f115fbdaaf2b6926f2e33278 depends: - expat - fontconfig >=2.14.2,<3.0a0 @@ -12173,7 +9442,7 @@ packages: - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 @@ -12184,17 +9453,11 @@ packages: license: GD license_family: BSD purls: [] - size: 231712 - timestamp: 1696160722186 -- kind: conda - name: libgd - version: 2.3.3 - build: hfdf3952_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda - sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec - md5: 0d847466f115fbdaaf2b6926f2e33278 + size: 206783 + timestamp: 1696161158189 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 + md5: 69c987e1f9268d9ade86497c4ab8cc45 depends: - expat - fontconfig >=2.14.2,<3.0a0 @@ -12202,28 +9465,25 @@ packages: - freetype >=2.12.1,<3.0a0 - icu >=73.2,<74.0a0 - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xorg-libxpm >=3.5.16,<4.0a0 - zlib license: GD license_family: BSD purls: [] - size: 206783 - timestamp: 1696161158189 -- kind: conda - name: libgdal - version: 3.9.1 - build: h57928b3_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e - md5: 5e15dafa70da7df389b9d193fdf43f65 + size: 344848 + timestamp: 1696161193894 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda + sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c + md5: 421c565d76852a91dbad56fb6b0b1ed1 depends: - libgdal-core 3.9.1.* - libgdal-fits 3.9.1.* @@ -12241,17 +9501,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 422016 - timestamp: 1722377230255 -- kind: conda - name: libgdal - version: 3.9.1 - build: h694c41f_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 - md5: 201d2ede2ae976a6959d4f587b2708fd + size: 421102 + timestamp: 1722372161864 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda + sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a + md5: a9fbb8b72340a019cee7277c3cea9549 depends: - libgdal-core 3.9.1.* - libgdal-fits 3.9.1.* @@ -12269,17 +9523,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 421511 - timestamp: 1722374962165 -- kind: conda - name: libgdal - version: 3.9.1 - build: h8af1aa0_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a - md5: a9fbb8b72340a019cee7277c3cea9549 + size: 421401 + timestamp: 1722372507738 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda + sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 + md5: 201d2ede2ae976a6959d4f587b2708fd depends: - libgdal-core 3.9.1.* - libgdal-fits 3.9.1.* @@ -12297,17 +9545,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 421401 - timestamp: 1722372507738 -- kind: conda - name: libgdal - version: 3.9.1 - build: ha770c72_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c - md5: 421c565d76852a91dbad56fb6b0b1ed1 + size: 421511 + timestamp: 1722374962165 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda + sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 + md5: 7bca008117da87b8152368d9b0dc6786 depends: - libgdal-core 3.9.1.* - libgdal-fits 3.9.1.* @@ -12325,17 +9567,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 421102 - timestamp: 1722372161864 -- kind: conda - name: libgdal - version: 3.9.1 - build: hce30654_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 - md5: 7bca008117da87b8152368d9b0dc6786 + size: 421673 + timestamp: 1722375669238 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e + md5: 5e15dafa70da7df389b9d193fdf43f65 depends: - libgdal-core 3.9.1.* - libgdal-fits 3.9.1.* @@ -12353,19 +9589,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 421673 - timestamp: 1722375669238 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: h858dd01_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 - md5: c862df33b6a3e4eca89e309100ad329c + size: 422016 + timestamp: 1722377230255 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda + sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 + md5: acb13917dca00666f11474e7972d9cb2 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 - blosc >=1.21.6,<2.0a0 - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 @@ -12374,16 +9604,18 @@ packages: - lerc >=4.0.0,<5.0a0 - libarchive >=3.7.4,<3.8.0a0 - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 + - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -12397,21 +9629,14 @@ packages: constrains: - libgdal 3.9.1.* license: MIT - license_family: MIT - purls: [] - size: 8943547 - timestamp: 1722371349347 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: h896ba76_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 - md5: 26af2a766abcfff774186fad8cd691e7 + license_family: MIT + purls: [] + size: 10226934 + timestamp: 1722370815128 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda + sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 + md5: 3915141c77f6f28e9045529ad1063769 depends: - - __osx >=11.0 - blosc >=1.21.6,<2.0a0 - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 @@ -12420,16 +9645,18 @@ packages: - lerc >=4.0.0,<5.0a0 - libarchive >=3.7.4,<3.8.0a0 - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 + - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -12445,19 +9672,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 8232149 - timestamp: 1722371644322 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: h8f9377d_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 - md5: acb13917dca00666f11474e7972d9cb2 + size: 9959908 + timestamp: 1722370980704 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda + sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 + md5: c862df33b6a3e4eca89e309100ad329c depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - blosc >=1.21.6,<2.0a0 - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 @@ -12466,18 +9687,16 @@ packages: - lerc >=4.0.0,<5.0a0 - libarchive >=3.7.4,<3.8.0a0 - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -12493,18 +9712,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 10226934 - timestamp: 1722370815128 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: ha6a86ea_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 - md5: 3915141c77f6f28e9045529ad1063769 + size: 8943547 + timestamp: 1722371349347 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda + sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 + md5: 26af2a766abcfff774186fad8cd691e7 depends: + - __osx >=11.0 - blosc >=1.21.6,<2.0a0 - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 @@ -12513,18 +9727,16 @@ packages: - lerc >=4.0.0,<5.0a0 - libarchive >=3.7.4,<3.8.0a0 - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - libwebp-base >=1.4.0,<2.0a0 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -12540,15 +9752,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 9959908 - timestamp: 1722370980704 -- kind: conda - name: libgdal-core - version: 3.9.1 - build: hcff673a_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + size: 8232149 + timestamp: 1722371644322 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b md5: 7039792599a736b9b76db35b55f1ce1c depends: @@ -12587,34 +9793,22 @@ packages: purls: [] size: 8053565 timestamp: 1722372555487 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h0a0b71e_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 - md5: 6e21157429c310803cba3369581e1061 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda + sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 + md5: d0beafb715671a47a49350ace6325d63 depends: + - __glibc >=2.17,<3.0.a0 - cfitsio >=4.4.1,<4.4.2.0a0 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 496116 - timestamp: 1722375134577 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h2758869_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda + size: 475012 + timestamp: 1722371591313 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda sha256: 4696ef4269587f24e2016ce77cd4ce7d0dc1297913a9e76bc9dfbc774fdd0f72 md5: 5ce52f96e40a5a3406974e732832f58c depends: @@ -12628,13 +9822,7 @@ packages: purls: [] size: 473575 timestamp: 1722371921667 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h5d197d2_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda sha256: d3c731f01fe42916c8d2c35a3a85365c08585fc7a486cd709c659a5aa0126e0a md5: 75ea8cd96e5f32c06347df276de09bb3 depends: @@ -12648,13 +9836,7 @@ packages: purls: [] size: 467786 timestamp: 1722373045891 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: h7a7a030_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda sha256: a48c2fe1d6965cb68c6170ab6a3b17b07d575665c4bd6ec00146fc18fd89e568 md5: 63257b60e71e8392dd0fce989a2753cc depends: @@ -12668,18 +9850,27 @@ packages: purls: [] size: 464862 timestamp: 1722373691174 -- kind: conda - name: libgdal-fits - version: 3.9.1 - build: hdd6600c_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 - md5: d0beafb715671a47a49350ace6325d63 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 + md5: 6e21157429c310803cba3369581e1061 depends: - - __glibc >=2.17,<3.0.a0 - cfitsio >=4.4.1,<4.4.2.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 496116 + timestamp: 1722375134577 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda + sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df + md5: 9966045d95dd0edfa00cf30080d34916 + depends: + - __glibc >=2.17,<3.0.a0 + - libaec >=1.1.3,<2.0a0 - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 @@ -12687,15 +9878,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 475012 - timestamp: 1722371591313 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: h0b38e0c_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda + size: 721029 + timestamp: 1722371641040 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda sha256: f8fae279bce5981af463c2fd67691ae201e419214b3e2fec787c93e24e348d23 md5: 3e884b1332e5ad564c5a79957c9f47b0 depends: @@ -12709,13 +9894,7 @@ packages: purls: [] size: 719972 timestamp: 1722371972166 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: h385febf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda sha256: 40d18842c6f9481f099ab0fb1dbee4fdf62dcfb878be3f7fd368b5302fa382ff md5: 39e0d03c6b552787b4af8fb1d56449e4 depends: @@ -12729,34 +9908,21 @@ packages: purls: [] size: 661554 timestamp: 1722373219990 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: h5f34788_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df - md5: 9966045d95dd0edfa00cf30080d34916 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda + sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 + md5: 413fc7370f6a3fe0b66b7494d50a51c6 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 721029 - timestamp: 1722371641040 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: hd2a089b_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + size: 650495 + timestamp: 1722373866043 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 md5: 10af16f730fc348ec0212b7c912928dd depends: @@ -12771,55 +9937,23 @@ packages: purls: [] size: 676592 timestamp: 1722375318870 -- kind: conda - name: libgdal-grib - version: 3.9.1 - build: hdd4b840_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 - md5: 413fc7370f6a3fe0b66b7494d50a51c6 - depends: - - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 650495 - timestamp: 1722373866043 -- kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h430f241_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 - md5: b721f0b510b0f13b0447132710e89886 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda + sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 + md5: 0b0a4fdf8e78f17784ad325a68a6320b depends: + - __glibc >=2.17,<3.0.a0 - hdf4 >=4.2.15,<4.2.16.0a0 - libaec >=1.1.3,<2.0a0 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 561347 - timestamp: 1722375491611 -- kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h48a2630_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda + size: 575548 + timestamp: 1722371689229 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda sha256: 705c5bca42caaf4fecbd0d6d2b33be130528774e509dcb0ded6918235fe33bc0 md5: bd1f4edaff8f14e14c299a44e7021025 depends: @@ -12834,13 +9968,7 @@ packages: purls: [] size: 622965 timestamp: 1722372021494 -- kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h86719f3_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda sha256: 6f8414f4fffdf2e058320d23b3414023237f3772a4d454db68ae5b4ddea990ed md5: 2e22e807e9f19f2d751f2930587ec627 depends: @@ -12855,13 +9983,7 @@ packages: purls: [] size: 590403 timestamp: 1722373413042 -- kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: h94124bd_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda sha256: 9d8e13357c65a86d523bf8129b42a57e990b877780ebd8ac8615dad28688e08c md5: bd74593d2722709f124c0d1c99eb3d69 depends: @@ -12876,55 +9998,38 @@ packages: purls: [] size: 577207 timestamp: 1722374069096 -- kind: conda - name: libgdal-hdf4 - version: 3.9.1 - build: ha39a594_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 - md5: 0b0a4fdf8e78f17784ad325a68a6320b +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 + md5: b721f0b510b0f13b0447132710e89886 depends: - - __glibc >=2.17,<3.0.a0 - hdf4 >=4.2.15,<4.2.16.0a0 - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 575548 - timestamp: 1722371689229 -- kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h513f0eb_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 - md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 + size: 561347 + timestamp: 1722375491611 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda + sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 + md5: dbf13edf61743251f1f97cc806dea754 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 600456 - timestamp: 1722373634116 -- kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: h6f3bf7f_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda + size: 638351 + timestamp: 1722371743905 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda sha256: 96d11bc4f683018f4db44161a1ba7f1d8b9dbfc7ca673f48a34c9da8426b1ed8 md5: 3f0c021e98c5a43f9b647730a4aacfd2 depends: @@ -12938,55 +10043,21 @@ packages: purls: [] size: 635134 timestamp: 1722372080876 -- kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: ha2ed5f0_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 - md5: dbf13edf61743251f1f97cc806dea754 - depends: - - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 638351 - timestamp: 1722371743905 -- kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: had131a1_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 - md5: a470b96438067e04860b0604bf4a4a98 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda + sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 + md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 depends: + - __osx >=10.13 - hdf5 >=1.14.3,<1.14.4.0a0 + - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 612275 - timestamp: 1722375691115 -- kind: conda - name: libgdal-hdf5 - version: 3.9.1 - build: hf90b89a_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda + size: 600456 + timestamp: 1722373634116 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda sha256: 51bbc498d27b46166218977f6328033f02c0e1eda31494e21fb7107119fc70f6 md5: 1dfed8de5c7e626a9c0065363b608e67 depends: @@ -13000,33 +10071,22 @@ packages: purls: [] size: 591751 timestamp: 1722374289570 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h014dd2c_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 - md5: f4e546091123173192a0b8bce2a1f0c0 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 + md5: a470b96438067e04860b0604bf4a4a98 depends: - - libgcc-ng >=12 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 468005 - timestamp: 1722372121152 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h2ebfdf0_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda + size: 612275 + timestamp: 1722375691115 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda sha256: 86c155ac5dce0dcd14eb6fa5681e4fe42d027d5e4b8793eca6e53ece5d34e716 md5: 49757d4abcb8d6dbc95b8a5f71dd9487 depends: @@ -13041,33 +10101,21 @@ packages: purls: [] size: 466534 timestamp: 1722371785100 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: h54bcb16_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 - md5: 9414343eb3fef0e857868a6ad7f660f6 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda + sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 + md5: f4e546091123173192a0b8bce2a1f0c0 depends: - - __osx >=11.0 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 - openjpeg >=2.5.2,<3.0a0 license: MIT license_family: MIT purls: [] - size: 461468 - timestamp: 1722374465941 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hc5f35ca_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda + size: 468005 + timestamp: 1722372121152 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda sha256: 4edee875f19287a84a848c1046b1bc57ed4c4e304c77a8199b6bc2bdbc7674f0 md5: 75a4201e6f12818559135b68006f3cf8 depends: @@ -13081,13 +10129,21 @@ packages: purls: [] size: 463116 timestamp: 1722373766579 -- kind: conda - name: libgdal-jp2openjpeg - version: 3.9.1 - build: hed4c6cb_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda + sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 + md5: 9414343eb3fef0e857868a6ad7f660f6 + depends: + - __osx >=11.0 + - libcxx >=16 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - openjpeg >=2.5.2,<3.0a0 + license: MIT + license_family: MIT + purls: [] + size: 461468 + timestamp: 1722374465941 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 md5: f337793dedf75d79fadd0b423e35a6c3 depends: @@ -13102,13 +10158,7 @@ packages: purls: [] size: 496753 timestamp: 1722375850823 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: h2b45729_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda sha256: c982c0c2c3c80cd72fd2f114ebfbbfca361087d57ac85ceb8f286d33ca6f1850 md5: 52a9ea0cf4b7e03f42222d46e45d4880 depends: @@ -13125,58 +10175,39 @@ packages: purls: [] size: 479075 timestamp: 1722372096330 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: h3b8d0bf_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb - md5: 2a3d7aae7801835c1d1c9011ae26bcf5 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda + sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 + md5: f5527e4965aa7f712b68f43815d134b2 depends: - - __osx >=10.13 - hdf5 >=1.14.3,<1.14.4.0a0 - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 474852 - timestamp: 1722374784108 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: h95b1a77_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 - md5: fb2c31c4d9ca970be600abb4281ef7da + size: 475721 + timestamp: 1722372438447 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda + sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb + md5: 2a3d7aae7801835c1d1c9011ae26bcf5 depends: + - __osx >=10.13 - hdf5 >=1.14.3,<1.14.4.0a0 - kealib >=1.5.3,<1.6.0a0 + - libcxx >=16 - libgdal-core >=3.9 - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 517926 - timestamp: 1722377033182 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: hacb1b3e_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda + size: 474852 + timestamp: 1722374784108 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda sha256: ad5989e10705d7f213234e2a2f17e99eb139f6cb599879fb82ce84a942bb5043 md5: 6d339532d82d3bf633843ca5a65ad569 depends: @@ -13192,35 +10223,43 @@ packages: purls: [] size: 468529 timestamp: 1722375482219 -- kind: conda - name: libgdal-kea - version: 3.9.1 - build: hdeddc4b_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 - md5: f5527e4965aa7f712b68f43815d134b2 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 + md5: fb2c31c4d9ca970be600abb4281ef7da + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 517926 + timestamp: 1722377033182 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda + sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d + md5: 68361cd19699c5adf3d161199e3d9d5f depends: + - __glibc >=2.17,<3.0.a0 + - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - libgcc-ng >=12 - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 - libstdcxx-ng >=12 license: MIT license_family: MIT purls: [] - size: 475721 - timestamp: 1722372438447 -- kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h0a2f82e_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda + size: 730424 + timestamp: 1722372156804 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda sha256: cef3c8e095589c09be4487839b14f36ccc9cd2a364438589bfb1662bbd268b00 md5: f6ba56a78dcf13a5ca0b212a3ed532ef depends: @@ -13238,17 +10277,11 @@ packages: purls: [] size: 716843 timestamp: 1722372502180 -- kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h1723b65_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 - md5: faa0b8786f3171f88019453fda51e814 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda + sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c + md5: cf62fe8bb709def59fc2a5092feaa3d9 depends: - - __osx >=11.0 + - __osx >=10.13 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libcxx >=16 @@ -13260,19 +10293,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 664736 - timestamp: 1722375658134 -- kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h3127c03_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c - md5: cf62fe8bb709def59fc2a5092feaa3d9 + size: 687189 + timestamp: 1722374951330 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda + sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 + md5: faa0b8786f3171f88019453fda51e814 depends: - - __osx >=10.13 + - __osx >=11.0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libcxx >=16 @@ -13284,15 +10311,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 687189 - timestamp: 1722374951330 -- kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h55e78d3_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + size: 664736 + timestamp: 1722375658134 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d md5: 8e5c5f9673bf17680f9cc29dfca09174 depends: @@ -13311,79 +10332,50 @@ packages: purls: [] size: 665704 timestamp: 1722377221669 -- kind: conda - name: libgdal-netcdf - version: 3.9.1 - build: h94e7027_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d - md5: 68361cd19699c5adf3d161199e3d9d5f +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda + sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 + md5: 1b89602c212091142d2424cd92fcc90a depends: - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - libstdcxx-ng >=12 + - poppler >=24.7.0,<24.8.0a0 license: MIT license_family: MIT purls: [] - size: 730424 - timestamp: 1722372156804 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h0da0525_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded - md5: c2623f06f3fc11b60fad6e25fc0f8c78 + size: 662774 + timestamp: 1722371847466 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda + sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f + md5: 51e32f34c31c175be96c27e0dc6cdae4 depends: - - __osx >=10.13 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 - poppler >=24.7.0,<24.8.0a0 license: MIT license_family: MIT purls: [] - size: 609159 - timestamp: 1722373940636 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h261eb30_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d - md5: 709319ad178b037ae33d04c72d0bc81f + size: 650685 + timestamp: 1722372186626 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda + sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded + md5: c2623f06f3fc11b60fad6e25fc0f8c78 depends: + - __osx >=10.13 + - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - poppler >=24.7.0,<24.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 625005 - timestamp: 1722376072285 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h4cf08c4_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda + size: 609159 + timestamp: 1722373940636 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda sha256: 566d0d4e6f6ef839860f49af45b0970feab8eea31ba4432c91ec4b092ba16dd3 md5: a351cbe6cc047f1902d68c4c99407852 depends: @@ -13397,96 +10389,68 @@ packages: purls: [] size: 598087 timestamp: 1722374648619 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: h562c687_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 - md5: 1b89602c212091142d2424cd92fcc90a +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d + md5: 709319ad178b037ae33d04c72d0bc81f depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - poppler >=24.7.0,<24.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 662774 - timestamp: 1722371847466 -- kind: conda - name: libgdal-pdf - version: 3.9.1 - build: hd21c838_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f - md5: 51e32f34c31c175be96c27e0dc6cdae4 + size: 625005 + timestamp: 1722376072285 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda + sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 + md5: 2920713e9300584d131b1876150a860a depends: + - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 + - postgresql license: MIT license_family: MIT purls: [] - size: 650685 - timestamp: 1722372186626 -- kind: conda - name: libgdal-pg - version: 3.9.1 - build: h1b48671_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 - md5: ca2b519d68928cc636fb90fb95a4443a + size: 524062 + timestamp: 1722371896223 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda + sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb + md5: 0fd806c5180f6acb690e94f189d68b5a depends: - - __osx >=10.13 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 - postgresql license: MIT license_family: MIT purls: [] - size: 506042 - timestamp: 1722374110518 -- kind: conda - name: libgdal-pg - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb - md5: 0fd806c5180f6acb690e94f189d68b5a + size: 522579 + timestamp: 1722372232353 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda + sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 + md5: ca2b519d68928cc636fb90fb95a4443a depends: - - libgcc-ng >=12 + - __osx >=10.13 + - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - postgresql license: MIT license_family: MIT purls: [] - size: 522579 - timestamp: 1722372232353 -- kind: conda - name: libgdal-pg - version: 3.9.1 - build: h7d28298_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda + size: 506042 + timestamp: 1722374110518 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda sha256: 867ec2ff626a9ff37f2d214392ed9632c0f1016e799f9f5ebdd8211d750d2aaa md5: 48448aee25480ad2c00b870ace0e5202 depends: @@ -13501,13 +10465,7 @@ packages: purls: [] size: 501935 timestamp: 1722374808939 -- kind: conda - name: libgdal-pg - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a md5: a9f48dedf1ec1a5ebfa491d0a0739467 depends: @@ -13523,15 +10481,9 @@ packages: purls: [] size: 531675 timestamp: 1722376257257 -- kind: conda - name: libgdal-pg - version: 3.9.1 - build: he047751_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 - md5: 2920713e9300584d131b1876150a860a +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda + sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 + md5: 987d21f8788ee0d28481ee77d6d9f95a depends: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 @@ -13543,57 +10495,39 @@ packages: license: MIT license_family: MIT purls: [] - size: 524062 - timestamp: 1722371896223 -- kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h1b48671_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be - md5: 54bfdb7cece51e98c6d18d611c050a0c + size: 477668 + timestamp: 1722371940582 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda + sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 + md5: 475a7bc391c777c132b562a44ec41f30 depends: - - __osx >=10.13 - - libcxx >=16 + - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.3,<17.0a0 + - libstdcxx-ng >=12 - postgresql license: MIT license_family: MIT purls: [] - size: 468622 - timestamp: 1722374294068 -- kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h2a60a0a_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 - md5: 475a7bc391c777c132b562a44ec41f30 + size: 478831 + timestamp: 1722372279590 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda + sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be + md5: 54bfdb7cece51e98c6d18d611c050a0c depends: - - libgcc-ng >=12 + - __osx >=10.13 + - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - postgresql license: MIT license_family: MIT purls: [] - size: 478831 - timestamp: 1722372279590 -- kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: h7d28298_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda + size: 468622 + timestamp: 1722374294068 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda sha256: 121a0043c549b000543792b4ed100b89fa6947b6bd2867320e8306366079eec6 md5: d4ee74110a997bfbee6603e3e883000f depends: @@ -13608,13 +10542,7 @@ packages: purls: [] size: 467001 timestamp: 1722374973746 -- kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: ha693a0f_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a md5: 20337307f03ca33f57a95f4c3a156406 depends: @@ -13630,35 +10558,22 @@ packages: purls: [] size: 503724 timestamp: 1722376440899 -- kind: conda - name: libgdal-postgisraster - version: 3.9.1 - build: he047751_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 - md5: 987d21f8788ee0d28481ee77d6d9f95a +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda + sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec + md5: 1a98a4054f11117121604cc365bab135 depends: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - libstdcxx-ng >=12 - - postgresql + - tiledb >=2.25.0,<2.26.0a0 license: MIT license_family: MIT purls: [] - size: 477668 - timestamp: 1722371940582 -- kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h414a831_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda + size: 670902 + timestamp: 1722372008995 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda sha256: f1f6f7919f6d0f90ccf54aac0d14f23fdcd86e0f59b3276704168edcdbbebba8 md5: dc933a29ede1b9b3c13f1bc11b667363 depends: @@ -13672,17 +10587,11 @@ packages: purls: [] size: 660081 timestamp: 1722372349128 -- kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h6fe8b47_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 - md5: b3330426bee22e3d5b517863519ce522 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda + sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 + md5: 9edd2509e8709c0d3ae0f834d73dd65b depends: - - __osx >=11.0 + - __osx >=10.13 - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 @@ -13690,40 +10599,13 @@ packages: license: MIT license_family: MIT purls: [] - size: 614771 - timestamp: 1722375161273 -- kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: h9d8aadb_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec - md5: 1a98a4054f11117121604cc365bab135 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 670902 - timestamp: 1722372008995 -- kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: ha63beff_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 - md5: 9edd2509e8709c0d3ae0f834d73dd65b + size: 629757 + timestamp: 1722374487532 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda + sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 + md5: b3330426bee22e3d5b517863519ce522 depends: - - __osx >=10.13 + - __osx >=11.0 - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 @@ -13731,15 +10613,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 629757 - timestamp: 1722374487532 -- kind: conda - name: libgdal-tiledb - version: 3.9.1 - build: hefbb53f_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + size: 614771 + timestamp: 1722375161273 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 md5: 86235ce63e13475777c334895766bf4e depends: @@ -13754,13 +10630,7 @@ packages: purls: [] size: 627551 timestamp: 1722376685520 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: h062f1c4_10 - build_number: 10 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda sha256: a29fcd4a48720084d6f7608eecee62b54336247a523ad85fc09a67762d932f58 md5: 03ddde37b56f82df0e340db918317a11 depends: @@ -13775,13 +10645,21 @@ packages: purls: [] size: 432767 timestamp: 1722372050389 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: h597966e_10 - build_number: 10 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda + sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de + md5: 7293e7a2d513d00f9bbb96ddcff433db + depends: + - freexl >=2.0.0,<3.0a0 + - libgcc-ng >=12 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 434538 + timestamp: 1722372391679 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda sha256: aef59cb131857ffc74fa3706b744bfd97327da3a2c943d982d299a678d00c0b3 md5: 3e0fdba0acb8fe06329417a8d8eac1c4 depends: @@ -13795,13 +10673,7 @@ packages: purls: [] size: 430804 timestamp: 1722374630488 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hb39617b_10 - build_number: 10 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda sha256: 2c6b7db3b9641f823e65266a20132c6b67e3f22aa8702f39188ef04919867301 md5: 46d6e472fdc2056f45cd1cd0ff4ada73 depends: @@ -13815,13 +10687,7 @@ packages: purls: [] size: 431133 timestamp: 1722375308153 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hd0e23a6_10 - build_number: 10 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 md5: 4c80510ad54df1c350d8a827a14b3ff5 depends: @@ -13836,33 +10702,7 @@ packages: purls: [] size: 465255 timestamp: 1722376846686 -- kind: conda - name: libgdal-xls - version: 3.9.1 - build: hf8b742b_10 - build_number: 10 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de - md5: 7293e7a2d513d00f9bbb96ddcff433db - depends: - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 434538 - timestamp: 1722372391679 -- kind: conda - name: libgettextpo - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda sha256: e2f784564a2bdc6f753f00f63cc77c97601eb03bc89dccc4413336ec6d95490b md5: 172bcc51059416e7ce99e7b528cede83 depends: @@ -13872,13 +10712,7 @@ packages: purls: [] size: 170582 timestamp: 1712512286907 -- kind: conda - name: libgettextpo-devel - version: 0.22.5 - build: h59595ed_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda sha256: 695eb2439ad4a89e4205dd675cc52fba5cef6b5d41b83f07cdbf4770a336cc15 md5: b63d9b6da3653179a278077f0de20014 depends: @@ -13889,13 +10723,7 @@ packages: purls: [] size: 36758 timestamp: 1712512303244 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: @@ -13905,13 +10733,7 @@ packages: purls: [] size: 110106 timestamp: 1707328956438 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: @@ -13921,12 +10743,7 @@ packages: purls: [] size: 110233 timestamp: 1707330749033 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: h69a702a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda sha256: ef624dacacf97b2b0af39110b36e2fd3e39e358a1a6b7b21b85c9ac22d8ffed9 md5: f4ca84fbd6d06b0a052fb2d5b96dde41 depends: @@ -13936,12 +10753,7 @@ packages: purls: [] size: 49893 timestamp: 1719538933879 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: he9431aa_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda sha256: 72d7aa3d0b20b9d64a2f1c72f016c5a8a19594bb56857267e9fc7c1fc0f13223 md5: a50ae662c1e7f26f0f2c99e31d1bf614 depends: @@ -13951,48 +10763,19 @@ packages: purls: [] size: 50098 timestamp: 1719547575524 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 1571379 - timestamp: 1707328880361 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda + sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 + md5: 6456c2620c990cd8dde2428a27ba0bc5 depends: - - llvm-openmp >=8.0.0 + - libgcc-ng >=14.1.0 constrains: - - libgfortran 5.0.0 13_2_0_*_3 + - libgfortran-ng 14.1.0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 997381 - timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: h9420597_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda + size: 1457561 + timestamp: 1719538909168 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda sha256: 34a339c50c0fd2944ea31a013336b500f91f2e00ccfa0607f1bcc5d0a3378373 md5: b907b29b964b8ebd7be215e47a659179 depends: @@ -14004,76 +10787,61 @@ packages: purls: [] size: 1099210 timestamp: 1719547548899 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: hc5f4f2c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 - md5: 6456c2620c990cd8dde2428a27ba0bc5 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda + sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b + md5: e4fb4d23ec2870ff3c40d10afe305aec + depends: + - llvm-openmp >=8.0.0 + constrains: + - libgfortran 5.0.0 13_2_0_*_3 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 1571379 + timestamp: 1707328880361 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda + sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a + md5: 66ac81d54e95c534ae488726c1f698ea depends: - - libgcc-ng >=14.1.0 + - llvm-openmp >=8.0.0 constrains: - - libgfortran-ng 14.1.0 + - libgfortran 5.0.0 13_2_0_*_3 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 1457561 - timestamp: 1719538909168 -- kind: conda - name: libglib - version: 2.80.3 - build: h59d46d9_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 - md5: 2fd194003b4e69ab690f18994a71fd70 + size: 997381 + timestamp: 1707330687590 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda + sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 + md5: 6ea440297aacee4893f02ad759e6ffbc depends: - - __osx >=11.0 - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3655117 - timestamp: 1720335093245 -- kind: conda - name: libglib - version: 2.80.3 - build: h7025463_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 - md5: 53c80e0ed9a3905ca7047c03756a5caa + size: 3886207 + timestamp: 1720334852370 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda + sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c + md5: 50ed8a077706cfe3da719deb71001f2c depends: - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3743922 - timestamp: 1720334986136 -- kind: conda - name: libglib - version: 2.80.3 - build: h736d271_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda + size: 3995121 + timestamp: 1720334972379 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda sha256: bfd5a28140d31f9310efcdfd1136f36d7ca718a297690a1a8869b3a1966675ae md5: 0919d467624606fbc05c38c458f3f42a depends: @@ -14089,83 +10857,41 @@ packages: purls: [] size: 3655643 timestamp: 1720335043559 -- kind: conda - name: libglib - version: 2.80.3 - build: h8a4344b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 - md5: 6ea440297aacee4893f02ad759e6ffbc +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda + sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 + md5: 2fd194003b4e69ab690f18994a71fd70 depends: + - __osx >=11.0 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3886207 - timestamp: 1720334852370 -- kind: conda - name: libglib - version: 2.80.3 - build: haee52c6_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c - md5: 50ed8a077706cfe3da719deb71001f2c + size: 3655117 + timestamp: 1720335093245 +- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 + md5: 53c80e0ed9a3905ca7047c03756a5caa depends: - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3995121 - timestamp: 1720334972379 -- kind: conda - name: libgomp - version: 14.1.0 - build: h77fa898_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda - sha256: 7699df61a1f6c644b3576a40f54791561f2845983120477a16116b951c9cdb05 - md5: ae061a5ed5f05818acdf9adab72c146d - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 456925 - timestamp: 1719538796073 -- kind: conda - name: libgomp - version: 14.1.0 - build: he277a41_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_0.conda - sha256: 11f326e49e0fb92c2a52e870c029fc26b4b6d3eb9414fa4374cb8496b231a730 - md5: 434ccc943b843117e4cebc97265f2504 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 459535 - timestamp: 1719547432949 -- kind: conda - name: libgomp - version: 14.2.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda + size: 3743922 + timestamp: 1720334986136 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 md5: cc3573974587f12dda90d96e3e55a702 depends: @@ -14175,13 +10901,7 @@ packages: purls: [] size: 460992 timestamp: 1729027639220 -- kind: conda - name: libgomp - version: 14.2.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf md5: 376f0e73abbda6d23c0cb749adc195ef license: GPL-3.0-only WITH GCC-exception-3.1 @@ -14189,12 +10909,7 @@ packages: purls: [] size: 463521 timestamp: 1729089357313 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h26d7fe4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda sha256: c6caa2d4c375c6c5718e6223bb20ccf6305313c0fef2a66499b4f6cdaa299635 md5: 7b9d4c93870fb2d644168071d4d76afb depends: @@ -14214,36 +10929,26 @@ packages: purls: [] size: 1223584 timestamp: 1719889637602 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h5e7cea3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 - md5: 641d850ed6a3d2bffb546868eb7cb4db +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda + sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c + md5: 64eb6bf3c63accd7ca9d171ba630128b depends: - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 - libgrpc >=1.62.2,<1.63.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 constrains: - libgoogle-cloud 2.26.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 14356 - timestamp: 1719889580338 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: h721cda5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda + size: 1205565 + timestamp: 1719890627394 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda sha256: f514519dc7a48cfd81e5c2dd436223b221f80c03f224253739e22d60d896f632 md5: 7f7f4537746da4470385ec3a496730a4 depends: @@ -14262,149 +10967,114 @@ packages: purls: [] size: 875432 timestamp: 1719889038115 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hc02380a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c - md5: 64eb6bf3c63accd7ca9d171ba630128b +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda + sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 + md5: db7ab92239aeb06c3c52de90cc1e6f7a depends: + - __osx >=11.0 - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libgrpc >=1.62.2,<1.63.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 constrains: - libgoogle-cloud 2.26.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 1205565 - timestamp: 1719890627394 -- kind: conda - name: libgoogle-cloud - version: 2.26.0 - build: hfe08963_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 - md5: db7ab92239aeb06c3c52de90cc1e6f7a + size: 860834 + timestamp: 1719889280878 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 + md5: 641d850ed6a3d2bffb546868eb7cb4db depends: - - __osx >=11.0 - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - libgrpc >=1.62.2,<1.63.0a0 - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - libgoogle-cloud 2.26.0 *_0 license: Apache-2.0 license_family: Apache purls: [] - size: 860834 - timestamp: 1719889280878 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h1466eeb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae - md5: 385940a9a022e911e88f4e9ea45e47b3 + size: 14356 + timestamp: 1719889580338 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda + sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed + md5: 89b53708fd67762b26c38c8ecc5d323d depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 hfe08963_0 + - libgcc-ng >=12 + - libgoogle-cloud 2.26.0 h26d7fe4_0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - openssl license: Apache-2.0 license_family: Apache purls: [] - size: 531614 - timestamp: 1719890205153 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: h9e84e37_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a - md5: b1e5017003917b69d5c046fc7ac0dcc3 + size: 764005 + timestamp: 1719889827732 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda + sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 + md5: c3416132d0d0b173f4ce4561dd02664c depends: - - __osx >=10.13 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 h721cda5_0 + - libgcc-ng >=12 + - libgoogle-cloud 2.26.0 hc02380a_0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - openssl license: Apache-2.0 license_family: Apache purls: [] - size: 549363 - timestamp: 1719890135847 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: ha262f82_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed - md5: 89b53708fd67762b26c38c8ecc5d323d + size: 706704 + timestamp: 1719890835043 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda + sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a + md5: b1e5017003917b69d5c046fc7ac0dcc3 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 h26d7fe4_0 - - libstdcxx-ng >=12 + - libcxx >=16 + - libgoogle-cloud 2.26.0 h721cda5_0 - libzlib >=1.3.1,<2.0a0 - openssl license: Apache-2.0 license_family: Apache purls: [] - size: 764005 - timestamp: 1719889827732 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: hd572f31_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 - md5: c3416132d0d0b173f4ce4561dd02664c + size: 549363 + timestamp: 1719890135847 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda + sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae + md5: 385940a9a022e911e88f4e9ea45e47b3 depends: + - __osx >=11.0 - libabseil - libcrc32c >=1.1.2,<1.2.0a0 - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 hc02380a_0 - - libstdcxx-ng >=12 + - libcxx >=16 + - libgoogle-cloud 2.26.0 hfe08963_0 - libzlib >=1.3.1,<2.0a0 - openssl license: Apache-2.0 license_family: Apache purls: [] - size: 706704 - timestamp: 1719890835043 -- kind: conda - name: libgoogle-cloud-storage - version: 2.26.0 - build: he5eb982_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + size: 531614 + timestamp: 1719890205153 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 md5: 31d875f47c82afb1c9bbe3beb3bd8d6e depends: @@ -14421,12 +11091,7 @@ packages: purls: [] size: 14267 timestamp: 1719889928831 -- kind: conda - name: libgpg-error - version: '1.50' - build: h4f305b6_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda sha256: c60969d5c315f33fee90a1f2dd5d169e2834ace5a55f5a6f822aa7485a3a84cc md5: 0d7ff1a8e69565ca3add6925e18e708f depends: @@ -14440,12 +11105,7 @@ packages: purls: [] size: 273774 timestamp: 1719390736440 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h15f2491_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a md5: 8dabe607748cb3d7002ad73cd06f1325 depends: @@ -14466,22 +11126,17 @@ packages: purls: [] size: 7316832 timestamp: 1713390645548 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h384b2fc_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba - md5: 9421f67cf8b4bc976fe5d0c3ab42de18 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 + md5: 2a669953ec0f08c2cc56bb43fed78de8 depends: - - __osx >=10.13 - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 @@ -14490,51 +11145,39 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 5189573 - timestamp: 1713392887258 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h5273850_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 - md5: 2939e4b5baecfeac1e8dee5c4f579f1a + size: 7395259 + timestamp: 1713390742813 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba + md5: 9421f67cf8b4bc976fe5d0c3ab42de18 depends: + - __osx >=10.13 - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE purls: [] - size: 16097674 - timestamp: 1713392821679 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h98a9317_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 - md5: 2a669953ec0f08c2cc56bb43fed78de8 + size: 5189573 + timestamp: 1713392887258 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a + md5: e624fc11026dbb84c549435eccd08623 depends: - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 @@ -14543,40 +11186,31 @@ packages: license: Apache-2.0 license_family: APACHE purls: [] - size: 7395259 - timestamp: 1713390742813 -- kind: conda - name: libgrpc - version: 1.62.2 - build: h9c18a4f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a - md5: e624fc11026dbb84c549435eccd08623 + size: 5016525 + timestamp: 1713392846329 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 + md5: 2939e4b5baecfeac1e8dee5c4f579f1a depends: - c-ares >=1.28.1,<2.0a0 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - libprotobuf >=4.25.3,<4.25.4.0a0 - libre2-11 >=2023.9.1,<2024.0a0 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.2.1,<4.0a0 - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.62.2 license: Apache-2.0 license_family: APACHE purls: [] - size: 5016525 - timestamp: 1713392846329 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h8125262_1000 - build_number: 1000 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + size: 16097674 + timestamp: 1713392821679 +- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e md5: 933bad6e4658157f1aec9b171374fde2 depends: @@ -14590,26 +11224,16 @@ packages: purls: [] size: 2379689 timestamp: 1720461835526 -- kind: conda - name: libiconv - version: '1.17' - build: h0d3ecfb_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 - md5: 69bda57310071cf6d2b86caf11573d2d +- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda + sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 + md5: d66573916ffcf376178462f1b61c941e + depends: + - libgcc-ng >=12 license: LGPL-2.1-only purls: [] - size: 676469 - timestamp: 1702682458114 -- kind: conda - name: libiconv - version: '1.17' - build: h31becfc_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda + size: 705775 + timestamp: 1702682170569 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda sha256: a30e09d089cb75a0d5b8e5c354694c1317da98261185ed65aa3793e741060614 md5: 9a8eb13f14de7d761555a98712e6df65 depends: @@ -14618,73 +11242,32 @@ packages: purls: [] size: 705787 timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - purls: [] - size: 636146 - timestamp: 1702682547199 -- kind: conda - name: libiconv - version: '1.17' - build: hd590300_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 - md5: d66573916ffcf376178462f1b61c941e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 705775 - timestamp: 1702682170569 -- kind: conda - name: libiconv - version: '1.17' - build: hd75f5a5_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 md5: 6c3628d047e151efba7cf08c5e54d1ca license: LGPL-2.1-only purls: [] size: 666538 timestamp: 1702682713201 -- kind: conda - name: libintl - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 - md5: aa622c938af057adc119f8b8eecada01 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda + sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 + md5: 69bda57310071cf6d2b86caf11573d2d + license: LGPL-2.1-only + purls: [] + size: 676469 + timestamp: 1702682458114 +- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda + sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b + md5: e1eb10b1cca179f2baa3601e4efc8712 depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-only purls: [] - size: 95745 - timestamp: 1712516102666 -- kind: conda - name: libintl - version: 0.22.5 - build: h5ff76d1_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + size: 636146 + timestamp: 1702682547199 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda sha256: 280aaef0ed84637ee869012ad9ad9ed208e068dd9b8cf010dafeea717dad7203 md5: 3fb6774cb8cdbb93a6013b67bcf9716d depends: @@ -14693,13 +11276,7 @@ packages: purls: [] size: 74307 timestamp: 1712512790983 -- kind: conda - name: libintl - version: 0.22.5 - build: h8fbad5d_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda sha256: 21bc79bdf34ffd20cb84d2a8bd82d7d0e2a1b94b9e72773f0fb207e5b4f1ff63 md5: 3d216d0add050129007de3342be7b8c5 depends: @@ -14708,13 +11285,16 @@ packages: purls: [] size: 81206 timestamp: 1712512755390 -- kind: conda - name: libintl-devel - version: 0.22.5 - build: h5728263_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 + md5: aa622c938af057adc119f8b8eecada01 + depends: + - libiconv >=1.17,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 95745 + timestamp: 1712516102666 +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d md5: a2ad82fae23975e4ccbfab2847d31d48 depends: @@ -14724,28 +11304,18 @@ packages: purls: [] size: 40772 timestamp: 1712516363413 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h0dc2134_1 - 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 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda + sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f + md5: ea25936bb4080d843790b586850f82b8 + depends: + - libgcc-ng >=12 constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib purls: [] - size: 579748 - timestamp: 1694475265912 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda + size: 618575 + timestamp: 1694474974816 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda sha256: 675bc1f2a8581cd34a86c412663ec29c5f90c1d9f8d11866aa1ade5cdbdf8429 md5: ed24e702928be089d9ba3f05618515c6 depends: @@ -14756,13 +11326,16 @@ packages: purls: [] size: 647126 timestamp: 1694475003570 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hb547adb_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda +- conda: 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 + license: IJG AND BSD-3-Clause AND Zlib + purls: [] + size: 579748 + timestamp: 1694475265912 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: @@ -14771,13 +11344,7 @@ packages: purls: [] size: 547541 timestamp: 1694475104253 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hcfcfb64_1 - build_number: 1 - subdir: win-64 - url: 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/libjpeg-turbo-3.0.0-hcfcfb64_1.conda sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff md5: 3f1b948619c45b1ca714d60c7389092c depends: @@ -14790,71 +11357,7 @@ packages: purls: [] size: 822966 timestamp: 1694475223854 -- kind: conda - name: libjpeg-turbo - version: 3.0.0 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f - md5: ea25936bb4080d843790b586850f82b8 - depends: - - libgcc-ng >=12 - constrains: - - jpeg <0.0.0a - license: IJG AND BSD-3-Clause AND Zlib - purls: [] - size: 618575 - timestamp: 1694474974816 -- kind: conda - name: libkml - version: 1.3.0 - build: h00ed6cc_1020 - build_number: 1020 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 - md5: 628dcff1d0a6bb93fc114bf09dd65470 - depends: - - __osx >=11.0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - uriparser >=0.9.8,<1.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 280157 - timestamp: 1720690334214 -- kind: conda - name: libkml - version: 1.3.0 - build: h538826c_1020 - build_number: 1020 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda - sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 - md5: fddbd8a22ee5700bc07e978e25c10ef1 - depends: - - libexpat >=2.6.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - uriparser >=0.9.8,<1.0a0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 1655764 - timestamp: 1720690303546 -- kind: conda - name: libkml - version: 1.3.0 - build: hbbc8833_1020 - build_number: 1020 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda sha256: 5bd19933cb3790ec8632c11fa67c25d82654bea6c2bc4f51f8bcd8b122ae96c8 md5: 6d76c5822cb38bc1ab5a06565c6cf626 depends: @@ -14869,13 +11372,7 @@ packages: purls: [] size: 395723 timestamp: 1720690222714 -- kind: conda - name: libkml - version: 1.3.0 - build: hcbe7090_1020 - build_number: 1020 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda sha256: 95af37fa9263f9f075291456b51382c35ac79427647aa1476fa91e3062c615de md5: b19b2f671f59e22b82fc735679b5e2a4 depends: @@ -14889,13 +11386,7 @@ packages: purls: [] size: 366436 timestamp: 1720689859349 -- kind: conda - name: libkml - version: 1.3.0 - build: hfcbc525_1020 - build_number: 1020 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda sha256: 20dec455f668ab2527d6a20204599253ac0b2d4d0325e4a1ce2316850128cc3e md5: 055d429f351b79c0a7b7d7e39ff45b28 depends: @@ -14909,33 +11400,37 @@ packages: purls: [] size: 285823 timestamp: 1720690426491 -- kind: conda - name: liblapack - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda + sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 + md5: 628dcff1d0a6bb93fc114bf09dd65470 depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas + - __osx >=11.0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - uriparser >=0.9.8,<1.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 14657 - timestamp: 1712542322711 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linux64_openblas + size: 280157 + timestamp: 1720690334214 +- conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 + md5: fddbd8a22ee5700bc07e978e25c10ef1 + depends: + - libexpat >=2.6.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - uriparser >=0.9.8,<1.0a0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 1655764 + timestamp: 1720690303546 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda build_number: 23 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda sha256: 25c7aef86c8a1d9db0e8ee61aa7462ba3b46b482027a65d66eb83e3e6f949043 md5: 2af0879961951987e464722fd00ec1e0 depends: @@ -14949,13 +11444,8 @@ packages: purls: [] size: 14823 timestamp: 1721688775172 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_linuxaarch64_openblas +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda build_number: 23 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda sha256: e38af4037789e0650755d6d2758f49ef6820ddf67e9aee633abfad6f281a17cb md5: 85c4fec3847027ca7402f3bd7d2de4c1 depends: @@ -14969,13 +11459,23 @@ packages: purls: [] size: 14848 timestamp: 1721688789196 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_osxarm64_openblas +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda + build_number: 22 + sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b + md5: f21b282ff7ba14df6134a0fe6ab42b1b + depends: + - libblas 3.9.0 22_osx64_openblas + constrains: + - liblapacke 3.9.0 22_osx64_openblas + - blas * openblas + - libcblas 3.9.0 22_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 14657 + timestamp: 1712542322711 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda build_number: 23 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda sha256: 13799a137ffc80786725e7e2820d37d4c0d59dbb76013a14c21771415b0a4263 md5: 754ef44f72ab80fd14eaa789ac393a27 depends: @@ -14989,13 +11489,8 @@ packages: purls: [] size: 14999 timestamp: 1721689026268 -- kind: conda - name: liblapack - version: 3.9.0 - build: 23_win64_mkl +- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 md5: 3580796ab7b7d68143f45d4d94d866b7 depends: @@ -15009,13 +11504,7 @@ packages: purls: [] size: 5191980 timestamp: 1721689666180 -- kind: conda - name: libllvm15 - version: 15.0.7 - build: hb3ce162_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 md5: 8a35df3cbc0c8b12cc8af9473ae75eef depends: @@ -15029,13 +11518,7 @@ packages: purls: [] size: 33321457 timestamp: 1701375836233 -- kind: conda - name: libllvm18 - version: 18.1.8 - build: h8b73ec9_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda sha256: 8a04961ef1ef88a5af6632441580f607cf20c02d0f413bd11354929331cbe729 md5: 16d94b3586ef3558e5a583598524deb4 depends: @@ -15050,13 +11533,7 @@ packages: purls: [] size: 38233630 timestamp: 1721183903221 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h135f659_114 - build_number: 114 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda sha256: 055572a4c8a1c3f9ac60071ee678f5ea49cfd7ac60a636d817988a6f9d6de6ae md5: a908e463c710bd6b10a9eaa89fdf003c depends: @@ -15079,24 +11556,18 @@ packages: purls: [] size: 849172 timestamp: 1717671645362 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h7334405_114 - build_number: 114 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 - md5: 32ffbe5b0b0134e49f6347f4de8c5dcc +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda + sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 + md5: 11142bc63a8d949f5f7e1f7c90c08f4a depends: - - __osx >=10.13 - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libxml2 >=2.12.7,<3.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<2.0a0 @@ -15106,26 +11577,20 @@ packages: license: MIT license_family: MIT purls: [] - size: 726205 - timestamp: 1717671847032 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h9180261_114 - build_number: 114 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 - md5: 11142bc63a8d949f5f7e1f7c90c08f4a + size: 859784 + timestamp: 1717671546549 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda + sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 + md5: 32ffbe5b0b0134e49f6347f4de8c5dcc depends: + - __osx >=10.13 - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - libxml2 >=2.12.7,<3.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<2.0a0 @@ -15135,73 +11600,55 @@ packages: license: MIT license_family: MIT purls: [] - size: 859784 - timestamp: 1717671546549 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_h92078aa_114 - build_number: 114 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 - md5: 819507db3802d9a179de4d161285c22f + size: 726205 + timestamp: 1717671847032 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda + sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 + md5: 8fd3ce6d910ed831c130c391c4364d3f depends: + - __osx >=11.0 - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 + - libcxx >=16 - libxml2 >=2.12.7,<3.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.1,<4.0a0 - zlib - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 624793 - timestamp: 1717672198533 -- kind: conda - name: libnetcdf - version: 4.9.2 - build: nompi_he469be0_114 - build_number: 114 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 - md5: 8fd3ce6d910ed831c130c391c4364d3f + size: 681051 + timestamp: 1717671966211 +- conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 + md5: 819507db3802d9a179de4d161285c22f depends: - - __osx >=11.0 - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - libaec >=1.1.3,<2.0a0 - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - libxml2 >=2.12.7,<3.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - zlib - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 681051 - timestamp: 1717671966211 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h47da74e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + size: 624793 + timestamp: 1717672198533 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb md5: 700ac6ea6d53d5510591c4344d5c989a depends: @@ -15217,13 +11664,23 @@ packages: purls: [] size: 631936 timestamp: 1702130036271 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: h64cf6d3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 + md5: 8f724cdddffa79152de61f5564a3526b + depends: + - c-ares >=1.23.0,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.0,<4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 677508 + timestamp: 1702130071743 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 md5: faecc55c2a8155d9ff1c0ff9a0fef64f depends: @@ -15239,13 +11696,7 @@ packages: purls: [] size: 599736 timestamp: 1702130398536 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: ha4dd798_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd md5: 1813e066bfcef82de579a0be8a766df4 depends: @@ -15261,34 +11712,17 @@ packages: purls: [] size: 565451 timestamp: 1702130473930 -- kind: conda - name: libnghttp2 - version: 1.58.0 - build: hb0e430d_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 - md5: 8f724cdddffa79152de61f5564a3526b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 depends: - - c-ares >=1.23.0,<2.0a0 - - libev >=4.33,<4.34.0a0 - - libev >=4.33,<5.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 - license: MIT - license_family: MIT + license: LGPL-2.1-only + license_family: GPL purls: [] - size: 677508 - timestamp: 1702130071743 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda + size: 33408 + timestamp: 1697359010159 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 md5: c14f32510f694e3185704d89967ec422 depends: @@ -15298,27 +11732,17 @@ packages: purls: [] size: 34501 timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda + sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d + md5: 601bfb4b3c6f0b844443bb81a56651e0 depends: - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL + license: BSD-3-Clause + license_family: BSD purls: [] - size: 33408 - timestamp: 1697359010159 -- kind: conda - name: libogg - version: 1.3.5 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + size: 205914 + timestamp: 1719301575771 +- conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb md5: 44a4d173e62c5ed6d715f18ae7c46b7a depends: @@ -15330,110 +11754,65 @@ packages: purls: [] size: 35459 timestamp: 1719302192495 -- kind: conda - name: libogg - version: 1.3.5 - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda - sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d - md5: 601bfb4b3c6f0b844443bb81a56651e0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda + sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 + md5: ae05ece66d3924ac3d48b4aa3fa96cec depends: - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 205914 - timestamp: 1719301575771 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h517c56d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 - depends: - - __osx >=11.0 - - libgfortran 5.* + - libgfortran-ng - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 2925328 - timestamp: 1720425811743 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h8869122_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 + size: 5563053 + timestamp: 1720426334043 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda + sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e + md5: cc0a15e3a6f92f454b6132ca6aca8e8d depends: - - __osx >=10.13 - - libgfortran 5.* + - libgcc-ng >=12 + - libgfortran-ng - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 6047513 - timestamp: 1720426759731 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_h076ed1e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d + size: 4290434 + timestamp: 1720425850976 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda + sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d + md5: c0798ad76ddd730dade6ff4dff66e0b5 depends: - - libgcc-ng >=12 - - libgfortran-ng + - __osx >=10.13 + - libgfortran 5.* - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 4290434 - timestamp: 1720425850976 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_hac2b453_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec + size: 6047513 + timestamp: 1720426759731 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda + sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 + md5: 71b8a34d70aa567a990162f327e81505 depends: - - libgcc-ng >=12 - - libgfortran-ng + - __osx >=11.0 + - libgfortran 5.* - libgfortran5 >=12.3.0 + - llvm-openmp >=16.0.6 constrains: - openblas >=0.3.27,<0.3.28.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 5563053 - timestamp: 1720426334043 -- kind: conda - name: libopus - version: 1.3.1 - build: h7f98852_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 + size: 2925328 + timestamp: 1720425811743 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f md5: 15345e56d527b330e1cacbdf58676e8f depends: @@ -15443,26 +11822,17 @@ packages: purls: [] size: 260658 timestamp: 1606823578035 -- kind: conda - name: libpng - version: 1.6.43 - build: h091b4b1_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 - md5: 77e684ca58d82cae9deebafb95b1a2b8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda + sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 + md5: 009981dd9cfcaa4dbfa25ffaed86bcae depends: + - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 license: zlib-acknowledgement purls: [] - size: 264177 - timestamp: 1708780447187 -- kind: conda - name: libpng - version: 1.6.43 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda + size: 288221 + timestamp: 1708780443939 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda sha256: 6f408f3d6854f86e223289f0dda12562b047c7a1fdf3636c67ec39afcd141f43 md5: 1123e504d9254dd9494267ab9aba95f0 depends: @@ -15472,12 +11842,25 @@ packages: purls: [] size: 294380 timestamp: 1708782876525 -- kind: conda - name: libpng - version: 1.6.43 - build: h19919ed_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda + sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f + md5: 65dcddb15965c9de2c0365cb14910532 + depends: + - libzlib >=1.2.13,<2.0.0a0 + license: zlib-acknowledgement + purls: [] + size: 268524 + timestamp: 1708780496420 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda + sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 + md5: 77e684ca58d82cae9deebafb95b1a2b8 + depends: + - libzlib >=1.2.13,<2.0.0a0 + license: zlib-acknowledgement + purls: [] + size: 264177 + timestamp: 1708780447187 +- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 md5: 77e398acc32617a0384553aea29e866b depends: @@ -15489,41 +11872,29 @@ packages: purls: [] size: 347514 timestamp: 1708780763195 -- kind: conda - name: libpng - version: 1.6.43 - build: h2797004_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 - md5: 009981dd9cfcaa4dbfa25ffaed86bcae +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda + sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db + md5: bac737ae28b79cfbafd515258d97d29e depends: + - krb5 >=1.21.2,<1.22.0a0 - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement + - openssl >=3.3.0,<4.0a0 + license: PostgreSQL purls: [] - size: 288221 - timestamp: 1708780443939 -- kind: conda - name: libpng - version: 1.6.43 - build: h92b6c6a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f - md5: 65dcddb15965c9de2c0365cb14910532 + size: 2500439 + timestamp: 1715266400833 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda + sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d + md5: 7dd46e914b037824b9a9629ca6586fc3 depends: - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - openssl >=3.3.0,<4.0a0 + license: PostgreSQL purls: [] - size: 268524 - timestamp: 1708780496420 -- kind: conda - name: libpq - version: '16.3' - build: h4501773_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda + size: 2539253 + timestamp: 1715266429766 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda sha256: 039da003586fdcdb40b8c8ffa25d5ded33316ba3a32ec79afde098a68b8a3acc md5: 74f18d32d7cc71584c8b05fd1ee555a0 depends: @@ -15534,12 +11905,7 @@ packages: purls: [] size: 2398885 timestamp: 1715267344306 -- kind: conda - name: libpq - version: '16.3' - build: h7afe498_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda sha256: ef7c3bca8ee224e7bb282d85fa573180a8ef4eab943c313cb5b799ce506651bf md5: b0f5315a3f630ade192cb9b569ce54ba depends: @@ -15550,28 +11916,7 @@ packages: purls: [] size: 2365596 timestamp: 1715266849220 -- kind: conda - name: libpq - version: '16.3' - build: ha72fbe1_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db - md5: bac737ae28b79cfbafd515258d97d29e - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2500439 - timestamp: 1715266400833 -- kind: conda - name: libpq - version: '16.3' - build: hab9416b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 md5: 84d2332f3110845bbafbfd7d5311354f depends: @@ -15584,28 +11929,7 @@ packages: purls: [] size: 3456937 timestamp: 1715267132646 -- kind: conda - name: libpq - version: '16.3' - build: hcf0348d_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d - md5: 7dd46e914b037824b9a9629ca6586fc3 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2539253 - timestamp: 1715266429766 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h08a7969_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda sha256: 70e0eef046033af2e8d21251a785563ad738ed5281c74e21c31c457780845dcd md5: 6945825cebd2aeb16af4c69d97c32c13 depends: @@ -15619,89 +11943,63 @@ packages: purls: [] size: 2811207 timestamp: 1709514552541 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h4e4d658_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 - md5: 57b7ee4f1fd8573781cfdabaec4a7782 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda + sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c + md5: a239d63913ec9e008bdbe35899f677f4 depends: - - __osx >=10.13 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 2216001 - timestamp: 1709514908146 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h503648d_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 - md5: 4da7de0ba35777742edf67bf7a1075df + size: 2576197 + timestamp: 1709513627963 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda + sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 + md5: 57b7ee4f1fd8573781cfdabaec4a7782 depends: + - __osx >=10.13 - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 + - libcxx >=16 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 5650604 - timestamp: 1709514804631 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: h648ac29_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c - md5: a239d63913ec9e008bdbe35899f677f4 + size: 2216001 + timestamp: 1709514908146 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda + sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a + md5: 5f70b2b945a9741cba7e6dfe735a02a7 depends: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 - libzlib >=1.2.13,<2.0.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 2576197 - timestamp: 1709513627963 -- kind: conda - name: libprotobuf - version: 4.25.3 - build: hbfab5d5_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a - md5: 5f70b2b945a9741cba7e6dfe735a02a7 + size: 2154402 + timestamp: 1709514097574 +- conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 + md5: 4da7de0ba35777742edf67bf7a1075df depends: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 2154402 - timestamp: 1709514097574 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h5a48ba9_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda + size: 5650604 + timestamp: 1709514804631 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda sha256: 3f3c65fe0e9e328b4c1ebc2b622727cef3e5b81b18228cfa6cf0955bc1ed8eff md5: 41c69fba59d495e8cf5ffda48a607e35 depends: @@ -15716,33 +12014,22 @@ packages: purls: [] size: 232603 timestamp: 1708946763521 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h7b2c953_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 - md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda + sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd + md5: 387c114aadcaeb02210f646c4b5efca2 depends: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 constrains: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD purls: [] - size: 171443 - timestamp: 1708947163461 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h81f5012_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda + size: 217529 + timestamp: 1708946830978 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda sha256: 384b72a09bd4bb29c1aa085110b2f940dba431587ffb4e2c1a28f605887a1867 md5: c5c36ec64e3c86504728c38b79011d08 depends: @@ -15757,34 +12044,21 @@ packages: purls: [] size: 184017 timestamp: 1708947106275 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: h9d008c2_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd - md5: 387c114aadcaeb02210f646c4b5efca2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda + sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 + md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c depends: - libabseil * cxx17* - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 constrains: - re2 2023.09.01.* license: BSD-3-Clause license_family: BSD purls: [] - size: 217529 - timestamp: 1708946830978 -- kind: conda - name: libre2-11 - version: 2023.09.01 - build: hf8d8778_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + size: 171443 + timestamp: 1708947163461 +- conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 md5: cf54cb5077a60797d53a132d37af25fc depends: @@ -15800,35 +12074,27 @@ packages: purls: [] size: 256561 timestamp: 1708947458481 -- kind: conda - name: librsvg - version: 2.58.2 - build: h1db61d3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 - md5: c8113d5911f1d6a6259e47e729db6751 +- conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda + sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d + md5: c6a47e6f551890e82e92e4c1b84be353 depends: - - __osx >=11.0 + - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - libxml2 >=2.12.7,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - - __osx >=11.0 + - __glibc >=2.17 license: LGPL-2.1-or-later purls: [] - size: 4579489 - timestamp: 1721286471884 -- kind: conda - name: librsvg - version: 2.58.2 - build: h28f3b4c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda + size: 5910543 + timestamp: 1721285771293 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda sha256: 2073a5938f8c61afdaf272ae4955d0c787b7555fcee2ac637284a0f7869b992b md5: 47da784be28d4856ab4bb47b83120e38 depends: @@ -15847,13 +12113,7 @@ packages: purls: [] size: 5864404 timestamp: 1721292199797 -- kind: conda - name: librsvg - version: 2.58.2 - build: h902c40a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda sha256: f9e4a95dea4dbbc0d99ea8f535d2ff5821f6ead4c1c63486a2b3c039a368a2cd md5: 72bae2142becdbd63d6f17f622d7760c depends: @@ -15869,131 +12129,85 @@ packages: purls: [] size: 4837225 timestamp: 1721285971118 -- kind: conda - name: librsvg - version: 2.58.2 - build: h9564881_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d - md5: c6a47e6f551890e82e92e4c1b84be353 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda + sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 + md5: c8113d5911f1d6a6259e47e729db6751 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - libxml2 >=2.12.7,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - - __glibc >=2.17 + - __osx >=11.0 license: LGPL-2.1-or-later purls: [] - size: 5910543 - timestamp: 1721285771293 -- kind: conda - name: librttopo - version: 1.1.0 - build: h09255ea_16 - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 - md5: e4a458bee223b66cff507c08cbf79a72 + size: 4579489 + timestamp: 1721286471884 +- conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda + sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 + md5: 3d9f3a2e5d7213c34997e4464d2f938c depends: + - __glibc >=2.17,<3.0.a0 - geos >=3.12.2,<3.12.3.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 249473 - timestamp: 1720347902912 -- kind: conda - name: librttopo - version: 1.1.0 - build: h31fb324_16 - build_number: 16 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 - md5: 1a8e3f8e886499916b8942628e6b6880 + size: 231637 + timestamp: 1720347750456 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda + sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 + md5: e4a458bee223b66cff507c08cbf79a72 depends: - - __osx >=11.0 - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 191683 - timestamp: 1720347975066 -- kind: conda - name: librttopo - version: 1.1.0 - build: h6c42fcb_16 - build_number: 16 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 - md5: 4476d717f460b45f5033206bbb84f3f5 + size: 249473 + timestamp: 1720347902912 +- conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda + sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c + md5: 80cc407788999eb3cd5a3651981e55fd depends: + - __osx >=10.13 - geos >=3.12.2,<3.12.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libcxx >=16 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 407420 - timestamp: 1720347953921 -- kind: conda - name: librttopo - version: 1.1.0 - build: hc670b87_16 - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 - md5: 3d9f3a2e5d7213c34997e4464d2f938c + size: 213675 + timestamp: 1720347819147 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda + sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 + md5: 1a8e3f8e886499916b8942628e6b6880 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=16 license: GPL-2.0-or-later license_family: GPL - purls: [] - size: 231637 - timestamp: 1720347750456 -- kind: conda - name: librttopo - version: 1.1.0 - build: he2ba7a0_16 - build_number: 16 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c - md5: 80cc407788999eb3cd5a3651981e55fd + purls: [] + size: 191683 + timestamp: 1720347975066 +- conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda + sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 + md5: 4476d717f460b45f5033206bbb84f3f5 depends: - - __osx >=10.13 - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 213675 - timestamp: 1720347819147 -- kind: conda - name: libsndfile - version: 1.2.2 - build: hc60ed4a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda + size: 407420 + timestamp: 1720347953921 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 md5: ef1910918dd895516a769ed36b5b3a4e depends: @@ -16010,26 +12224,7 @@ packages: purls: [] size: 354372 timestamp: 1695747735668 -- kind: conda - name: libsodium - version: 1.0.18 - build: h27ca646_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 - sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc - md5: 90859688dbca4735b74c02af14c4c793 - license: ISC - purls: [] - size: 324912 - timestamp: 1605135878892 -- kind: conda - name: libsodium - version: 1.0.18 - 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 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 md5: c3788462a6fbddafdb413a9f9053e58d depends: @@ -16038,29 +12233,7 @@ packages: purls: [] 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 - license: ISC - purls: [] - size: 713431 - timestamp: 1605135918736 -- kind: conda - name: libsodium - version: 1.0.18 - build: hb9de7d4_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 sha256: 9ee442d889242c633bc3ce3f50ae89e6d8ebf12e04d943c371c0a56913fa069b md5: d09ab3c60eebb6f14eb4d07e172775cc depends: @@ -16069,53 +12242,31 @@ packages: purls: [] size: 237003 timestamp: 1605135724993 -- 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 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 md5: 24632c09ed931af617fe6d5292919cab license: ISC purls: [] size: 528765 timestamp: 1605135849110 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h10863b8_9 - build_number: 9 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc - md5: dc20e87373186ccc78b6379715de16fb +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 + sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc + md5: 90859688dbca4735b74c02af14c4c793 + license: ISC + purls: [] + size: 324912 + timestamp: 1605135878892 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 + sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 + md5: 5c1fb45b5e2912c19098750ae8a32604 depends: - - freexl >=2 - - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - sqlite - - zlib - license: MPL-1.1 - license_family: MOZILLA + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: ISC purls: [] - size: 3019166 - timestamp: 1722339300700 -- kind: conda - name: libspatialite - version: 5.1.0 - build: h15fa968_9 - build_number: 9 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda + size: 713431 + timestamp: 1605135918736 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda sha256: 541eadcc9f2e3f5c7f801265563412930c9c65e22c21634df96a8cd6465a385e md5: 4957a903bd6a68cc2e53e47476f9c6f4 depends: @@ -16137,41 +12288,28 @@ packages: purls: [] size: 3495758 timestamp: 1722337893853 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hab0cb6d_9 - build_number: 9 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e - md5: 934f10287da9c46f761abf0ee5f88dd3 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda + sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc + md5: dc20e87373186ccc78b6379715de16fb depends: - freexl >=2 - freexl >=2.0.0,<3.0a0 - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 - librttopo >=1.1.0,<1.2.0a0 - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - proj >=9.4.1,<9.5.0a0 - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 8283487 - timestamp: 1722338203533 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hdc25a2c_9 - build_number: 9 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda + size: 3019166 + timestamp: 1722339300700 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda sha256: 97f2915388c7b216202aff37bb5163681e96eef0991a7366ccdd3e228d2b6aa6 md5: 230006cfdaf8e653d16e91e6a9a57c98 depends: @@ -16193,13 +12331,7 @@ packages: purls: [] size: 3148395 timestamp: 1722338108366 -- kind: conda - name: libspatialite - version: 5.1.0 - build: hf7a34df_9 - build_number: 9 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda sha256: ee462007733b803a549acc1ebb2ea7b40cfd28efecdd6c17cadb48f0acd2e8ad md5: a0c631a4cf164b1688484db0da3072b5 depends: @@ -16221,43 +12353,29 @@ packages: purls: [] size: 3000596 timestamp: 1722338001828 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h1b8f9f3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda - sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 - md5: 5dadfbc1a567fe6e475df4ce3148be09 - depends: - - __osx >=10.13 - - libzlib >=1.2.13,<2.0a0 - license: Unlicense - purls: [] - size: 908643 - timestamp: 1718050720117 -- kind: conda - name: libsqlite - version: 3.46.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda - sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b - md5: 951b0a3a463932e17414cd9f047fa03d +- conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda + sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e + md5: 934f10287da9c46f761abf0ee5f88dd3 depends: + - freexl >=2 + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.2,<3.12.3.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.4.1,<9.5.0a0 + - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Unlicense + - zlib + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 876677 - timestamp: 1718051113874 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hde9e2c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda + size: 8283487 + timestamp: 1722338203533 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda sha256: daee3f68786231dad457d0dfde3f7f1f9a7f2018adabdbb864226775101341a8 md5: 18aa975d2094c34aef978060ae7da7d8 depends: @@ -16267,12 +12385,7 @@ packages: purls: [] size: 865346 timestamp: 1718050628718 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hf51ef55_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda sha256: 7b48d006be6cd089105687fb524a2c93c4218bfc398d0611340cafec55249977 md5: a8ae63fd6fb7d007f74ef3df95e5edf3 depends: @@ -16282,12 +12395,17 @@ packages: purls: [] size: 1043861 timestamp: 1718050586624 -- kind: conda - name: libsqlite - version: 3.46.0 - build: hfb93653_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda + sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 + md5: 5dadfbc1a567fe6e475df4ce3148be09 + depends: + - __osx >=10.13 + - libzlib >=1.2.13,<2.0a0 + license: Unlicense + purls: [] + size: 908643 + timestamp: 1718050720117 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9 md5: 12300188028c9bc02da965128b91b517 depends: @@ -16297,12 +12415,18 @@ packages: purls: [] size: 830198 timestamp: 1718050644825 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h0841786_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda + sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b + md5: 951b0a3a463932e17414cd9f047fa03d + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Unlicense + purls: [] + size: 876677 + timestamp: 1718051113874 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d md5: 1f5a58e686b13bcfde88b93f547d23fe depends: @@ -16314,12 +12438,7 @@ packages: purls: [] size: 271133 timestamp: 1685837707056 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h492db2e_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 md5: 45532845e121677ad328c9af9953f161 depends: @@ -16331,12 +12450,18 @@ packages: purls: [] size: 284335 timestamp: 1685837600415 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7a5bd25_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 + md5: ca3a72efba692c59a90d4b9fc0dfe774 + depends: + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 259556 + timestamp: 1685837820566 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 md5: 029f7dc931a3b626b94823bc77830b01 depends: @@ -16347,12 +12472,7 @@ packages: purls: [] size: 255610 timestamp: 1685837894256 -- kind: conda - name: libssh2 - version: 1.11.0 - build: h7dfc565_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec md5: dc262d03aae04fe26825062879141a41 depends: @@ -16366,45 +12486,7 @@ packages: purls: [] size: 266806 timestamp: 1685838242099 -- 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,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 259556 - timestamp: 1685837820566 -- kind: conda - name: libstdcxx - version: 14.2.0 - build: h3f4de04_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 - md5: 37f489acd39e22b623d2d1e5ac6d195c - depends: - - libgcc 14.2.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 3816794 - timestamp: 1729089463404 -- kind: conda - name: libstdcxx - version: 14.2.0 - build: hc0a3c3a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 md5: 234a5554c53625688d51062645337328 depends: @@ -16414,43 +12496,17 @@ packages: purls: [] size: 3893695 timestamp: 1729027746910 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: h3f4de04_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-h3f4de04_0.conda - sha256: 4f2f35b78258d1a1e56b1b0e61091862c10ec76bf67ca1b0ff99dd5e07e76271 - md5: 2f84852b723ac4389eb188db695526bb - depends: - - libgcc-ng 14.1.0 he277a41_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 3805250 - timestamp: 1719547563542 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: hc0a3c3a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-hc0a3c3a_0.conda - sha256: 88c42b388202ffe16adaa337e36cf5022c63cf09b0405cf06fc6aeacccbe6146 - md5: 1cb187a157136398ddbaae90713e2498 - depends: - - libgcc-ng 14.1.0 h77fa898_0 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda + sha256: 519556d2c93f1b487091ce046d62e762286177f4a670ec10e16005177d0bcab3 + md5: 37f489acd39e22b623d2d1e5ac6d195c + depends: + - libgcc 14.2.0 he277a41_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 3881307 - timestamp: 1719538923443 -- kind: conda - name: libstdcxx-ng - version: 14.2.0 - build: h4852527_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda + size: 3816794 + timestamp: 1729089463404 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda sha256: 25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 md5: 8371ac6457591af2cf6159439c1fd051 depends: @@ -16460,13 +12516,7 @@ packages: purls: [] size: 54105 timestamp: 1729027780628 -- kind: conda - name: libstdcxx-ng - version: 14.2.0 - build: hf1166c9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda sha256: 9f97461bd55a2745a7a0941f3502a047f15bfe7bb2952dc7fb204b3202f866fd md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: @@ -16476,13 +12526,7 @@ packages: purls: [] size: 54133 timestamp: 1729089498541 -- kind: conda - name: libsystemd0 - version: '255' - build: h3516f8a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda sha256: af27b0d225435d03f378a119f8eab6b280c53557a3c84cdb3bb8fd3167615aed md5: 3366af27f0b593544a6cd453c7932ac5 depends: @@ -16497,35 +12541,41 @@ packages: purls: [] size: 402592 timestamp: 1709568499820 -- kind: conda - name: libtiff - version: 4.6.0 - build: h07db509_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda - sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 - md5: 28c9f8c6dd75666dfb296aea06c49cb8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 + md5: 66f03896ffbe1a110ffda05c7a856504 depends: - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 238349 - timestamp: 1711218119201 -- kind: conda - name: libtiff - version: 4.6.0 - build: h129831d_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda + size: 282688 + timestamp: 1711217970425 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc + md5: b6f3abf5726ae33094bee238b4eb492f + depends: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + license: HPND + purls: [] + size: 316525 + timestamp: 1711218038581 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda sha256: f9b35c5ec1aea9a2cc20e9275a0bb8f056482faa8c5a62feb243ed780755ea30 md5: 568593071d2e6cea7b5fc1f75bfa10ca depends: @@ -16541,36 +12591,23 @@ packages: purls: [] size: 257489 timestamp: 1711218113053 -- kind: conda - name: libtiff - version: 4.6.0 - build: h1dd3fc0_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 - md5: 66f03896ffbe1a110ffda05c7a856504 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda + sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 + md5: 28c9f8c6dd75666dfb296aea06c49cb8 depends: - lerc >=4.0.0,<5.0a0 + - libcxx >=16 - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 282688 - timestamp: 1711217970425 -- kind: conda - name: libtiff - version: 4.6.0 - build: hddb2be6_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda + size: 238349 + timestamp: 1711218119201 +- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a md5: 6d1828c9039929e2f185c5fa9d133018 depends: @@ -16587,35 +12624,7 @@ packages: purls: [] size: 787198 timestamp: 1711218639912 -- kind: conda - name: libtiff - version: 4.6.0 - build: hf980d43_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc - md5: b6f3abf5726ae33094bee238b4eb492f - depends: - - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: HPND - purls: [] - size: 316525 - timestamp: 1711218038581 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 md5: 40b61aab5c7ba9ff276c41cfffe6b80b depends: @@ -16625,12 +12634,7 @@ packages: purls: [] size: 33601 timestamp: 1680112270483 -- kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f md5: 000e30b09db0b7c775b21695dff30969 depends: @@ -16640,29 +12644,7 @@ packages: purls: [] size: 35720 timestamp: 1680113474501 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h0e60522_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a - md5: e1a22282de0169c93e4ffe6ce6acc212 - depends: - - libogg >=1.3.4,<1.4.0a0 - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 273721 - timestamp: 1610610022421 -- kind: conda - name: libvorbis - version: 1.3.7 - build: h9c3ff4c_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 md5: 309dec04b70a3cc0f1e84a4013683bc0 depends: @@ -16674,31 +12656,19 @@ packages: purls: [] size: 286280 timestamp: 1610609811627 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd - md5: 11334a8fb02041b453e2f89a4ae16f8d +- conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a + md5: e1a22282de0169c93e4ffe6ce6acc212 depends: - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libogg >=1.3.4,<1.4.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: BSD-3-Clause license_family: BSD purls: [] - size: 71106 - timestamp: 1714600150795 -- kind: conda - name: libwebp - version: 1.4.0 - build: h2c329e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda + size: 273721 + timestamp: 1610610022421 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda sha256: bd45805b169e3e0ff166d360c3c4842d77107d28c8f9feba020a8e8b9c80f948 md5: 80030debaa84cfc31755d53742df3ca6 depends: @@ -16714,33 +12684,7 @@ packages: purls: [] size: 91941 timestamp: 1714599671055 -- kind: conda - name: libwebp - version: 1.4.0 - build: h54798ee_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 - md5: 078abbcc54996b186b9144cf795bd30f - depends: - - __osx >=11.0 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 87703 - timestamp: 1714599993749 -- kind: conda - name: libwebp - version: 1.4.0 - build: h8b4e01b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda sha256: b7015194cb7e0c38e9b216be32bb11d885bc9cbe6bb14729818a1fea732ad437 md5: b8ec3537009b561eb9bbd1780f920093 depends: @@ -16756,12 +12700,7 @@ packages: purls: [] size: 101815 timestamp: 1714602881855 -- kind: conda - name: libwebp - version: 1.4.0 - build: hc207709_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda sha256: 5c7103d5462deedf0f80a081bc895c25b05404719c11b33a846dc5f5328d791c md5: c5aa72a275c001665128245084c9ce14 depends: @@ -16777,27 +12716,49 @@ packages: purls: [] size: 87124 timestamp: 1714599963620 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 - md5: b2c0047ea73819d992484faacbbe1c24 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda + sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 + md5: 078abbcc54996b186b9144cf795bd30f + depends: + - __osx >=11.0 + - giflib >=5.2.2,<5.3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 87703 + timestamp: 1714599993749 +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd + md5: 11334a8fb02041b453e2f89a4ae16f8d + depends: + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 71106 + timestamp: 1714600150795 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda + sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f + md5: b26e8aa824079e1be0294e7152ca4559 + depends: + - libgcc-ng >=12 constrains: - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 355099 - timestamp: 1713200298965 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda + size: 438953 + timestamp: 1713199854503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d md5: 5fd7ab3e5f382c70607fbac6335e6e19 depends: @@ -16809,12 +12770,17 @@ packages: purls: [] size: 363577 timestamp: 1713201785160 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda + sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 + md5: b2c0047ea73819d992484faacbbe1c24 + constrains: + - libwebp 1.4.0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 355099 + timestamp: 1713200298965 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 md5: c0af0edfebe780b19940e94871f1a765 constrains: @@ -16824,12 +12790,7 @@ packages: purls: [] size: 287750 timestamp: 1713200194013 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hcfcfb64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 md5: abd61d0ab127ec5cd68f62c2969e6f34 depends: @@ -16843,46 +12804,20 @@ packages: purls: [] size: 274359 timestamp: 1713200524021 -- kind: conda - name: libwebp-base - version: 1.4.0 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f - md5: b26e8aa824079e1be0294e7152ca4559 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a + md5: 151cba22b85a989c2d6ef9633ffee1e4 depends: - libgcc-ng >=12 - constrains: - - libwebp 1.4.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 438953 - timestamp: 1713199854503 -- kind: conda - name: libxcb - version: '1.16' - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 - md5: 07e80289d4ba724f37b4b6f001f88fbe - depends: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 322676 - timestamp: 1693089168477 -- kind: conda - name: libxcb - version: '1.16' - build: h7935292_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + size: 394932 + timestamp: 1693088990429 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda sha256: 5e4fec0243dca4af29cce38182b5a1b109a32f064421389f1a44aa883de79a1b md5: 93c0136e9cba96657339dfe25fba4da7 depends: @@ -16895,82 +12830,45 @@ packages: purls: [] size: 398500 timestamp: 1693091042711 -- kind: conda - name: libxcb - version: '1.16' - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 - md5: 7c1217d3b075f195ab17370f2d550f5d +- conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda + sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 + md5: 07e80289d4ba724f37b4b6f001f88fbe depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 989932 - timestamp: 1693089470750 -- kind: conda - name: libxcb - version: '1.16' - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a - md5: 151cba22b85a989c2d6ef9633ffee1e4 + size: 322676 + timestamp: 1693089168477 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda + sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f + md5: 55b5ed79062edde70459943d2d430d99 depends: - - libgcc-ng >=12 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 394932 - timestamp: 1693088990429 -- kind: conda - name: libxcb - version: '1.16' - build: hf2054a2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f - md5: 55b5ed79062edde70459943d2d430d99 + size: 359805 + timestamp: 1693089356642 +- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 + md5: 7c1217d3b075f195ab17370f2d550f5d depends: + - m2w64-gcc-libs + - m2w64-gcc-libs-core - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 359805 - timestamp: 1693089356642 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 114269 - timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + size: 989932 + timestamp: 1693089470750 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c md5: 5aa797f8787fe7a17d1b0821485b5adc depends: @@ -16979,13 +12877,16 @@ packages: purls: [] size: 100393 timestamp: 1702724383534 -- kind: conda - name: libxkbcommon - version: 1.7.0 - build: h2c5496b_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda + sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f + md5: b4df5d7d4b63579d081fd3a4cf99740e + depends: + - libgcc-ng >=12 + license: LGPL-2.1-or-later + purls: [] + size: 114269 + timestamp: 1702724369203 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda sha256: 6804c2a7062d10de6f159f7106dc45ebccc8d42bfb925f7919e26e567fa6da6b md5: e2eaefa4de2b7237af7c907b8bbc760a depends: @@ -17000,33 +12901,7 @@ packages: purls: [] size: 593336 timestamp: 1718819935698 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h0f24e4e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 - md5: ed4d301f0d2149b34deb9c4fecafd836 - depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 1682090 - timestamp: 1721031296951 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h4c95cb1_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda sha256: 11a346aed187405a7d3710a79b815fd66ff80fec3b9b7f840a24531324742acf md5: 0ac9aff6010a7751961c8e4b863a40e7 depends: @@ -17041,33 +12916,21 @@ packages: purls: [] size: 705701 timestamp: 1720772684071 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h9a80f22_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 - md5: 705829a78a7ce3dff19a967f0f0f5ed3 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda + sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 + md5: a859ee602b39a9335ae308635bcc139c depends: - - __osx >=11.0 - icu >=73.2,<74.0a0 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 588441 - timestamp: 1720772863811 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hc603aa4_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda + size: 751784 + timestamp: 1720772896823 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda sha256: b0cf4a1d3e628876613665ea957a4c0adc30460be859fa859a1eed7eac87330b md5: c188d96aea8eaa16efec573fe36a9a13 depends: @@ -17081,54 +12944,35 @@ packages: purls: [] size: 620129 timestamp: 1720772795289 -- kind: conda - name: libxml2 - version: 2.12.7 - build: hfed6450_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 - md5: a859ee602b39a9335ae308635bcc139c +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda + sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 + md5: 705829a78a7ce3dff19a967f0f0f5ed3 depends: + - __osx >=11.0 - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 751784 - timestamp: 1720772896823 -- kind: conda - name: libzip - version: 1.10.1 - build: h1d365fa_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - md5: 5c629cd12d89e2856c17b1dc5fcf44a4 + size: 588441 + timestamp: 1720772863811 +- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 + md5: ed4d301f0d2149b34deb9c4fecafd836 depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT purls: [] - size: 146434 - timestamp: 1694417117772 -- kind: conda - name: libzip - version: 1.10.1 - build: h2629f0a_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda + size: 1682090 + timestamp: 1721031296951 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 md5: ac79812548e7e8cf61f7b0abdef01d3b depends: @@ -17141,13 +12985,7 @@ packages: purls: [] size: 107198 timestamp: 1694416433629 -- kind: conda - name: libzip - version: 1.10.1 - build: h4156a30_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda sha256: 4b1a653eeb5a139431fb074830b7a099d111594b1867363772f27ac84dee0acd md5: ad9400456170b46f2615bdd48dff87fe depends: @@ -17160,15 +12998,9 @@ packages: purls: [] size: 114810 timestamp: 1694416439941 -- kind: conda - name: libzip - version: 1.10.1 - build: ha0bc3c6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 - md5: e37c0da207079e488709043634d6a711 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda + sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 + md5: 6112b3173f3aa2f12a8f40d07a77cc35 depends: - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 @@ -17176,17 +13008,11 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 128244 - timestamp: 1694416824668 -- kind: conda - name: libzip - version: 1.10.1 - build: hc158999_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - md5: 6112b3173f3aa2f12a8f40d07a77cc35 + size: 127599 + timestamp: 1694416738467 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda + sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 + md5: e37c0da207079e488709043634d6a711 depends: - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.2.13,<2.0.0a0 @@ -17194,35 +13020,24 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 127599 - timestamp: 1694416738467 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 - md5: d4483ca8afc57ddf1f6dded53b36c17f + size: 128244 + timestamp: 1694416824668 +- conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f + md5: 5c629cd12d89e2856c17b1dc5fcf44a4 depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.1.2,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_1 - license: Zlib - license_family: Other + license: BSD-3-Clause + license_family: BSD purls: [] - size: 56186 - timestamp: 1716874730539 -- kind: conda - name: libzlib - version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda + size: 146434 + timestamp: 1694417117772 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda sha256: adf6096f98b537a11ae3729eaa642b0811478f0ea0402ca67b5108fe2cb0010d md5: 57d7dc60e9325e3de37ff8dffd18e814 depends: @@ -17234,13 +13049,7 @@ packages: purls: [] size: 61574 timestamp: 1716874187109 -- kind: conda - name: libzlib - version: 1.3.1 - build: h68df207_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda sha256: 0d6dfd1e36e10c205ff1fdcf42d42289ff0f50be7a4eaa7b34f086a5e22a0734 md5: b13fb82f88902e34dd0638cd7d378c21 depends: @@ -17252,13 +13061,7 @@ packages: purls: [] size: 67199 timestamp: 1716874136348 -- kind: conda - name: libzlib - version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda sha256: 80a62db652b1da0ccc100812a1d86e94f75028968991bfb17f9536f3aa72d91d md5: b7575b5aa92108dcc9aaab0f05f2dbce depends: @@ -17270,13 +13073,7 @@ packages: purls: [] size: 57372 timestamp: 1716874211519 -- kind: conda - name: libzlib - version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e md5: 636077128927cf79fd933276dc3aed47 depends: @@ -17288,12 +13085,21 @@ packages: purls: [] size: 46921 timestamp: 1716874262512 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: h15ab845_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 + md5: d4483ca8afc57ddf1f6dded53b36c17f + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - zlib 1.3.1 *_1 + license: Zlib + license_family: Other + purls: [] + size: 56186 + timestamp: 1716874730539 +- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda sha256: 0fd74128806bd839c7a9aa343faf265b94aece84f75f67f14b6246936138e61e md5: 2c3c6c8aaf8728f87326964a82fdc7d8 depends: @@ -17305,12 +13111,7 @@ packages: purls: [] size: 300682 timestamp: 1718887195436 -- kind: conda - name: llvm-openmp - version: 18.1.8 - build: hde57baf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda sha256: 42bc913b3c91934a1ce7ff635e87ee48e2e252632f0cbf607c5a3e4409d9f9dd md5: 82393fdbe38448d878a8848b6fcbcefb depends: @@ -17322,27 +13123,7 @@ packages: purls: [] size: 276438 timestamp: 1718911793488 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hb7217d7_0 - subdir: osx-arm64 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 141188 - timestamp: 1674727268278 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcb278e6_0 - subdir: linux-64 - url: 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/lz4-c-1.9.4-hcb278e6_0.conda sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f md5: 318b08df404f9c9be5712aaa5a6f0bb0 depends: @@ -17353,29 +13134,7 @@ packages: purls: [] size: 143402 timestamp: 1674727076728 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hcfcfb64_0 - subdir: win-64 - 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 134235 - timestamp: 1674728465431 -- kind: conda - name: lz4-c - version: 1.9.4 - build: hd600fc2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 md5: 500145a83ed07ce79c8cef24252f366b depends: @@ -17386,42 +13145,49 @@ packages: purls: [] size: 163770 timestamp: 1674727020254 -- 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 +- conda: 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 156415 - timestamp: 1674727335352 -- kind: conda - name: lzo - version: '2.10' - build: h10d778d_1001 - build_number: 1001 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda - sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 - md5: bfecd73e4a2dc18ffd5288acf8a212ab + - libcxx >=14.0.6 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 156415 + timestamp: 1674727335352 +- conda: 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 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 141188 + timestamp: 1674727268278 +- conda: 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 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 134235 + timestamp: 1674728465431 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda + sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 + md5: ec7398d21e2651e0dcb0044d03b9a339 + depends: + - libgcc-ng >=12 license: GPL-2.0-or-later license_family: GPL2 purls: [] - size: 146405 - timestamp: 1713516112292 -- kind: conda - name: lzo - version: '2.10' - build: h31becfc_1001 - build_number: 1001 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda + size: 171416 + timestamp: 1713515738503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.conda sha256: d8626d739ac4268e63ca4ba71329cfc4da78b59b377b8cb45a81840138e0e3c9 md5: 004025fe20a11090e0b02154f413a758 depends: @@ -17431,13 +13197,15 @@ packages: purls: [] size: 164049 timestamp: 1713517023523 -- kind: conda - name: lzo - version: '2.10' - build: h93a5062_1001 - build_number: 1001 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda + sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 + md5: bfecd73e4a2dc18ffd5288acf8a212ab + license: GPL-2.0-or-later + license_family: GPL2 + purls: [] + size: 146405 + timestamp: 1713516112292 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 md5: 915996063a7380c652f83609e970c2a7 license: GPL-2.0-or-later @@ -17445,13 +13213,7 @@ packages: purls: [] size: 131447 timestamp: 1713516009610 -- kind: conda - name: lzo - version: '2.10' - build: hcfcfb64_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.conda sha256: 39e176b8cc8fe878d87594fae0504c649d1c2c6d5476dd7238237d19eb825751 md5: 629f4f4e874cf096eb93a23240910cee depends: @@ -17463,29 +13225,7 @@ packages: purls: [] size: 142771 timestamp: 1713516312465 -- kind: conda - name: lzo - version: '2.10' - build: hd590300_1001 - build_number: 1001 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda - sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 - md5: ec7398d21e2651e0dcb0044d03b9a339 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL2 - purls: [] - size: 171416 - timestamp: 1713515738503 -- kind: conda - name: m2w64-gcc-libgfortran - version: 5.3.0 - build: '6' - build_number: 6 - subdir: win-64 - url: 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-libgfortran-5.3.0-6.tar.bz2 sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 md5: 066552ac6b907ec6d72c0ddab29050dc depends: @@ -17495,13 +13235,7 @@ packages: purls: [] size: 350687 timestamp: 1608163451316 -- kind: conda - name: m2w64-gcc-libs - version: 5.3.0 - build: '7' - build_number: 7 - subdir: win-64 - url: 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-5.3.0-7.tar.bz2 sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa md5: fe759119b8b3bfa720b8762c6fdc35de depends: @@ -17514,13 +13248,7 @@ packages: purls: [] size: 532390 timestamp: 1608163512830 -- kind: conda - name: m2w64-gcc-libs-core - version: 5.3.0 - build: '7' - 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 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 md5: 4289d80fb4d272f1f3b56cfe87ac90bd depends: @@ -17531,13 +13259,7 @@ packages: purls: [] size: 219240 timestamp: 1608163481341 -- kind: conda - name: m2w64-gmp - version: 6.1.0 - build: '2' - build_number: 2 - subdir: win-64 - url: 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-gmp-6.1.0-2.tar.bz2 sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 md5: 53a1c73e1e3d185516d7e3af177596d9 depends: @@ -17546,13 +13268,7 @@ packages: purls: [] size: 743501 timestamp: 1608163782057 -- kind: conda - name: m2w64-libwinpthread-git - version: 5.0.0.4634.697f757 - build: '2' - 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 +- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 md5: 774130a326dee16f1ceb05cc687ee4f0 depends: @@ -17561,13 +13277,12 @@ packages: purls: [] size: 31928 timestamp: 1608166099896 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl name: markdown version: '3.6' - url: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f requires_dist: - - importlib-metadata>=4.4 ; python_version < '3.10' + - importlib-metadata>=4.4 ; python_full_version < '3.10' - mkdocs>=1.5 ; extra == 'docs' - mkdocs-nature>=0.6 ; extra == 'docs' - mdx-gh-links>=0.2 ; extra == 'docs' @@ -17578,13 +13293,7 @@ packages: - coverage ; extra == 'testing' - pyyaml ; extra == 'testing' requires_python: '>=3.8' -- kind: conda - name: markdown-it-py - version: 3.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 md5: 93a8e71256479c62074356ef6ebf501b depends: @@ -17596,17 +13305,12 @@ packages: - pkg:pypi/markdown-it-py?source=conda-forge-mapping size: 64356 timestamp: 1686175179621 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd - md5: 554a0bcb046e1bac7887a92f33b96acc +- conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda + sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 + md5: 9a9a22eb1f83c44953319ee3b027769f depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 @@ -17614,14 +13318,9 @@ packages: license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23827 - timestamp: 1706900341193 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39h7cc1d5f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda + size: 24314 + timestamp: 1706900151453 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda sha256: a1d6317b35fe1a25e0b0ac9479baa26c397813f1f882b2d62a2b4703da6f96a8 md5: d6fda92ac61840449b8053eaee6a682e depends: @@ -17636,12 +13335,7 @@ packages: - pkg:pypi/markupsafe?source=conda-forge-mapping size: 24748 timestamp: 1706901572172 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha09f3b3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda sha256: 2fbc1105e680dd34e44f59c67ad30b5e5fbbed65ce4dfb09dac0df811bc24f73 md5: db347b50af50d030b73be1d1e457cac2 depends: @@ -17655,59 +13349,44 @@ packages: - pkg:pypi/markupsafe?source=conda-forge-mapping size: 23107 timestamp: 1706900243497 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 - md5: f8b7e33c8bf98901925817b7f4436c7e +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda + sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd + md5: 554a0bcb046e1bac7887a92f33b96acc depends: - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 26856 - timestamp: 1706900665492 -- kind: conda - name: markupsafe - version: 2.1.5 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 - md5: 9a9a22eb1f83c44953319ee3b027769f + size: 23827 + timestamp: 1706900341193 +- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 + md5: f8b7e33c8bf98901925817b7f4436c7e depends: - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 24314 - timestamp: 1706900151453 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39h6e9494a_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de - md5: 070325238f33dcd8b5aa8a3634b0ca17 + size: 26856 + timestamp: 1706900665492 +- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda + sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f + md5: 87fbc4aba424cea958cd5de0a5030806 depends: - matplotlib-base >=3.9.1,<3.9.2.0a0 + - pyqt >=5.10 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -17715,15 +13394,9 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8772 - timestamp: 1722568878477 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39ha65689a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda + size: 8719 + timestamp: 1722568757126 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda sha256: 87a783c7f29c5ae3c2f9754f504be17a89cca3e6dcfc60ca6afb91ae203fa6da md5: 90b125d1a9c030713426c9dfc96eb22d depends: @@ -17737,18 +13410,11 @@ packages: - pkg:pypi/matplotlib?source=conda-forge-mapping size: 8855 timestamp: 1722568976681 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hcbf5309_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 - md5: 5a816cbe27fe3e568c0f4e541c99de4f +- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda + sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de + md5: 070325238f33dcd8b5aa8a3634b0ca17 depends: - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 @@ -17756,15 +13422,9 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 9157 - timestamp: 1722569801592 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hdf13c20_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda + size: 8772 + timestamp: 1722568878477 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda sha256: 28703de2b9790cf7c4da71cd664fe61ce653f6122fe1ff7df05c955f2292c102 md5: eeb76863509cf3028b996aceb7fdc7d9 depends: @@ -17778,15 +13438,9 @@ packages: - pkg:pypi/matplotlib?source=conda-forge-mapping size: 8829 timestamp: 1722568989193 -- kind: conda - name: matplotlib - version: 3.9.1 - build: py39hf3d152e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f - md5: 87fbc4aba424cea958cd5de0a5030806 +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 + md5: 5a816cbe27fe3e568c0f4e541c99de4f depends: - matplotlib-base >=3.9.1,<3.9.2.0a0 - pyqt >=5.10 @@ -17797,15 +13451,9 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8719 - timestamp: 1722568757126 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h0565ad7_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda + size: 9157 + timestamp: 1722569801592 +- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda sha256: c3cf8213fe278ca734c200eabd06a5a1a517b015552f558dd7117b97eb21b27f md5: 9665862b07e31ccac586ea2f8d23572c depends: @@ -17835,17 +13483,10 @@ packages: - pkg:pypi/matplotlib?source=conda-forge-mapping size: 6995935 timestamp: 1722568740835 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h1398496_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e - md5: fb9235ddaf3c284c930e47595880a3b7 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda + sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 + md5: b3a812b3bd4e83ba39dc9e34488655cf depends: - - __osx >=11.0 - certifi >=2020.06.20 - contourpy >=1.0.1 - cycler >=0.10 @@ -17853,7 +13494,8 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -17864,22 +13506,18 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 + - tk >=8.6.13,<8.7.0a0 license: PSF-2.0 license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6800038 - timestamp: 1722568944836 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39h5376392_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 - md5: 2029d25009b9a28f9aac2987e5808731 + size: 6820131 + timestamp: 1722568958329 +- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda + sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f + md5: 12a7c3af1656218f22fe449b5655390f depends: + - __osx >=10.13 - certifi >=2020.06.20 - contourpy >=1.0.1 - cycler >=0.10 @@ -17887,6 +13525,7 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 + - libcxx >=16 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -17896,26 +13535,17 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: PSF-2.0 license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6788026 - timestamp: 1722569739583 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hb2d44f9_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f - md5: 12a7c3af1656218f22fe449b5655390f + size: 6922214 + timestamp: 1722568835094 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda + sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e + md5: fb9235ddaf3c284c930e47595880a3b7 depends: - - __osx >=10.13 + - __osx >=11.0 - certifi >=2020.06.20 - contourpy >=1.0.1 - cycler >=0.10 @@ -17930,6 +13560,7 @@ packages: - pillow >=8 - pyparsing >=2.3.1 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 @@ -17937,17 +13568,11 @@ packages: license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6922214 - timestamp: 1722568835094 -- kind: conda - name: matplotlib-base - version: 3.9.1 - build: py39hf3ba65a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 - md5: b3a812b3bd4e83ba39dc9e34488655cf + size: 6800038 + timestamp: 1722568944836 +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 + md5: 2029d25009b9a28f9aac2987e5808731 depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -17956,32 +13581,25 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - - tk >=8.6.13,<8.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: PSF-2.0 license_family: PSF purls: - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6820131 - timestamp: 1722568958329 -- kind: conda - name: matplotlib-inline - version: 0.1.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + size: 6788026 + timestamp: 1722569739583 +- conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda sha256: 7ea68676ea35fbb095420bbcc1c82c4767b8be7bb56abb6989b7f89d957a3bab md5: 779345c95648be40d22aaa89de7d4254 depends: @@ -17993,13 +13611,7 @@ packages: - pkg:pypi/matplotlib-inline?source=conda-forge-mapping size: 14599 timestamp: 1713250613726 -- kind: conda - name: mdit-py-plugins - version: 0.4.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 md5: eb90dd178bcdd0260dfaa6e1cbccf042 depends: @@ -18011,13 +13623,7 @@ packages: - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping size: 41972 timestamp: 1715570303416 -- kind: conda - name: mdurl - version: 0.1.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 md5: 776a8dd9e824f77abac30e6ef43a8f7a depends: @@ -18028,13 +13634,7 @@ packages: - pkg:pypi/mdurl?source=conda-forge-mapping size: 14680 timestamp: 1704317789138 -- kind: conda - name: meson - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 md5: 48fa9fd8e4226d71cdbef619f2402572 depends: @@ -18047,40 +13647,14 @@ packages: - pkg:pypi/meson?source=conda-forge-mapping size: 628242 timestamp: 1700451735019 -- kind: conda - name: minizip - version: 4.0.6 - build: hb638d1e_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 - md5: 43e2b972e258a25a1e01790ad0e3287a - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: Zlib - license_family: Other - purls: [] - size: 85324 - timestamp: 1717296997985 -- kind: conda - name: minizip - version: 4.0.7 - build: h27ee973_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad - md5: 73dcdab1f21da49048a4f26d648c87a9 +- conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda + sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 + md5: 4474532a312b2245c5c77f1176989b46 depends: - - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.1,<4.0a0 - xz >=5.2.6,<6.0a0 @@ -18088,16 +13662,11 @@ packages: license: Zlib license_family: Other purls: [] - size: 77944 - timestamp: 1718483144234 -- kind: conda - name: minizip - version: 4.0.7 - build: h401b404_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 - md5: 4474532a312b2245c5c77f1176989b46 + size: 91409 + timestamp: 1718483022284 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda + sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 + md5: 7c8cd307bc5c00bdba33e1c11685b3b4 depends: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 @@ -18110,14 +13679,9 @@ packages: license: Zlib license_family: Other purls: [] - size: 91409 - timestamp: 1718483022284 -- kind: conda - name: minizip - version: 4.0.7 - build: h62b0c8d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda + size: 96194 + timestamp: 1718483492963 +- conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda sha256: e02a6e1a43b0ff44bb9460d46d3f7687a1876d435fb3c2c6cf9e19bab60901f6 md5: 9cb19284d7d835918241acf8180099db depends: @@ -18134,19 +13698,14 @@ packages: purls: [] size: 78595 timestamp: 1718483214061 -- kind: conda - name: minizip - version: 4.0.7 - build: h77a9e90_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 - md5: 7c8cd307bc5c00bdba33e1c11685b3b4 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda + sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad + md5: 73dcdab1f21da49048a4f26d648c87a9 depends: + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.1,<4.0a0 - xz >=5.2.6,<6.0a0 @@ -18154,21 +13713,30 @@ packages: license: Zlib license_family: Other purls: [] - size: 96194 - timestamp: 1718483492963 -- kind: pypi + size: 77944 + timestamp: 1718483144234 +- conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 + md5: 43e2b972e258a25a1e01790ad0e3287a + depends: + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: Zlib + license_family: Other + purls: [] + size: 85324 + timestamp: 1717296997985 +- pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl name: mistune version: 3.0.2 - url: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 requires_python: '>=3.7' -- kind: conda - name: mkl - version: 2024.1.0 - build: h66d3029_694 - build_number: 694 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 md5: a17423859d3fb912c8f2e9797603ddb6 depends: @@ -18179,13 +13747,7 @@ packages: purls: [] size: 109381621 timestamp: 1716561374449 -- kind: conda - name: modflow-devtools - version: 1.6.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda sha256: 28a3b4ea3f60ff73170d174cee61f1ea0b3c71156f815e37d46bbd6bd81963fa md5: 398839dd28f83127b62df50fd1da22ee depends: @@ -18195,12 +13757,7 @@ packages: - pkg:pypi/modflow-devtools?source=conda-forge-mapping size: 29239 timestamp: 1717152807815 -- kind: conda - name: mpg123 - version: 1.32.6 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda sha256: 8895a5ce5122a3b8f59afcba4b032f198e8a690a0efc95ef61f2135357ef0d72 md5: 9160cdeb523a1b20cf8d2a0bf821f45d depends: @@ -18211,25 +13768,13 @@ packages: purls: [] size: 491811 timestamp: 1712327176955 -- kind: conda - name: msys2-conda-epoch - version: '20160418' - build: '1' - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 md5: b0309b72560df66f71a9d5e34a5efdfa purls: [] size: 3227 timestamp: 1608166968312 -- kind: conda - name: munkres - version: 1.1.4 - build: pyh9f0ad1d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 md5: 2ba8498c1018c1e9c61eb99b973dfe19 depends: @@ -18240,13 +13785,7 @@ packages: - pkg:pypi/munkres?source=conda-forge-mapping size: 12452 timestamp: 1600387789153 -- kind: conda - name: mypy_extensions - version: 1.0.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 md5: 4eccaeba205f0aed9ac3a9ea58568ca3 depends: @@ -18257,13 +13796,7 @@ packages: - pkg:pypi/mypy-extensions?source=conda-forge-mapping size: 10492 timestamp: 1675543414256 -- kind: conda - name: mysql-common - version: 8.3.0 - build: h70512c7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda sha256: 09296629aab020fb131c8256d8683087769c53ce5197ca3a2abe040bfb285d88 md5: 4b652e3e572cbb3f297e77c96313faea depends: @@ -18276,13 +13809,7 @@ packages: purls: [] size: 780145 timestamp: 1721386057930 -- kind: conda - name: mysql-libs - version: 8.3.0 - build: ha479ceb_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda sha256: c6e9b0961b6877eda8c300b12a0939c81f403a4eb5c0db802e13130fd5a3a059 md5: 82776ee8145b9d1fd6546604de4b351d depends: @@ -18298,13 +13825,7 @@ packages: purls: [] size: 1532137 timestamp: 1721386157918 -- kind: conda - name: myst-parser - version: 3.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda sha256: bfce74342cd22b2201102565a15a2cb0e23ad28023b0f8a0d0e93e3fb19020df md5: 7a1ab67ee32e0d58ce55134d7a56b8fe depends: @@ -18321,14 +13842,13 @@ packages: - pkg:pypi/myst-parser?source=conda-forge-mapping size: 72235 timestamp: 1714413912964 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl name: nbclient version: 0.10.0 - url: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f requires_dist: - jupyter-client>=6.1.12 - - jupyter-core!=5.0.*,>=4.12 + - jupyter-core>=4.12,!=5.0.* - nbformat>=5.1 - traitlets>=5.4 - pre-commit ; extra == 'dev' @@ -18347,25 +13867,24 @@ packages: - nbconvert>=7.0.0 ; extra == 'test' - pytest-asyncio ; extra == 'test' - pytest-cov>=4.0 ; extra == 'test' - - pytest<8,>=7.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' - testpath ; extra == 'test' - xmltodict ; extra == 'test' requires_python: '>=3.8.0' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl name: nbconvert version: 7.16.4 - url: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 requires_dist: - beautifulsoup4 - bleach!=5.0.0 - defusedxml - - importlib-metadata>=3.6 ; python_version < '3.10' + - importlib-metadata>=3.6 ; python_full_version < '3.10' - jinja2>=3.0 - jupyter-core>=4.7 - jupyterlab-pygments - markupsafe>=2.0 - - mistune<4,>=2.0.3 + - mistune>=2.0.3,<4 - nbclient>=0.5.0 - nbformat>=5.7 - packaging @@ -18402,13 +13921,7 @@ packages: - pytest>=7 ; extra == 'test' - playwright ; extra == 'webpdf' requires_python: '>=3.8' -- kind: conda - name: nbformat - version: 5.10.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c md5: 0b57b5368ab7fc7cdc9e3511fa867214 depends: @@ -18423,33 +13936,35 @@ packages: - pkg:pypi/nbformat?source=conda-forge-mapping size: 101232 timestamp: 1712239122969 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl name: nbsphinx version: 0.9.4 - url: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl sha256: 22cb1d974a8300e8118ca71aea1f649553743c0c5830a54129dcd446e6a8ba17 requires_dist: - docutils>=0.18.1 - jinja2 - - nbconvert!=5.4,>=5.3 + - nbconvert>=5.3,!=5.4 - traitlets>=5 - nbformat - sphinx>=1.8 requires_python: '>=3.6' -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl name: nbsphinx-link version: 1.3.0 - url: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl sha256: 67c24fc6508765203afb4b6939c0d9127e17a5d8d9355bfe8458192cf7105eb9 requires_dist: - nbsphinx - sphinx>=1.8 -- kind: conda - name: ncurses - version: '6.5' - build: h0425590_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 + md5: fcea371545eda051b6deafb24889fc69 + depends: + - libgcc-ng >=12 + license: X11 AND BSD-3-Clause + purls: [] + size: 887465 + timestamp: 1715194722503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e md5: 38362af7bfac0efef69675acee564458 depends: @@ -18458,51 +13973,21 @@ packages: purls: [] size: 925099 timestamp: 1715194843316 -- kind: conda - name: ncurses - version: '6.5' - build: h5846eda_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 md5: 02a888433d165c99bf09784a7b14d900 license: X11 AND BSD-3-Clause purls: [] size: 823601 timestamp: 1715195267791 -- kind: conda - name: ncurses - version: '6.5' - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 - md5: fcea371545eda051b6deafb24889fc69 - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - purls: [] - size: 887465 - timestamp: 1715194722503 -- kind: conda - name: ncurses - version: '6.5' - build: hb89a1cb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a md5: b13ad5724ac9ae98b6b4fd87e4500ba4 license: X11 AND BSD-3-Clause purls: [] size: 795131 timestamp: 1715194898402 -- kind: conda - name: nest-asyncio - version: 1.6.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a md5: 6598c056f64dc8800d40add25e4e2c34 depends: @@ -18513,13 +13998,7 @@ packages: - pkg:pypi/nest-asyncio?source=conda-forge-mapping size: 11638 timestamp: 1705850780510 -- kind: conda - name: networkx - version: 3.2.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d md5: 425fce3b531bed6ec3c74fab3e5f0a1c depends: @@ -18535,12 +14014,7 @@ packages: - pkg:pypi/networkx?source=conda-forge-mapping size: 1149552 timestamp: 1698504905258 -- kind: conda - name: ninja - version: 1.12.1 - build: h297d8ca_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda sha256: 40f7b76b07067935f8a5886aab0164067b7aa71eb5ad20b7278618c0c2c98e06 md5: 3aa1c7e292afeff25a0091ddd7c69b72 depends: @@ -18551,12 +14025,18 @@ packages: purls: [] size: 2198858 timestamp: 1715440571685 -- kind: conda - name: ninja - version: 1.12.1 - build: h3c5361c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda + sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de + md5: 216635cea46498d8045c7cf0f03eaf72 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 2329583 + timestamp: 1715442512963 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda sha256: 230f11a2f73955b67550be09a0c1fd053772f5e01e98d5873547d63ebea73229 md5: a0ebabd021c8191aeb82793fe43cfdcb depends: @@ -18567,12 +14047,7 @@ packages: purls: [] size: 124942 timestamp: 1715440780183 -- kind: conda - name: ninja - version: 1.12.1 - build: h420ef59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda sha256: 11528acfa0f05d0c51639f6b09b51dc6611b801668449bb36c206c4b055be4f4 md5: 9166c10405d41c95ffde8fcb8e5c3d51 depends: @@ -18583,28 +14058,7 @@ packages: purls: [] size: 112576 timestamp: 1715440927034 -- kind: conda - name: ninja - version: 1.12.1 - build: h70be974_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - sha256: a42f12c03a69cdcd2e7d5f95fd4e0f1e5fc43ef482aff2b8ee16a3730cc642de - md5: 216635cea46498d8045c7cf0f03eaf72 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 2329583 - timestamp: 1715442512963 -- kind: conda - name: ninja - version: 1.12.1 - build: hc790b64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda sha256: b821cb72cb3ef08fab90a9bae899510e6cf3c23b5da6070d1ec30099dfe6a5be md5: a557dde55343e03c68cd7e29e7f87279 depends: @@ -18616,12 +14070,7 @@ packages: purls: [] size: 285150 timestamp: 1715441052517 -- kind: conda - name: nspr - version: '4.35' - build: h27087fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c md5: da0ec11a6454ae19bff5b02ed881a2b1 depends: @@ -18632,12 +14081,7 @@ packages: purls: [] size: 226848 timestamp: 1669784948267 -- kind: conda - name: nspr - version: '4.35' - build: h4de3ea5_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda sha256: 23ff7274a021dd87966277b271e5d0944fcc8b893f4920cb46dd4224604218cc md5: 7a392f26f76fc55354c8ed60c2b99162 depends: @@ -18648,42 +14092,27 @@ packages: purls: [] size: 232844 timestamp: 1669784904844 -- kind: conda - name: nspr - version: '4.35' - build: hb7217d7_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a - md5: f81b5ec944dbbcff3dd08375eb036efa +- conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda + sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de + md5: a9e56c98d13d8b7ce72bf4357317c29b depends: - libcxx >=14.0.6 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 220745 - timestamp: 1669785182058 -- kind: conda - name: nspr - version: '4.35' - build: hea0b92c_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - md5: a9e56c98d13d8b7ce72bf4357317c29b + size: 230071 + timestamp: 1669785313586 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda + sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a + md5: f81b5ec944dbbcff3dd08375eb036efa depends: - libcxx >=14.0.6 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 230071 - timestamp: 1669785313586 -- kind: conda - name: nss - version: '3.103' - build: h593d115_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda + size: 220745 + timestamp: 1669785182058 +- conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda sha256: f69c027c056a620f06b5f69c3c2a437cc8768bbcbe48664cfdb46ffee7d7753d md5: 233bfe41968d6fb04eba9258bb5061ad depends: @@ -18697,30 +14126,20 @@ packages: purls: [] size: 1976811 timestamp: 1722554596783 -- kind: conda - name: nss - version: '3.103' - build: hc42bcbf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 - md5: 1c0c33f137496c66ea06ec800831ae24 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda + sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 + md5: e0159c5e3db06d893ddb4d987d7c3573 depends: - - __osx >=11.0 - - libcxx >=16 + - libgcc-ng >=12 - libsqlite >=3.46.0,<4.0a0 + - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - nspr >=4.35,<5.0a0 license: MPL-2.0 purls: [] - size: 1776517 - timestamp: 1722554931929 -- kind: conda - name: nss - version: '3.103' - build: he7eb89d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda + size: 1967656 + timestamp: 1722559354791 +- conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda sha256: c45b554bbe1b9e52e359845b587a69b35f33dc47ca45a6ce8f4aa44cbb3f5ded md5: 2a7c2b52e8157c187b5be0ed958a26db depends: @@ -18733,37 +14152,28 @@ packages: purls: [] size: 1856317 timestamp: 1722554746154 -- kind: conda - name: nss - version: '3.103' - build: hfe4779c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 - md5: e0159c5e3db06d893ddb4d987d7c3573 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda + sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 + md5: 1c0c33f137496c66ea06ec800831ae24 depends: - - libgcc-ng >=12 + - __osx >=11.0 + - libcxx >=16 - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - libzlib >=1.3.1,<2.0a0 - nspr >=4.35,<5.0a0 license: MPL-2.0 purls: [] - size: 1967656 - timestamp: 1722559354791 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h28c39a1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b - md5: 1b07000dc6aed4a69e91107dac4464d3 + size: 1776517 + timestamp: 1722554931929 +- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda + sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 + md5: aa265f5697237aa13cc10f53fa8acc4f depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 + - libgcc-ng >=12 - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: @@ -18772,16 +14182,11 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping - size: 6481665 - timestamp: 1707226262838 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h474f0d3_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 - md5: aa265f5697237aa13cc10f53fa8acc4f + size: 7039431 + timestamp: 1707225726227 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda + sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c + md5: d88e195f11a9f27e649aea408b54cb48 depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 @@ -18789,6 +14194,7 @@ packages: - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 @@ -18796,23 +14202,17 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping - size: 7039431 - timestamp: 1707225726227 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h7aa2656_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a - md5: c027ed77947314469686cff520a71e5f + size: 6082609 + timestamp: 1707225790468 +- conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda + sha256: 47f75135f6f85225709d5a8f05a0ac2c6a437c8a4cc53ce0f70e9b8766f23b1b + md5: 1b07000dc6aed4a69e91107dac4464d3 depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - libcxx >=16 - liblapack >=3.9.0,<4.0a0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 @@ -18820,22 +14220,16 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping - size: 5492058 - timestamp: 1707226364958 -- kind: conda - name: numpy - version: 1.26.4 - build: py39h91c28bb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - sha256: a6c2cc090050de18d3e268dd7d13f20bf1effadd02e71d9a3304cb1ff016e82c - md5: d88e195f11a9f27e649aea408b54cb48 + size: 6481665 + timestamp: 1707226262838 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda + sha256: e7adae3f0ffdc319ce32ea10484d9cc36db4317ce5b525cfdcb97651786a928a + md5: c027ed77947314469686cff520a71e5f depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 + - libcxx >=16 - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -18845,14 +14239,9 @@ packages: license_family: BSD purls: - pkg:pypi/numpy?source=conda-forge-mapping - size: 6082609 - timestamp: 1707225790468 -- kind: conda - name: numpy - version: 1.26.4 - build: py39hddb5d58_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda + size: 5492058 + timestamp: 1707226364958 +- conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda sha256: 25473fb10de8e3d92ea07777fce90508b5fce76fd942b333625ae27f7c50d74d md5: 6e30ff8f2d3f59f45347dfba8bc22a04 depends: @@ -18872,14 +14261,9 @@ packages: - pkg:pypi/numpy?source=conda-forge-mapping size: 5920615 timestamp: 1707226471242 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h0d9d63b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f - md5: fd2898519e839d5ceb778343f39a3176 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda + sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 + md5: 7f2e286780f072ed750df46dc2631138 depends: - libgcc-ng >=12 - libpng >=1.6.43,<1.7.0a0 @@ -18889,36 +14273,11 @@ packages: license: BSD-2-Clause license_family: BSD purls: [] - size: 374964 - timestamp: 1709159226478 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h3d672ee_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 - md5: 7e7099ad94ac3b599808950cec30ad4e - depends: - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 237974 - timestamp: 1709159764160 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h488ebb8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 - md5: 7f2e286780f072ed750df46dc2631138 + size: 341592 + timestamp: 1709159244431 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda + sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f + md5: fd2898519e839d5ceb778343f39a3176 depends: - libgcc-ng >=12 - libpng >=1.6.43,<1.7.0a0 @@ -18928,14 +14287,9 @@ packages: license: BSD-2-Clause license_family: BSD purls: [] - size: 341592 - timestamp: 1709159244431 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h7310d3a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda + size: 374964 + timestamp: 1709159226478 +- conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 md5: 05a14cc9d725dd74995927968d6547e3 depends: @@ -18948,12 +14302,7 @@ packages: purls: [] size: 331273 timestamp: 1709159538792 -- kind: conda - name: openjpeg - version: 2.5.2 - build: h9f1df11_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 md5: 5029846003f0bc14414b9128a1f7c84b depends: @@ -18966,34 +14315,22 @@ packages: purls: [] size: 316603 timestamp: 1709159627299 -- kind: conda - name: openssl - version: 3.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d - md5: 375dbc2a4d5a2e4c738703207e8e368b +- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 + md5: 7e7099ad94ac3b599808950cec30ad4e depends: - - ca-certificates + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache + license: BSD-2-Clause + license_family: BSD purls: [] - size: 8385012 - timestamp: 1721197465883 -- kind: conda - name: openssl - version: 3.3.1 - build: h4bc722e_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda + size: 237974 + timestamp: 1709159764160 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda sha256: b294b3cc706ad1048cdb514f0db3da9f37ae3fcc0c53a7104083dd0918adb200 md5: e1b454497f9f7c1147fdde4b53f1b512 depends: @@ -19007,13 +14344,7 @@ packages: purls: [] size: 2895213 timestamp: 1721194688955 -- kind: conda - name: openssl - version: 3.3.1 - build: h68df207_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda sha256: 6c15fd3e6c1dd92b17533fe307cb758be88e85e32e1b988507708905357acb60 md5: e53f74e640d477466e04bae394b0d163 depends: @@ -19026,13 +14357,7 @@ packages: purls: [] size: 3435721 timestamp: 1721194625490 -- kind: conda - name: openssl - version: 3.3.1 - build: h87427d6_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda sha256: 3cb0c05fbfd8cdb9b767396fc0e0af2d78eb4d68592855481254104330d4a4eb md5: 3f3dbeedbee31e257866407d9dea1ff5 depends: @@ -19045,13 +14370,7 @@ packages: purls: [] size: 2552939 timestamp: 1721194674491 -- kind: conda - name: openssl - version: 3.3.1 - build: hfb2fe0b_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda sha256: dd7d988636f74473ebdfe15e05c5aabdb53a1d2a846c839d62289b0c37f81548 md5: 9b551a504c1cc8f8b7b22c01814da8ba depends: @@ -19064,13 +14383,22 @@ packages: purls: [] size: 2899682 timestamp: 1721194599446 -- kind: conda - name: packaging - version: '24.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d + md5: 375dbc2a4d5a2e4c738703207e8e368b + depends: + - ca-certificates + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 8385012 + timestamp: 1721197465883 +- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 md5: cbe1bb1f21567018ce595d9c2be0f0db depends: @@ -19081,38 +14409,25 @@ packages: - pkg:pypi/packaging?source=conda-forge-mapping size: 50290 timestamp: 1718189540074 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h2366fc2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 - md5: 8ff33fa9669c0b1851023fa6597a9455 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda + sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 + md5: 8b23d2b425035a7468d17e6fe1d54124 depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pandas?source=conda-forge-mapping - size: 11798513 - timestamp: 1715899052536 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h60c7704_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda + size: 12904527 + timestamp: 1715898201230 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 md5: 78c96711f5d28191f72810aec658d5ae depends: @@ -19131,21 +14446,14 @@ packages: - pkg:pypi/pandas?source=conda-forge-mapping size: 12722678 timestamp: 1715898272002 -- kind: conda - name: pandas - version: 2.2.2 - build: py39h998126f_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c - md5: 382946ebc5bd55ce0c8613dfde78a718 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda + sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 + md5: d6bf536ffbff78b4976f5777b0bb9ae2 depends: - - __osx >=11.0 + - __osx >=10.13 - libcxx >=16 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 @@ -19154,22 +14462,17 @@ packages: license_family: BSD purls: - pkg:pypi/pandas?source=conda-forge-mapping - size: 12053143 - timestamp: 1715898294086 -- kind: conda - name: pandas - version: 2.2.2 - build: py39hbb604f3_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 - md5: d6bf536ffbff78b4976f5777b0bb9ae2 + size: 12098308 + timestamp: 1715898127261 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda + sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c + md5: 382946ebc5bd55ce0c8613dfde78a718 depends: - - __osx >=10.13 + - __osx >=11.0 - libcxx >=16 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 @@ -19178,70 +14481,52 @@ packages: license_family: BSD purls: - pkg:pypi/pandas?source=conda-forge-mapping - size: 12098308 - timestamp: 1715898127261 -- kind: conda - name: pandas - version: 2.2.2 - build: py39hfc16268_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 - md5: 8b23d2b425035a7468d17e6fe1d54124 + size: 12053143 + timestamp: 1715898294086 +- conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 + md5: 8ff33fa9669c0b1851023fa6597a9455 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pandas?source=conda-forge-mapping - size: 12904527 - timestamp: 1715898201230 -- kind: pypi + size: 11798513 + timestamp: 1715899052536 +- pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl name: pandocfilters version: 1.5.1 - url: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- kind: conda - name: pango - version: 1.54.0 - build: h115fe74_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 - md5: 02bbb71305225106985ec1f28ff9f50b +- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda + sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 + md5: 7df02e445367703cd87a574046e3a6f0 depends: - - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - harfbuzz >=9.0.0,<10.0a0 + - libgcc-ng >=12 - libglib >=2.80.2,<3.0a0 - libpng >=1.6.43,<1.7.0a0 license: LGPL-2.1-or-later purls: [] - size: 422438 - timestamp: 1719839620827 -- kind: conda - name: pango - version: 1.54.0 - build: h4c5309f_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 - md5: 7df02e445367703cd87a574046e3a6f0 + size: 447117 + timestamp: 1719839527713 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda + sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 + md5: 905145a94ad41fce135074a0214616e9 depends: - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 @@ -19254,38 +14539,26 @@ packages: - libpng >=1.6.43,<1.7.0a0 license: LGPL-2.1-or-later purls: [] - size: 447117 - timestamp: 1719839527713 -- kind: conda - name: pango - version: 1.54.0 - build: h7579590_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 - md5: 905145a94ad41fce135074a0214616e9 + size: 460989 + timestamp: 1719841137355 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda + sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 + md5: 02bbb71305225106985ec1f28ff9f50b depends: + - __osx >=10.13 - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - libglib >=2.80.2,<3.0a0 - libpng >=1.6.43,<1.7.0a0 license: LGPL-2.1-or-later purls: [] - size: 460989 - timestamp: 1719841137355 -- kind: conda - name: pango - version: 1.54.0 - build: h9ee27a3_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda + size: 422438 + timestamp: 1719839620827 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda sha256: 49b70f3d230381e3b1e6c036569455972130230462e0c53870b5c7135f5de467 md5: 362011ec7d84f31f77ba13398c33cf6b depends: @@ -19302,13 +14575,7 @@ packages: purls: [] size: 418380 timestamp: 1719839838714 -- kind: conda - name: pango - version: 1.54.0 - build: hbb871f6_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 md5: bf639fd83deb4404ac988ae927f61e9e depends: @@ -19327,13 +14594,7 @@ packages: purls: [] size: 450735 timestamp: 1719840158791 -- kind: conda - name: parso - version: 0.8.4 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae md5: 81534b420deb77da8833f2289b8d47ac depends: @@ -19344,13 +14605,7 @@ packages: - pkg:pypi/parso?source=conda-forge-mapping size: 75191 timestamp: 1712320447201 -- kind: conda - name: pathspec - version: 0.12.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d md5: 17064acba08d3686f1135b5ec1b32b12 depends: @@ -19361,12 +14616,19 @@ packages: - pkg:pypi/pathspec?source=conda-forge-mapping size: 41173 timestamp: 1702250135032 -- kind: conda - name: pcre2 - version: '10.44' - build: h070dd5b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda + sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab + md5: 3914f7ac1761dce57102c72ca7c35d01 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 955778 + timestamp: 1718466128333 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda sha256: 5d3c562785526fc4d2f0f4eff7edf94d3afbef92a6290e8bc0bff88fa664fba0 md5: e5c5c5acdd1f52508f5e9938b454ae5d depends: @@ -19378,29 +14640,19 @@ packages: purls: [] size: 886281 timestamp: 1718466113968 -- kind: conda - name: pcre2 - version: '10.44' - build: h0f59acf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab - md5: 3914f7ac1761dce57102c72ca7c35d01 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda + sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e + md5: b8f63aec37f31ffddac6dfdc0b31a73e depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 955778 - timestamp: 1718466128333 -- kind: conda - name: pcre2 - version: '10.44' - build: h297a79d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda + size: 858178 + timestamp: 1718466163292 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda sha256: 23ddc5022a1025027ac1957dc1947c70d93a78414fbb183026457a537e8b3770 md5: 62f8d7e2ef03b0aae64185b0f38316eb depends: @@ -19412,12 +14664,7 @@ packages: purls: [] size: 615298 timestamp: 1718466168866 -- kind: conda - name: pcre2 - version: '10.44' - build: h3d7b363_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 md5: 007d07ab5027e0bf49f6fa660a9f89a0 depends: @@ -19431,30 +14678,7 @@ packages: purls: [] size: 816867 timestamp: 1718466930248 -- kind: conda - name: pcre2 - version: '10.44' - build: h7634a1b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e - md5: b8f63aec37f31ffddac6dfdc0b31a73e - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 858178 - timestamp: 1718466163292 -- kind: conda - name: pexpect - version: 4.9.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e md5: 629f3203c99b32e0988910c93e77f3b6 depends: @@ -19465,14 +14689,7 @@ packages: - pkg:pypi/pexpect?source=conda-forge-mapping size: 53600 timestamp: 1706113273252 -- kind: conda - name: pickleshare - version: 0.7.5 - build: py_1003 - build_number: 1003 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 md5: 415f0ebb6198cc2801c73438a9fb5761 depends: @@ -19483,12 +14700,7 @@ packages: - pkg:pypi/pickleshare?source=conda-forge-mapping size: 9332 timestamp: 1602536313357 -- kind: conda - name: pillow - version: 10.4.0 - build: py39h16a7006_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda sha256: aab55b1bf2f09f341b605c51ad8bd159f4136fa7071da95b3d4f5eb45ce43d4d md5: d9a6b19174a6cf5185296b16f781951f depends: @@ -19507,41 +14719,9 @@ packages: license: HPND purls: - pkg:pypi/pillow?source=conda-forge-mapping - size: 42084060 - timestamp: 1719903748797 -- kind: conda - name: pillow - version: 10.4.0 - build: py39h3baf582_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 - md5: 0c4b3423b88a38cc188329e52d3f51db - depends: - - __osx >=11.0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tk >=8.6.13,<8.7.0a0 - license: HPND - purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41698525 - timestamp: 1719903817581 -- kind: conda - name: pillow - version: 10.4.0 - build: py39h4a8821f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda + size: 42084060 + timestamp: 1719903748797 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda sha256: 5354f70fc0383a87dd3c58f6f0104810bc57e917b63b1fe30d2ad1356090a3a0 md5: 318861157594972acc05a8715d3018a8 depends: @@ -19562,12 +14742,7 @@ packages: - pkg:pypi/pillow?source=conda-forge-mapping size: 42267057 timestamp: 1719905840595 -- kind: conda - name: pillow - version: 10.4.0 - build: py39hc3a33ae_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda sha256: 913f2341991cdca75ecb5dbcf5f228fc92b1c5f2d7c9eb42b284c97f938a8c1b md5: 38f014644c18a760ef3850c3c8bd2515 depends: @@ -19588,12 +14763,29 @@ packages: - pkg:pypi/pillow?source=conda-forge-mapping size: 41330972 timestamp: 1719903956921 -- kind: conda - name: pillow - version: 10.4.0 - build: py39hfa8c767_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda + sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 + md5: 0c4b3423b88a38cc188329e52d3f51db + depends: + - __osx >=11.0 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tk >=8.6.13,<8.7.0a0 + license: HPND + purls: + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41698525 + timestamp: 1719903817581 +- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd md5: 7b24bccfb14f05019c8a488d4ee084a8 depends: @@ -19616,13 +14808,7 @@ packages: - pkg:pypi/pillow?source=conda-forge-mapping size: 41327013 timestamp: 1719904170746 -- kind: conda - name: pip - version: '24.2' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda sha256: 15b480571a7a4d896aa187648cce99f98bac3926253f028f228d2e9e1cf7c1e1 md5: 6721aef6bfe5937abe70181545dd2c51 depends: @@ -19635,12 +14821,7 @@ packages: - pkg:pypi/pip?source=conda-forge-mapping size: 1238498 timestamp: 1722451042495 -- kind: conda - name: pixman - version: 0.43.2 - build: h59595ed_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e md5: 71004cbf7924e19c02746ccde9fd7123 depends: @@ -19651,12 +14832,7 @@ packages: purls: [] size: 386826 timestamp: 1706549500138 -- kind: conda - name: pixman - version: 0.43.4 - build: h2f0025b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e md5: 81b2ddea4b0eca188da9c5a7aa4b0cff depends: @@ -19667,29 +14843,7 @@ packages: purls: [] size: 295064 timestamp: 1709240909660 -- kind: conda - name: pixman - version: 0.43.4 - build: h63175ca_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 - md5: b98135614135d5f458b75ab9ebb9558c - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 461854 - timestamp: 1709239971654 -- kind: conda - name: pixman - version: 0.43.4 - build: h73e2aa4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 md5: cb134c1e03fd32f4e6bea3f6de2614fd depends: @@ -19699,12 +14853,7 @@ packages: purls: [] size: 323904 timestamp: 1709239931160 -- kind: conda - name: pixman - version: 0.43.4 - build: hebf3989_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 md5: 0308c68e711cd295aaa026a4f8c4b1e5 depends: @@ -19714,13 +14863,19 @@ packages: purls: [] size: 198755 timestamp: 1709239846651 -- kind: conda - name: platformdirs - version: 4.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 + md5: b98135614135d5f458b75ab9ebb9558c + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 461854 + timestamp: 1709239971654 +- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 md5: 6f6cf28bf8e021933869bae3f84b8fc9 depends: @@ -19731,13 +14886,7 @@ packages: - pkg:pypi/platformdirs?source=conda-forge-mapping size: 20572 timestamp: 1715777739019 -- kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 md5: d3483c8fc2dc2cc3f5cf43e26d60cabf depends: @@ -19748,14 +14897,7 @@ packages: - pkg:pypi/pluggy?source=conda-forge-mapping size: 23815 timestamp: 1713667175451 -- kind: conda - name: ply - version: '3.11' - build: pyhd8ed1ab_2 - build_number: 2 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 md5: 18c6deb6f9602e32446398203c8f0e91 depends: @@ -19766,13 +14908,7 @@ packages: - pkg:pypi/ply?source=conda-forge-mapping size: 49196 timestamp: 1712243121626 -- kind: conda - name: pooch - version: 1.8.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 md5: 8dab97d8a9616e07d779782995710aed depends: @@ -19786,15 +14922,11 @@ packages: - pkg:pypi/pooch?source=conda-forge-mapping size: 54375 timestamp: 1717777969967 -- kind: conda - name: poppler - version: 24.07.0 - build: h6200fdc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd - md5: 25024e3372a557d6cb6bd5ac6ece2032 +- conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda + sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb + md5: 561842bc59112340fa1f5f1ed06ae4a2 depends: + - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem @@ -19816,44 +14948,36 @@ packages: license: GPL-2.0-only license_family: GPL purls: [] - size: 1995232 - timestamp: 1720382076571 -- kind: conda - name: poppler - version: 24.07.0 - build: h686f694_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c - md5: 4e21d8257375ae401877013416ebc12b + size: 1906317 + timestamp: 1720373278987 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda + sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd + md5: 25024e3372a557d6cb6bd5ac6ece2032 depends: - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libcurl >=8.8.0,<9.0a0 + - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 + - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.102,<4.0a0 - openjpeg >=2.5.2,<3.0a0 - poppler-data - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: GPL-2.0-only license_family: GPL purls: [] - size: 2374174 - timestamp: 1720374177748 -- kind: conda - name: poppler - version: 24.07.0 - build: h744cbf2_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda + size: 1995232 + timestamp: 1720382076571 +- conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda sha256: 012c492087fdcc10a97fab28f3e105ca995bc796f72f0744b1cd050ca35828e5 md5: 1603ef5fcf8bffffc3451ca182b6df0a depends: @@ -19881,12 +15005,7 @@ packages: purls: [] size: 1586876 timestamp: 1720373241748 -- kind: conda - name: poppler - version: 24.07.0 - build: h9787579_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda sha256: 52aaad25569bc5e3ba867ae01be90d01e0701683d16820888cb6a6c45402f6d6 md5: be71ad375a07cf6e2266c1f388c093a9 depends: @@ -19914,46 +15033,32 @@ packages: purls: [] size: 1504924 timestamp: 1720373679696 -- kind: conda - name: poppler - version: 24.07.0 - build: hb0d391f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb - md5: 561842bc59112340fa1f5f1ed06ae4a2 +- conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c + md5: 4e21d8257375ae401877013416ebc12b depends: - - __glibc >=2.17,<3.0.a0 - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - openjpeg >=2.5.2,<3.0a0 - poppler-data + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: GPL-2.0-only license_family: GPL purls: [] - size: 1906317 - timestamp: 1720373278987 -- kind: conda - name: poppler-data - version: 0.4.12 - build: hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + size: 2374174 + timestamp: 1720374177748 +- conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf md5: d8d7293c5b37f39b2ac32940621c6592 license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) @@ -19961,18 +15066,13 @@ packages: purls: [] size: 2348171 timestamp: 1675353652214 -- kind: conda - name: postgresql - version: '16.3' - build: h1d90168_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec - md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d +- conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda + sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe + md5: e4d52462da124ed3792472f95a36fc2a depends: - - __osx >=10.13 - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h4501773_0 + - libgcc-ng >=12 + - libpq 16.3 ha72fbe1_0 - libxml2 >=2.12.6,<3.0a0 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.3.0,<4.0a0 @@ -19981,14 +15081,9 @@ packages: - tzdata license: PostgreSQL purls: [] - size: 4612922 - timestamp: 1715267536439 -- kind: conda - name: postgresql - version: '16.3' - build: h2294c5c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda + size: 5332852 + timestamp: 1715266435060 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda sha256: eb93f818f28cd206ea0b020fd33c6007961a78589763cc034490d947cad42b97 md5: 834fc612c678f3ea652e8688655a3da0 depends: @@ -20005,39 +15100,13 @@ packages: purls: [] size: 5119060 timestamp: 1715266458221 -- kind: conda - name: postgresql - version: '16.3' - build: h7f155c9_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd - md5: a253c97c94a2c2886e1cb79e34a5b641 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 hab9416b_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PostgreSQL - purls: [] - size: 18697452 - timestamp: 1715267263356 -- kind: conda - name: postgresql - version: '16.3' - build: h8e811e2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe - md5: e4d52462da124ed3792472f95a36fc2a +- conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda + sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec + md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d depends: + - __osx >=10.13 - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 ha72fbe1_0 + - libpq 16.3 h4501773_0 - libxml2 >=2.12.6,<3.0a0 - libzlib >=1.2.13,<2.0.0a0 - openssl >=3.3.0,<4.0a0 @@ -20046,14 +15115,9 @@ packages: - tzdata license: PostgreSQL purls: [] - size: 5332852 - timestamp: 1715266435060 -- kind: conda - name: postgresql - version: '16.3' - build: hdfa2ec6_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda + size: 4612922 + timestamp: 1715267536439 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda sha256: 50bb32b3c8f827a07b29cec09df578fa4f4f7b41770ca6686cccdb5e3bf91431 md5: caaf4b5ea6b6abebcbf6ac18522b5875 depends: @@ -20070,13 +15134,23 @@ packages: purls: [] size: 4330650 timestamp: 1715267000628 -- kind: conda - name: proj - version: 9.4.1 - build: h54d7996_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd + md5: a253c97c94a2c2886e1cb79e34a5b641 + depends: + - krb5 >=1.21.2,<1.22.0a0 + - libpq 16.3 hab9416b_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: PostgreSQL + purls: [] + size: 18697452 + timestamp: 1715267263356 +- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda sha256: 7e5aa324f89eece539001daa8df802d1b5851caee4be41b99ffe3b6e168993a9 md5: e479d1991c725e1a355f33c0e40dbc66 depends: @@ -20094,13 +15168,7 @@ packages: purls: [] size: 3050689 timestamp: 1722327846022 -- kind: conda - name: proj - version: 9.4.1 - build: hd5926b2_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda sha256: 7727c9e6c4537bf71f8464e783b1345d55e0c3d6d87aeb4ee32fdacbfb3d9c42 md5: f86b8ac02f2ffbbd85a23334ea7a9c00 depends: @@ -20117,37 +15185,7 @@ packages: purls: [] size: 2943431 timestamp: 1722328901543 -- kind: conda - name: proj - version: 9.4.1 - build: hd9569ee_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 - md5: 6e15f5054b179959d2410c2e53d5a3e4 - depends: - - libcurl >=8.9.0,<9.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - sqlite - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - proj4 ==999999999999 - license: MIT - license_family: MIT - purls: [] - size: 2726576 - timestamp: 1722328352769 -- kind: conda - name: proj - version: 9.4.1 - build: hf92c781_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda sha256: 826e1fcd191d17a6f16c745779254265e4cf1cdbd1761e627e3cdf0b9d6ed487 md5: edf9f0581ffc0f50a1159943be5d0729 depends: @@ -20164,13 +15202,7 @@ packages: purls: [] size: 2831538 timestamp: 1722327962605 -- kind: conda - name: proj - version: 9.4.1 - build: hfb94cee_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda sha256: 41da87faa84f90861637542cd237f3b430c87af79520866ebbfc95cf75cde92a md5: 786c3dc1fbc9ca08b82002ab69353c53 depends: @@ -20187,13 +15219,25 @@ packages: purls: [] size: 2708661 timestamp: 1722327880161 -- kind: conda - name: prompt-toolkit - version: 3.0.47 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda + sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 + md5: 6e15f5054b179959d2410c2e53d5a3e4 + depends: + - libcurl >=8.9.0,<9.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - proj4 ==999999999999 + license: MIT + license_family: MIT + purls: [] + size: 2726576 + timestamp: 1722328352769 +- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda sha256: d93ac5853e398aaa10f0dd7addd64b411f94ace1f9104d619cd250e19a5ac5b4 md5: 1247c861065d227781231950e14fe817 depends: @@ -20207,50 +15251,34 @@ packages: - pkg:pypi/prompt-toolkit?source=conda-forge-mapping size: 270710 timestamp: 1718048095491 -- kind: conda - name: psutil - version: 6.0.0 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda - sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 - md5: 41ed0d6d84590e40a0096ae3a458f5eb +- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.conda + sha256: e9ad591dbebfcf601a43a83419804ba4f4be7f9dfa17c6dbc46d34d780e2b417 + md5: 984987a2ef8c931691ad0d7fbb8ef3ca depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 384430 - timestamp: 1719275211074 -- kind: conda - name: psutil - version: 6.0.0 - build: py39hd3abc70_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.conda - sha256: e9ad591dbebfcf601a43a83419804ba4f4be7f9dfa17c6dbc46d34d780e2b417 - md5: 984987a2ef8c931691ad0d7fbb8ef3ca + size: 365349 + timestamp: 1719274672326 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda + sha256: 394e48a3de072e1c8eadfe78ee859f52cdcaeb048ddd9cb9a2674bba2b691d44 + md5: 90d5c0e9b001e105cd01007c40d03acd depends: - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 365349 - timestamp: 1719274672326 -- kind: conda - name: psutil - version: 6.0.0 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.conda + size: 368770 + timestamp: 1719274846878 +- conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.conda sha256: b06ca89c89a1641e4f701ddd73663ee2ead8dd3801f127d4601f5edcdc7dedcc md5: 0a0569b2f0fc8ba3681b6d7081ba20cb depends: @@ -20263,16 +15291,11 @@ packages: - pkg:pypi/psutil?source=conda-forge-mapping size: 373080 timestamp: 1719274833478 -- kind: conda - name: psutil - version: 6.0.0 - build: py39he257ee7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda - sha256: 394e48a3de072e1c8eadfe78ee859f52cdcaeb048ddd9cb9a2674bba2b691d44 - md5: 90d5c0e9b001e105cd01007c40d03acd +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_0.conda + sha256: b47cb751dbfef443faef221ecbd0daaaba17a1a860fba7894df830b01663213a + md5: 470e9208708e46bbc87f26fa3cd65952 depends: - - libgcc-ng >=12 + - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -20280,48 +15303,24 @@ packages: license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 368770 - timestamp: 1719274846878 -- kind: conda - name: psutil - version: 6.0.0 - build: py39hfea33bf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_0.conda - sha256: b47cb751dbfef443faef221ecbd0daaaba17a1a860fba7894df830b01663213a - md5: 470e9208708e46bbc87f26fa3cd65952 + size: 374380 + timestamp: 1719274795304 +- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda + sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 + md5: 41ed0d6d84590e40a0096ae3a458f5eb depends: - - __osx >=11.0 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=conda-forge-mapping - size: 374380 - timestamp: 1719274795304 -- 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 - license: MIT - license_family: MIT - purls: [] - size: 5696 - timestamp: 1606147608402 -- kind: conda - name: pthread-stubs - version: '0.4' - build: h36c2ea0_1001 - build_number: 1001 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 + size: 384430 + timestamp: 1719275211074 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff md5: 22dad4df6e8630e8dff2428f6f6a7036 depends: @@ -20331,13 +15330,7 @@ packages: purls: [] size: 5625 timestamp: 1606147468727 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hb9de7d4_1001 - build_number: 1001 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 sha256: f1d7ff5e06cc515ec82010537813c796369f8e9dde46ce3f4fa1a9f70bc7db7d md5: d0183ec6ce0b5aaa3486df25fa5f0ded depends: @@ -20347,13 +15340,7 @@ packages: purls: [] size: 5657 timestamp: 1606147738742 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hc929b4f_1001 - build_number: 1001 - subdir: osx-64 - url: 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/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 md5: addd19059de62181cd11ae8f4ef26084 license: MIT @@ -20361,13 +15348,15 @@ packages: purls: [] size: 5653 timestamp: 1606147699844 -- kind: conda - name: pthread-stubs - version: '0.4' - build: hcd874cb_1001 - build_number: 1001 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 + sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 + md5: d3f26c6494d4105d4ecb85203d687102 + license: MIT + license_family: MIT + purls: [] + size: 5696 + timestamp: 1606147608402 +- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a md5: a1f820480193ea83582b13249a7e7bd9 depends: @@ -20377,13 +15366,7 @@ packages: purls: [] size: 6417 timestamp: 1606147814351 -- kind: conda - name: pthreads-win32 - version: 2.9.1 - build: hfa6e2cd_3 - build_number: 3 - subdir: win-64 - url: 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/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 md5: e2da8758d7d51ff6aa78a14dfb9dbed4 depends: @@ -20392,13 +15375,7 @@ packages: purls: [] size: 144301 timestamp: 1537755684331 -- kind: conda - name: ptyprocess - version: 0.7.0 - build: pyhd3deb0d_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a md5: 359eeb6536da0e687af562ed265ec263 depends: @@ -20408,12 +15385,7 @@ packages: - pkg:pypi/ptyprocess?source=conda-forge-mapping size: 16546 timestamp: 1609419417991 -- kind: conda - name: pulseaudio-client - version: '17.0' - build: hb77b528_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda sha256: b27c0c8671bd95c205a61aeeac807c095b60bc76eb5021863f919036d7a964fc md5: 07f45f1be1c25345faddb8db0de8039b depends: @@ -20429,13 +15401,7 @@ packages: purls: [] size: 757633 timestamp: 1705690081905 -- kind: conda - name: pure_eval - version: 0.2.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 md5: 0f051f09d992e0d08941706ad519ee0e depends: @@ -20446,13 +15412,7 @@ packages: - pkg:pypi/pure-eval?source=conda-forge-mapping size: 16551 timestamp: 1721585805256 -- kind: conda - name: py-cpuinfo - version: 9.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 md5: 6f6d42b894118f8378fce11887ccdaff depends: @@ -20463,13 +15423,7 @@ packages: - pkg:pypi/py-cpuinfo?source=conda-forge-mapping size: 24947 timestamp: 1666774595872 -- kind: conda - name: pycparser - version: '2.22' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 md5: 844d9eb3b43095b031874477f7d70088 depends: @@ -20480,14 +15434,7 @@ packages: - pkg:pypi/pycparser?source=conda-forge-mapping size: 105098 timestamp: 1711811634025 -- kind: conda - name: pydotplus - version: 2.0.2 - build: pyhd8ed1ab_6 - build_number: 6 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e md5: 3fd2cd26febcb6029359e5138f964402 depends: @@ -20500,48 +15447,18 @@ packages: - pkg:pypi/pydotplus?source=conda-forge-mapping size: 26169 timestamp: 1721395733948 -- kind: conda - name: pygments - version: 2.18.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b md5: b7f5c092b8f9800150d998a71b76d5a1 depends: - python >=3.8 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/pygments?source=conda-forge-mapping - size: 879295 - timestamp: 1714846885370 -- kind: conda - name: pykwalify - version: 1.8.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c - md5: 99a239290e383d1fb11099fb4a183398 - depends: - - docopt >=0.6.2 - - python >=3.6 - - python-dateutil >=2.8.0 - - ruamel.yaml >=0.16.0 - license: MIT - license_family: MIT - size: 27988 - timestamp: 1701903137868 -- kind: conda - name: pykwalify - version: 1.8.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/pygments?source=conda-forge-mapping + size: 879295 + timestamp: 1714846885370 +- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c md5: 99a239290e383d1fb11099fb4a183398 depends: @@ -20555,13 +15472,7 @@ packages: - pkg:pypi/pykwalify?source=conda-forge-mapping size: 27988 timestamp: 1701903137868 -- kind: conda - name: pyparsing - version: 3.1.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b md5: b9a4dacf97241704529131a0dfc0494f depends: @@ -20572,13 +15483,7 @@ packages: - pkg:pypi/pyparsing?source=conda-forge-mapping size: 89455 timestamp: 1709721146886 -- kind: conda - name: pyqt - version: 5.15.9 - build: py39h52134e7_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda sha256: a0d0662c73b343931dbd66d9c25ec74f40115512568a87bf4d01af8d1a8ddf1c md5: e1f148e57d071b09187719df86f513c1 depends: @@ -20595,13 +15500,7 @@ packages: - pkg:pypi/pyqt5?source=conda-forge-mapping size: 5227659 timestamp: 1695420723753 -- kind: conda - name: pyqt - version: 5.15.9 - build: py39hb77abff_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 md5: 5ed899124a51958336371ff01482b8fd depends: @@ -20619,13 +15518,7 @@ packages: - pkg:pypi/pyqt5?source=conda-forge-mapping size: 3876568 timestamp: 1695421679054 -- kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h3d6467e_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda sha256: 86efec5e57111794e039bb14dfce23d9df6ed8df139ab1404086140eba6d4d7c md5: 93aff412f3e49fdb43361c0215cbd72d depends: @@ -20642,13 +15535,7 @@ packages: - pkg:pypi/pyqt5-sip?source=conda-forge-mapping size: 85034 timestamp: 1695418081052 -- kind: conda - name: pyqt5-sip - version: 12.12.2 - build: py39h99910a6_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 md5: dffbcea794c524c471772a5f697c2aea depends: @@ -20666,87 +15553,32 @@ packages: - pkg:pypi/pyqt5-sip?source=conda-forge-mapping size: 79633 timestamp: 1695418442270 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 - md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 97335 - timestamp: 1725353683407 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06d86d0_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 - md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d + md5: 5cca69abc822c405c2c1fae2d30f0893 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 97335 - timestamp: 1725353683407 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 - md5: 8416d7485c47b6d5238e984e1192dfe6 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 97424 - timestamp: 1725353757307 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h06df861_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 - md5: 8416d7485c47b6d5238e984e1192dfe6 + size: 99423 + timestamp: 1725353703276 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda + sha256: 293a080adfb3c0ea0fedf127cb704e3925f3ec78f2ac4033ee45966a5fa246b5 + md5: 96ea8a6b4c8af6e9bafedb2f97080514 depends: - - __osx >=11.0 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 97424 - timestamp: 1725353757307 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h3e3acee_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + size: 100336 + timestamp: 1698754196864 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a md5: e9a8ed5a0057547d983b0bb7177d103e depends: @@ -20759,12 +15591,7 @@ packages: - pkg:pypi/pyrsistent?source=conda-forge-mapping size: 101075 timestamp: 1725354593186 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h7cc1d5f_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda sha256: 2d2465e1f610e325975b8832d25511fe4f170cd7b09ba21365c8cdfee96d915e md5: 12a039da723afc35b7dc82dda4f5eddd depends: @@ -20775,52 +15602,34 @@ packages: license_family: MIT size: 100870 timestamp: 1698755269173 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d - md5: 5cca69abc822c405c2c1fae2d30f0893 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda + sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 + md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/pyrsistent?source=conda-forge-mapping - size: 99423 - timestamp: 1725353703276 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 - md5: 524bafd6b60d72e8b2b030bca5e8fe1b + size: 97335 + timestamp: 1725353683407 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda + sha256: 903d93ed016c493a48532103aaa8822de5210a464726ed8a8173b888088dfb53 + md5: 8416d7485c47b6d5238e984e1192dfe6 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 92568 - timestamp: 1725354090697 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda + purls: + - pkg:pypi/pyrsistent?source=conda-forge-mapping + size: 97424 + timestamp: 1725353757307 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda sha256: 4c9d4fed40f934cf6562bc10c11c0b61513183cbe8d940e7415005ec87d76d78 md5: 524bafd6b60d72e8b2b030bca5e8fe1b depends: @@ -20835,29 +15644,7 @@ packages: - pkg:pypi/pyrsistent?source=conda-forge-mapping size: 92568 timestamp: 1725354090697 -- kind: conda - name: pyrsistent - version: 0.20.0 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda - sha256: 293a080adfb3c0ea0fedf127cb704e3925f3ec78f2ac4033ee45966a5fa246b5 - md5: 96ea8a6b4c8af6e9bafedb2f97080514 - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 100336 - timestamp: 1698754196864 -- kind: conda - name: pyshp - version: 2.3.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce md5: 92a889dc236a5197612bc85bee6d7174 depends: @@ -20868,14 +15655,7 @@ packages: - pkg:pypi/pyshp?source=conda-forge-mapping size: 964060 timestamp: 1659003065197 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyh0701188_6 - build_number: 6 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 md5: 56cd9fe388baac0e90c7149cfac95b60 depends: @@ -20888,14 +15668,7 @@ packages: - pkg:pypi/pysocks?source=conda-forge-mapping size: 19348 timestamp: 1661605138291 -- kind: conda - name: pysocks - version: 1.7.1 - build: pyha2e5f31_6 - build_number: 6 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b md5: 2a7de29fb590ca14b5243c4c812c8025 depends: @@ -20907,13 +15680,7 @@ packages: - pkg:pypi/pysocks?source=conda-forge-mapping size: 18981 timestamp: 1661604969727 -- kind: conda - name: pytest - version: 8.3.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 md5: e010a224b90f1f623a917c35addbb924 depends: @@ -20932,13 +15699,7 @@ packages: - pkg:pypi/pytest?source=conda-forge-mapping size: 257671 timestamp: 1721923749407 -- kind: conda - name: pytest-benchmark - version: 4.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f md5: 8c3168375e2ac100c17b133f4e2eb536 depends: @@ -20951,13 +15712,7 @@ packages: - pkg:pypi/pytest-benchmark?source=conda-forge-mapping size: 39571 timestamp: 1666782598879 -- kind: conda - name: pytest-dotenv - version: 0.5.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 md5: 11b16b526f60cc18748c3fe45d10315a depends: @@ -20970,13 +15725,7 @@ packages: - pkg:pypi/pytest-dotenv?source=conda-forge-mapping size: 7383 timestamp: 1606859705188 -- kind: conda - name: pytest-order - version: 1.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 md5: d66820a0d1d10f6731b101d36dc38ad9 depends: @@ -20988,13 +15737,7 @@ packages: - pkg:pypi/pytest-order?source=conda-forge-mapping size: 15851 timestamp: 1641771678634 -- kind: conda - name: pytest-xdist - version: 3.6.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 md5: b39568655c127a9c4a44d178ac99b6d0 depends: @@ -21009,12 +15752,7 @@ packages: - pkg:pypi/pytest-xdist?source=conda-forge-mapping size: 38320 timestamp: 1718138508765 -- kind: conda - name: python - version: 3.9.19 - build: h0755675_0_cpython - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda sha256: b9253ca9ca5427e6da4b1d43353a110e0f2edfab9c951afb4bf01cbae2825b31 md5: d9ee3647fbd9e8595b8df759b2bbefb8 depends: @@ -21039,12 +15777,7 @@ packages: purls: [] size: 23800555 timestamp: 1710940120866 -- kind: conda - name: python - version: 3.9.19 - build: h4ac3b42_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda sha256: 26845bcb8194e121331d47dca98d07f6197d5bf3bd2cb8da2cd2391722463180 md5: 1501507cd9451472ec8900d587ce872f depends: @@ -21069,39 +15802,29 @@ packages: purls: [] size: 12542650 timestamp: 1710945692074 -- kind: conda - name: python - version: 3.9.19 - build: h4de0772_0_cpython - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f - md5: b6999bc275e0e6beae7b1c8ea0be1e85 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda + sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe + md5: 7d53d366acd9dbfb498c69326ccb520a depends: - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - libsqlite >=3.45.2,<4.0a0 - libzlib >=1.2.13,<2.0.0a0 + - ncurses >=6.4.20240210,<7.0a0 - openssl >=3.2.1,<4.0a0 + - readline >=8.2,<9.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.9.* *_cp39 license: Python-2.0 purls: [] - size: 16906240 - timestamp: 1710938565297 -- kind: conda - name: python - version: 3.9.19 - build: h7a9c478_0_cpython - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe - md5: 7d53d366acd9dbfb498c69326ccb520a + size: 12372436 + timestamp: 1710940037648 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda + sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 + md5: 45c4d173b12154f746be3b49b1190634 depends: - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 @@ -21117,40 +15840,29 @@ packages: - python_abi 3.9.* *_cp39 license: Python-2.0 purls: [] - size: 12372436 - timestamp: 1710940037648 -- kind: conda - name: python - version: 3.9.19 - build: hd7ebdb9_0_cpython - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 - md5: 45c4d173b12154f746be3b49b1190634 + size: 11847835 + timestamp: 1710939779164 +- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f + md5: b6999bc275e0e6beae7b1c8ea0be1e85 depends: - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - libsqlite >=3.45.2,<4.0a0 - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - openssl >=3.2.1,<4.0a0 - - readline >=8.2,<9.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.9.* *_cp39 license: Python-2.0 purls: [] - size: 11847835 - timestamp: 1710939779164 -- kind: conda - name: python-dateutil - version: 2.9.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + size: 16906240 + timestamp: 1710938565297 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 md5: 2cf4264fffb9e6eff6031c5b6884d61c depends: @@ -21162,13 +15874,7 @@ packages: - pkg:pypi/python-dateutil?source=conda-forge-mapping size: 222742 timestamp: 1709299922152 -- kind: conda - name: python-dotenv - version: 1.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c md5: c2997ea9360ac4e015658804a7a84f94 depends: @@ -21179,13 +15885,7 @@ packages: - pkg:pypi/python-dotenv?source=conda-forge-mapping size: 24278 timestamp: 1706018281544 -- kind: conda - name: python-fastjsonschema - version: 2.20.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 md5: b98d2018c01ce9980c03ee2850690fab depends: @@ -21196,13 +15896,7 @@ packages: - pkg:pypi/fastjsonschema?source=conda-forge-mapping size: 226165 timestamp: 1718477110630 -- kind: conda - name: python-tzdata - version: '2024.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad md5: 98206ea9954216ee7540f0c773f2104d depends: @@ -21213,13 +15907,8 @@ packages: - pkg:pypi/tzdata?source=conda-forge-mapping size: 144024 timestamp: 1707747742930 -- kind: conda - name: python_abi - version: '3.9' - build: 4_cp39 +- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda sha256: 7e0157e35929711e1a986c18a8bfb7a38a2209cfada16b541ebb0481f74376d6 md5: bfe4b3259a8ac6cdf0037752904da6a7 constrains: @@ -21229,13 +15918,8 @@ packages: purls: [] size: 6378 timestamp: 1695147399237 -- kind: conda - name: python_abi - version: '3.9' - build: 4_cp39 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda sha256: b9201f49d9172c37f52818e34eaf21855c0e5a1fb885cd1b5a60fa1a9307d178 md5: c191905a08694e4a5cb1238e90233878 constrains: @@ -21245,13 +15929,8 @@ packages: purls: [] size: 6433 timestamp: 1695147422968 -- kind: conda - name: python_abi - version: '3.9' - build: 4_cp39 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda sha256: a2b38ce566d9f48a49369f46c50912300a6ac09bf1c58a0d6c2caab074ee551e md5: 2d9f6c00555127a9058cfa955adf1090 constrains: @@ -21261,13 +15940,8 @@ packages: purls: [] size: 6486 timestamp: 1695147714523 -- kind: conda - name: python_abi - version: '3.9' - build: 4_cp39 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda sha256: 2ae06dcd1a03f023b6accf5bd989f42b689f708d3495affa22c2ed9f1d127726 md5: be9e11a37bbab9cfdbcb36e52d8d73cb constrains: @@ -21277,13 +15951,8 @@ packages: purls: [] size: 6484 timestamp: 1695147719187 -- kind: conda - name: python_abi - version: '3.9' - build: 4_cp39 +- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed md5: 948b0d93d4ab1372d8fd45e1560afd47 constrains: @@ -21293,13 +15962,7 @@ packages: purls: [] size: 6776 timestamp: 1695147727582 -- kind: conda - name: pytz - version: '2024.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 md5: 3eeeeb9e4827ace8c0c1419c85d590ad depends: @@ -21310,13 +15973,7 @@ packages: - pkg:pypi/pytz?source=conda-forge-mapping size: 188538 timestamp: 1706886944988 -- kind: conda - name: pywin32 - version: '306' - build: py39h99910a6_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 md5: eab91442160b49994dd2e224e6082770 depends: @@ -21331,33 +15988,21 @@ packages: - pkg:pypi/pywin32?source=conda-forge-mapping size: 5808124 timestamp: 1695974471118 -- kind: conda - name: pyyaml - version: 6.0.1 - build: py39h0f82c59_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc - md5: b4f3bbf710410751f687ac04544c12b1 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda + sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 + md5: 37218233bcdc310e4fde6453bc1b40d8 depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 159929 - timestamp: 1695373838385 -- kind: conda - name: pyyaml - version: 6.0.1 - build: py39h898b7ef_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda + size: 178391 + timestamp: 1695373606953 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda sha256: 7a3ffc8bc3ca6858776b73030985bcb6ef2f9fa63a0c34b57adee12f959eb139 md5: 6130aa0677e5b9bfcd3c8fde05f8a7e6 depends: @@ -21372,101 +16017,56 @@ packages: - pkg:pypi/pyyaml?source=conda-forge-mapping size: 168125 timestamp: 1695373798879 -- kind: conda - name: pyyaml - version: 6.0.1 - build: py39ha55989b_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 - md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda + sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f + md5: 542378f49240a94056b50ab1385b3bfb depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 151118 - timestamp: 1695373930963 -- kind: conda - name: pyyaml - version: 6.0.1 - build: py39hd1e30aa_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 - md5: 37218233bcdc310e4fde6453bc1b40d8 + size: 162428 + timestamp: 1695373824922 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda + sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc + md5: b4f3bbf710410751f687ac04544c12b1 depends: - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 178391 - timestamp: 1695373606953 -- kind: conda - name: pyyaml - version: 6.0.1 - build: py39hdc70f33_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f - md5: 542378f49240a94056b50ab1385b3bfb + size: 159929 + timestamp: 1695373838385 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 + md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 162428 - timestamp: 1695373824922 -- kind: conda - name: pyzmq - version: 26.0.3 - build: py39h03e5c00_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda - sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 - md5: 433e2c4670e59d5a4da74e8d803af6dc - depends: - - libsodium >=1.0.18,<1.0.19.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zeromq >=4.3.5,<4.3.6.0a0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 367507 - timestamp: 1715025139194 -- kind: conda - name: pyzmq - version: 26.0.3 - build: py39h304b177_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda - sha256: 75cb45d06d288ea1ea62f420188038d70975da5bc9165f7fdc2e6ca9083f2c33 - md5: cfca77b30803f8b6ac1c7f55629643ed + size: 151118 + timestamp: 1695373930963 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda + sha256: 03aad377edcce5526a6e5f762149dcfc27c40dffe4ff7c78415afcd7054cc8c7 + md5: 759ea8d4642683f589e515752498f555 depends: - - __osx >=10.9 - - libcxx >=16 + - libgcc-ng >=12 - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 @@ -21474,14 +16074,9 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 366370 - timestamp: 1715024637804 -- kind: conda - name: pyzmq - version: 26.0.3 - build: py39h866fef3_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda + size: 388088 + timestamp: 1715024611489 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda sha256: 5ed3c480d9c11d2c1587fee15b60b66f2337e7f750099f831f9b236fb4923f2f md5: b9bfa5ddac0d5e57813608ddaf09abe0 depends: @@ -21497,18 +16092,13 @@ packages: - pkg:pypi/pyzmq?source=conda-forge-mapping size: 382111 timestamp: 1715026004069 -- kind: conda - name: pyzmq - version: 26.0.3 - build: py39ha1047a2_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda - sha256: 03aad377edcce5526a6e5f762149dcfc27c40dffe4ff7c78415afcd7054cc8c7 - md5: 759ea8d4642683f589e515752498f555 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda + sha256: 75cb45d06d288ea1ea62f420188038d70975da5bc9165f7fdc2e6ca9083f2c33 + md5: cfca77b30803f8b6ac1c7f55629643ed depends: - - libgcc-ng >=12 + - __osx >=10.9 + - libcxx >=16 - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 @@ -21516,14 +16106,9 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 388088 - timestamp: 1715024611489 -- kind: conda - name: pyzmq - version: 26.0.3 - build: py39he7f0319_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda + size: 366370 + timestamp: 1715024637804 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda sha256: 30700297da1b64a6a569d0882b16c18cd376eb45c23d7c2f7c60187d51baa821 md5: a159965ec7677393bcfe73e350a95d8f depends: @@ -21540,45 +16125,24 @@ packages: - pkg:pypi/pyzmq?source=conda-forge-mapping size: 364924 timestamp: 1715024636001 -- kind: conda - name: qhull - version: '2020.2' - build: h3c5361c_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - sha256: 79d804fa6af9c750e8b09482559814ae18cd8df549ecb80a4873537a5a31e06e - md5: dd1ea9ff27c93db7c01a7b7656bd4ad4 - depends: - - __osx >=10.13 - - libcxx >=16 - license: LicenseRef-Qhull - purls: [] - size: 528122 - timestamp: 1720814002588 -- kind: conda - name: qhull - version: '2020.2' - build: h420ef59_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - sha256: 873ac689484262a51fd79bc6103c1a1bedbf524924d7f0088fb80703042805e4 - md5: 6483b1f59526e05d7d894e466b5b6924 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda + sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 + md5: 433e2c4670e59d5a4da74e8d803af6dc depends: - - __osx >=11.0 - - libcxx >=16 - license: LicenseRef-Qhull - purls: [] - size: 516376 - timestamp: 1720814307311 -- kind: conda - name: qhull - version: '2020.2' - build: h434a139_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zeromq >=4.3.5,<4.3.6.0a0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 367507 + timestamp: 1715025139194 +- conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc md5: 353823361b1d27eb3960efb076dfcaf6 depends: @@ -21589,13 +16153,7 @@ packages: purls: [] size: 552937 timestamp: 1720813982144 -- kind: conda - name: qhull - version: '2020.2' - build: h70be974_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda sha256: 49f777bdf3c5e030a8c7b24c58cdfe9486b51d6ae0001841079a3228bdf9fb51 md5: bb138086d938e2b64f5f364945793ebf depends: @@ -21605,62 +16163,38 @@ packages: purls: [] size: 554571 timestamp: 1720813941183 -- kind: conda - name: qhull - version: '2020.2' - build: hc790b64_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 - md5: 854fbdff64b572b5c0b470f334d34c11 +- conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda + sha256: 79d804fa6af9c750e8b09482559814ae18cd8df549ecb80a4873537a5a31e06e + md5: dd1ea9ff27c93db7c01a7b7656bd4ad4 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + - libcxx >=16 license: LicenseRef-Qhull purls: [] - size: 1377020 - timestamp: 1720814433486 -- kind: conda - name: qt-main - version: 5.15.8 - build: h06adc49_23 - build_number: 23 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f - md5: 1f6a464e4fc36114ac7286d1db8d260e + size: 528122 + timestamp: 1720814002588 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda + sha256: 873ac689484262a51fd79bc6103c1a1bedbf524924d7f0088fb80703042805e4 + md5: 6483b1f59526e05d7d894e466b5b6924 + depends: + - __osx >=11.0 + - libcxx >=16 + license: LicenseRef-Qhull + purls: [] + size: 516376 + timestamp: 1720814307311 +- conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda + sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 + md5: 854fbdff64b572b5c0b470f334d34c11 depends: - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - icu >=73.2,<74.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=15.0.7 - - libglib >=2.80.3,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 5.15.8 - license: LGPL-3.0-only - license_family: LGPL + license: LicenseRef-Qhull purls: [] - size: 60286742 - timestamp: 1721091009568 -- kind: conda - name: qt-main - version: 5.15.8 - build: h320f8da_24 - build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda + size: 1377020 + timestamp: 1720814433486 +- conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda sha256: 43773cf96efce22f8c46b4666fba89953c71cad60b309693147fb90b04557c64 md5: bec111b67cb8dc63277c6af65d214044 depends: @@ -21715,13 +16249,33 @@ packages: purls: [] size: 60403438 timestamp: 1721277287096 -- kind: conda - name: rasterio - version: 1.3.10 - build: py39h0a9625c_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f + md5: 1f6a464e4fc36114ac7286d1db8d260e + depends: + - gst-plugins-base >=1.24.5,<1.25.0a0 + - gstreamer >=1.24.5,<1.25.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang13 >=15.0.7 + - libglib >=2.80.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 5.15.8 + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 60286742 + timestamp: 1721091009568 +- conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda sha256: 3cb660bf5f75e95189450e6b46ed911e691bef39e45b90fc626ccb1e4b8407d3 md5: d10ed60a4ae4b8158a96825d969eb14a depends: @@ -21749,17 +16303,10 @@ packages: - pkg:pypi/rasterio?source=conda-forge-mapping size: 7707167 timestamp: 1722410320226 -- kind: conda - name: rasterio - version: 1.3.10 - build: py39h53dcae1_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 - md5: c3066976e4bb41b0e6d33bc8615cda15 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda + sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 + md5: 97457bde523ebea8b692f4db7eef3f31 depends: - - __osx >=11.0 - affine - attrs - certifi @@ -21767,9 +16314,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 + - libgcc-ng >=12 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 + - libstdcxx-ng >=12 - numpy >=1.19,<3 - proj >=9.4.1,<9.5.0a0 - python >=3.9,<3.10.0a0 @@ -21781,18 +16329,13 @@ packages: license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7475236 - timestamp: 1722410601709 -- kind: conda - name: rasterio - version: 1.3.10 - build: py39h6e27d46_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 - md5: d9f415ffa1f51fe36006a7aa31d71b03 + size: 8013724 + timestamp: 1722410428381 +- conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda + sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 + md5: 142be886ff40b6766e6a7ad1ad8651ae depends: + - __osx >=10.13 - affine - attrs - certifi @@ -21800,6 +16343,7 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata + - libcxx >=16 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 - numpy >=1.19,<3 @@ -21808,25 +16352,17 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 6967188 - timestamp: 1722410854327 -- kind: conda - name: rasterio - version: 1.3.10 - build: py39hcf36936_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 - md5: 97457bde523ebea8b692f4db7eef3f31 + size: 7350727 + timestamp: 1722410385410 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda + sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 + md5: c3066976e4bb41b0e6d33bc8615cda15 depends: + - __osx >=11.0 - affine - attrs - certifi @@ -21834,10 +16370,9 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 + - libcxx >=16 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - numpy >=1.19,<3 - proj >=9.4.1,<9.5.0a0 - python >=3.9,<3.10.0a0 @@ -21849,19 +16384,12 @@ packages: license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 8013724 - timestamp: 1722410428381 -- kind: conda - name: rasterio - version: 1.3.10 - build: py39he476bd8_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 - md5: 142be886ff40b6766e6a7ad1ad8651ae + size: 7475236 + timestamp: 1722410601709 +- conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 + md5: d9f415ffa1f51fe36006a7aa31d71b03 depends: - - __osx >=10.13 - affine - attrs - certifi @@ -21869,7 +16397,6 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - libgdal >=3.9.1,<3.10.0a0 - libgdal-core >=3.9.1,<3.10.0a0 - numpy >=1.19,<3 @@ -21878,19 +16405,16 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7350727 - timestamp: 1722410385410 -- kind: conda - name: rasterstats - version: 0.19.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + size: 6967188 + timestamp: 1722410854327 +- conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 md5: 83aa6e0ab5c370e2d464fd72ef4cf155 depends: @@ -21909,29 +16433,7 @@ packages: - pkg:pypi/rasterstats?source=conda-forge-mapping size: 20607 timestamp: 1685447856675 -- kind: conda - name: re2 - version: 2023.09.01 - build: h4cba328_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 - md5: 0342882197116478a42fa4ea35af79c1 - depends: - - libre2-11 2023.09.01 h7b2c953_2 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 26770 - timestamp: 1708947220914 -- kind: conda - name: re2 - version: 2023.09.01 - build: h7f4b329_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda sha256: f0f520f57e6b58313e8c41abc7dfa48742a05f1681f05654558127b667c769a8 md5: 8f70e36268dea8eb666ef14c29bd3cda depends: @@ -21941,13 +16443,7 @@ packages: purls: [] size: 26617 timestamp: 1708946796423 -- kind: conda - name: re2 - version: 2023.09.01 - build: h9caee61_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda sha256: 31db9c598bfa7586ac2e3ba06681d676caa5d252b5b68f4b6173edc71f70681e md5: a9667ab785e1686d53313364c695f58e depends: @@ -21957,13 +16453,7 @@ packages: purls: [] size: 26726 timestamp: 1708946863063 -- kind: conda - name: re2 - version: 2023.09.01 - build: hb168e87_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda sha256: 5739ed2cfa62ed7f828eb4b9e6e69ff1df56cb9a9aacdc296451a3cb647034eb md5: 266f8ca8528fc7e0fa31066c309ad864 depends: @@ -21973,13 +16463,17 @@ packages: purls: [] size: 26814 timestamp: 1708947195067 -- kind: conda - name: re2 - version: 2023.09.01 - build: hd3b24a8_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 + md5: 0342882197116478a42fa4ea35af79c1 + depends: + - libre2-11 2023.09.01 h7b2c953_2 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 26770 + timestamp: 1708947220914 +- conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe md5: ffeb985810bc7d103662e1465c758847 depends: @@ -21989,13 +16483,7 @@ packages: purls: [] size: 207315 timestamp: 1708947529390 -- kind: conda - name: readline - version: '8.2' - build: h8228510_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 md5: 47d31b792659ce70f470b5c82fdfb7a4 depends: @@ -22006,13 +16494,7 @@ packages: purls: [] size: 281456 timestamp: 1679532220005 -- kind: conda - name: readline - version: '8.2' - build: h8fc344f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd md5: 105eb1e16bf83bfb2eb380a48032b655 depends: @@ -22023,45 +16505,27 @@ packages: purls: [] size: 294092 timestamp: 1679532238805 -- kind: conda - name: readline - version: '8.2' - build: h92ec313_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - md5: 8cbb776a2f641b943d413b3e19df71f4 +- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + md5: f17f77f2acf4d344734bda76829ce14e depends: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL purls: [] - size: 250351 - timestamp: 1679532511311 -- kind: conda - name: readline - version: '8.2' - build: h9e318b2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - md5: f17f77f2acf4d344734bda76829ce14e + size: 255870 + timestamp: 1679532707590 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 + md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - ncurses >=6.3,<7.0a0 license: GPL-3.0-only license_family: GPL purls: [] - size: 255870 - timestamp: 1679532707590 -- kind: conda - name: requests - version: 2.32.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + size: 250351 + timestamp: 1679532511311 +- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc md5: 5ede4753180c7a550a443c430dc8ab52 depends: @@ -22078,10 +16542,9 @@ packages: - pkg:pypi/requests?source=conda-forge-mapping size: 58810 timestamp: 1717057174842 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl name: rtds-action version: 1.1.0 - url: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl sha256: 097a73eac507387a32b24c3da690f3a876936cb56150aa1786d52a9a67cd62f9 requires_dist: - sphinx>=1.7.5 @@ -22097,30 +16560,21 @@ packages: - jupyterlab ; extra == 'dev' - pep517 ; extra == 'dev' - twine ; extra == 'dev' -- kind: conda - name: ruamel.yaml - version: 0.18.6 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda - sha256: a99e25a242974b7f03cdb77e5fbf1aa9b987742772ea1a863b32914714404a03 - md5: 1d812135fd4f3bee3680fc22d6dfb593 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda + sha256: 02c6f3e1c4de095244c0fb7ff161c53c4515d8743a2281b9ea89aaa272d720f0 + md5: d3117f4c43957fc231357337b81022c1 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT - license_family: MIT - size: 200411 - timestamp: 1707298439521 -- kind: conda - name: ruamel.yaml - version: 0.18.6 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda + purls: + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + size: 199223 + timestamp: 1736248193462 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda sha256: 9cfb534d18a1c060d876762806752d6a3d253727f255c65e5473810dd1dd4231 md5: 2289054e90cf07e35280bbe798811dc8 depends: @@ -22132,12 +16586,7 @@ packages: license_family: MIT size: 200037 timestamp: 1707298328470 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39h060674a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda sha256: 2e8215bc2b8692a3f611c447ce584eefd0ec17806df29661f9158eed1cb015eb md5: ba12d3996c9bb94ef8f746bb22073b32 depends: @@ -22151,28 +16600,20 @@ packages: - pkg:pypi/ruamel-yaml?source=conda-forge-mapping size: 199668 timestamp: 1736248201567 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39h80efdc8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - sha256: 43b45bc521837051643bd336dd809456e288af8c3dd39f4e1f1d65a364913003 - md5: 10da490f0e3fc01a19ea2b6373e2167c +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda + sha256: a99e25a242974b7f03cdb77e5fbf1aa9b987742772ea1a863b32914714404a03 + md5: 1d812135fd4f3bee3680fc22d6dfb593 depends: - - __osx >=10.13 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT - size: 200381 - timestamp: 1736248352592 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39h80efdc8_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda + license_family: MIT + size: 200411 + timestamp: 1707298439521 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda sha256: 43b45bc521837051643bd336dd809456e288af8c3dd39f4e1f1d65a364913003 md5: 10da490f0e3fc01a19ea2b6373e2167c depends: @@ -22185,49 +16626,21 @@ packages: - pkg:pypi/ruamel-yaml?source=conda-forge-mapping size: 200381 timestamp: 1736248352592 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39h8cd3c5a_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - sha256: 02c6f3e1c4de095244c0fb7ff161c53c4515d8743a2281b9ea89aaa272d720f0 - md5: d3117f4c43957fc231357337b81022c1 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda + sha256: 942b48edca389154bd36a7d34dc7795554893a5b6a3f7059d1cf4792545edb21 + md5: b0c3f943a59090c0ecc5899983f88d32 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT purls: - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199223 - timestamp: 1736248193462 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - sha256: 854fa88fc319c429c87684367a7a8624e66b2d0ce6251841b57e5dd35abf15f7 - md5: 50c80157ca1494c943e9ed2b54acad64 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - size: 199131 - timestamp: 1736248208021 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda + size: 199563 + timestamp: 1736248355992 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda sha256: 854fa88fc319c429c87684367a7a8624e66b2d0ce6251841b57e5dd35abf15f7 md5: 50c80157ca1494c943e9ed2b54acad64 depends: @@ -22242,127 +16655,36 @@ packages: - pkg:pypi/ruamel-yaml?source=conda-forge-mapping size: 199131 timestamp: 1736248208021 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39hf3bc14e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - sha256: 942b48edca389154bd36a7d34dc7795554893a5b6a3f7059d1cf4792545edb21 - md5: b0c3f943a59090c0ecc5899983f88d32 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - size: 199563 - timestamp: 1736248355992 -- kind: conda - name: ruamel.yaml - version: 0.18.10 - build: py39hf3bc14e_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - sha256: 942b48edca389154bd36a7d34dc7795554893a5b6a3f7059d1cf4792545edb21 - md5: b0c3f943a59090c0ecc5899983f88d32 - depends: - - __osx >=11.0 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping - size: 199563 - timestamp: 1736248355992 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h060674a_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 - md5: 3f16a32141c05e71c66ad3b9b5c5f352 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda + sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 + md5: 52b68618d0aa78366f287de1b1319a1c depends: + - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 140370 - timestamp: 1728724786974 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h296a897_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a - md5: e7ddfa73d200f47af6ad45f556e0a200 - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 121394 - timestamp: 1728724633280 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h296a897_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a - md5: e7ddfa73d200f47af6ad45f556e0a200 - depends: - - __osx >=10.13 - - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 121394 - timestamp: 1728724633280 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h57695bc_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea - md5: 34f6d0337554e552639c2f1f99cd41ad + size: 147142 + timestamp: 1728724586615 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda + sha256: 32b7b4f13493eeff0d18de85d58d7b8c2b04234ea737b8769871067189c70d69 + md5: b1961e70cfe8e1eac243faf933d1813f depends: - - __osx >=11.0 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 117668 - timestamp: 1728724707305 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h57695bc_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea - md5: 34f6d0337554e552639c2f1f99cd41ad + size: 145034 + timestamp: 1707314715975 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda + sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 + md5: 3f16a32141c05e71c66ad3b9b5c5f352 depends: - - __osx >=11.0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -22370,14 +16692,9 @@ packages: license_family: MIT purls: - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 117668 - timestamp: 1728724707305 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda + size: 140370 + timestamp: 1728724786974 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda sha256: 26c1d4c477d539092d7bbb3bf3d9f0862dc4a37591420994a7174e88145894bd md5: 00c9e4da8b81efc42ed39d85c53b687f depends: @@ -22389,52 +16706,34 @@ packages: license_family: MIT size: 135306 timestamp: 1707314850184 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39h8cd3c5a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - sha256: 269ea8b5514b788299398765f0fbdaff941875d76796966e866528ecbf217f90 - md5: 52b68618d0aa78366f287de1b1319a1c +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda + sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a + md5: e7ddfa73d200f47af6ad45f556e0a200 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping - size: 147142 - timestamp: 1728724586615 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 - md5: 3858e7750875be9dd6542a2fcf2968e3 + size: 121394 + timestamp: 1728724633280 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda + sha256: 3fd2ac1417604aa0a279f2c624bf6f4180d26a217087d0ede1ca005e8b627cea + md5: 34f6d0337554e552639c2f1f99cd41ad depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - size: 111257 - timestamp: 1728725012226 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39ha55e580_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda + purls: + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + size: 117668 + timestamp: 1728724707305 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda sha256: 96eb4411913b5462c33b8a4239f458af123d841c49845ce22585ce7814537d28 md5: 3858e7750875be9dd6542a2fcf2968e3 depends: @@ -22449,178 +16748,131 @@ packages: - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping size: 111257 timestamp: 1728725012226 -- kind: conda - name: ruamel.yaml.clib - version: 0.2.8 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda - sha256: 32b7b4f13493eeff0d18de85d58d7b8c2b04234ea737b8769871067189c70d69 - md5: b1961e70cfe8e1eac243faf933d1813f +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda + sha256: e03ff3210d3bef67e7683b17500c731c904128239503839e54014f5a4ec48f8f + md5: a77ef55379ebaf97b2a3b48a99ce8a0e depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + constrains: + - __glibc >=2.17 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 145034 - timestamp: 1707314715975 -- kind: conda - name: ruff - version: 0.5.5 - build: py39h009b497_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.5.5-py39h009b497_0.conda - sha256: c208cf15ca0124f8ab1d8d57e6125ffa0fc3028149e816b10dec6096e11bd379 - md5: 1fbe43de38da967a5801be4e40bfdb93 + purls: + - pkg:pypi/ruff?source=hash-mapping + size: 7983737 + timestamp: 1736550825593 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda + sha256: b87692668554abb6ae02e11573093319164bac4177b9a1786a5807826966001a + md5: c611034a6583b199137e5ac68dd9c6e3 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - __glibc >=2.17 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7069056 - timestamp: 1721941449338 -- kind: conda - name: ruff - version: 0.5.5 - build: py39h4dd7705_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.5.5-py39h4dd7705_0.conda - sha256: a5c9414ca4b2bd2686f7a3b2f2dd4584dee90434cc31c07b26c993a0bd66f5e4 - md5: abf9a7e824182801656409cfc1b6e32f + - pkg:pypi/ruff?source=hash-mapping + size: 7852522 + timestamp: 1736550969531 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda + sha256: a235ec8cc82ea3cf9466c440982f7cca06a11f66431a68c079f1a84514c96cf5 + md5: 0f50034024fdb9240d2d8ffa04b35e4f depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 6100458 - timestamp: 1721941549040 -- kind: conda - name: ruff - version: 0.5.5 - build: py39h8125149_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.5.5-py39h8125149_0.conda - sha256: d4921ff632364a2d9f051f99e0156907050e7281c42f2091910aaccda29e5c8a - md5: 25e49947f713a81aec5e278c7a200224 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - constrains: - - __glibc >=2.17 - license: MIT - license_family: MIT - purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 7171576 - timestamp: 1721941051867 -- kind: conda - name: ruff - version: 0.5.5 - build: py39hb586919_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.5.5-py39hb586919_0.conda - sha256: b861f04607df5844e047f1d39d3b1b40eb2cf07fdf8cb1ccca5133d43312559d - md5: 390943da6039fb8ba0fe0644033189e3 + - pkg:pypi/ruff?source=hash-mapping + size: 7373167 + timestamp: 1736551062261 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda + sha256: 2937f0dbe1dbe4528fdc7669eecfe04c6c0bf2457ac9b7260d98d0648a4f5775 + md5: 30f2b734155b4aa57e108265b14734e0 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 constrains: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 5818456 - timestamp: 1721941510574 -- kind: conda - name: ruff - version: 0.5.5 - build: py39hda83faa_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.5.5-py39hda83faa_0.conda - sha256: 14ff65231f177b802c1139dee0c96eae851fa7e4a93438965b2d0af6ecefb8cb - md5: c25eca127ef7cf5b14d2623e3ea47229 + - pkg:pypi/ruff?source=hash-mapping + size: 7030775 + timestamp: 1736551347653 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda + sha256: 377c5a5b9c5c54e4d1574481b3231917369f0f5253cef684e9f9254a2c050616 + md5: 36fa49fe0063c4e5a20aca906ecb2afb depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/ruff?source=conda-forge-mapping - size: 6281011 - timestamp: 1721942830455 -- kind: conda - name: s2n - version: 1.4.17 - build: h52a6840_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f - md5: d43af76177a3d24cf735b92496417759 + - pkg:pypi/ruff?source=hash-mapping + size: 6955958 + timestamp: 1736551364965 +- conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda + sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a + md5: e25ac9bf10f8e6aa67727b1cdbe762ef depends: - libgcc-ng >=12 - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 346598 - timestamp: 1719619197429 -- kind: conda - name: s2n - version: 1.4.17 - build: he19d79f_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a - md5: e25ac9bf10f8e6aa67727b1cdbe762ef + size: 349926 + timestamp: 1719619139334 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda + sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f + md5: d43af76177a3d24cf735b92496417759 depends: - libgcc-ng >=12 - openssl >=3.3.1,<4.0a0 license: Apache-2.0 license_family: Apache purls: [] - size: 349926 - timestamp: 1719619139334 -- kind: conda - name: scipy - version: 1.13.1 - build: py39h038d4f4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - sha256: f5dc2ae1c0149c41275c25f8977b9b4bc26db27300a50db803ad0ee0ce3565ce - md5: 97931299de8eea2fc8b66e2b49447eda + size: 346598 + timestamp: 1719619197429 +- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda + sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac + md5: 492a2cd65862d16a4aaf535ae9ccb761 depends: - - __osx >=10.13 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16 - - libgfortran 5.* + - libgcc-ng >=12 + - libgfortran-ng - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 - numpy <2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 @@ -22629,43 +16881,35 @@ packages: license_family: BSD purls: - pkg:pypi/scipy?source=conda-forge-mapping - size: 15635286 - timestamp: 1716471538660 -- kind: conda - name: scipy - version: 1.13.1 - build: py39h1a10956_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - sha256: dc694e034d1223266de3224c3fe60d36865eebd2f7e43cb1cf06dfdf983f7f3e - md5: 9f8e571406af04d2f5fdcbecec704505 + size: 16523290 + timestamp: 1716471188947 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda + sha256: a6a6f92a2d743bf7f94147f7355ff8e1023abed0594bcb42def2e4ed8abefec5 + md5: 1aac9080de661e03d286f18fb71e5240 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 <2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/scipy?source=conda-forge-mapping - size: 14854560 - timestamp: 1716472552464 -- kind: conda - name: scipy - version: 1.13.1 - build: py39h3d5391c_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - sha256: 757850d99c81df9b5a36b201ee1ef850298669facb4e475f1d77cd3e8b10092d - md5: 29a07d75356ca619b3cfc8304a9ce6e5 + size: 16574369 + timestamp: 1716471566067 +- conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda + sha256: f5dc2ae1c0149c41275c25f8977b9b4bc26db27300a50db803ad0ee0ce3565ce + md5: 97931299de8eea2fc8b66e2b49447eda depends: - - __osx >=11.0 + - __osx >=10.13 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - libcxx >=16 @@ -22676,74 +16920,57 @@ packages: - numpy <2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/scipy?source=conda-forge-mapping - size: 14699719 - timestamp: 1716472126212 -- kind: conda - name: scipy - version: 1.13.1 - build: py39haf93ffa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac - md5: 492a2cd65862d16a4aaf535ae9ccb761 + size: 15635286 + timestamp: 1716471538660 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda + sha256: 757850d99c81df9b5a36b201ee1ef850298669facb4e475f1d77cd3e8b10092d + md5: 29a07d75356ca619b3cfc8304a9ce6e5 depends: + - __osx >=11.0 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libgcc-ng >=12 - - libgfortran-ng + - libcxx >=16 + - libgfortran 5.* - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - numpy <2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/scipy?source=conda-forge-mapping - size: 16523290 - timestamp: 1716471188947 -- kind: conda - name: scipy - version: 1.13.1 - build: py39hb921187_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - sha256: a6a6f92a2d743bf7f94147f7355ff8e1023abed0594bcb42def2e4ed8abefec5 - md5: 1aac9080de661e03d286f18fb71e5240 + size: 14699719 + timestamp: 1716472126212 +- conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda + sha256: dc694e034d1223266de3224c3fe60d36865eebd2f7e43cb1cf06dfdf983f7f3e + md5: 9f8e571406af04d2f5fdcbecec704505 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 <2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/scipy?source=conda-forge-mapping - size: 16574369 - timestamp: 1716471566067 -- kind: conda - name: setuptools - version: 72.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + size: 14854560 + timestamp: 1716472552464 +- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 md5: e06d4c26df4f958a8d38696f2c344d15 depends: @@ -22754,16 +16981,15 @@ packages: - pkg:pypi/setuptools?source=conda-forge-mapping size: 1462612 timestamp: 1722586785703 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl name: setuptools-scm version: 8.1.0 - url: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl sha256: 897a3226a6fd4a6eb2f068745e49733261a21f70b1bb28fce0339feb978d9af3 requires_dist: - packaging>=20 - setuptools - - typing-extensions ; python_version < '3.10' - - tomli>=1 ; python_version < '3.11' + - typing-extensions ; python_full_version < '3.10' + - tomli>=1 ; python_full_version < '3.11' - entangled-cli~=2.0 ; extra == 'docs' - mkdocs ; extra == 'docs' - mkdocs-entangled-plugin ; extra == 'docs' @@ -22775,14 +17001,9 @@ packages: - pytest ; extra == 'test' - rich ; extra == 'test' - wheel ; extra == 'test' - - typing-extensions ; python_version < '3.11' and extra == 'test' + - typing-extensions ; python_full_version < '3.11' and extra == 'test' requires_python: '>=3.8' -- kind: conda - name: shapely - version: 2.0.5 - build: py39h1254fa4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda sha256: 4698ba5dbce07e5b0e11a6199e7cd79b9189a9bfbf66406a073c25df343b403f md5: 45474d4a7a104c9758e68d2252f548ae depends: @@ -22798,113 +17019,83 @@ packages: - pkg:pypi/shapely?source=conda-forge-mapping size: 479888 timestamp: 1720886330296 -- kind: conda - name: shapely - version: 2.0.5 - build: py39h2abb8a4_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 - md5: be4607319add171d8b914eb6eb117929 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda + sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 + md5: f9a06e423c2377c2ca0666b9fef5c258 depends: - - __osx >=11.0 - geos >=3.12.2,<3.12.3.0a0 + - libgcc-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 446840 - timestamp: 1720886437798 -- kind: conda - name: shapely - version: 2.0.5 - build: py39h78b7fd3_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 - md5: 544a286f1e78a78070f8cee0bc0e46e6 + size: 482232 + timestamp: 1720888300459 +- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda + sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc + md5: 55ebe2681157db5ccfef1df14edd585a depends: + - __osx >=10.13 - geos >=3.12.2,<3.12.3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 451280 - timestamp: 1720886557328 -- kind: conda - name: shapely - version: 2.0.5 - build: py39h8550d3e_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc - md5: 55ebe2681157db5ccfef1df14edd585a + size: 450046 + timestamp: 1720886370774 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda + sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 + md5: be4607319add171d8b914eb6eb117929 depends: - - __osx >=10.13 + - __osx >=11.0 - geos >=3.12.2,<3.12.3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 450046 - timestamp: 1720886370774 -- kind: conda - name: shapely - version: 2.0.5 - build: py39he360f98_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 - md5: f9a06e423c2377c2ca0666b9fef5c258 + size: 446840 + timestamp: 1720886437798 +- conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 + md5: 544a286f1e78a78070f8cee0bc0e46e6 depends: - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=conda-forge-mapping - size: 482232 - timestamp: 1720888300459 -- kind: conda - name: simplejson - version: 3.19.2 - build: py39h17cfd9d_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda - sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 - md5: 4e92b7284d68610a996ba71dc70d4db8 + size: 451280 + timestamp: 1720886557328 +- conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda + sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 + md5: 1e6136536a45d47f034dc9b320d62a39 depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106617 - timestamp: 1696596094406 -- kind: conda - name: simplejson - version: 3.19.2 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda + size: 108573 + timestamp: 1696596163659 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda sha256: 5a1e4e6224871eb88e1d1a32739c373d7e1b98f318c68730ec6e49715d4dd13a md5: 9d57ea3129ab6122b95dd9bceb2b8046 depends: @@ -22918,12 +17109,7 @@ packages: - pkg:pypi/simplejson?source=conda-forge-mapping size: 108659 timestamp: 1696596061629 -- kind: conda - name: simplejson - version: 3.19.2 - build: py39ha09f3b3_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda sha256: 0161f81420ebd46c2dd7e14f0f7f8b4bdfc5c2ec701918118a5dafee3390b61a md5: fc7b83381e7fce8a54ab89a44c21893d depends: @@ -22935,50 +17121,35 @@ packages: - pkg:pypi/simplejson?source=conda-forge-mapping size: 106290 timestamp: 1696596143189 -- kind: conda - name: simplejson - version: 3.19.2 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 - md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda + sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 + md5: 4e92b7284d68610a996ba71dc70d4db8 depends: - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106701 - timestamp: 1696596379005 -- kind: conda - name: simplejson - version: 3.19.2 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 - md5: 1e6136536a45d47f034dc9b320d62a39 + size: 106617 + timestamp: 1696596094406 +- conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 + md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 depends: - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108573 - timestamp: 1696596163659 -- kind: conda - name: sip - version: 6.7.12 - build: py39h3d6467e_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda + size: 106701 + timestamp: 1696596379005 +- conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda sha256: fd50c71dc05daf9d28663d448d17f150b3eb79ae629198c73e2186b5b1e990dc md5: e667a3ab0df62c54e60e1843d2e6defb depends: @@ -22995,12 +17166,7 @@ packages: - pkg:pypi/sip?source=conda-forge-mapping size: 491742 timestamp: 1697300599649 -- kind: conda - name: sip - version: 6.7.12 - build: py39h99910a6_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 md5: 0cc5774390ada632ed7975203057c91c depends: @@ -23018,13 +17184,7 @@ packages: - pkg:pypi/sip?source=conda-forge-mapping size: 502390 timestamp: 1697300934198 -- kind: conda - name: six - version: 1.16.0 - build: pyh6c4a22f_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 md5: e5f25f8dbc060e9a8d912e432202afc2 depends: @@ -23035,13 +17195,7 @@ packages: - pkg:pypi/six?source=conda-forge-mapping size: 14259 timestamp: 1620240338595 -- kind: conda - name: smmap - version: 5.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 md5: 62f26a3d1387acee31322208f0cfa3e0 depends: @@ -23052,61 +17206,40 @@ packages: - pkg:pypi/smmap?source=conda-forge-mapping size: 22483 timestamp: 1634310465482 -- kind: conda - name: snappy - version: 1.2.1 - build: h1088aeb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f - md5: e4ed5b015f525b56f95c26d85a4ea208 +- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f + md5: 6b7dcc7349efd123d493d2dbe85a045f depends: - libgcc-ng >=12 - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 42888 - timestamp: 1720003817527 -- kind: conda - name: snappy - version: 1.2.1 - build: h23299a8_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 - md5: 7635a408509e20dcfc7653ca305ad799 + size: 42465 + timestamp: 1720003704360 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f + md5: e4ed5b015f525b56f95c26d85a4ea208 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 59350 - timestamp: 1720004197144 -- kind: conda - name: snappy - version: 1.2.1 - build: ha2e4443_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f - md5: 6b7dcc7349efd123d493d2dbe85a045f - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + size: 42888 + timestamp: 1720003817527 +- conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 + md5: ddceef5df973c8ff7d6b32353c0cb358 + depends: + - __osx >=10.13 + - libcxx >=16 license: BSD-3-Clause license_family: BSD purls: [] - size: 42465 - timestamp: 1720003704360 -- kind: conda - name: snappy - version: 1.2.1 - build: hd02b534_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + size: 37036 + timestamp: 1720003862906 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 md5: 69d0f9694f3294418ee935da3d5f7272 depends: @@ -23117,29 +17250,19 @@ packages: purls: [] size: 35708 timestamp: 1720003794374 -- kind: conda - name: snappy - version: 1.2.1 - build: he1e6707_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 - md5: ddceef5df973c8ff7d6b32353c0cb358 +- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 + md5: 7635a408509e20dcfc7653ca305ad799 depends: - - __osx >=10.13 - - libcxx >=16 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 37036 - timestamp: 1720003862906 -- kind: conda - name: snowballstemmer - version: 2.2.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 + size: 59350 + timestamp: 1720004197144 +- conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 md5: 4d22a9315e78c6827f806065957d566e depends: @@ -23150,14 +17273,7 @@ packages: - pkg:pypi/snowballstemmer?source=conda-forge-mapping size: 58824 timestamp: 1637143137377 -- kind: conda - name: snuggs - version: 1.4.7 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 md5: 5abeaa41ec50d4d1421a8bc8fbc93054 depends: @@ -23169,19 +17285,37 @@ packages: - pkg:pypi/snuggs?source=conda-forge-mapping size: 11131 timestamp: 1722610712753 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl name: soupsieve version: '2.5' - url: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 requires_python: '>=3.8' -- kind: conda - name: spdlog - version: 1.14.1 - build: h325aa07_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda + sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 + md5: 909188c8979846bac8e586908cf1ca6a + depends: + - __glibc >=2.17,<3.0.a0 + - fmt >=11.0.1,<12.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 195665 + timestamp: 1722238295031 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda + sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d + md5: 771630cc938de801e261c3a069d22a68 + depends: + - fmt >=11.0.1,<12.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 194216 + timestamp: 1722238356907 +- conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda sha256: ec594f80f82f69472cf518795303a222a03460cc4102c4758b33eab833640024 md5: 4aa13d84a5c71b5df6642761a6c35ce9 depends: @@ -23193,13 +17327,7 @@ packages: purls: [] size: 171455 timestamp: 1722238446029 -- kind: conda - name: spdlog - version: 1.14.1 - build: h6d8af72_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda sha256: f981d4f3555125cb913be49397892f43c6b747705c0d72cba3676f7d98709f92 md5: 4af518b01539da8e4af17aee5fb92639 depends: @@ -23211,31 +17339,7 @@ packages: purls: [] size: 164011 timestamp: 1722238482313 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9d9cc24_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d - md5: 771630cc938de801e261c3a069d22a68 - depends: - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 194216 - timestamp: 1722238356907 -- kind: conda - name: spdlog - version: 1.14.1 - build: h9f2357e_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf md5: b9bff07144f2be7ee32f0b83a79ef21d depends: @@ -23248,32 +17352,7 @@ packages: purls: [] size: 169120 timestamp: 1722238639391 -- kind: conda - name: spdlog - version: 1.14.1 - build: hed91bc2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 - md5: 909188c8979846bac8e586908cf1ca6a - depends: - - __glibc >=2.17,<3.0.a0 - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 195665 - timestamp: 1722238295031 -- kind: conda - name: sphinx - version: 7.4.7 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda sha256: 0de25d561b20dd06982df45a2c3cef490e45b0d4bae8d2c290030721bdadecd6 md5: c568e260463da2528ecfd7c5a0b41bbd depends: @@ -23302,20 +17381,13 @@ packages: - pkg:pypi/sphinx?source=conda-forge-mapping size: 1358660 timestamp: 1721487658869 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl name: sphinx-markdown-tables version: 0.0.17 - url: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 requires_dist: - markdown>=3.4 -- kind: conda - name: sphinx_rtd_theme - version: 2.0.0 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda sha256: 8545c806d03092fd0236db6663c88036eab2dc99e34c91cd36c0704db03b148a md5: baf6d9a33df1a789ca55e3b404c7ea28 depends: @@ -23329,13 +17401,7 @@ packages: - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping size: 2614217 timestamp: 1701183633165 -- kind: conda - name: sphinxcontrib-applehelp - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 md5: 9075bd8c033f0257122300db914e49c9 depends: @@ -23347,13 +17413,7 @@ packages: - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping size: 29617 timestamp: 1722244567894 -- kind: conda - name: sphinxcontrib-devhelp - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b md5: b3bcc38c471ebb738854f52a36059b48 depends: @@ -23365,13 +17425,7 @@ packages: - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping size: 24138 timestamp: 1722245127289 -- kind: conda - name: sphinxcontrib-htmlhelp - version: 2.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e md5: e25640d692c02e8acfff0372f547e940 depends: @@ -23383,13 +17437,7 @@ packages: - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping size: 32798 timestamp: 1722248429933 -- kind: conda - name: sphinxcontrib-jquery - version: '4.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca md5: 914897066d5873acfb13e75705276ad1 depends: @@ -23400,13 +17448,7 @@ packages: - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping size: 112985 timestamp: 1678809100921 -- kind: conda - name: sphinxcontrib-jsmath - version: 1.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 md5: da1d979339e2714c30a8e806a33ec087 depends: @@ -23417,13 +17459,7 @@ packages: - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping size: 10431 timestamp: 1691604844204 -- kind: conda - name: sphinxcontrib-qthelp - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b md5: d6e5ea5fe00164ac6c2dcc5d76a42192 depends: @@ -23435,13 +17471,7 @@ packages: - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping size: 26794 timestamp: 1722245959953 -- kind: conda - name: sphinxcontrib-serializinghtml - version: 1.1.10 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f md5: e507335cb4ca9cff4c3d0fa9cdab255e depends: @@ -23453,29 +17483,33 @@ packages: - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping size: 28776 timestamp: 1705118378942 -- kind: conda - name: sqlite - version: 3.46.0 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda - sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 - md5: f60e557d64002fe9955b929226adf81d +- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda + sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b + md5: 77ea8dff5cf8550cc8f5629a6af56323 depends: - - libsqlite 3.46.0 h2466b09_0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgcc-ng >=12 + - libsqlite 3.46.0 hde9e2c9_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 885699 - timestamp: 1718051144579 -- kind: conda - name: sqlite - version: 3.46.0 - build: h28673e1_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda + size: 860352 + timestamp: 1718050658212 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda + sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe + md5: e0e3a71d3b7092af7cb9e0696f6d0869 + depends: + - libgcc-ng >=12 + - libsqlite 3.46.0 hf51ef55_0 + - libzlib >=1.2.13,<2.0a0 + - ncurses >=6.5,<7.0a0 + - readline >=8.2,<9.0a0 + license: Unlicense + purls: [] + size: 1057383 + timestamp: 1718050601668 +- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda sha256: 7d868d34348615450c43cb4737b44987a0e45fdf4759502b323494dc8c931409 md5: b76e50276ebb3131cb84aac8123ca75d depends: @@ -23488,12 +17522,7 @@ packages: purls: [] size: 912413 timestamp: 1718050767696 -- kind: conda - name: sqlite - version: 3.46.0 - build: h5838104_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda sha256: e13b719f70b3a20f40b59f814d32483ae8cd95fef83224127b10091828026f7d md5: 05c5dc8cd793dcfc5849d0569da9b175 depends: @@ -23506,49 +17535,19 @@ packages: purls: [] size: 822635 timestamp: 1718050678797 -- kind: conda - name: sqlite - version: 3.46.0 - build: h6d4b2fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b - md5: 77ea8dff5cf8550cc8f5629a6af56323 - depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hde9e2c9_0 - - libzlib >=1.2.13,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: Unlicense - purls: [] - size: 860352 - timestamp: 1718050658212 -- kind: conda - name: sqlite - version: 3.46.0 - build: hdc7ab3c_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe - md5: e0e3a71d3b7092af7cb9e0696f6d0869 +- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda + sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 + md5: f60e557d64002fe9955b929226adf81d depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hf51ef55_0 - - libzlib >=1.2.13,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 + - libsqlite 3.46.0 h2466b09_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Unlicense purls: [] - size: 1057383 - timestamp: 1718050601668 -- kind: conda - name: stack_data - version: 0.6.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + size: 885699 + timestamp: 1718051144579 +- conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec md5: e7df0fdd404616638df5ece6e69ba7af depends: @@ -23562,13 +17561,7 @@ packages: - pkg:pypi/stack-data?source=conda-forge-mapping size: 26205 timestamp: 1669632203115 -- kind: conda - name: syrupy - version: 4.6.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 md5: 7a566d6e1b00b1a521ef8db68aa95f4c depends: @@ -23580,13 +17573,7 @@ packages: - pkg:pypi/syrupy?source=conda-forge-mapping size: 43681 timestamp: 1707319626819 -- kind: conda - name: tbb - version: 2021.12.0 - build: hc790b64_3 - build_number: 3 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 md5: a16e2a639e87c554abee5192ce6ee308 depends: @@ -23599,17 +17586,11 @@ packages: purls: [] size: 161213 timestamp: 1720768916898 -- kind: conda - name: tiledb - version: 2.25.0 - build: h05a783a_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d - md5: acb887661df752adeb836874e793070f +- conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 + md5: 24e00e1e2389d23e18b552d5164eda45 depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 @@ -23621,9 +17602,10 @@ packages: - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 + - libgcc-ng >=12 - libgoogle-cloud >=2.26.0,<2.27.0a0 - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -23633,15 +17615,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 3869629 - timestamp: 1722367340440 -- kind: conda - name: tiledb - version: 2.25.0 - build: h12bcfb0_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + size: 4365810 + timestamp: 1722366859381 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda sha256: a6c10295a188159c0f46726a1d942086c8367b24069586a29b0e617eba511f64 md5: ebd263023cce5b0708fcea52ad5345b4 depends: @@ -23671,16 +17647,11 @@ packages: purls: [] size: 4224905 timestamp: 1722367069441 -- kind: conda - name: tiledb - version: 2.25.0 - build: h2dd558a_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c - md5: b24dfe46997d23f8b8f306446f595349 +- conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d + md5: acb887661df752adeb836874e793070f depends: + - __osx >=10.13 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 @@ -23691,8 +17662,8 @@ packages: - fmt >=11.0.1,<12.0a0 - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - libcurl >=8.9.0,<9.0a0 + - libcxx >=16 - libgoogle-cloud >=2.26.0,<2.27.0a0 - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - libwebp-base >=1.4.0,<2.0a0 @@ -23700,26 +17671,17 @@ packages: - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.3.1,<4.0a0 - spdlog >=1.14.1,<1.15.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 3104967 - timestamp: 1722368384555 -- kind: conda - name: tiledb - version: 2.25.0 - build: h7d57ca9_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 - md5: 24e00e1e2389d23e18b552d5164eda45 + size: 3869629 + timestamp: 1722367340440 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 + md5: dae109e674096f755cf8a69df74ad1ba depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=11.0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 @@ -23731,10 +17693,9 @@ packages: - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libgoogle-cloud >=2.26.0,<2.27.0a0 - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - lz4-c >=1.9.3,<1.10.0a0 @@ -23744,19 +17705,12 @@ packages: license: MIT license_family: MIT purls: [] - size: 4365810 - timestamp: 1722366859381 -- kind: conda - name: tiledb - version: 2.25.0 - build: hc5f2d7b_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 - md5: dae109e674096f755cf8a69df74ad1ba + size: 3555770 + timestamp: 1722367481999 +- conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c + md5: b24dfe46997d23f8b8f306446f595349 depends: - - __osx >=11.0 - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - azure-core-cpp >=1.13.0,<1.13.1.0a0 @@ -23767,8 +17721,8 @@ packages: - fmt >=11.0.1,<12.0a0 - libabseil * cxx17* - libabseil >=20240116.2,<20240117.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - libgoogle-cloud >=2.26.0,<2.27.0a0 - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - libwebp-base >=1.4.0,<2.0a0 @@ -23776,16 +17730,18 @@ packages: - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.3.1,<4.0a0 - spdlog >=1.14.1,<1.15.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 - zstd >=1.5.6,<1.6.0a0 license: MIT license_family: MIT purls: [] - size: 3555770 - timestamp: 1722367481999 -- kind: pypi + size: 3104967 + timestamp: 1722368384555 +- pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl name: tinycss2 version: 1.3.0 - url: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 requires_dist: - webencodings>=0.4 @@ -23794,12 +17750,18 @@ packages: - pytest ; extra == 'test' - ruff ; extra == 'test' requires_python: '>=3.8' -- kind: conda - name: tk - version: 8.6.13 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e + md5: d453b98d9c83e71da0741bb0ff4d76bc + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<2.0.0a0 + license: TCL + license_family: BSD + purls: [] + size: 3318875 + timestamp: 1699202167581 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 md5: f75105e0585851f818e0009dd1dde4dc depends: @@ -23810,13 +17772,7 @@ packages: purls: [] size: 3351802 timestamp: 1695506242997 -- kind: conda - name: tk - version: 8.6.13 - build: h1abcd95_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 md5: bf830ba5afc507c6232d4ef0fb1a882d depends: @@ -23826,13 +17782,7 @@ packages: purls: [] size: 3270220 timestamp: 1699202389792 -- kind: conda - name: tk - version: 8.6.13 - build: h5083fa2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 md5: b50a57ba89c32b62428b71a875291c9b depends: @@ -23842,13 +17792,7 @@ packages: purls: [] size: 3145523 timestamp: 1699202432999 -- kind: conda - name: tk - version: 8.6.13 - build: h5226925_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 md5: fc048363eb8f03cd1737600a5d08aafe depends: @@ -23860,30 +17804,7 @@ packages: purls: [] size: 3503410 timestamp: 1699202577803 -- kind: conda - name: tk - version: 8.6.13 - build: noxft_h4845f30_101 - build_number: 101 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - md5: d453b98d9c83e71da0741bb0ff4d76bc - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - purls: [] - size: 3318875 - timestamp: 1699202167581 -- kind: conda - name: toml - version: 0.10.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 md5: f832c45a477c78bebd107098db465095 depends: @@ -23894,13 +17815,7 @@ packages: - pkg:pypi/toml?source=conda-forge-mapping size: 18433 timestamp: 1604308660817 -- kind: conda - name: tomli - version: 2.0.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f md5: 5844808ffab9ebdb694585b50ba02a96 depends: @@ -23911,14 +17826,9 @@ packages: - pkg:pypi/tomli?source=conda-forge-mapping size: 15940 timestamp: 1644342331069 -- kind: conda - name: tornado - version: 6.4.1 - build: py39ha3e8b56_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa - md5: 60ad0fcecca6af49fe5888a408618d8a +- conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda + sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 + md5: c183e99f9320e5e2d0f9c43efcb3fb22 depends: - libgcc-ng >=12 - python >=3.9,<3.10.0a0 @@ -23927,36 +17837,11 @@ packages: license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 643759 - timestamp: 1717724629166 -- kind: conda - name: tornado - version: 6.4.1 - build: py39ha55e580_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda - sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 - md5: 7d1e87f3036af858ce7e248489c3faec - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 644403 - timestamp: 1717723410092 -- kind: conda - name: tornado - version: 6.4.1 - build: py39hd3abc70_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 - md5: c183e99f9320e5e2d0f9c43efcb3fb22 + size: 642638 + timestamp: 1717723015273 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda + sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa + md5: 60ad0fcecca6af49fe5888a408618d8a depends: - libgcc-ng >=12 - python >=3.9,<3.10.0a0 @@ -23965,14 +17850,9 @@ packages: license_family: Apache purls: - pkg:pypi/tornado?source=conda-forge-mapping - size: 642638 - timestamp: 1717723015273 -- kind: conda - name: tornado - version: 6.4.1 - build: py39hded5825_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda + size: 643759 + timestamp: 1717724629166 +- conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda sha256: b908bc61ebc130cda6193dded464cc3164a081caa369d32ae0ed232c850f85d4 md5: 416249efe6570c63933ab64c04459bfe depends: @@ -23985,12 +17865,7 @@ packages: - pkg:pypi/tornado?source=conda-forge-mapping size: 640935 timestamp: 1717722847607 -- kind: conda - name: tornado - version: 6.4.1 - build: py39hfea33bf_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda sha256: 7e88b42380c179f03bf4807dd4f78998c991f6167dae085c7546f89a57bb60a8 md5: f8c9c4061239770cb5f438df0237e059 depends: @@ -24004,13 +17879,22 @@ packages: - pkg:pypi/tornado?source=conda-forge-mapping size: 642855 timestamp: 1717722852977 -- kind: conda - name: traitlets - version: 5.14.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda + sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 + md5: 7d1e87f3036af858ce7e248489c3faec + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/tornado?source=conda-forge-mapping + size: 644403 + timestamp: 1717723410092 +- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 md5: 3df84416a021220d8b5700c613af2dc5 depends: @@ -24021,13 +17905,7 @@ packages: - pkg:pypi/traitlets?source=conda-forge-mapping size: 110187 timestamp: 1713535244513 -- kind: conda - name: typing_extensions - version: 4.12.2 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb md5: ebe6952715e1d5eb567eeebf25250fa7 depends: @@ -24038,25 +17916,18 @@ packages: - pkg:pypi/typing-extensions?source=conda-forge-mapping size: 39888 timestamp: 1717802653893 -- kind: conda - name: tzcode - version: 2024a - build: h10d778d_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 - md5: 8d50ba6668dbd193cd42ccd9099fa2ae +- conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda + sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df + md5: 32146e34aaec3745a08b6f49af3f41b0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 63341 - timestamp: 1706869081062 -- kind: conda - name: tzcode - version: 2024a - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda + size: 69821 + timestamp: 1706868851630 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda sha256: f1e81a576aa69a06fcd6191f6994af6f6d0bc2f5f7df2098d870c492ef11d1ed md5: d7691e522a386b757332784ee7f9906f depends: @@ -24066,28 +17937,15 @@ packages: purls: [] size: 72898 timestamp: 1706870451825 -- kind: conda - name: tzcode - version: 2024a - build: h3f72095_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df - md5: 32146e34aaec3745a08b6f49af3f41b0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 +- conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda + sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 + md5: 8d50ba6668dbd193cd42ccd9099fa2ae license: BSD-3-Clause license_family: BSD purls: [] - size: 69821 - timestamp: 1706868851630 -- kind: conda - name: tzcode - version: 2024a - build: h93a5062_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda + size: 63341 + timestamp: 1706869081062 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda sha256: 70bce0410d77b6ba3c32079aa87a98877ea970d8e96f2e4503e9b81198ece1f4 md5: 33ebc94eb6420500a4aeb0fc45112bba license: BSD-3-Clause @@ -24095,25 +17953,14 @@ packages: purls: [] size: 63845 timestamp: 1706869030258 -- kind: conda - name: tzdata - version: 2024a - build: h0c530f3_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 md5: 161081fc7cec0bfda0d86d7cb595f8d8 license: LicenseRef-Public-Domain purls: [] size: 119815 timestamp: 1706886945727 -- kind: conda - name: ucrt - version: 10.0.22621.0 - build: h57928b3_0 - subdir: win-64 - url: 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/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 md5: 72608f6cd3e5898229c3ea16deb1ac43 constrains: @@ -24123,30 +17970,20 @@ packages: purls: [] size: 1283972 timestamp: 1666630199266 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39h0f82c59_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 - md5: 39c745ba9443da902afa7f5a9e9dfcac +- conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 + md5: 1da984bbb6e765743e13388ba7b7b2c8 depends: + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 376309 - timestamp: 1695848358752 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39h898b7ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + size: 373822 + timestamp: 1695848128416 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda sha256: ddb1a64567d3927a10a77d6ef9c7c18af9344fc3589705e2bd600b8a02ad40d2 md5: 8c072c9329aeea97a46005625267a851 depends: @@ -24160,83 +17997,58 @@ packages: - pkg:pypi/unicodedata2?source=conda-forge-mapping size: 373906 timestamp: 1695848199413 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39ha55989b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda - sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a - md5: 20ec896e8d97f2ff8be1124e624dc8f2 +- conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf + md5: ede122e9ef2775a8879063d9d3ee819f depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373257 - timestamp: 1695848310896 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39hd1e30aa_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 - md5: 1da984bbb6e765743e13388ba7b7b2c8 + size: 369843 + timestamp: 1695848310939 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 + md5: 39c745ba9443da902afa7f5a9e9dfcac depends: - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373822 - timestamp: 1695848128416 -- kind: conda - name: unicodedata2 - version: 15.1.0 - build: py39hdc70f33_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf - md5: ede122e9ef2775a8879063d9d3ee819f + size: 376309 + timestamp: 1695848358752 +- conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda + sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a + md5: 20ec896e8d97f2ff8be1124e624dc8f2 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 369843 - timestamp: 1695848310939 -- kind: conda - name: uriparser - version: 0.9.8 - build: h00cdb27_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - sha256: fa0bcbfb20a508ca9bf482236fe799581cbd0eab016e47a865e9fa44dbe3c512 - md5: e8ff9e11babbc8cd77af5a4258dc2802 + size: 373257 + timestamp: 1695848310896 +- conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda + sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e + md5: d71d3a66528853c0a1ac2c02d79a0284 depends: - - __osx >=11.0 - - libcxx >=16 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD purls: [] - size: 40625 - timestamp: 1715010029254 -- kind: conda - name: uriparser - version: 0.9.8 - build: h0a1ffab_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda + size: 48270 + timestamp: 1715010035325 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda sha256: e77ca5aea9a200f751bbc29ec926315d6d04240e7f4f8895ac13c438aafde422 md5: 7e9a7e1e1e9d6e827d2cfda21c22853e depends: @@ -24247,29 +18059,7 @@ packages: purls: [] size: 48473 timestamp: 1715009966295 -- kind: conda - name: uriparser - version: 0.9.8 - build: h5a68840_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - sha256: ed0eed8ed0343d29cdbfaeb1bfd141f090af696547d69f91c18f46350299f00d - md5: 28b4cf9065681f43cc567410edf8243d - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 49181 - timestamp: 1715010467661 -- kind: conda - name: uriparser - version: 0.9.8 - build: h6aefe2f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda sha256: fec8e52955fc314580a93dee665349bf430ce6df19019cea3fae7ec60f732bdd md5: 649890a63cc818b24fbbf0572db221a5 depends: @@ -24280,30 +18070,30 @@ packages: purls: [] size: 43396 timestamp: 1715010079800 -- kind: conda - name: uriparser - version: 0.9.8 - build: hac33072_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e - md5: d71d3a66528853c0a1ac2c02d79a0284 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda + sha256: fa0bcbfb20a508ca9bf482236fe799581cbd0eab016e47a865e9fa44dbe3c512 + md5: e8ff9e11babbc8cd77af5a4258dc2802 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __osx >=11.0 + - libcxx >=16 license: BSD-3-Clause license_family: BSD purls: [] - size: 48270 - timestamp: 1715010035325 -- kind: conda - name: urllib3 - version: 2.2.2 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + size: 40625 + timestamp: 1715010029254 +- conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda + sha256: ed0eed8ed0343d29cdbfaeb1bfd141f090af696547d69f91c18f46350299f00d + md5: 28b4cf9065681f43cc567410edf8243d + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 49181 + timestamp: 1715010467661 +- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 md5: e804c43f58255e977093a2298e442bb8 depends: @@ -24318,13 +18108,7 @@ packages: - pkg:pypi/urllib3?source=conda-forge-mapping size: 95048 timestamp: 1719391384778 -- kind: conda - name: vc - version: '14.3' - build: h8a93ad2_20 - build_number: 20 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef md5: 8558f367e1d7700554f7cdb823c46faf depends: @@ -24336,13 +18120,7 @@ packages: purls: [] size: 17391 timestamp: 1717709040616 -- kind: conda - name: vc14_runtime - version: 14.40.33810 - build: ha82c5b3_20 - build_number: 20 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 md5: e39cc4c34c53654ec939558993d9dc5b depends: @@ -24354,13 +18132,7 @@ packages: purls: [] size: 751934 timestamp: 1717709031266 -- kind: conda - name: vs2015_runtime - version: 14.40.33810 - build: h3bf8584_20 - build_number: 20 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a md5: c21f1b4a3a30bbc3ef35a50957578e0e depends: @@ -24370,13 +18142,7 @@ packages: purls: [] size: 17395 timestamp: 1717709043353 -- kind: conda - name: wcwidth - version: 0.2.13 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 md5: 68f0738df502a14213624b288c60c9ad depends: @@ -24387,19 +18153,11 @@ packages: - pkg:pypi/wcwidth?source=conda-forge-mapping size: 32709 timestamp: 1704731373922 -- kind: pypi +- pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl name: webencodings version: 0.5.1 - url: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 -- kind: conda - name: wheel - version: 0.43.0 - build: pyhd8ed1ab_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc md5: 0b5293a157c2b5cd513dd1b03d8d3aae depends: @@ -24410,14 +18168,7 @@ packages: - pkg:pypi/wheel?source=conda-forge-mapping size: 57963 timestamp: 1711546009410 -- kind: conda - name: win_inet_pton - version: 1.1.0 - build: pyhd8ed1ab_6 - build_number: 6 - subdir: noarch - noarch: python - url: 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/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 md5: 30878ecc4bd36e8deeea1e3c151b2e0b depends: @@ -24428,13 +18179,7 @@ packages: - pkg:pypi/win-inet-pton?source=conda-forge-mapping size: 8191 timestamp: 1667051294134 -- kind: conda - name: xcb-util - version: 0.4.1 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 depends: @@ -24445,13 +18190,7 @@ packages: purls: [] size: 19965 timestamp: 1718843348208 -- kind: conda - name: xcb-util-image - version: 0.4.0 - build: hb711507_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 md5: a0901183f08b6c7107aab109733a3c91 depends: @@ -24463,12 +18202,7 @@ packages: purls: [] size: 24551 timestamp: 1718880534789 -- kind: conda - name: xcb-util-keysyms - version: 0.4.1 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 md5: ad748ccca349aec3e91743e08b5e2b50 depends: @@ -24479,12 +18213,7 @@ packages: purls: [] size: 14314 timestamp: 1718846569232 -- kind: conda - name: xcb-util-renderutil - version: 0.3.10 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: @@ -24495,12 +18224,7 @@ packages: purls: [] size: 16978 timestamp: 1718848865819 -- kind: conda - name: xcb-util-wm - version: 0.4.2 - build: hb711507_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a md5: 608e0ef8256b81d04456e8d211eee3e8 depends: @@ -24511,12 +18235,7 @@ packages: purls: [] size: 51689 timestamp: 1718844051451 -- kind: conda - name: xerces-c - version: 3.2.5 - build: hac6953d_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb md5: 63b80ca78d29380fe69e69412dcbe4ac depends: @@ -24530,47 +18249,7 @@ packages: purls: [] size: 1636164 timestamp: 1703092965257 -- kind: conda - name: xerces-c - version: 3.2.5 - build: hbbe9ea5_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 - md5: ade166000a13c81d9a75f65281e302b0 - depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1346161 - timestamp: 1703093374769 -- kind: conda - name: xerces-c - version: 3.2.5 - build: he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda - sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 - md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 3547000 - timestamp: 1721032032254 -- kind: conda - name: xerces-c - version: 3.2.5 - build: hf13c1fb_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda sha256: 6e64e9dc8d9f8bee4bdef16e946be658da3744e40fdd5ca881ac2219a1aba479 md5: 5c6a84e179f9fc7f8e0890c28704a8ce depends: @@ -24584,12 +18263,19 @@ packages: purls: [] size: 1632056 timestamp: 1703093218725 -- kind: conda - name: xerces-c - version: 3.2.5 - build: hf393695_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda + sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 + md5: ade166000a13c81d9a75f65281e302b0 + depends: + - icu >=73.2,<74.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1346161 + timestamp: 1703093374769 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee md5: 5e4741a1e687aee5fc9c409a0476bef2 depends: @@ -24601,12 +18287,19 @@ packages: purls: [] size: 1270959 timestamp: 1703093076013 -- kind: conda - name: xkeyboard-config - version: '2.42' - build: h4ab18f5_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda + sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 + md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3547000 + timestamp: 1721032032254 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda sha256: 240caab7d9d85154ef373ecbac3ff9fb424add2029dbb124e949c6cbab2996dd md5: b193af204da1bfb8c13882d131a14bd2 depends: @@ -24617,13 +18310,7 @@ packages: purls: [] size: 388998 timestamp: 1717817668629 -- kind: conda - name: xmipy - version: 1.3.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c md5: a3c8465bfc71004064a30c0238a74ea3 depends: @@ -24635,45 +18322,27 @@ packages: - pkg:pypi/xmipy?source=conda-forge-mapping size: 18460 timestamp: 1681486998644 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h3557bc0_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 - md5: ec8ce6b3dac3945a4010559a6284b755 +- conda: 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 license: MIT license_family: MIT purls: [] - size: 27369 - timestamp: 1610028170368 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: h7f98852_1002 - 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 + size: 27338 + timestamp: 1610027759842 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 + sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 + md5: ec8ce6b3dac3945a4010559a6284b755 depends: - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 27338 - timestamp: 1610027759842 -- kind: conda - name: xorg-kbproto - version: 1.0.7 - build: hcd874cb_1002 - build_number: 1002 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + size: 27369 + timestamp: 1610028170368 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 md5: 8d11c1dac4756ca57e78c1bfe173bba4 depends: @@ -24683,12 +18352,17 @@ packages: purls: [] size: 28166 timestamp: 1610028297505 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: h7935292_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda + sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 + md5: b462a33c0be1421532f28bfe8f4a7514 + depends: + - libgcc-ng >=12 + license: MIT + license_family: MIT + purls: [] + size: 58469 + timestamp: 1685307573114 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda sha256: c889673c9313798372bea7c93640e853561bda5ba361b265ad4b14d7d1295235 md5: 025968e2637bca910b9b3e7f6743beff depends: @@ -24698,12 +18372,7 @@ packages: purls: [] size: 60321 timestamp: 1685308489806 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f md5: 5271e3af4791170e2c55d02818366916 depends: @@ -24715,27 +18384,19 @@ packages: purls: [] size: 158086 timestamp: 1685308072189 -- kind: conda - name: xorg-libice - version: 1.1.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - md5: b462a33c0be1421532f28bfe8f4a7514 +- conda: 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 license: MIT license_family: MIT purls: [] - size: 58469 - timestamp: 1685307573114 -- kind: conda - name: xorg-libsm - version: 1.2.4 - build: h5a01bc2_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda + size: 27433 + timestamp: 1685453649160 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda sha256: 2678975d4001f1123752ceabf9e2810cab51f740624320077de1ab12b537b498 md5: d788eca20ecd63bad8eea7219e5c5fb7 depends: @@ -24747,29 +18408,7 @@ packages: purls: [] size: 28634 timestamp: 1685454576261 -- kind: conda - name: xorg-libsm - version: 1.2.4 - build: h7391055_0 - subdir: linux-64 - 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 - license: MIT - license_family: MIT - purls: [] - size: 27433 - timestamp: 1685453649160 -- kind: conda - name: xorg-libsm - version: 1.2.4 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 md5: 25926681339df15918243d9a7cec25a1 depends: @@ -24781,34 +18420,21 @@ packages: purls: [] size: 86397 timestamp: 1685454296879 -- kind: conda - name: xorg-libx11 - version: 1.8.9 - build: h0076a8d_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 - md5: 0296a4de2235cad9ad3112134f8e4519 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda + sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 + md5: 4a6d410296d7e39f00bacdee7df046e9 depends: + - libgcc-ng >=12 - libxcb >=1.16,<1.17.0a0 - - m2w64-gcc-libs - - m2w64-gcc-libs-core - xorg-kbproto - xorg-xextproto >=7.3.0,<8.0a0 - xorg-xproto license: MIT license_family: MIT purls: [] - size: 814589 - timestamp: 1718847832308 -- kind: conda - name: xorg-libx11 - version: 1.8.9 - build: h08be655_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda + size: 832198 + timestamp: 1718846846409 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda sha256: 3595f5a30d1fecf2a8b8639eebf9ba831e3b76eef25820b806468fa670ef9d62 md5: 66470f69e83673153ef02a2ebc018915 depends: @@ -24822,45 +18448,32 @@ packages: purls: [] size: 852985 timestamp: 1718846843825 -- kind: conda - name: xorg-libx11 - version: 1.8.9 - build: hb711507_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda - sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 - md5: 4a6d410296d7e39f00bacdee7df046e9 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 + md5: 0296a4de2235cad9ad3112134f8e4519 depends: - - libgcc-ng >=12 - libxcb >=1.16,<1.17.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core - xorg-kbproto - xorg-xextproto >=7.3.0,<8.0a0 - xorg-xproto license: MIT license_family: MIT purls: [] - size: 832198 - timestamp: 1718846846409 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: h0dc2134_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - md5: 9566b4c29274125b0266d0177b5eb97b + size: 814589 + timestamp: 1718847832308 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda + sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 + md5: 2c80dc38fface310c9bd81b17037fee5 + depends: + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 13071 - timestamp: 1684638167647 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda + size: 14468 + timestamp: 1684637984591 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda sha256: c00a8909e783ba7f4ada7256f0385ae46fc21322f4090fa396c80b4481abd5f4 md5: 13de34f69cb73165dbe08c1e9148bedb depends: @@ -24870,12 +18483,15 @@ packages: purls: [] size: 15380 timestamp: 1684638889756 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: hb547adb_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda + sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a + md5: 9566b4c29274125b0266d0177b5eb97b + license: MIT + license_family: MIT + purls: [] + size: 13071 + timestamp: 1684638167647 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b md5: ca73dc4f01ea91e44e3ed76602c5ea61 license: MIT @@ -24883,12 +18499,7 @@ packages: purls: [] size: 13667 timestamp: 1684638272445 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: hcd874cb_0 - subdir: win-64 - url: 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-libxau-1.0.11-hcd874cb_0.conda sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 md5: c46ba8712093cb0114404ae8a7582e1a depends: @@ -24899,40 +18510,17 @@ packages: purls: [] size: 51297 timestamp: 1684638355740 -- kind: conda - name: xorg-libxau - version: 1.0.11 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - md5: 2c80dc38fface310c9bd81b17037fee5 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 + sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 + md5: be93aabceefa2fac576e971aef407908 depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - 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 + - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 18164 - timestamp: 1610071737668 -- kind: conda - name: xorg-libxdmcp - version: 1.1.3 - build: h3557bc0_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 + size: 19126 + timestamp: 1610071769228 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 sha256: 2aad9a0b57796170b8fb40317598fd79cfc7ae27fa7fb68c417d815e44499d59 md5: a6c9016ae1ca5c47a3603ed4cd65fedd depends: @@ -24942,12 +18530,7 @@ packages: purls: [] size: 19916 timestamp: 1610072242320 -- kind: conda - name: xorg-libxdmcp - version: 1.1.3 - build: h35c211d_0 - subdir: osx-64 - url: 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/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f md5: 86ac76d6bf1cbb9621943eb3bd9ae36e license: MIT @@ -24955,27 +18538,15 @@ packages: purls: [] size: 17225 timestamp: 1610071995461 -- kind: conda - name: xorg-libxdmcp - version: 1.1.3 - 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 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 + sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 + md5: 6738b13f7fadc18725965abdd4129c36 license: MIT license_family: MIT purls: [] - size: 19126 - timestamp: 1610071769228 -- kind: conda - name: xorg-libxdmcp - version: 1.1.3 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 + size: 18164 + timestamp: 1610071737668 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 md5: 46878ebb6b9cbd8afcf8088d7ef00ece depends: @@ -24985,13 +18556,7 @@ packages: purls: [] size: 67908 timestamp: 1610072296570 -- kind: conda - name: xorg-libxext - version: 1.3.4 - build: h0b41bf4_2 - build_number: 2 - subdir: linux-64 - url: 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-libxext-1.3.4-h0b41bf4_2.conda sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 md5: 82b6df12252e6f32402b96dacc656fec depends: @@ -25003,13 +18568,7 @@ packages: purls: [] size: 50143 timestamp: 1677036907815 -- kind: conda - name: xorg-libxext - version: 1.3.4 - build: h2a766a3_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda sha256: 16eff29fb70b2f89b9120d112d2d5df1bf7bd4e95d1e5baafabc61dac4977fa8 md5: 0cea7d840c8eeaa4e349e0b4775c826d depends: @@ -25021,13 +18580,7 @@ packages: purls: [] size: 50856 timestamp: 1677037784530 -- kind: conda - name: xorg-libxext - version: 1.3.4 - build: hcd874cb_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 md5: 2aa695ac3c56193fd8d526e3b511e021 depends: @@ -25039,12 +18592,7 @@ packages: purls: [] size: 221821 timestamp: 1677038179908 -- kind: conda - name: xorg-libxpm - version: 3.5.17 - build: hcd874cb_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 md5: 029be9b667bf3896fa28bc32adb1bfc3 depends: @@ -25060,14 +18608,9 @@ packages: purls: [] size: 195881 timestamp: 1696449889560 -- kind: conda - name: xorg-libxrender - version: 0.9.11 - build: h7935292_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab - md5: 8c96b84f7fb97a3cd533a14dbdcd6626 +- conda: 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 @@ -25075,16 +18618,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 37477 - timestamp: 1688300682978 -- kind: conda - name: xorg-libxrender - version: 0.9.11 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - md5: ed67c36f215b310412b2af935bf3e530 + size: 37770 + timestamp: 1688300707994 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda + sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab + md5: 8c96b84f7fb97a3cd533a14dbdcd6626 depends: - libgcc-ng >=12 - xorg-libx11 >=1.8.6,<2.0a0 @@ -25092,15 +18630,9 @@ packages: license: MIT license_family: MIT purls: [] - size: 37770 - timestamp: 1688300707994 -- kind: conda - name: xorg-libxt - version: 1.3.0 - build: hcd874cb_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + size: 37477 + timestamp: 1688300682978 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca md5: 511a29edd2ff3d973f63e54f19dcc06e depends: @@ -25116,13 +18648,7 @@ packages: purls: [] size: 671704 timestamp: 1690289114426 -- kind: conda - name: xorg-libxxf86vm - version: 1.1.5 - build: h4bc722e_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda sha256: 109d6b1931d1482faa0bf6de83c7e6d9ca36bbf9d36a00a05df4f63b82fce5c3 md5: 0c90ad87101001080484b91bd9d2cdef depends: @@ -25136,45 +18662,27 @@ packages: purls: [] size: 18443 timestamp: 1722110433983 -- kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h3557bc0_1002 - build_number: 1002 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d - md5: 01cbfe96ce66b78a9a270ac305791dd2 +- conda: 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 license: MIT license_family: MIT purls: [] - size: 9612 - timestamp: 1614866892676 -- kind: conda - name: xorg-renderproto - version: 0.11.1 - build: h7f98852_1002 - 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 + size: 9621 + timestamp: 1614866326326 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 + sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d + md5: 01cbfe96ce66b78a9a270ac305791dd2 depends: - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 9621 - timestamp: 1614866326326 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h0b41bf4_1003 - build_number: 1003 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda + size: 9612 + timestamp: 1614866892676 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 md5: bce9f945da8ad2ae9b1d7165a64d0f87 depends: @@ -25184,13 +18692,7 @@ packages: purls: [] size: 30270 timestamp: 1677036833037 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: h2a766a3_1003 - build_number: 1003 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda sha256: 62298f1c7b963f3a5921a65d9cb6aae82c3ec8b3069319c8264c5b0a3d190286 md5: 32de1e4422c986e3b6eff59e7edc4d04 depends: @@ -25200,13 +18702,7 @@ packages: purls: [] size: 30267 timestamp: 1677037618141 -- kind: conda - name: xorg-xextproto - version: 7.3.0 - build: hcd874cb_1003 - build_number: 1003 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 md5: 6e6c2639620e436bddb7c040cd4f3adb depends: @@ -25216,13 +18712,7 @@ packages: purls: [] size: 31034 timestamp: 1677037259999 -- kind: conda - name: xorg-xf86vidmodeproto - version: 2.3.1 - build: h7f98852_1002 - build_number: 1002 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 md5: 3ceea9668625c18f19530de98b15d5b0 depends: @@ -25232,45 +18722,27 @@ packages: purls: [] size: 23875 timestamp: 1620067286978 -- kind: conda - name: xorg-xproto - version: 7.0.31 - build: h3557bc0_1007 - build_number: 1007 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 - md5: 987e98faa0ad2c667bbea6b6aae260bc +- conda: 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 license: MIT license_family: MIT purls: [] - size: 74831 - timestamp: 1607291481791 -- kind: conda - name: xorg-xproto - version: 7.0.31 - build: h7f98852_1007 - 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 + size: 74922 + timestamp: 1607291557628 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 + sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 + md5: 987e98faa0ad2c667bbea6b6aae260bc depends: - libgcc-ng >=9.3.0 license: MIT license_family: MIT purls: [] - size: 74922 - timestamp: 1607291557628 -- kind: conda - name: xorg-xproto - version: 7.0.31 - build: hcd874cb_1007 - build_number: 1007 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 + size: 74831 + timestamp: 1607291481791 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 md5: 88f3c65d2ad13826a9e0b162063be023 depends: @@ -25280,12 +18752,7 @@ packages: purls: [] size: 75708 timestamp: 1607292254607 -- kind: conda - name: xz - version: 5.2.6 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 md5: 2161070d867d1b1204ea749c8eec4ef0 depends: @@ -25294,36 +18761,30 @@ packages: purls: [] size: 418368 timestamp: 1660346797927 -- kind: conda - name: xz - version: 5.2.6 - build: h57fd34a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 + md5: 83baad393a31d59c20b63ba4da6592df + depends: + - libgcc-ng >=12 license: LGPL-2.1 and GPL-2.0 purls: [] - size: 235693 - timestamp: 1660346961024 -- kind: conda - name: xz - version: 5.2.6 - build: h775f41a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + size: 440555 + timestamp: 1660348056328 +- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 md5: a72f9d4ea13d55d745ff1ed594747f10 license: LGPL-2.1 and GPL-2.0 purls: [] size: 238119 timestamp: 1660346964847 -- kind: conda - name: xz - version: 5.2.6 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec + md5: 39c6b54e94014701dd157f4f576ed211 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 235693 + timestamp: 1660346961024 +- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 md5: 515d77642eaa3639413c6b1bc3f94219 depends: @@ -25333,27 +18794,27 @@ packages: purls: [] size: 217804 timestamp: 1660346976440 -- kind: conda - name: xz - version: 5.2.6 - build: h9cdd2b7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df +- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 + sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 + md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT purls: [] - size: 440555 - timestamp: 1660348056328 -- kind: conda - name: yaml - version: 0.2.5 - build: h0d85af4_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 + size: 89141 + timestamp: 1641346969816 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 + sha256: 8bc601d6dbe249eba44b3c456765265cd8f42ef1e778f8df9b0c9c88b8558d7e + md5: b853307650cb226731f653aa623936a4 + depends: + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + purls: [] + size: 92927 + timestamp: 1641347626613 +- conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 md5: d7e08fcf8259d742156188e8762b4d20 license: MIT @@ -25361,13 +18822,7 @@ packages: purls: [] size: 84237 timestamp: 1641347062780 -- kind: conda - name: yaml - version: 0.2.5 - build: h3422bc3_2 - build_number: 2 - subdir: osx-arm64 - url: 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/yaml-0.2.5-h3422bc3_2.tar.bz2 sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 md5: 4bb3f014845110883a3c5ee811fd84b4 license: MIT @@ -25375,29 +18830,7 @@ packages: purls: [] 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 - license: MIT - license_family: MIT - purls: [] - size: 89141 - timestamp: 1641346969816 -- kind: conda - name: yaml - version: 0.2.5 - build: h8ffe710_2 - build_number: 2 - subdir: win-64 - url: 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/yaml-0.2.5-h8ffe710_2.tar.bz2 sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 md5: adbfb9f45d1004a26763652246a33764 depends: @@ -25408,29 +18841,20 @@ packages: purls: [] size: 63274 timestamp: 1641347623319 -- kind: conda - name: yaml - version: 0.2.5 - build: hf897c2e_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - sha256: 8bc601d6dbe249eba44b3c456765265cd8f42ef1e778f8df9b0c9c88b8558d7e - md5: b853307650cb226731f653aa623936a4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda + sha256: bc9aaee39e7be107d7daff237435dfd8f791aca460a98583a36a263615205262 + md5: 03cc8d9838ad9dd0060ab532e81ccb21 depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + license: MPL-2.0 + license_family: MOZILLA purls: [] - size: 92927 - timestamp: 1641347626613 -- kind: conda - name: zeromq - version: 4.3.5 - build: h28faeed_4 - build_number: 4 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda + size: 353229 + timestamp: 1715607188837 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda sha256: 99a48b3a52c3a028d5a8aa5b586611c282347b5b76a3c675b2af3807b9d07f0f md5: ae8c0108b4d6a5981bce484eeaaf1b55 depends: @@ -25443,32 +18867,20 @@ packages: purls: [] size: 383549 timestamp: 1715611199541 -- kind: conda - name: zeromq - version: 4.3.5 - build: h75354e8_4 - build_number: 4 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda - sha256: bc9aaee39e7be107d7daff237435dfd8f791aca460a98583a36a263615205262 - md5: 03cc8d9838ad9dd0060ab532e81ccb21 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda + sha256: 871625ce993e6c61649b14659a3d1d6011fbb242b7d6a25cadbc6300b2356f32 + md5: e56609055da6c658aa329d42a6c6b9f2 depends: + - __osx >=10.13 - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 + - libcxx >=16 - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 353229 - timestamp: 1715607188837 -- kind: conda - name: zeromq - version: 4.3.5 - build: hcc0f68c_4 - build_number: 4 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda + size: 304498 + timestamp: 1715607961981 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda sha256: c22520d6d66a80f17c5f2b3719ad4a6ee809b210b8ac87d6f05ab98b94b3abda md5: 39fb79e7a7a880a03f82c1f2eb7f7c73 depends: @@ -25481,32 +18893,7 @@ packages: purls: [] size: 298555 timestamp: 1715607628741 -- kind: conda - name: zeromq - version: 4.3.5 - build: hde137ed_4 - build_number: 4 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda - sha256: 871625ce993e6c61649b14659a3d1d6011fbb242b7d6a25cadbc6300b2356f32 - md5: e56609055da6c658aa329d42a6c6b9f2 - depends: - - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 304498 - timestamp: 1715607961981 -- kind: conda - name: zeromq - version: 4.3.5 - build: he1f189c_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda +- conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 md5: b755eb545c2728b9a53729f02e627834 depends: @@ -25520,13 +18907,7 @@ packages: purls: [] size: 2707065 timestamp: 1715607874610 -- kind: conda - name: zipp - version: 3.19.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda +- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 md5: 49808e59df5535116f6878b2a820d6f4 depends: @@ -25537,32 +18918,7 @@ packages: - pkg:pypi/zipp?source=conda-forge-mapping size: 20917 timestamp: 1718013395428 -- kind: conda - name: zlib - version: 1.3.1 - build: h2466b09_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be - md5: f8e0a35bf6df768ad87ed7bbbc36ab04 - depends: - - libzlib 1.3.1 h2466b09_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Zlib - license_family: Other - purls: [] - size: 108081 - timestamp: 1716874767420 -- kind: conda - name: zlib - version: 1.3.1 - build: h4ab18f5_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda sha256: cee16ab07a11303de721915f0a269e8c7a54a5c834aa52f74b1cc3a59000ade8 md5: 9653f1bf3766164d0e65fa723cabbc54 depends: @@ -25573,13 +18929,7 @@ packages: purls: [] size: 93004 timestamp: 1716874213487 -- kind: conda - name: zlib - version: 1.3.1 - build: h68df207_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda sha256: 7d4f12a602447c00f65f99fcf332f350cc49161a4f215466e9eb1bbe51852978 md5: 6031f9e32654fbdb9fdba406ab980517 depends: @@ -25590,13 +18940,7 @@ packages: purls: [] size: 95770 timestamp: 1716874148566 -- kind: conda - name: zlib - version: 1.3.1 - build: h87427d6_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda sha256: 41bd5fef28b2755d637e3a8ea5c84010628392fbcf80c7e3d7370aaced7ee4fe md5: 3ac9ef8975965f9698dbedd2a4cc5894 depends: @@ -25607,13 +18951,7 @@ packages: purls: [] size: 88782 timestamp: 1716874245467 -- kind: conda - name: zlib - version: 1.3.1 - build: hfb2fe0b_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5 md5: f27e021db7862b6ddbc1d3578f10d883 depends: @@ -25624,20 +18962,27 @@ packages: purls: [] size: 78260 timestamp: 1716874280334 -- kind: conda - name: zstandard - version: 0.22.0 - build: py39h0b77d07_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 - md5: 19831d5658b691425fabd726db342b50 +- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be + md5: f8e0a35bf6df768ad87ed7bbbc36ab04 depends: - - __osx >=11.0 + - libzlib 1.3.1 h2466b09_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Zlib + license_family: Other + purls: [] + size: 108081 + timestamp: 1716874767420 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 + md5: a19d023682384c637cb356d270c276c0 + depends: + - __glibc >=2.17,<3.0.a0 - cffi >=1.11 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 @@ -25645,20 +18990,16 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 319867 - timestamp: 1718866678183 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39h32d468b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 - md5: b3234fc0ba4b2d4e173ea2f71be11de8 + size: 406014 + timestamp: 1721044148631 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a + md5: 4e9daef09df3b119e1ba338fee682995 depends: - - __osx >=10.13 - cffi >=1.11 + - libgcc-ng >=12 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 @@ -25666,20 +19007,14 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 400897 - timestamp: 1721044460640 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39h623c9ba_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 - md5: a19d023682384c637cb356d270c276c0 + size: 381522 + timestamp: 1721044290823 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 + md5: b3234fc0ba4b2d4e173ea2f71be11de8 depends: - - __glibc >=2.17,<3.0.a0 + - __osx >=10.13 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 @@ -25688,19 +19023,14 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 406014 - timestamp: 1721044148631 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39h6b56de1_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a - md5: 4e9daef09df3b119e1ba338fee682995 + size: 400897 + timestamp: 1721044460640 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 + md5: 19831d5658b691425fabd726db342b50 depends: + - __osx >=11.0 - cffi >=1.11 - - libgcc-ng >=12 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -25710,14 +19040,9 @@ packages: license_family: BSD purls: - pkg:pypi/zstandard?source=conda-forge-mapping - size: 381522 - timestamp: 1721044290823 -- kind: conda - name: zstandard - version: 0.23.0 - build: py39h9bf74da_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + size: 319867 + timestamp: 1718866678183 +- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 md5: 9658585ffb22b68adb5490e9035b93ba depends: @@ -25735,14 +19060,9 @@ packages: - pkg:pypi/zstandard?source=conda-forge-mapping size: 310144 timestamp: 1721044587416 -- kind: conda - name: zstd - version: 1.5.6 - build: h02f22dd_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - sha256: 484f9d0722c77685ae379fbff3ccd662af9ead7e59eb39cd6d0c677cdf25ff6c - md5: be8d5f8cf21aed237b8b182ea86b3dd6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda + sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b + md5: 4d056880988120e29d75bfff282e0f45 depends: - libgcc-ng >=12 - libstdcxx-ng >=12 @@ -25750,32 +19070,21 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 539937 - timestamp: 1714723130243 -- kind: conda - name: zstd - version: 1.5.6 - build: h0ea2cb4_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3 - md5: 9a17230f95733c04dc40a2b1e5491d74 + size: 554846 + timestamp: 1714722996770 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda + sha256: 484f9d0722c77685ae379fbff3ccd662af9ead7e59eb39cd6d0c677cdf25ff6c + md5: be8d5f8cf21aed237b8b182ea86b3dd6 depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 349143 - timestamp: 1714723445995 -- kind: conda - name: zstd - version: 1.5.6 - build: h915ae27_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda + size: 539937 + timestamp: 1714723130243 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda sha256: efa04a98cb149643fa54c4dad5a0179e36a5fbc88427ea0eec88ceed87fd0f96 md5: 4cb2cd56f039b129bb0e491c1164167e depends: @@ -25786,29 +19095,7 @@ packages: purls: [] size: 498900 timestamp: 1714723303098 -- kind: conda - name: zstd - version: 1.5.6 - build: ha6fb4c9_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b - md5: 4d056880988120e29d75bfff282e0f45 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 554846 - timestamp: 1714722996770 -- kind: conda - name: zstd - version: 1.5.6 - build: hb46c0d2_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda sha256: 2d4fd1ff7ee79cd954ca8e81abf11d9d49954dd1fef80f27289e2402ae9c2e09 md5: d96942c06c3e84bfcc5efb038724a7fd depends: @@ -25819,3 +19106,16 @@ packages: purls: [] size: 405089 timestamp: 1714723101397 +- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda + sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3 + md5: 9a17230f95733c04dc40a2b1e5491d74 + depends: + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 349143 + timestamp: 1714723445995 diff --git a/pixi.toml b/pixi.toml index 70569563116..87175844b2a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -15,7 +15,7 @@ fprettify = "*" gitpython = "*" jupytext = "*" matplotlib = "*" -meson = "1.3.0" +meson = "==1.3.0" networkx = "*" ninja = "*" numpy = "<2.0.0" # modflowapi has a resriction on the numpy version @@ -67,7 +67,7 @@ install-flopy = "pip install --no-build-isolation --no-deps --disable-pip-versio install-pymake = "pip install --no-build-isolation --no-deps --disable-pip-version-check git+https://github.com/modflowpy/pymake.git" install-modflowapi = "pip install --no-build-isolation --no-deps --disable-pip-version-check git+https://github.com/MODFLOW-USGS/modflowapi.git" install-modflow-devtools = "pip install --no-build-isolation --no-deps --disable-pip-version-check git+https://github.com/MODFLOW-USGS/modflow-devtools.git" -install = { depends_on = [ +install = { depends-on = [ "install-flopy", "install-pymake", "install-modflowapi", @@ -101,7 +101,7 @@ update-fortran-definitions = { cmd = "python dfn2f90.py", cwd = "utils/idmloader update-flopy = { cmd = "python update_flopy.py", cwd = "autotest" } build-makefiles = { cmd = "python build_makefiles.py", cwd = "distribution" } run-mf6ivar = { cmd = "python mf6ivar.py", cwd = "doc/mf6io/mf6ivar" } -prepare-pull-request = {depends_on = ["fix-style", "fix-python-style", "build-makefiles", "run-mf6ivar", "update-fortran-definitions"]} +prepare-pull-request = {depends-on = ["fix-style", "fix-python-style", "build-makefiles", "run-mf6ivar", "update-fortran-definitions"]} # dist/docs benchmark = { cmd = "python benchmark.py", cwd = "distribution" } diff --git a/utils/idmloader/scripts/dfn2f90.py b/utils/idmloader/scripts/dfn2f90.py index eb7b430f384..98566121508 100644 --- a/utils/idmloader/scripts/dfn2f90.py +++ b/utils/idmloader/scripts/dfn2f90.py @@ -1008,9 +1008,9 @@ def _write_master_component(self, fh=None): elif dfn.suffix.lower() in [".dfn"]: dfns = [dfn] - assert all( - p.is_file() for p in dfns - ), f"DFNs not found: {[p for p in dfns if not p.is_file()]}" + assert all(p.is_file() for p in dfns), ( + f"DFNs not found: {[p for p in dfns if not p.is_file()]}" + ) if verbose: print("Converting DFNs:") From 0756f90fb71579b4da89c7f7f4b6514fc15bde99 Mon Sep 17 00:00:00 2001 From: jdhughes-usgs Date: Wed, 15 Jan 2025 16:54:29 -0600 Subject: [PATCH 17/70] fix(csub): CSUB observations (#2137) * Make mf6io and code consistent. * Add observation test. Closes #1447 --- autotest/test_gwf_csub_obs.py | 257 ++++++++++++++++++ autotest/test_gwf_csub_sub03.py | 6 +- autotest/test_gwf_csub_subwt01.py | 2 +- autotest/test_gwf_csub_subwt02.py | 18 +- autotest/test_gwf_csub_zdisp01.py | 8 +- doc/Common/gwf-csubobs.tex | 43 ++- doc/ReleaseNotes/develop.tex | 7 +- doc/mf6io/gwf/csub.tex | 3 +- doc/mf6io/mf6io.tex | 2 +- .../mf6ivar/examples/gwf-csub-example-obs.dat | 7 +- src/Model/GroundWaterFlow/gwf-csub.f90 | 68 ++++- 11 files changed, 360 insertions(+), 61 deletions(-) create mode 100644 autotest/test_gwf_csub_obs.py diff --git a/autotest/test_gwf_csub_obs.py b/autotest/test_gwf_csub_obs.py new file mode 100644 index 00000000000..abc694c0391 --- /dev/null +++ b/autotest/test_gwf_csub_obs.py @@ -0,0 +1,257 @@ +import flopy +import pytest +from framework import TestFramework + +# fmt: off +obs_names = [ + "delay-flowtop", "delay-flowtop", + "delay-flowbot", "delay-flowbot", + "delay-head", "delay-head", + "delay-gstress", "delay-gstress", + "delay-estress", "delay-estress", + "delay-preconstress", "delay-preconstress", + "delay-compaction", "delay-compaction", + "delay-thickness", "delay-thickness", + "delay-theta", "delay-theta", + "csub", "csub", + "inelastic-csub", "inelastic-csub", + "elastic-csub", "elastic-csub", + "interbed-compaction", "interbed-compaction", + "inelastic-compaction", "inelastic-compaction", + "elastic-compaction", "elastic-compaction", + ] +# fmt: off +boundname = [ + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + ] +# fmt: off +test_fail = [ + False, False, + False, False, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, True, + False, False, + False, False, + False, False, + False, True, + False, True, + False, True, + ] +cases = [f"csub_obs{idx + 1:02d}" for idx, _ in enumerate(obs_names)] + +paktest = "csub" +budtol = 1e-2 +ndcell = [19] * len(cases) + +# static model data +# spatial discretization +nlay, nrow, ncol = 1, 1, 3 +shape3d = (nlay, nrow, ncol) +size3d = nlay * nrow * ncol +delr, delc = 1.0, 1.0 +top = 0.0 +botm = [-100.0] + +# temporal discretization +nper = 1 +perlen = [1000.0 for _ in range(nper)] +nstp = [100 for _ in range(nper)] +tsmult = [1.05 for _ in range(nper)] +steady = [False for _ in range(nper)] + +strt = 0.0 +strt6 = 1.0 +hnoflo = 1e30 +hdry = -1e30 +hk = 1e6 +laytyp = [0] +S = 1e-4 +sy = 0.0 + +nouter, ninner = 1000, 300 +hclose, rclose, relax = 1e-6, 1e-6, 0.97 + +tdis_rc = [] +for i in range(nper): + tdis_rc.append((perlen[i], nstp[i], tsmult[i])) + +ib = 1 + +c = [] +c6 = [] +for j in range(0, ncol, 2): + c.append([0, 0, j, strt, strt]) + c6.append([(0, 0, j), strt]) +cd = {0: c} +cd6 = {0: c6} + +# sub data +ndb = 1 +nndb = 0 +cc = 100.0 +cr = 1.0 +void = 0.82 +theta = void / (1.0 + void) +kv = 0.025 +sgm = 0.0 +sgs = 0.0 +ini_stress = 1.0 +thick = [1.0] +sfe = cr * thick[0] +sfv = cc * thick[0] +lnd = [0] +ldnd = [0] +dp = [[kv, cr, cc]] +ss = S / (100.0 - thick[0]) + +ds15 = [0, 0, 0, 2052, 0, 0, 0, 0, 0, 0, 0, 0] +ds16 = [0, 0, 0, 100, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1] + + +def get_model(idx, ws): + name = cases[idx] + + sim = flopy.mf6.MFSimulation( + sim_name=name, version="mf6", exe_name="mf6", sim_ws=ws + ) + # create tdis package + tdis = flopy.mf6.ModflowTdis(sim, time_units="DAYS", nper=nper, perioddata=tdis_rc) + + # create iterative model solution + ims = flopy.mf6.ModflowIms( + sim, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="NONE", + inner_maximum=ninner, + inner_dvclose=hclose, + rcloserecord=rclose, + linear_acceleration="CG", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + ) + + # create gwf model + gwf = flopy.mf6.ModflowGwf(sim, modelname=name) + + dis = flopy.mf6.ModflowGwfdis( + gwf, + nlay=nlay, + nrow=nrow, + ncol=ncol, + delr=delr, + delc=delc, + top=top, + botm=botm, + filename=f"{name}.dis", + ) + + # initial conditions + ic = flopy.mf6.ModflowGwfic(gwf, strt=strt, filename=f"{name}.ic") + + # node property flow + npf = flopy.mf6.ModflowGwfnpf(gwf, save_flows=False, icelltype=laytyp, k=hk, k33=hk) + # storage + sto = flopy.mf6.ModflowGwfsto( + gwf, + save_flows=False, + iconvert=laytyp, + ss=0.0, + sy=sy, + storagecoefficient=True, + transient={0: True}, + ) + + # chd files + chd = flopy.mf6.modflow.mfgwfchd.ModflowGwfchd( + gwf, maxbound=len(c6), stress_period_data=cd6, save_flows=False + ) + + # csub files + sub6 = [ + [ + 0, + (0, 0, 1), + "delay", + ini_stress, + thick[0], + 1.0, + 230.258658761733000, + 2.302586587617330, + theta, + kv, + ini_stress, + ] + ] + bname = "interbed" + if boundname[idx]: + sub6[0].append(bname) + obs_idx = ("obs_value", obs_names[idx], bname) + else: + obs_idx = ("obs_value", obs_names[idx], (0,), (0,)) + + opth = f"{name}.csub.obs" + csub = flopy.mf6.ModflowGwfcsub( + gwf, + boundnames=boundname[idx], + head_based=False, + print_input=True, + save_flows=True, + ndelaycells=ndcell[idx], + ninterbeds=1, + beta=0.0, + cg_ske_cr=ss, + packagedata=sub6, + ) + orecarray = {} + orecarray["csub_obs.csv"] = [obs_idx] + csub_obs_package = csub.obs.initialize( + filename=opth, digits=10, print_input=True, continuous=orecarray + ) + + # output control + oc = flopy.mf6.ModflowGwfoc( + gwf, + printrecord=[("BUDGET", "ALL")], + ) + + return sim + + +def build_models(idx, test): + sim = get_model(idx, test.workspace) + + return sim, None + + +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + targets=targets, + xfail=test_fail[idx], + ) + test.run() diff --git a/autotest/test_gwf_csub_sub03.py b/autotest/test_gwf_csub_sub03.py index 4ef5c0ba7de..141f27bcf8c 100644 --- a/autotest/test_gwf_csub_sub03.py +++ b/autotest/test_gwf_csub_sub03.py @@ -318,9 +318,9 @@ def get_model(idx, ws): ) orecarray = {} orecarray["csub_obs.csv"] = [ - ("tcomp1", "interbed-compaction", "01_05_05"), - ("tcomp2", "interbed-compaction", "02_05_05"), - ("tcomp3", "interbed-compaction", "03_05_05"), + ("tcomp1", "interbed-compaction", (44,)), + ("tcomp2", "interbed-compaction", (140,)), + ("tcomp3", "interbed-compaction", (240,)), ] csub_obs_package = csub.obs.initialize( filename=opth, digits=10, print_input=True, continuous=orecarray diff --git a/autotest/test_gwf_csub_subwt01.py b/autotest/test_gwf_csub_subwt01.py index 3815ecbc08f..e14824bd0c3 100644 --- a/autotest/test_gwf_csub_subwt01.py +++ b/autotest/test_gwf_csub_subwt01.py @@ -212,7 +212,7 @@ def get_model(idx, ws): ) orecarray = {} orecarray["csub_obs.csv"] = [ - ("w1l1", "interbed-compaction", "01_01_02"), + ("w1l1", "compaction-cell", (0, 0, 1)), ("w1l1t", "csub-cell", (0, 0, 1)), ] csub_obs_package = csub.obs.initialize( diff --git a/autotest/test_gwf_csub_subwt02.py b/autotest/test_gwf_csub_subwt02.py index 2cab25980bd..8c4d6e397f6 100644 --- a/autotest/test_gwf_csub_subwt02.py +++ b/autotest/test_gwf_csub_subwt02.py @@ -344,14 +344,14 @@ def get_model(idx, ws): ) cobs = [ - ("w1l1", "interbed-compaction", "01_09_10"), - ("w1l2", "interbed-compaction", "02_09_10"), - ("w1l3", "interbed-compaction", "03_09_10"), - ("w1l4", "interbed-compaction", "04_09_10"), - ("w2l1", "interbed-compaction", "01_12_07"), - ("w2l2", "interbed-compaction", "02_12_07"), - ("w2l3", "interbed-compaction", "03_12_07"), - ("w2l4", "interbed-compaction", "04_12_07"), + ("w1l1", "interbed-compaction", (89,)), + ("w1l2", "interbed-compaction", (299,)), + ("w1l3", "interbed-compaction", (509,)), + ("w1l4", "interbed-compaction", (719,)), + ("w2l1", "interbed-compaction", (130,)), + ("w2l2", "interbed-compaction", (340,)), + ("w2l3", "interbed-compaction", (550,)), + ("w2l4", "interbed-compaction", (760,)), ("s1l1", "coarse-compaction", (0, 8, 9)), ("s1l2", "coarse-compaction", (1, 8, 9)), ("s1l3", "coarse-compaction", (2, 8, 9)), @@ -383,7 +383,7 @@ def get_model(idx, ws): ("pc4", "preconstress-cell", (3, 8, 9)), ("sk1l2", "ske-cell", (1, 8, 9)), ("sk2l4", "ske-cell", (3, 11, 6)), - ("t1l2", "theta", "02_09_10"), + ("t1l2", "theta", (1, 8, 9)), ] orecarray = {"csub_obs.csv": cobs} diff --git a/autotest/test_gwf_csub_zdisp01.py b/autotest/test_gwf_csub_zdisp01.py index 050e55aba89..9ca531120ba 100644 --- a/autotest/test_gwf_csub_zdisp01.py +++ b/autotest/test_gwf_csub_zdisp01.py @@ -283,13 +283,13 @@ def build_models(idx, test): packagedata=sub6, ) orecarray = {} - tag = f"{3:02d}_{wrp[0] + 1:02d}_{wcp[0] + 1:02d}" oloc = (2, wrp[0], wcp[0]) + ibloc = (449,) orecarray["csub_obs.csv"] = [ - ("tcomp3", "interbed-compaction", tag), + ("tcomp3", "interbed-compaction", ibloc), ("sk-tcomp3", "coarse-compaction", oloc), - ("ibi-tcomp3", "inelastic-compaction", tag), - ("ibe-tcomp3", "elastic-compaction", tag), + ("ibi-tcomp3", "inelastic-compaction", ibloc), + ("ibe-tcomp3", "elastic-compaction", ibloc), ] csub_obs_package = csub.obs.initialize( filename=opth, digits=10, print_input=True, continuous=orecarray diff --git a/doc/Common/gwf-csubobs.tex b/doc/Common/gwf-csubobs.tex index 8d718c45a8f..5ea6bc034f3 100644 --- a/doc/Common/gwf-csubobs.tex +++ b/doc/Common/gwf-csubobs.tex @@ -5,40 +5,39 @@ CSUB & csub-cell & cellid & -- & Flow between the groundwater system for all interbeds and coarse-grained materials in a GWF cell. \\ CSUB & wcomp-csub-cell & cellid & -- & Flow between the groundwater system for all interbeds and coarse-grained materials in a GWF cell from water compressibility. \\ -CSUB & sk & icsubno or boundname & -- & Convertible interbed storativity in a interbed or group of interbeds. Convertible interbed storativity is inelastic interbed storativity if the current effective stress is greater than the preconsolidation stress. The NODATA value is reported for steady-state stress periods. \\ -CSUB & ske & icsubno or boundname & -- & Elastic interbed storativity in a interbed or group of interbeds. The NODATA value is reported for steady-state stress periods. \\ -CSUB & sk-cell & cellid & -- & Convertible interbed and coarse-grained material storativity in a GWF cell. Convertible interbed storativity is inelastic interbed storativity if the current effective stress is greater than the preconsolidation stress. The NODATA value is reported for steady-state stress periods. \\ -CSUB & ske-cell & cellid & -- & Elastic interbed and coarse-grained material storativity in a GWF cell. The NODATA value is reported for steady-state stress periods. \\ +CSUB & sk & icsubno & -- & Convertible interbed storativity in a interbed. Convertible interbed storativity is inelastic interbed storativity if the current effective stress is greater than the preconsolidation stress. \\ +CSUB & ske & icsubno & -- & Elastic interbed storativity in a interbed. \\ +CSUB & sk-cell & cellid & -- & Convertible interbed and coarse-grained material storativity in a GWF cell. Convertible interbed storativity is inelastic interbed storativity if the current effective stress is greater than the preconsolidation stress. \\ +CSUB & ske-cell & cellid & -- & Elastic interbed and coarse-grained material storativity in a GWF cell. \\ CSUB & estress-cell & cellid & -- & effective stress in a GWF cell. \\ CSUB & gstress-cell & cellid & -- & geostatic stress in a GWF cell. \\ -CSUB & interbed-compaction & icsubno or boundname & -- & interbed compaction in a interbed or group of interbeds. \\ -CSUB & inelastic-compaction & icsubno or boundname & -- & inelastic interbed compaction in a interbed or group of interbeds. \\ -CSUB & elastic-compaction & icsubno or boundname & -- & elastic interbed compaction a interbed or group of interbeds. \\ +CSUB & interbed-compaction & icsubno & -- & interbed compaction in a interbed. \\ +CSUB & inelastic-compaction & icsubno & -- & inelastic interbed compaction in a interbed. \\ +CSUB & elastic-compaction & icsubno & -- & elastic interbed compaction a interbed. \\ CSUB & coarse-compaction & cellid & -- & elastic compaction in coarse-grained materials in a GWF cell. \\ CSUB & inelastic-compaction-cell & cellid & -- & inelastic compaction in all interbeds in a GWF cell. \\ CSUB & elastic-compaction-cell & cellid & -- & elastic compaction in coarse-grained materials and all interbeds in a GWF cell. \\ CSUB & compaction-cell & cellid & -- & total compaction in coarse-grained materials and all interbeds in a GWF cell. \\ -CSUB & thickness & icsubno or boundname & -- & thickness of a interbed or group of interbeds. \\ -CSUB & coarse-thickness & cellid & -- & thickness of coarse-grained materials in a GWF cell. \\ -CSUB & thickness-cell & cellid & -- & total thickness of coarse-grained materials and all interbeds in a GWF cell. \\ +CSUB & thickness & icsubno & -- & thickness of a interbed. \\ +CSUB & coarse-thickness & cellid & -- & thickness of coarse-grained materials in a GWF cell. \\ +CSUB & thickness-cell & cellid & -- & total thickness of coarse-grained materials and all interbeds in a GWF cell. \\ -CSUB & theta & icsubno & -- & porosity of a interbed . \\ +CSUB & theta & icsubno & -- & porosity of a interbed. \\ CSUB & coarse-theta & cellid & -- & porosity of coarse-grained materials in a GWF cell. \\ CSUB & theta-cell & cellid & -- & thickness-weighted porosity of coarse-grained materials and all interbeds in a GWF cell. \\ -CSUB & delay-flowtop & icsubno & -- & Flow between the groundwater system and a delay interbed across the top of the interbed. \\ -CSUB & delay-flowbot & icsubno & -- & Flow between the groundwater system and a delay interbed across the bottom of the interbed. \\ +CSUB & delay-flowtop & icsubno or boundname & -- & Flow between the groundwater system and a delay interbed or group of interbeds across the top of the interbed(s). \\ +CSUB & delay-flowbot & icsubno or boundname & -- & Flow between the groundwater system and a delay interbed or group of interbeds across the bottom of the interbed(s). \\ -CSUB & delay-head & icsubno & idcellno & head in interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). The NODATA value is reported for steady-state stress periods. \\ -CSUB & delay-gstress & icsubno & idcellno & geostatic stress in interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). The NODATA value is reported for steady-state stress periods. \\ -CSUB & delay-estress & icsubno & idcellno & effective stress in interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). The NODATA value is reported for steady-state stress periods. \\ -CSUB & delay-preconstress & icsubno & idcellno & preconsolidation stress in interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). The NODATA value is reported for steady-state stress periods. \\ -CSUB & delay-compaction & icsubno & idcellno & compaction in interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ -CSUB & delay-thickness & icsubno & idcellno & thickness of interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ -CSUB & delay-theta & icsubno & idcellno & porosity of interbed delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ - -CSUB & preconstress-cell & cellid & -- & preconsolidation stress in a GWF cell containing at least one interbed. The NODATA value is reported for steady-state stress periods. +CSUB & delay-head & icsubno & idcellno & head in interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-gstress & icsubno & idcellno & geostatic stress in interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-estress & icsubno & idcellno & effective stress in interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-preconstress & icsubno & idcellno & preconsolidation stress in interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-compaction & icsubno & idcellno & compaction in interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-thickness & icsubno & idcellno & thickness of interbed or group of interbeds in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & delay-theta & icsubno & idcellno & porosity of interbed in delay cell idcellno (1 $<=$ idcellno $<=$ NDELAYCELLS). \\ +CSUB & preconstress-cell & cellid & -- & preconsolidation stress in a GWF cell containing at least one interbed. diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index d175a0aa5b3..99c7dec2323 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -23,12 +23,13 @@ \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. \end{itemize} -%\underline{INTERNAL FLOW PACKAGES} -%\begin{itemize} +\underline{INTERNAL FLOW PACKAGES} +\begin{itemize} + \item CSUB package observations that could be specified using BOUNDNAMES was inconsistent with the input and output guide and allowed BOUNDNAMES to be specified for observations that should not be able to be accumulated. CSUB package observations have been modified so that flow observations are the only observations that can be specified using BOUNDNAMES. % \item xxx % \item xxx % \item xxx -%\end{itemize} +\end{itemize} %\underline{STRESS PACKAGES} %\begin{itemize} diff --git a/doc/mf6io/gwf/csub.tex b/doc/mf6io/gwf/csub.tex index 65ec0558246..f82bf6a0d1a 100644 --- a/doc/mf6io/gwf/csub.tex +++ b/doc/mf6io/gwf/csub.tex @@ -49,6 +49,7 @@ \subsubsection{Available observation types} \endhead \hline +\multicolumn{5}{l}{\textbf{NOTE}: The NODATA value is reported for steady-state stress periods.} \\ \endfoot \input{../Common/gwf-csubobs.tex} @@ -57,4 +58,4 @@ \subsubsection{Available observation types} \vspace{5mm} \subsubsection{Example Observation Input File} -\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-csub-example-obs.dat} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-csub-example-obs.dat} \ No newline at end of file diff --git a/doc/mf6io/mf6io.tex b/doc/mf6io/mf6io.tex index 2172bac78db..d3461616dd5 100644 --- a/doc/mf6io/mf6io.tex +++ b/doc/mf6io/mf6io.tex @@ -73,7 +73,7 @@ \renewcommand\labelitemi{\tiny$\bullet$} \renewcommand{\cooperator} -{the \textusgs\ Water Availability and Use Science Program} +{Water Availability and Use Science Program} \renewcommand{\reporttitle} {MODFLOW 6 -- Description of Input and Output} diff --git a/doc/mf6io/mf6ivar/examples/gwf-csub-example-obs.dat b/doc/mf6io/mf6ivar/examples/gwf-csub-example-obs.dat index c2598240009..46d21d6665e 100644 --- a/doc/mf6io/mf6ivar/examples/gwf-csub-example-obs.dat +++ b/doc/mf6io/mf6ivar/examples/gwf-csub-example-obs.dat @@ -1,6 +1,7 @@ BEGIN CONTINUOUS FILEOUT my_model.csub.csv tcomp3 compaction-cell 1 1 7 - ibcensystm0 elastic-compaction nsystm0 - ibcinsystm0 inelastic-compaction nsystm0 + ibcensystm0 elastic-compaction 2 + ibcinsystm0 inelastic-compaction 2 + ibcensystm0 elastic-csub nsystm0 + ibcinsystm0 inelastic-csum nsystm0 END CONTINUOUS - diff --git a/src/Model/GroundWaterFlow/gwf-csub.f90 b/src/Model/GroundWaterFlow/gwf-csub.f90 index c8aba18c1fa..7e0b8c1ec32 100644 --- a/src/Model/GroundWaterFlow/gwf-csub.f90 +++ b/src/Model/GroundWaterFlow/gwf-csub.f90 @@ -7341,10 +7341,18 @@ subroutine csub_process_obsID(obsrv, dis, inunitobs, iout) character(len=LINELENGTH) :: string character(len=LENBOUNDNAME) :: bndname logical(LGP) :: flag_string + logical(LGP) :: flag_idcellno + logical(LGP) :: flag_error ! ! -- initialize variables string = obsrv%IDstring flag_string = .TRUE. + flag_idcellno = .FALSE. + flag_error = .FALSE. + if (obsrv%ObsTypeId(1:5) == "DELAY" .AND. & + obsrv%ObsTypeId(1:10) /= "DELAY-FLOW") then + flag_idcellno = .TRUE. + end if ! ! -- Extract reach number from string and store it. ! If 1st item is not an integer(I4B), it should be a @@ -7372,25 +7380,57 @@ subroutine csub_process_obsID(obsrv, dis, inunitobs, iout) obsrv%ObsTypeId == 'DELAY-FLOWTOP' .or. & obsrv%ObsTypeId == 'DELAY-FLOWBOT') then call extract_idnum_or_bndname(string, icol, istart, istop, nn1, bndname) + ! read cellid else nn1 = dis%noder_from_string(icol, istart, istop, inunitobs, & iout, string, flag_string) end if - if (nn1 == NAMEDBOUNDFLAG) then - obsrv%FeatureName = bndname - else - if (obsrv%ObsTypeId == 'DELAY-HEAD' .or. & - obsrv%ObsTypeId == 'DELAY-GSTRESS' .or. & - obsrv%ObsTypeId == 'DELAY-ESTRESS' .or. & - obsrv%ObsTypeId == 'DELAY-PRECONSTRESS' .or. & - obsrv%ObsTypeId == 'DELAY-COMPACTION' .or. & - obsrv%ObsTypeId == 'DELAY-THICKNESS' .or. & - obsrv%ObsTypeId == 'DELAY-THETA') then + ! boundnames are not allowed for these observation types + if (obsrv%ObsTypeId == 'SK' .or. & + obsrv%ObsTypeId == 'SKE' .or. & + obsrv%ObsTypeId == 'THETA' .or. & + obsrv%ObsTypeId == 'THICKNESS' .or. & + obsrv%ObsTypeId == 'INTERBED-COMPACTION' .or. & + obsrv%ObsTypeId == 'INELASTIC-COMPACTION' .or. & + obsrv%ObsTypeId == 'ELASTIC-COMPACTION' .or. & + obsrv%ObsTypeId == 'DELAY-HEAD' .or. & + obsrv%ObsTypeId == 'DELAY-GSTRESS' .or. & + obsrv%ObsTypeId == 'DELAY-ESTRESS' .or. & + obsrv%ObsTypeId == 'DELAY-PRECONSTRESS' .or. & + obsrv%ObsTypeId == 'DELAY-COMPACTION' .or. & + obsrv%ObsTypeId == 'DELAY-THICKNESS' .or. & + obsrv%ObsTypeId == 'DELAY-THETA') then + if (nn1 == NAMEDBOUNDFLAG) then + write (errmsg, '(5a)') & + "BOUNDNAME ('", trim(adjustl(bndname)), & + "') not allowed for CSUB observation type '", & + trim(adjustl(obsrv%ObsTypeId)), "'." + call store_error(errmsg) + flag_error = .TRUE. + end if + ! boundnames are allowed for these observation types + else if (obsrv%ObsTypeId == 'CSUB' .or. & + obsrv%ObsTypeId == 'INELASTIC-CSUB' .or. & + obsrv%ObsTypeId == 'ELASTIC-CSUB' .or. & + ! obsrv%ObsTypeId == 'INTERBED-COMPACTION' .or. & + ! obsrv%ObsTypeId == 'INELASTIC-COMPACTION' .or. & + ! obsrv%ObsTypeId == 'ELASTIC-COMPACTION' .or. & + obsrv%ObsTypeId == 'DELAY-FLOWTOP' .or. & + obsrv%ObsTypeId == 'DELAY-FLOWBOT') then + if (nn1 == NAMEDBOUNDFLAG) then + obsrv%FeatureName = bndname + end if + end if + ! read idcellno for delay observations + if (flag_idcellno .EQV. .TRUE. .AND. flag_error .EQV. .FALSE.) then + if (nn1 /= NAMEDBOUNDFLAG) then call extract_idnum_or_bndname(string, icol, istart, istop, nn2, bndname) if (nn2 == NAMEDBOUNDFLAG) then - obsrv%FeatureName = bndname - ! -- reset nn1 - nn1 = nn2 + write (errmsg, '(5a)') & + "BOUNDNAME ('", trim(adjustl(bndname)), & + "') not allowed for CSUB observation type '", & + trim(adjustl(obsrv%ObsTypeId)), "' idcellno." + call store_error(errmsg) else obsrv%NodeNumber2 = nn2 end if @@ -7429,4 +7469,4 @@ subroutine define_listlabel(this) end if end subroutine define_listlabel -end module GwfCsubModule +end module GwfCsubModule \ No newline at end of file From 00e4fd768655763a451a0bf95cae7244c1eeb224 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Thu, 16 Jan 2025 08:42:18 -0700 Subject: [PATCH 18/70] fix(MemoryHelper.f90): add optional checks (#2141) Fixes crash that occurred when compiled with flang-new 19.1.1 on windows --- src/Utilities/Memory/MemoryHelper.f90 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Utilities/Memory/MemoryHelper.f90 b/src/Utilities/Memory/MemoryHelper.f90 index 65c4d0832a8..8cd4dbb4faf 100644 --- a/src/Utilities/Memory/MemoryHelper.f90 +++ b/src/Utilities/Memory/MemoryHelper.f90 @@ -25,8 +25,14 @@ function create_mem_path(component, subcomponent, context) result(memory_path) character(len=LENMEMPATH) :: memory_path !< the memory path call mem_check_length(component, LENCOMPONENTNAME, "solution/model/exchange") - call mem_check_length(subcomponent, LENCOMPONENTNAME, "package") - call mem_check_length(context, LENCONTEXTNAME, "context") + + if (present(subcomponent)) then + call mem_check_length(subcomponent, LENCOMPONENTNAME, "package") + end if + + if (present(context)) then + call mem_check_length(context, LENCONTEXTNAME, "context") + end if memory_path = trim(component) From d9e3450de3299696722a057afa6df6654db12a26 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 16 Jan 2025 12:15:43 -0500 Subject: [PATCH 19/70] ci: update upload-/download-artifact actions (#2145) v3 is deprecated and has started to fail --- .github/workflows/compilers.yml | 8 ++++---- .github/workflows/docs.yml | 10 +++++----- .github/workflows/release.yml | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 9b54303f123..2d65b3372e2 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -119,7 +119,7 @@ jobs: - name: Upload build log if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: meson-log.txt path: modflow6/builddir/meson-logs/meson-log.txt @@ -178,7 +178,7 @@ jobs: - name: Upload reports if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compat path: compat/*.csv @@ -205,7 +205,7 @@ jobs: run: pip install tabulate pandas - name: Download reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: compat path: .github/compat/new @@ -228,7 +228,7 @@ jobs: # only upload wide CSVs and Markdown tables - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compat path: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3d5bfaeb77b..f48a9b53262 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -145,7 +145,7 @@ jobs: run: cat run-time-comparison.md - name: Upload benchmarks - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: run-time-comparison path: modflow6/distribution/run-time-comparison.md @@ -159,7 +159,7 @@ jobs: run: cat deprecations.md - name: Upload deprecations - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: deprecations path: modflow6/doc/mf6io/mf6ivar/md/deprecations.md @@ -169,7 +169,7 @@ jobs: run: pixi run sphinx - name: Upload RTD files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: rtd-files-for-${{ github.sha }} path: | @@ -186,7 +186,7 @@ jobs: run: pixi run build-docs - name: Upload PDF documents - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: mf6io.pdf path: | @@ -253,7 +253,7 @@ jobs: working-directory: ${{env.working-directory}} - name: upload pages artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ${{env.working-directory}}/html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48d5de12069..7db6203ae4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,7 +260,7 @@ jobs: if exist rebuilt rd /s /q downloaded - name: Upload binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bin-${{ steps.ostag.outputs.ostag }} path: modflow6/bin @@ -427,7 +427,7 @@ jobs: echo "ostag=$ostag" >> $GITHUB_OUTPUT - name: Download pre-built binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bin-${{ steps.ostag.outputs.ostag }} path: bin @@ -464,7 +464,7 @@ jobs: cat md/deprecations.md - name: Upload deprecations - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: deprecations path: modflow6/doc/mf6io/mf6ivar/md/deprecations.md @@ -493,7 +493,7 @@ jobs: mv "doc/ReleaseNotes.pdf" "doc/release.pdf" - name: Upload documentation artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: doc path: doc @@ -572,7 +572,7 @@ jobs: echo "ostag=$ostag" >> $GITHUB_OUTPUT - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }} @@ -682,14 +682,14 @@ jobs: fi - name: Upload distribution - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }}" path: "${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }}.zip" - name: Upload release notes if: runner.os == 'Linux' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release_notes path: "${{ needs.build.outputs.distname }}_${{ steps.ostag.outputs.ostag }}/doc/release.pdf" From a8347e673246a7f2ccbe70aa02c93aa38d9970c1 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Thu, 16 Jan 2025 11:16:25 -0600 Subject: [PATCH 20/70] feat(disu-idomain): write idomain to binary grid file for disu models (#2144) The binary grid file written by MODFLOW 6 for DISU models did not include the IDOMAIN array. The binary grid file now includes IDOMAIN for all discretization types, including DISU. --- autotest/test_gwf_disu.py | 7 ++++++- doc/ReleaseNotes/develop.tex | 2 +- doc/mf6io/framework/binaryoutput.tex | 26 ++++++++++++++------------ src/Model/Discretization/Disu.f90 | 6 +++++- 4 files changed, 26 insertions(+), 15 deletions(-) diff --git a/autotest/test_gwf_disu.py b/autotest/test_gwf_disu.py index 3bb34f7217d..242d8fd65cd 100644 --- a/autotest/test_gwf_disu.py +++ b/autotest/test_gwf_disu.py @@ -47,7 +47,7 @@ def build_models(idx, test): ic = flopy.mf6.ModflowGwfic(gwf, strt=0.0) npf = flopy.mf6.ModflowGwfnpf(gwf) spd = {0: [[(0,), 1.0], [(nrow * ncol - 1), 0.0]]} - chd = flopy.mf6.modflow.mfgwfchd.ModflowGwfchd(gwf, stress_period_data=spd) + chd = flopy.mf6.ModflowGwfchd(gwf, stress_period_data=spd) return sim, None @@ -59,6 +59,10 @@ def check_output(idx, test): nodes = grbobj._datadict["NODES"] ia = grbobj._datadict["IA"] ja = grbobj._datadict["JA"] + idomain = grbobj._datadict["IDOMAIN"] + + if idx == 0: + assert np.array_equal(idomain, np.array(27 * [1]), int) if idx == 1: assert np.array_equal(ia[0:4], np.array([1, 4, 4, 7])) @@ -66,6 +70,7 @@ def check_output(idx, test): assert ia[-1] == 127 assert ia.shape[0] == 28, "ia should have size of 28" assert ja.shape[0] == 126, "ja should have size of 126" + assert np.array_equal(idomain, np.array([1, 0] + 25 * [1]), int) @pytest.mark.parametrize("idx, name", enumerate(cases)) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 99c7dec2323..18a428a612b 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -6,7 +6,7 @@ %\underline{NEW FUNCTIONALITY} %\begin{itemize} \item Support for adjusting time step lengths using the adaptive time stepping (ATS) capability was added to the GWT Advection (ADV) Package of the Groundwater Transport (GWT) Model in release 6.6.0. The same functionality that was added to GWT is now available with the Groundwater Energy Transport (GWE) Model. A description of how this functionality works and how to activate it can be found in the release notes for version 6.6.0 (Appendix A) and in the MODFLOW 6 input-output guide. -% \item xxx + \item The binary grid file written by MODFLOW 6 for DISU models did not include the IDOMAIN array. The binary grid file now includes IDOMAIN for all discretization types, including DISU. % \item xxx %\end{itemize} diff --git a/doc/mf6io/framework/binaryoutput.tex b/doc/mf6io/framework/binaryoutput.tex index f8c2282c672..c89b9dc0676 100644 --- a/doc/mf6io/framework/binaryoutput.tex +++ b/doc/mf6io/framework/binaryoutput.tex @@ -157,15 +157,16 @@ \subsubsection{DISU Grids} \noindent Definition 7: \texttt{`BOT DOUBLE NDIM 1 nodes'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ \noindent Definition 8: \texttt{`IA INTEGER NDIM 1 ncells+1'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ \noindent Definition 9: \texttt{`JA INTEGER NDIM 1 nja'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ -\noindent Definition 10: \texttt{`ICELLTYPE INTEGER NDIM 1 ncells'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 10: \texttt{`IDOMAIN INTEGER NDIM 1 ncells'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 11: \texttt{`ICELLTYPE INTEGER NDIM 1 ncells'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ \vspace{5mm} \noindent If vertices are provided in the DISU Package, then 5 additional definitions are included: \\ -\noindent Definition 11: \texttt{`VERTICES DOUBLE NDIM 2 2 nvert'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ -\noindent Definition 12: \texttt{`CELLX DOUBLE NDIM 1 nodes'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ -\noindent Definition 13: \texttt{`CELLY DOUBLE NDIM 1 nodes'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ -\noindent Definition 14: \texttt{`IAVERT INTEGER NDIM 1 nodes+1'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ -\noindent Definition 15: \texttt{`JAVERT INTEGER NDIM 1 njavert'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 12: \texttt{`VERTICES DOUBLE NDIM 2 2 nvert'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 13: \texttt{`CELLX DOUBLE NDIM 1 nodes'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 14: \texttt{`CELLY DOUBLE NDIM 1 nodes'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 15: \texttt{`IAVERT INTEGER NDIM 1 nodes+1'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ +\noindent Definition 16: \texttt{`JAVERT INTEGER NDIM 1 njavert'} {\color{red} \footnotesize{CHARACTER(LEN=LENTXT)}} \\ \vspace{5mm} \noindent Read \texttt{NDAT} data variables using the definitions defined above. \\ @@ -178,15 +179,16 @@ \subsubsection{DISU Grids} \noindent Record 7: \texttt{((BOT(J),J=1,NODES)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(NODES)}} \\ \noindent Record 8: \texttt{(IA(J),J=1,NODES+1)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NODES+1)}} \\ \noindent Record 9: \texttt{(JA(J),J=1,NJA)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NJA)}} \\ -\noindent Record 10: \texttt{(ICELLTYPE(J),J=1,NCELLS)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NCELLS)}} \\ +\noindent Record 10: \texttt{(IDOMAIN(J),J=1,NCELLS)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NCELLS)}} \\ +\noindent Record 11: \texttt{(ICELLTYPE(J),J=1,NCELLS)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NCELLS)}} \\ \vspace{5mm} \noindent If vertices are provided in the DISU Package, then 5 additional records are included: \\ -\noindent Record 11: \texttt{((VERT(J,K),J=1,2),K=1,NVERT)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(2,NVERT)}} \\ -\noindent Record 12: \texttt{(CELLX(J),J=1,NODES)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(NODES)}}\\ -\noindent Record 13: \texttt{(CELLY(J),J=1,NODES)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(NODES)}} \\ -\noindent Record 14: \texttt{(IAVERT(J),J=1,NODES+1)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NODES+1)}} \\ -\noindent Record 15: \texttt{(JAVERT(J),J=1,NJAVERT)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NJAVERT)}} \\ +\noindent Record 12: \texttt{((VERT(J,K),J=1,2),K=1,NVERT)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(2,NVERT)}} \\ +\noindent Record 13: \texttt{(CELLX(J),J=1,NODES)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(NODES)}}\\ +\noindent Record 14: \texttt{(CELLY(J),J=1,NODES)} {\color{red} \footnotesize{DOUBLE PRECISION ARRAY SIZE(NODES)}} \\ +\noindent Record 15: \texttt{(IAVERT(J),J=1,NODES+1)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NODES+1)}} \\ +\noindent Record 16: \texttt{(JAVERT(J),J=1,NJAVERT)} {\color{red} \footnotesize{INTEGER ARRAY SIZE(NJAVERT)}} \\ \newpage diff --git a/src/Model/Discretization/Disu.f90 b/src/Model/Discretization/Disu.f90 index 7b07e24a3b3..15b2df64058 100644 --- a/src/Model/Discretization/Disu.f90 +++ b/src/Model/Discretization/Disu.f90 @@ -923,7 +923,7 @@ subroutine write_grb(this, icelltype) &/,6X,'UNIT NUMBER: ', I0,/,6X, 'FILE NAME: ', A)" ! ! -- Initialize - ntxt = 10 + ntxt = 11 if (this%nvert > 0) ntxt = ntxt + 5 ! ! -- Open the file @@ -975,6 +975,9 @@ subroutine write_grb(this, icelltype) write (txt, '(3a, i0)') 'JA ', 'INTEGER ', 'NDIM 1 ', this%con%nja txt(lentxt:lentxt) = new_line('a') write (iunit) txt + write (txt, '(3a, i0)') 'IDOMAIN ', 'INTEGER ', 'NDIM 1 ', this%nodesuser + txt(lentxt:lentxt) = new_line('a') + write (iunit) txt write (txt, '(3a, i0)') 'ICELLTYPE ', 'INTEGER ', 'NDIM 1 ', this%nodesuser txt(lentxt:lentxt) = new_line('a') write (iunit) txt @@ -1008,6 +1011,7 @@ subroutine write_grb(this, icelltype) write (iunit) this%bot1d ! bot write (iunit) this%con%iausr ! ia write (iunit) this%con%jausr ! ja + write (iunit) this%idomain ! idomain write (iunit) icelltype ! icelltype ! ! -- if vertices have been read then write additional data From d59817526bee1fd8ec9593cb52ce09340232cd42 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 16 Jan 2025 12:51:09 -0500 Subject: [PATCH 21/70] ci: update deploy-pages version (#2146) follow the migration guide --- .github/workflows/ci.yml | 2 +- .github/workflows/compilers.yml | 5 +++-- .github/workflows/docs.yml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5a2735c6a6..c7c8530bb99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -547,5 +547,5 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: failed-${{ matrix.os }} + name: failed-${{ matrix.os }}-ext path: modflow6/autotest/.failed diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 2d65b3372e2..4e1fc6afe0b 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -180,7 +180,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v4 with: - name: compat + name: compat-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }} path: compat/*.csv report: @@ -207,8 +207,9 @@ jobs: - name: Download reports uses: actions/download-artifact@v4 with: - name: compat + pattern: compat-* path: .github/compat/new + merge-multiple: true - name: Concatenate reports working-directory: .github/compat diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f48a9b53262..36098848735 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -261,6 +261,7 @@ jobs: if: github.ref == 'refs/heads/develop' && github.event_name == 'push' needs: doxygen_build permissions: + actions: read pages: write id-token: write environment: @@ -270,4 +271,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 From 9180c2cc0c191d5e8347801c1b2b6e5904c6c849 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 16 Jan 2025 21:46:30 -0500 Subject: [PATCH 22/70] ci(release): don't download benchmark artifacts in build_docs.py (#2147) We could just do this in the release.yml workflow with actions/download-artifact, now that v4 supports downloads from arbitrary workflow runs. But we probably want to run fresh benchmarks at release time. Also remove some awkward tests for things that get exercised nightly in the release workflow anyway. --- distribution/build_docs.py | 73 +------------------------------------- 1 file changed, 1 insertion(+), 72 deletions(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index 36d0c23d646..8621ff59fa6 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -4,7 +4,6 @@ import shutil import sys import textwrap -from datetime import datetime from os import PathLike, environ from pathlib import Path from pprint import pprint @@ -15,15 +14,12 @@ import pytest from benchmark import run_benchmarks -from flaky import flaky from modflow_devtools.build import meson_build from modflow_devtools.download import ( download_and_unzip, - download_artifact, get_release, - list_artifacts, ) -from modflow_devtools.markers import no_parallel, requires_exe, requires_github +from modflow_devtools.markers import no_parallel, requires_exe from modflow_devtools.misc import run_cmd, run_py_script, set_dir from utils import assert_match, convert_line_endings, get_project_root_path, glob, match @@ -71,73 +67,20 @@ ] -def download_benchmarks( - output_path: PathLike, - verbose: bool = False, - repo_owner: str = "MODFLOW-USGS", -) -> Optional[Path]: - """Try to download MF6 benchmarks from GitHub Actions.""" - - output_path = Path(output_path).expanduser().absolute() - name = "run-time-comparison" # todo make configurable - repo = f"{repo_owner}/modflow6" # todo make configurable, add pytest/cli args - artifacts = list_artifacts(repo, name=name, verbose=verbose) - artifacts = sorted( - artifacts, - key=lambda a: datetime.strptime(a["created_at"], "%Y-%m-%dT%H:%M:%SZ"), - reverse=True, - ) - artifacts = [ - a - for a in artifacts - if a["workflow_run"]["head_branch"] == "develop" # todo make configurable - ] - most_recent = next(iter(artifacts), None) - print(f"Found most recent benchmarks (artifact {most_recent['id']})") - if most_recent: - print(f"Downloading benchmarks (artifact {most_recent['id']})") - download_artifact(repo, id=most_recent["id"], path=output_path, verbose=verbose) - print(f"Downloaded benchmarks to {output_path}") - path = output_path / f"{name}.md" - assert path.is_file() - return path - else: - print("No benchmarks found") - return None - - @pytest.fixture def github_user() -> Optional[str]: return environ.get("GITHUB_USER", None) -@flaky -@no_parallel -@requires_github -def test_download_benchmarks(tmp_path, github_user): - path = download_benchmarks( - tmp_path, - verbose=True, - repo_owner=github_user if github_user else "MODFLOW-USGS", - ) - if path: - assert path.name == "run-time-comparison.md" - - def build_benchmark_tex( output_path: PathLike, force: bool = False, - repo_owner: str = "MODFLOW-USGS", ): """Build LaTeX files for MF6 performance benchmarks to go into the release notes.""" BENCHMARKS_PATH.mkdir(parents=True, exist_ok=True) benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" - # download benchmark artifacts if any exist on GitHub - if not benchmarks_path.is_file(): - benchmarks_path = download_benchmarks(BENCHMARKS_PATH, repo_owner=repo_owner) - # run benchmarks again if no benchmarks found on GitHub or overwrite requested if force or not benchmarks_path.is_file(): run_benchmarks( @@ -162,20 +105,6 @@ def build_benchmark_tex( assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file() -@flaky -@no_parallel -@requires_github -def test_build_benchmark_tex(tmp_path): - benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" - tex_path = DISTRIBUTION_PATH / f"{benchmarks_path.stem}.tex" - - try: - build_benchmark_tex(tmp_path) - assert benchmarks_path.is_file() - finally: - tex_path.unlink(missing_ok=True) - - def build_deprecations_tex(force: bool = False): """Build LaTeX files for the deprecations table to go into the release notes.""" From cba95e32a0a41ecaf5766f9962c7f82d3db7a021 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 17 Jan 2025 08:16:44 -0500 Subject: [PATCH 23/70] chore(pixi): update dependencies (#2140) Trying to determine which pixi dependency update breaks the extended windows build. I am stumped, @mjreno said he'd look into it further. Updated all platforms but windows. --- pixi.lock | 21844 ++++++++++++++++++++++++---------------------------- 1 file changed, 10270 insertions(+), 11574 deletions(-) diff --git a/pixi.lock b/pixi.lock index 925e83b1185..365bbace1ed 100644 --- a/pixi.lock +++ b/pixi.lock @@ -7,1135 +7,961 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h3d6467e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.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/freexl-2.0.0-h743c826_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - 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/kiwisolver-1.4.5-py39h7633fee_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.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-20240116.2-cxx17_he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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/libarchive-3.7.7-h4585015_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda - 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.9.1-hdb1bdb2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-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/libcurl-8.11.1-h332b0f4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - 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.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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/libflac-1.4.3-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libogg-1.3.5-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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/libntlm-1.8-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - 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/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - - 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/libxml2-2.13.5-h8d12d68_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_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/pulseaudio-client-17.0-hb77b528_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - - 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/xerces-c-3.2.5-h988505b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h840bb9f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.53.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h3ec172f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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-20240116.2-cxx17_hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_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/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h0dceb68_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-hfcbc525_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/libkml-1.3.0-h9ee1731_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.7-ha54dae1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/jinja2-3.1.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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-20240116.2-cxx17_h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_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/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hfdf3952_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/libkml-1.3.0-he250239_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.7-hdb05f8b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda win-64: - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda @@ -1273,6 +1099,7 @@ environments: - 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/libkml-1.3.0-h538826c_1020.conda - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda @@ -1281,7 +1108,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 @@ -1315,14 +1142,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda @@ -1349,7 +1176,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda @@ -1363,7 +1190,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda @@ -1377,7 +1204,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda @@ -1398,7 +1225,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda @@ -1425,1370 +1252,1192 @@ environments: 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/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h3d6467e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-64/expat-2.6.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.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/freexl-2.0.0-h743c826_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - 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/kiwisolver-1.4.5-py39h7633fee_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.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-20240116.2-cxx17_he02047a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_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/libcap-2.69-h0f662aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.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/libarchive-3.7.7-h4585015_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda - 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.9.1-hdb1bdb2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-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/libcurl-8.11.1-h332b0f4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - 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.6.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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/libflac-1.4.3-h59595ed_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libogg-1.3.5-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.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/libspatialite-5.1.0-h15fa968_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_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/libntlm-1.8-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda - 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/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h2c5496b_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - - 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/libxml2-2.13.5-h8d12d68_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.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/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h8228510_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - - 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/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - 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.9-hb711507_1.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-libxrender-0.9.11-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - - 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-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - - 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/xerces-c-3.2.5-h988505b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - 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-h75354e8_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lzo-2.10-h31becfc_1001.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/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - - 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.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-64/aom-3.9.1-hf036a51_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_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-py39h840bb9f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39hdf37715_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-64/expat-2.6.2-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.53.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h3ec172f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_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/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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-20240116.2-cxx17_hf036a51_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_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-22_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.9.1-hfcf2730_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_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/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h0dceb68_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-hfcbc525_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.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/libspatialite-5.1.0-hdc25a2c_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_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/libtiff-4.6.0-h129831d_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_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/libkml-1.3.0-h9ee1731_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.7-ha54dae1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.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/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/readline-8.2-h9e318b2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - 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-hde137ed_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h7130eaa_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-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/osx-arm64/aom-3.9.1-h7bae524_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_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.7-unix_pyh707e725_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.8.11-py39h941272d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/osx-arm64/expat-2.6.2-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.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/gdal-3.9.1-py39hd7edc34_10.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - - 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.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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-20240116.2-cxx17_h00cdb27_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_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.9.1-hfd8ffcc_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_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/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hfdf3952_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.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/libspatialite-5.1.0-hf7a34df_9.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_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/libtiff-4.6.0-h07db509_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_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/libkml-1.3.0-he250239_1021.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.7-hdb05f8b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.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/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_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/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_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/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - 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.5-hcc0f68c_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl win-64: - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda @@ -2939,6 +2588,7 @@ environments: - 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/libkml-1.3.0-h538826c_1020.conda - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda @@ -2948,7 +2598,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.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/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 @@ -2986,16 +2636,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda @@ -3026,7 +2676,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda @@ -3041,7 +2691,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda @@ -3065,7 +2715,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda @@ -3088,7 +2738,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda @@ -3128,6 +2778,8 @@ packages: - conda: 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 purls: [] size: 2562 @@ -3141,6 +2793,8 @@ packages: - libgomp >=7.5.0 constrains: - openmp_impl 9999 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -3170,6 +2824,17 @@ packages: - pkg:pypi/affine?source=conda-forge-mapping size: 18726 timestamp: 1674245215155 +- conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 + md5: 8c4061f499edec6b8ac7000f6d586829 + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/affine?source=hash-mapping + size: 19164 + timestamp: 1733762153202 - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069 md5: def531a3ac77b7fb8c21d17bb5d0badb @@ -3178,41 +2843,100 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/alabaster?source=conda-forge-mapping + - pkg:pypi/alabaster?source=hash-mapping size: 18365 timestamp: 1704848898483 -- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.12-h4ab18f5_0.conda - sha256: 64b95dd06d7ca6b54cea03b02da8f1657b9899ca376d0ca7b47823064f55fb16 - md5: 7ed427f0871fd41cb1d9c17727c17589 +- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda + sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53 + md5: ae1370588aa6a5157c34c73e9bbb36a0 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later license_family: GPL purls: [] - size: 555868 - timestamp: 1718118368236 -- conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyh9f0ad1d_0.tar.bz2 - sha256: ae9fb8f68281f84482f2c234379aa12405a9e365151d43af20b3ae1f17312111 - md5: 5f095bc6454094e96f146491fd03633b + size: 560238 + timestamp: 1731489643707 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda + sha256: 4141180b0304559fefa8ca66f1cc217a1d957b03aa959f955daf33718162042f + md5: f643bb02c4bbcfe7de161a8ca5df530b depends: - - python + - libgcc >=13 + license: LGPL-2.1-or-later + license_family: GPL + purls: [] + size: 591318 + timestamp: 1731489774660 +- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 + md5: 346722a0be40f6edc53f12640d301338 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2706396 + timestamp: 1718551242397 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda + sha256: ac438ce5d3d3673a9188b535fc7cda413b479f0d52536aeeac1bd82faa656ea0 + md5: cc744ac4efe5bcaa8cca51ff5b850df0 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 3250813 + timestamp: 1718551360260 +- conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda + sha256: 3032f2f55d6eceb10d53217c2a7f43e1eac83603d91e21ce502e8179e63a75f5 + md5: 3f17bc32cb7fcb2b4bf3d8d37f656eb8 + depends: + - __osx >=10.13 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2749186 + timestamp: 1718551450314 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda + sha256: ec238f18ce8140485645252351a0eca9ef4f7a1c568a420f240a585229bc12ef + md5: 7adba36492a1bb22d98ffffe4f6fc6de + depends: + - __osx >=11.0 + - libcxx >=16 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 2235747 + timestamp: 1718551382432 +- conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d + md5: f4e90937bbfc3a4a92539545a37bb448 + depends: + - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/appdirs?source=conda-forge-mapping - size: 12840 - timestamp: 1603108499239 -- conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_0.conda - sha256: 45ae2d41f4a4dcf8707633d3d7ae376fc62f0c09b1d063c3049c3f6f8c911670 - md5: cc4834a9ee7cc49ce8d25177c47b10d8 + - pkg:pypi/appdirs?source=hash-mapping + size: 14835 + timestamp: 1733754069532 +- conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda + sha256: 8f032b140ea4159806e4969a68b4a3c0a7cab1ad936eb958a2b5ffe5335e19bf + md5: 54898d0f524c9dee622d44bbb081a8ab depends: - - python >=3.7 + - python >=3.9 license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/appnope?source=conda-forge-mapping - size: 10241 - timestamp: 1707233195627 + - pkg:pypi/appnope?source=hash-mapping + size: 10076 + timestamp: 1733332433806 - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 md5: 5f25798dcefd8252ce5f9dc494d5f571 @@ -3225,6 +2949,19 @@ packages: - pkg:pypi/asttokens?source=conda-forge-mapping size: 28922 timestamp: 1698341257884 +- conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 8f587de4bcf981e26228f268df374a9b + depends: + - python >=3.9 + constrains: + - astroid >=2,<4 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/asttokens?source=hash-mapping + size: 28206 + timestamp: 1733250564754 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e md5: f730d54ba9cd543666d7220c9f7ed563 @@ -3234,6 +2971,8 @@ packages: - libstdcxx-ng >=12 constrains: - atk-1.0 2.38.0 + arch: x86_64 + platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -3283,16 +3022,6 @@ packages: purls: [] size: 347530 timestamp: 1713896411580 -- conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - md5: d9c69a24ad678ffce24c6543a0176b00 - depends: - - libgcc-ng >=12 - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 71042 - timestamp: 1660065501192 - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea md5: 5e4c0743c70186509d1412e03c2d8dfa @@ -3304,187 +3033,48 @@ packages: - pkg:pypi/attrs?source=conda-forge-mapping size: 54582 timestamp: 1704011393776 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-hbd3ac97_10.conda - sha256: c8bf9f9901a56a56b18ab044d67ecde69ee1289881267924dd81670ac34591fe - md5: 7ca4abcc98c7521c02f4e8809bbe40df +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a + md5: 356927ace43302bf6f5926e2a58dae6a + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/attrs?source=hash-mapping + size: 56354 + timestamp: 1734348889193 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a + md5: 94493124319f290e7ad45228d54db509 depends: - - __glibc >=2.17,<3.0.a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 105990 - timestamp: 1720943253516 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-auth-0.7.22-hf9a33fd_10.conda - sha256: a07a992c975f50e313304625d35304f347da859f2d76c70b054a871eb3bd8fa4 - md5: 62b79a7b24bc23fe55257f84ff62d2d0 + size: 101513 + timestamp: 1720943471630 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 + md5: 72dff54470c6fc809b845fac58d39aad depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 110360 - timestamp: 1720943276359 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.22-hb04b931_10.conda - sha256: b95a2f9adc0b77c88b10c6001eb101d6b76bb0efdf80a8fa7e99c510e8236ed2 - md5: 58e7453d9442ec10c3bfbe3466502baf - depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 92326 - timestamp: 1720943225649 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.22-h8a62e84_10.conda - sha256: 933c77d0c6eb77bc99b2184f3332b8254f3d82624627bdce9885aa7a32186b48 - md5: 7a43a23a02f7c952f48d154454336c8c - depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 91193 - timestamp: 1720943290434 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a - md5: 94493124319f290e7ad45228d54db509 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 101513 - timestamp: 1720943471630 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.7.1-h87b94db_1.conda - sha256: f445f38a4170f0ae02cdf13e1bc23cbb826a4b45f39402f02fe5737b0a8ed3a9 - md5: 2d76d2cfdcfe2d5c3883d33d8be919e7 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 47092 - timestamp: 1720901538926 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-cal-0.7.1-h1194e0d_1.conda - sha256: 2b20411297c770100265ab55be2ac6973f26d3deb1a2af9e8779d561c9be01d0 - md5: 3e52b9c84581b52333fbde981f2804a6 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49404 - timestamp: 1720901634839 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.7.1-hd73d8db_1.conda - sha256: 40d2903b718bd4ddf4706ff4e86831c11a012e1a662f73e30073b4f7f364fcca - md5: a8735aa1de30e27dc87bde25dd3201d8 - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 39142 - timestamp: 1720901553777 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.7.1-h94d0942_1.conda - sha256: b36692df6896084ecbf370c5a58590ebd0c7e1b9e0a0f27f2de2b81c8e1dca11 - md5: d70f882eefb9cabf3e18a2f3957936de - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 40129 - timestamp: 1720901602965 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 - md5: 72dff54470c6fc809b845fac58d39aad - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] size: 46905 timestamp: 1720901876108 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.23-h4ab18f5_0.conda - sha256: f3eab0ec3f01ddc3ebdc235d4ae1b3b803d83e40f2cd2389bf8c65ab96e90f02 - md5: 94d61ae2b2b701008a9d52ce6bbead27 - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 235612 - timestamp: 1718918062664 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-common-0.9.23-h68df207_0.conda - sha256: fa4ca3c29c64c96cf8b208fb5466e425ac2f8998a0022f5404a885253bca4667 - md5: 36159c9ecdcdbf7bf2676510110d7fda - depends: - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 257315 - timestamp: 1718918138944 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.23-hfdf4475_0.conda - sha256: 63680a7e163a947eb97f68cf1d5dd26fe0fef9443196de4fc31615b28d6095a7 - md5: 35083fa12de9dc9918de60c112ceab27 - depends: - - __osx >=10.13 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 225527 - timestamp: 1718918230587 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.23-h99b78c6_0.conda - sha256: 15e965a0d1c37927e23d46691e632cf8b39afee5c9ba735f2d535fdb7b58b19e - md5: d9f2adf47d2078d44a23480140e76550 - depends: - - __osx >=11.0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 220102 - timestamp: 1718918149063 - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 md5: df475c2b12da4aa32d4946a1453681f5 @@ -3497,50 +3087,6 @@ packages: purls: [] size: 234194 timestamp: 1718918578757 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-he027950_7.conda - sha256: d4c70b8716e19fe56a563ab858ab7440f41c2dd927687357a44e69f23001126d - md5: 11e5cb0b426772974f6416545baee0ce - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 19271 - timestamp: 1718967071890 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-compression-0.2.18-h3ff8e8a_7.conda - sha256: 2f7958b624e48424e8e484842cbce323f812adfb22f431889e7e25899907032c - md5: 134bb356c25e94209744ee664ba8a89a - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 19814 - timestamp: 1718967207357 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.18-hd73d8db_7.conda - sha256: c8fabda8233f979f9c5173a5ba5f6482c26e8ac8af55e78550fff27e997e0dbd - md5: b082d6b9a40e41fd27f48786d318e910 - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 18245 - timestamp: 1718967218275 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.18-h94d0942_7.conda - sha256: d0244c7638853f8f8feb4a3107844fc6be23c6e29312fc5eda9221df5817b8a7 - md5: c9a37f68bef48f48782746404f4050a2 - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 18226 - timestamp: 1718967294106 - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 md5: 3834f2ba3431fe21692de035a7b992c1 @@ -3554,63 +3100,6 @@ packages: purls: [] size: 22658 timestamp: 1718967658946 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-h7671281_15.conda - sha256: b9546f0637c66d4086a169f4210bf0d569140f41c13f0c1c6826355f51f82494 - md5: 3b45b0da170f515de8be68155e14955a - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54007 - timestamp: 1720743896466 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-event-stream-0.4.2-h9d161b3_15.conda - sha256: 80305a933ee51a808c57e6f7a76dec05c02a999b2d5388fd1c906b8475658b8c - md5: ff2a2cb1a667ce44ddccf87a3858bede - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 55128 - timestamp: 1720743954681 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.2-h2713d70_15.conda - sha256: 410497c0175beb16b9564ce43f44ed284f19ee1b42b968ad1bd69f4d3c49296a - md5: 21aeef6fb90f64d3625f06501c4d023c - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 46353 - timestamp: 1720743940835 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.4.2-hb74cd8f_15.conda - sha256: a28581c0fa33d5bf8f71ca18dc632b997ba83d4442a3c2955e40927708ce8b0b - md5: e12aae765ef60c989a43f042a4141ab7 - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 47055 - timestamp: 1720743983413 - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 md5: 270c3f0f23c48f3ac0074c3e81bdabac @@ -3626,1639 +3115,1488 @@ packages: purls: [] size: 54326 timestamp: 1720744311520 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.2-he17ee6b_6.conda - sha256: c2a9501d5e361051457b0afc3ce77496a73c2cf90ad859010812130d512e9271 - md5: 4e3d1bb2ade85619ac2163e695c2cc1b +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc + md5: 1603ce5ebacad267b5b5d2c484c73679 depends: - - __glibc >=2.17,<3.0.a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - aws-c-compression >=0.2.18,<0.2.19.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 194638 - timestamp: 1720753051593 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-http-0.8.2-h782069e_6.conda - sha256: 4fc9052d4090f13ecc7d5e2de4fa7f82081fe57e0c365e231364ec06b86ead91 - md5: 1477d77ade38be837f1be9fc5702244c + size: 180156 + timestamp: 1720753340047 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da + md5: edbdbf574dccbab97002d7408f42d334 depends: - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 187885 - timestamp: 1720753110633 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.2-he29c2fd_6.conda - sha256: 8acfcfb37640b3482ddb7b8f43ca72a698c60ac3208e7f54edf47354cb21a382 - md5: 9b1b61150532b6c5eda36700a408209d + size: 159625 + timestamp: 1720719292787 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 + md5: b6a0c6760077bb28547ba3ce5ed04cd1 depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 162753 - timestamp: 1720753184386 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.8.2-had1507a_6.conda - sha256: 42a85dee175d2a8a832157ab3fd8c052955f90f65d40f1076d066b486c64d1ed - md5: d6a478f39b7ee977690d7dfc4115adfc + size: 158054 + timestamp: 1720751730919 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 + md5: f2a22db8c6fa50b13b45e5b8f7d18f11 depends: - - __osx >=11.0 + - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 151282 - timestamp: 1720753122319 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc - md5: 1603ce5ebacad267b5b5d2c484c73679 + size: 106792 + timestamp: 1720950156987 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b + md5: 367b3cc3a418fca38f7afc47e753c993 depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 180156 - timestamp: 1720753340047 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.10-h826b7d6_1.conda - sha256: 68cb6f708e5e1cf50d98f3c896c7a72ab68e71ce9a69be4eea5dbde5c04bebdc - md5: 6961646dded770513a781de4cd5c1fe1 + size: 54072 + timestamp: 1718973704299 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 + md5: 1f9a89bde3856fe9feb32eb05f59f231 depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 157925 - timestamp: 1720718674802 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-io-0.14.10-he43bb46_1.conda - sha256: 9d1a34618e380b994bf00b99a75807c3a9cada7e5814f4cf673359251b01d517 - md5: 8cb7305d490469354369e796186d67b5 + size: 52585 + timestamp: 1718973550940 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c + md5: 0e2b0e8c97696f1584304ca9fe1e601e depends: + - aws-c-auth >=0.7.22,<0.7.23.0a0 - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - - s2n >=1.4.17,<1.4.18.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 160499 - timestamp: 1720718642040 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.14.10-h4406d91_1.conda - sha256: 928f7fdffec3c8c3ee8cb5c2bcc6f23f404d89a9b260e4dac96eb8e12d959d31 - md5: 975be62a8eb5e601ff6f888420dab870 + size: 255271 + timestamp: 1720963842160 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 + md5: 4fe9877157ca105fce0608c339c2f5b1 depends: - - __osx >=10.13 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: Apache-2.0 license_family: Apache purls: [] - size: 137548 - timestamp: 1720718795509 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.14.10-hcdb10ff_1.conda - sha256: 3b5fcdb83ab4af4b669c753f5ee167502e821180347f2d624bbaf77f9b082eb1 - md5: e7d85effc69338579c0b928eabe27d67 - depends: - - __osx >=11.0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 137117 - timestamp: 1720718690476 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da - md5: edbdbf574dccbab97002d7408f42d334 + size: 3443586 + timestamp: 1720817600288 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 + md5: 14ed34c3091f89784d926cc7cf4b773b depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 + - libcurl >=8.8.0,<9.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 159625 - timestamp: 1720719292787 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-hcd6a914_8.conda - sha256: aa6100ed16b1b6eabccca1ee5e36039862e37a7ee91c852de8d4ca0082dcd54e - md5: b81c45867558446640306507498b2c6b - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 164233 - timestamp: 1720751408585 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-mqtt-0.10.4-h6cc0bdf_8.conda - sha256: 2ea19007651bfb32767568c044cbbd833630735f25ad348f29c224afdfefeea2 - md5: eb2b09202bb3ef71e542b76f55c60de5 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 146317 - timestamp: 1720750980451 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.4-hf6997d9_8.conda - sha256: 5b25821cd94e77459c7b0011df094d4ed67d04092639f84b79bf57e506eecd2e - md5: dfa33f1d17f9e18b54411bf2eeff0b55 - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 138716 - timestamp: 1720751463402 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.10.4-h856d8ab_8.conda - sha256: c2096334214c00905c71a527e330757e9a419c1e290ba515c6a54531f2b975b9 - md5: 7a49b5ed4c1676b6aefbd6d7c92d976f - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 117815 - timestamp: 1720751330215 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 - md5: b6a0c6760077bb28547ba3ce5ed04cd1 + size: 487099 + timestamp: 1720853456727 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 + md5: 83ec332c6f07f9e48c8d5706cceab962 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 158054 - timestamp: 1720751730919 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.6.0-h365ddd8_2.conda - sha256: 5f82835411b3db3ae9d5db575386d83a8cc6f5f61b414afa6155879b2071c2f6 - md5: 22339cf124753bafda336167f80e7860 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 110393 - timestamp: 1720949912044 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-s3-0.6.0-h9b659bc_2.conda - sha256: 572c1a14b06a8af5cad56856b555a1b0dc498f6f58f517861e1fa2b2fb7e977f - md5: 089a61ca4d46ed9fe6613435815e36b2 - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 115204 - timestamp: 1720949965612 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.6.0-h13137a3_2.conda - sha256: f4bd86c0fa2e779ee01a8fa870177617d51467ea1cffa00a32e1e8abed2e0a5d - md5: 7564d61ed7073be23ca8fbce2fc5806a - depends: - - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 95794 - timestamp: 1720949972170 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.6.0-ha9fd6de_2.conda - sha256: 1c3c682ec25a3b3842f9dc14bcdb01705acf828e37c291cf244032299ae22416 - md5: a326f688d66aa81fc403a2227e93a327 - depends: - - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 94615 - timestamp: 1720949958165 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 - md5: f2a22db8c6fa50b13b45e5b8f7d18f11 + size: 383395 + timestamp: 1721777916149 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f + md5: 093769d5e96a6940cf10086af031dbca depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 106792 - timestamp: 1720950156987 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-he027950_3.conda - sha256: 0f957d8cebe9c9b4041c858ca9a20619eb3fa866c71b21478a02d51f219d59cb - md5: adbf0c44ca88a3cded175cd809a106b6 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54943 - timestamp: 1718973317061 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-c-sdkutils-0.1.16-h3ff8e8a_3.conda - sha256: b848559e5e7dafd4c58b16ee1eb6c829d69c20fe089bc6fdf5b8fcdeff1f4d47 - md5: 17b4343013540f7cfb0cffb66f1f18fa - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 57121 - timestamp: 1718973294281 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.16-hd73d8db_3.conda - sha256: b944db69a4bf7481362378d81ff634b5eeed88f0b85c6609f195cd68ab3a8948 - md5: 7932c9b2420f0a809ab1b08e2ea53896 - depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49533 - timestamp: 1718973334715 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.16-h94d0942_3.conda - sha256: 4303f310b156abeca86ea8a4b4c8be5cfb96dd4214c2ebcfeef1bec3fa1dc793 - md5: 1f9dd57e79cf2191ed139491aa460e24 - depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 49180 - timestamp: 1718973550277 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b - md5: 367b3cc3a418fca38f7afc47e753c993 + size: 967558 + timestamp: 1721865277797 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 + md5: 9802dfd947dba7777ffcb25078c59c2d depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54072 - timestamp: 1718973704299 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-he027950_7.conda - sha256: 094cff556dbf8fdd60505c8285b0a873de101374f568200275d8fd7fb77ad5e9 - md5: 95611b325a9728ed68b8f7eef2dd3feb - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 50220 - timestamp: 1718973002363 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-checksums-0.1.18-h3ff8e8a_7.conda - sha256: c62b6f36f81927f95371f208683d0168cc92fa4cada62a9db197c3932a4750ba - md5: 069ec92cf4097befba1ab4b3f1e9e832 + size: 239921 + timestamp: 1721833165139 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + md5: 9669586875baeced8fc30c0826c3270e depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - libgcc-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 50036 - timestamp: 1718973063178 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.18-hd73d8db_7.conda - sha256: a4e2dc37e4bbb2d64d1fac29c1d9fbc7c50ad3b5e15ff52e05ae63e8052e54d3 - md5: c3f25d79d4a36a89b3c638a6e3614f28 + - python >=3.7 + - pytz + - setuptools + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=conda-forge-mapping + size: 7609750 + timestamp: 1702422720584 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + sha256: f6205d3a62e87447e06e98d911559be0208d824976d77ab092796c9176611fcb + md5: 3e23f7db93ec14c80525257d8affac28 depends: - - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49210 - timestamp: 1718973197891 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.18-h94d0942_7.conda - sha256: cdd08a5b6b4ebadf05087238987681dc370bd0336ed410d0047171020f160187 - md5: fbd0be30bdd84b6735dfa3d6c5916b2e + - python >=3.9 + - pytz >=2015.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=hash-mapping + size: 6551057 + timestamp: 1733236466015 +- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + name: beautifulsoup4 + version: 4.12.3 + sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed + requires_dist: + - soupsieve>1.2 + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' +- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 + md5: 32932642d9ae6470f79ca509f0a422f5 depends: - - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 49160 - timestamp: 1718973261942 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 - md5: 1f9a89bde3856fe9feb32eb05f59f231 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=hash-mapping + size: 302604 + timestamp: 1728503917696 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f + md5: 44b3857dc490a3cad3deb0b29723247e depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 52585 - timestamp: 1718973550940 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.27.3-hda66527_2.conda - sha256: 3149277f03a55d7dcffdbe489863cacc36a831dbf38b9725bdc653a8c5de134f - md5: 734875312c8196feecc91f89856da612 - depends: - - __glibc >=2.17,<3.0.a0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 345359 - timestamp: 1720963443140 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-crt-cpp-0.27.3-h9b188e2_2.conda - sha256: 4fc5ebb5c299946576fc4e2a4fd2dfc5f5a0988d0561c844de25fda28c364617 - md5: 58796590793f302e9f982dfb891c94eb - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 271628 - timestamp: 1720963456439 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.27.3-h0a15bd7_2.conda - sha256: 718d350e8a0cf3bb09373da2e11820f3cb7e453fd95ad5ab14c104e4701b26bc - md5: 58f9e6e6e0848a4dda31c123c577107a + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=hash-mapping + size: 302615 + timestamp: 1728503925751 +- conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda + sha256: aeb385195efc6587d101b2e56be74e8cee24976563c726096721141c89bad4c6 + md5: 13047ad7cf70ba61a41b51d40356a041 depends: - - __osx >=10.13 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 291354 - timestamp: 1720963559899 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.27.3-h9d3339c_2.conda - sha256: d863e05f421e23a7a7dc1bf545b409857bddac99231290af442a448d26143eb3 - md5: bca678a227f7083dffc3d4c0dbd9f2de + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=hash-mapping + size: 303754 + timestamp: 1728503878544 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda + sha256: f49a74a472ada5d5c012dee2639f6d86339e0bb7b691ea3056fbe233751fc88b + md5: c62b8af30c20cadcb384daf462fc73ee depends: - - __osx >=11.0 - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - libcxx >=16 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 227663 - timestamp: 1720963606175 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c - md5: 0e2b0e8c97696f1584304ca9fe1e601e + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=hash-mapping + size: 303916 + timestamp: 1728503905973 +- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 + md5: 6b4f72c3d5590e626ee37f8e6564f097 depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 255271 - timestamp: 1720963842160 -- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-h46c3b66_9.conda - sha256: 983f6977cc6b25c8bc785b20859970009242b3812e6b4de592ceb17caf93acb6 - md5: c840f07ec58dc0b06041e7f36550a539 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=conda-forge-mapping + size: 320216 + timestamp: 1714120236535 +- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + name: bleach + version: 6.1.0 + sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 + requires_dist: + - six>=1.9.0 + - webencodings + - tinycss2>=1.1.0,<1.3 ; extra == 'css' + requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + name: bleach + version: 6.2.0 + sha256: 117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e + requires_dist: + - webencodings + - tinycss2>=1.1.0,<1.5 ; extra == 'css' + requires_python: '>=3.9' +- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda + sha256: e7af5d1183b06a206192ff440e08db1c4e8b2ca1f8376ee45fb2f3a85d4ee45d + md5: 2c2fae981fd2afd00812c92ac47d023d depends: - __glibc >=2.17,<3.0.a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD purls: [] - size: 3619739 - timestamp: 1720816476436 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aws-sdk-cpp-1.11.329-hecfb68f_9.conda - sha256: 806e894bc94e9a9efe437337205ea43c4258f5cb77b1213004a203eb25d6b239 - md5: 074782015c32b2870350b084935fcbe7 + size: 48427 + timestamp: 1733513201413 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda + sha256: f1e408fc32e1fda8dee9c3fceee5650fd622526e4dc6fa1f1926f497b5508d13 + md5: 2cbbd6264ad58887c40aab37f2abdaba depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 3431459 - timestamp: 1720816699480 -- conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.329-h554caeb_9.conda - sha256: a9b6751a5a80f8713e55256afccdd96efd3442b9791ce8bd2e40c49ac0dc95f6 - md5: a875dc66bc06f0bf49dc9739e6e2fbab + size: 36414 + timestamp: 1733513501944 +- conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda + sha256: 876bdb1947644b4408f498ac91c61f1f4987d2c57eb47c0aba0d5ee822cd7da9 + md5: 717852102c68a082992ce13a53403f9d depends: - __osx >=10.13 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 + - libcxx >=18 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 3417533 - timestamp: 1720817049208 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.329-he6360a2_9.conda - sha256: 46e6e18df4c9a8f8cd34ef0a1952dd2d96bf5fe78a1237d4bdeac212de2eb97d - md5: df8458d1bc6ec9616f8e88a0eadb05c7 + size: 46990 + timestamp: 1733513422834 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda + sha256: c3fe902114b9a3ac837e1a32408cc2142c147ec054c1038d37aec6814343f48a + md5: 925acfb50a750aa178f7a0aced77f351 depends: - __osx >=11.0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 + - libcxx >=18 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 3353366 - timestamp: 1720817128688 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 - md5: 4fe9877157ca105fce0608c339c2f5b1 + size: 33602 + timestamp: 1733513285902 +- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa + md5: 2390269374fded230fcbca8332a4adc0 depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache + - zstd >=1.5.6,<1.6.0a0 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 3443586 - timestamp: 1720817600288 -- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-core-cpp-1.13.0-h935415a_0.conda - sha256: b7e0a22295db2e1955f89c69cefc32810309b3af66df986d9fb75d89f98a80f7 - md5: debd1677c2fea41eb2233a260f48a298 + size: 50135 + timestamp: 1719266616208 +- conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda + sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd + md5: 686cb5c54d3a3a028f4bce356b3e0030 + depends: + - black + - click + - jinja2 + - numpy + - python >=3 + license: MIT + license_family: MIT + purls: + - pkg:pypi/bmipy?source=conda-forge-mapping + size: 14075 + timestamp: 1698243713437 +- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 98514fe74548d768907ce7a13f680e8f depends: - __glibc >=2.17,<3.0.a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - brotli-bin 1.1.0 hb9d3cd8_2 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 338134 - timestamp: 1720853194547 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-core-cpp-1.13.0-h60f91e5_0.conda - sha256: b3aecc4e01db67a18891e6e9517ec9b628577bbd2e1b6616d147c7c5f2f28a2b - md5: fc41d5a9f2c98fd37324c20f47b0124b + size: 19264 + timestamp: 1725267697072 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h86ecc28_2.conda + sha256: 260a981a68b63585384ab55a8fac954e8d14bdb4226b3d534333021f711495fe + md5: 5094acc34eb173f74205c0b55f0dd4a4 depends: - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - brotli-bin 1.1.0 h86ecc28_2 + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 331714 - timestamp: 1720854524500 -- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.13.0-hf8dbe3c_0.conda - sha256: 1976259d75ef68431039522d7105777ac0621ef8a0f8a31140fa8926b1fe1280 - md5: 514d3cbb527a88930e816370e34caa19 + size: 19434 + timestamp: 1725267810677 +- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h00291cd_2.conda + sha256: 624954bc08b3d7885a58c7d547282cfb9a201ce79b748b358f801de53e20f523 + md5: 2db0c38a7f2321c5bdaf32b181e832c7 depends: - __osx >=10.13 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - brotli-bin 1.1.0 h00291cd_2 + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 296234 - timestamp: 1720853326346 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.13.0-hd01fc5c_0.conda - sha256: aff4af38416cf7a81c79e5a3b071ce5aa13ec48da28db0312bc1ebe62cf7273d - md5: 2083f6313e623079db6ee67af00e6b27 + size: 19450 + timestamp: 1725267851605 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hd74edd7_2.conda + sha256: a086f36ff68d6e30da625e910547f6211385246fb2474b144ac8c47c32254576 + md5: 215e3dc8f2f837906d066e7f01aa77c0 depends: - __osx >=11.0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - brotli-bin 1.1.0 hd74edd7_2 + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 license: MIT license_family: MIT purls: [] - size: 287922 - timestamp: 1720853302106 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 - md5: 14ed34c3091f89784d926cc7cf4b773b + size: 19588 + timestamp: 1725268044856 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 + md5: f47f6db2528e38321fb00ae31674c133 depends: - - libcurl >=8.8.0,<9.0a0 + - brotli-bin 1.1.0 hcfcfb64_1 + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 487099 - timestamp: 1720853456727 -- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-identity-cpp-1.8.0-hd126650_2.conda - sha256: f85452eca3ae0e156b1d1a321a1a9f4f58d44ff45236c0d8602ab96aaad3c6ba - md5: 36df3cf05459de5d0a41c77c4329634b + size: 19772 + timestamp: 1695990547936 +- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: c63b5e52939e795ba8d26e35d767a843 depends: - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - libbrotlidec 1.1.0 hb9d3cd8_2 + - libbrotlienc 1.1.0 hb9d3cd8_2 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 199516 - timestamp: 1721777604325 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-identity-cpp-1.8.0-hf0f394c_2.conda - sha256: ac143df6b8596eeee2f770f02013e384f06ac09ecee042ee7f8c5a65f7958330 - md5: 3e74c83218d71b01f988e6bada2f4e22 + size: 18881 + timestamp: 1725267688731 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h86ecc28_2.conda + sha256: 4231e3d00081d842870a6b8ba0ccf55ae0ccbc074dddbc0c115433bc32b1343d + md5: 7d48b185fe1f722f8cda4539bb931f85 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - libbrotlidec 1.1.0 h86ecc28_2 + - libbrotlienc 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 182768 - timestamp: 1721779454639 -- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-identity-cpp-1.8.0-h60298e3_2.conda - sha256: 7bc11d77aab926aff437b6afc089fe937ab03b9f09d679520d4d4a91717b5337 - md5: 29dc05d3b825fd7e2efe0263621c2fdb + size: 18937 + timestamp: 1725267802117 +- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h00291cd_2.conda + sha256: 642a8492491109fd8270c1e2c33b18126712df0cedb94aaa2b1c6b02505a4bfa + md5: 049933ecbf552479a12c7917f0a4ce59 depends: - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - libbrotlidec 1.1.0 h00291cd_2 + - libbrotlienc 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 148019 - timestamp: 1721777648770 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-identity-cpp-1.8.0-h13ea094_2.conda - sha256: 11b01715cae19390890f29ebb56d36d895feafd787ba929aa10b6ce712f3f4b9 - md5: 383b72f2ee009992b21f4db08a708510 + size: 16643 + timestamp: 1725267837325 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hd74edd7_2.conda + sha256: 28f1af63b49fddf58084fb94e5512ad46e9c453eb4be1d97449c67059e5b0680 + md5: b8512db2145dc3ae8d86cdc21a8d421e depends: - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - openssl >=3.3.1,<4.0a0 + - libbrotlidec 1.1.0 hd74edd7_2 + - libbrotlienc 1.1.0 hd74edd7_2 license: MIT license_family: MIT purls: [] - size: 142135 - timestamp: 1721777696118 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 - md5: 83ec332c6f07f9e48c8d5706cceab962 + size: 16772 + timestamp: 1725268026061 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 + md5: 0105229d7c5fabaa840043a86c10ec64 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 383395 - timestamp: 1721777916149 -- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-blobs-cpp-12.12.0-hd2e3451_0.conda - sha256: 69a0f5c2a08a1a40524b343060debb8d92295e2cc5805c3db56dad7a41246a93 - md5: 61f1c193452f0daa582f39634627ea33 + size: 20885 + timestamp: 1695990517506 +- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda + sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 + md5: 8ea5af6ac902f1a4429190970d9099ce depends: - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hb9d3cd8_2 + arch: x86_64 + platform: linux license: MIT license_family: MIT - purls: [] - size: 523120 - timestamp: 1721865032339 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-blobs-cpp-12.12.0-h17ca4bd_0.conda - sha256: 4955de4131a1b4a16ac1f63d3e6f325904b997e1adb0f3fadf5a3b112eee6803 - md5: 9a26fea6b69f4f02689893366961be49 + purls: + - pkg:pypi/brotli?source=hash-mapping + size: 349166 + timestamp: 1725267838006 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda + sha256: 12ada9ea31906fc52d9118db24a99b981c54ebda06cfc22a52611c2429110561 + md5: adacf334f92a835cb7a055b3e2150502 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h86ecc28_2 license: MIT license_family: MIT - purls: [] - size: 473009 - timestamp: 1721866393941 -- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.12.0-h646f05d_0.conda - sha256: 7153e4ba0112246fc93b2b6631c17b1c2c4f7878f2c4a25426e38a78a0b4cd4c - md5: d3f572c8ebf9ad5cdc07558b3b2c27ce + purls: + - pkg:pypi/brotli?source=hash-mapping + size: 356581 + timestamp: 1725268063076 +- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda + sha256: 3915fd4c8ebc4a7c83851479532dd5e52775f130d720016d05d728212e28c6ed + md5: a764df072b4bfa295ae771b28d284cf7 depends: - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT - purls: [] - size: 423224 - timestamp: 1721865021128 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.12.0-hfde595f_0.conda - sha256: f733f4acedd8bf1705c780e0828f0b83242ae7e72963aef60d12a7c5b3a8640d - md5: f2c935764fdacd0fafc05f975fd347e0 + purls: + - pkg:pypi/brotli?source=hash-mapping + size: 362967 + timestamp: 1725268063367 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda + sha256: 9498fa2d1f5f006980e362b545f3a85086e27714d26deba23cd002c11ff04842 + md5: e6297328cb55064f9923dbe19c354b4a depends: - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - libcxx >=16 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + constrains: + - libbrotlicommon 1.1.0 hd74edd7_2 license: MIT license_family: MIT - purls: [] - size: 419976 - timestamp: 1721865180569 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f - md5: 093769d5e96a6940cf10086af031dbca + purls: + - pkg:pypi/brotli?source=hash-mapping + size: 338488 + timestamp: 1725268478900 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec + md5: f24ba3942ece1e5d3dcde934f0532998 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + constrains: + - libbrotlicommon 1.1.0 hcfcfb64_1 license: MIT license_family: MIT - purls: [] - size: 967558 - timestamp: 1721865277797 -- conda: https://conda.anaconda.org/conda-forge/linux-64/azure-storage-common-cpp-12.7.0-h10ac4d7_1.conda - sha256: 1030fa54497a73eb78c509d451f25701e2e781dc182e7647f55719f1e1f9bee8 - md5: ab6d507ad16dbe2157920451d662e4a1 + purls: + - pkg:pypi/brotli?source=conda-forge-mapping + size: 321654 + timestamp: 1695990742536 +- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda + sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d + md5: 62ee74e96c5ebb0af99386de58cf9553 depends: - __glibc >=2.17,<3.0.a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + arch: x86_64 + platform: linux + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 143039 - timestamp: 1721832724803 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/azure-storage-common-cpp-12.7.0-h68dbd84_1.conda - sha256: a4e0afd65ffed6cc788f13068b452d253e4bfa61d8ca0ebaa80e26fe62fed5f7 - md5: 368c9e33d8cc763bf883ca12c163b93c + size: 252783 + timestamp: 1720974456583 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda + sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb + md5: 56398c28220513b9ea13d7b450acfb20 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 135615 - timestamp: 1721834497638 -- conda: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.7.0-hf91904f_1.conda - sha256: 333599899b25ef22e2a2e1c09bab75203da9f47612e1ff2a40fddae76feb08eb - md5: 99146c62f4b2a74c3026f128f42e35bf + size: 189884 + timestamp: 1720974504976 +- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda + sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 + md5: 7ed4301d437b59045be7e051a0308211 depends: - __osx >=10.13 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 124472 - timestamp: 1721832914540 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.7.0-hcf3b6fd_1.conda - sha256: 3fdf9c0337c48706cffe2e4c761cdea4132fb6dbd1f144d969c28afd903cf256 - md5: df7e01bcf8f3a9bfb0ab06778f915f29 + size: 134188 + timestamp: 1720974491916 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda + sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 + md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - openssl >=3.3.1,<4.0a0 - license: MIT - license_family: MIT + license: bzip2-1.0.6 + license_family: BSD purls: [] - size: 119821 - timestamp: 1721832870493 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 - md5: 9802dfd947dba7777ffcb25078c59c2d + size: 122909 + timestamp: 1720974522888 +- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda + sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b + md5: 276e7ffe9ffe39688abc665ef0f45596 depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + license: bzip2-1.0.6 + license_family: BSD + purls: [] + size: 54927 + timestamp: 1720974860185 +- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda + sha256: d4f28d87b6339b94f74762c0076e29c8ef8ddfff51a564a92da2843573c18320 + md5: e2775acf57efd5af15b8e3d1d74d72d3 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 239921 - timestamp: 1721833165139 -- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 - md5: 9669586875baeced8fc30c0826c3270e - depends: - - python >=3.7 - - pytz - - setuptools - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/babel?source=conda-forge-mapping - size: 7609750 - timestamp: 1702422720584 -- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - name: beautifulsoup4 - version: 4.12.3 - sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed - requires_dist: - - soupsieve>1.2 - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' -- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.4.2-py39hf3d152e_0.conda - sha256: 90ad8c9891113451ae5f363eefcecd65a487d758fed7bba53df6564f3d8215b2 - md5: 4e57cd7b3828beb539dd5da422fb1525 + size: 206085 + timestamp: 1734208189009 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda + sha256: 1187a41d4bb2afe02cb18690682edc98d1e9f5e0ccda638d8704a75ea1875bbe + md5: 356da36f35d36dcba16e43f1589d4e39 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 + - libgcc >=13 license: MIT license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301934 - timestamp: 1714119735053 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.4.2-py39h4420490_0.conda - sha256: ac888294ff7d83003926a77e5493b4ca6c951adc6f40be95105aeb1a0c052702 - md5: 524a56d77c08d2ebf3869357356b3d60 + purls: [] + size: 215979 + timestamp: 1734208193181 +- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda + sha256: 8dcc1628d34fe7d759f3a7dee52e09c5162a3f9669dddd6100bff965450f4a0a + md5: 133255af67aaf1e0c0468cc753fd800b depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 + - __osx >=10.13 license: MIT license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301607 - timestamp: 1714119855598 -- conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.4.2-py39h6e9494a_0.conda - sha256: def6012f4789ff61bd8f6d1cec32b2c54ce60de7401e9ec5752f868972f64568 - md5: 90ccc6f946cba439366661b0e3f552e0 + purls: [] + size: 184455 + timestamp: 1734208242547 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda + sha256: 09c0c8476e50b2955f474a4a1c17c4c047dd52993b5366b6ea8e968e583b921f + md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 + - __osx >=11.0 license: MIT license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 301980 - timestamp: 1714119822546 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.4.2-py39h2804cbe_0.conda - sha256: 03afc54e43fcb70b22dd2a7a734882007216b8a3181d9d098ea6c116ac974af2 - md5: 7ee0de95f9dd40e50a067b3edf567d33 + purls: [] + size: 179496 + timestamp: 1734208291879 +- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 + md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 303017 - timestamp: 1714119944526 -- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 - md5: 6b4f72c3d5590e626ee37f8e6564f097 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT - purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 320216 - timestamp: 1714120236535 -- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - name: bleach - version: 6.1.0 - sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 - requires_dist: - - six>=1.9.0 - - webencodings - - tinycss2>=1.1.0,<1.3 ; extra == 'css' - requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-hef167b5_0.conda - sha256: 6cc260f9c6d32c5e728a2099a52fdd7ee69a782fff7b400d0606fcd32e0f5fd1 - md5: 54fe76ab3d0189acaef95156874db7f9 + purls: [] + size: 165093 + timestamp: 1721835227167 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd + md5: 720523eb0d6a9b0f6120c16b2aa4e7de + arch: x86_64 + platform: linux + license: ISC + purls: [] + size: 157088 + timestamp: 1734208393264 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 + md5: 83b4ad1e6dc14df5891f3fcfdeb44351 + license: ISC + purls: [] + size: 157096 + timestamp: 1734209301744 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 + md5: b7b887091c99ed2e74845e75e9128410 + license: ISC + purls: [] + size: 156925 + timestamp: 1734208413176 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 + md5: 7cb381a6783d91902638e4ed1ebd478e + license: ISC + purls: [] + size: 157091 + timestamp: 1734208344343 +- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e + md5: 9caa97c9504072cd060cf0a3142cc0ed + license: ISC + purls: [] + size: 154943 + timestamp: 1720077592592 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda + sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 + md5: b34c2833a1f56db610aeb27f206d800d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: x86_64 + platform: linux + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 48842 - timestamp: 1719266029046 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hd2997c2_0.conda - sha256: 4349c7227053c2042b0c31daf6782cbb29ed09557d2f08d7d710ef5288040e73 - md5: 7e34841d8b76a87cb9ed5b2028f0f37f + size: 978868 + timestamp: 1733790976384 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda + sha256: 0353e175859c4989251628e4c8f9fb2dc52546b0c031ffe4541eb087ac586573 + md5: e7b46975d2c9a4666da0e9bb8a087f28 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - pixman >=0.44.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 35975 - timestamp: 1719266339092 -- conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-h7d75f6d_0.conda - sha256: 65e5f5dd3d68ed0d9d35e79d64f8141283cad2b55dcd9a04480ceea0e436aca8 - md5: 3e5669e51737d04f4806dd3e8c424663 + size: 980455 + timestamp: 1733791018944 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda + sha256: ad8c41650e5a10d9177e9d92652d2bd5fe9eefa095ebd4805835c3f067c0202b + md5: ae293443dff77ba14eab9e9ee68ec833 depends: - __osx >=10.13 - - libcxx >=16 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 47051 - timestamp: 1719266142315 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h5499902_0.conda - sha256: 5a1e635a371449a750b776cab64ad83f5218b58b3f137ebd33ad3ec17f1ce92e - md5: e94ca7aec8544f700d45b24aff2dd4d7 + size: 891731 + timestamp: 1733791233860 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda + sha256: 9a28344e806b89c87fda0cdabd2fb961e5d2ff97107dba25bac9f5dc57220cc3 + md5: 8e3666c3f6e2c3e57aa261ab103a3600 depends: - __osx >=11.0 - - libcxx >=16 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - pixman >=0.44.2,<1.0a0 + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 33201 - timestamp: 1719266149627 -- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa - md5: 2390269374fded230fcbca8332a4adc0 + size: 894517 + timestamp: 1733791145035 +- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c + md5: 7a0b2818b003bd79106c29f55126d2c3 depends: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 + - pixman >=0.43.4,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-3-Clause - license_family: BSD + - zlib + license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 50135 - timestamp: 1719266616208 -- conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd - md5: 686cb5c54d3a3a028f4bce356b3e0030 + size: 1519852 + timestamp: 1718986279087 +- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad + md5: 6feb87357ecd66733be3279f16a8c400 depends: - - black - - click - - jinja2 - - numpy - - python >=3 - license: MIT - license_family: MIT + - python >=3.9 + license: ISC purls: - - pkg:pypi/bmipy?source=conda-forge-mapping - size: 14075 - timestamp: 1698243713437 -- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda - sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b - md5: f27a24d46e3ea7b70a1f98e50c62508f + - pkg:pypi/certifi?source=hash-mapping + size: 161642 + timestamp: 1734380604767 +- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 + md5: 24e7fd6ca65997938fff9e5ab6f653e4 depends: - - brotli-bin 1.1.0 hd590300_1 - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - - libgcc-ng >=12 + - python >=3.7 + license: ISC + purls: + - pkg:pypi/certifi?source=conda-forge-mapping + size: 159308 + timestamp: 1720458053074 +- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda + sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 + md5: c344c2e03cee091f3a0f79f3d65dfade + depends: + - click >=7.0,<9 + - jsonschema >=3.0,<4 + - pykwalify >=1.6 + - python >=3.9 + - requests >=2.20,<3 + - ruamel.yaml >=0.16.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/cffconvert?source=conda-forge-mapping + size: 54965 + timestamp: 1736073317785 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 + md5: 7e61b8777f42e00b08ff059f9e8ebc44 + depends: + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: MIT license_family: MIT - purls: [] - size: 19383 - timestamp: 1695990069230 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-1.1.0-h31becfc_1.conda - sha256: 1e1e46a4d16936d1bd1a605767b4cc36cf8fd3180ad776b5ba9e4c8ce64859bf - md5: e41f5862ac746428407f3fd44d2ed01f + purls: + - pkg:pypi/cffi?source=hash-mapping + size: 241610 + timestamp: 1725571230934 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f + md5: 5c431ce74f9fcffca9e9a29990b318e5 depends: - - brotli-bin 1.1.0 h31becfc_1 - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 19586 - timestamp: 1695990171649 -- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda - sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde - md5: 9272dd3b19c4e8212f8542cefd5c3d67 + purls: + - pkg:pypi/cffi?source=hash-mapping + size: 258765 + timestamp: 1725561719332 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 + md5: ea57b55b4b6884ae7a9dcb14cd9782e9 depends: - - brotli-bin 1.1.0 h0dc2134_1 - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 19530 - timestamp: 1695990310168 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.1.0-hb547adb_1.conda - sha256: 62d1587deab752fcee07adc371eb20fcadc09f72c0c85399c22b637ca858020f - md5: a33aa58d448cbc054f887e39dd1dfaea + purls: + - pkg:pypi/cffi?source=hash-mapping + size: 229582 + timestamp: 1725560793066 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 + md5: 8d1481721ef903515e19d989fe3a9251 depends: - - brotli-bin 1.1.0 hb547adb_1 - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 + - __osx >=11.0 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - purls: [] - size: 19506 - timestamp: 1695990588610 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - md5: f47f6db2528e38321fb00ae31674c133 + purls: + - pkg:pypi/cffi?source=hash-mapping + size: 227265 + timestamp: 1725560892881 +- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 + md5: 3641cc4492220301e0b0c65cf2985a80 depends: - - brotli-bin 1.1.0 hcfcfb64_1 - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT + purls: + - pkg:pypi/cffi?source=conda-forge-mapping + size: 236120 + timestamp: 1696002149834 +- conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda + sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee + md5: b3263858e6a924d05dc2e9ce335593ba + depends: + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LicenseRef-fitsio purls: [] - size: 19772 - timestamp: 1695990547936 -- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda - sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 - md5: 39f910d205726805a958da408ca194ba + size: 601046 + timestamp: 1718906922426 +- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a depends: - - libbrotlidec 1.1.0 hd590300_1 - - libbrotlienc 1.1.0 hd590300_1 - - libgcc-ng >=12 + - python >=3.7 license: MIT license_family: MIT - purls: [] - size: 18980 - timestamp: 1695990054140 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-bin-1.1.0-h31becfc_1.conda - sha256: fd1e57615b995565939fdb9910534933c4c27ec0c37a911a2c923241dbf8ad3b - md5: 9e4a13596ab651ea8d77aae023d0ce3f + purls: + - pkg:pypi/charset-normalizer?source=conda-forge-mapping + size: 46597 + timestamp: 1698833765762 +- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b + md5: e83a31202d1c0a000fce3e9cf3825875 depends: - - libbrotlidec 1.1.0 h31becfc_1 - - libbrotlienc 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 18915 - timestamp: 1695990154825 -- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda - sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 - md5: ece565c215adcc47fc1db4e651ee094b + purls: + - pkg:pypi/charset-normalizer?source=hash-mapping + size: 47438 + timestamp: 1735929811779 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda + sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 + md5: 3549ecbceb6cd77b91a105511b7d0786 depends: - - libbrotlidec 1.1.0 h0dc2134_1 - - libbrotlienc 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - purls: [] - size: 16660 - timestamp: 1695990286737 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.1.0-hb547adb_1.conda - sha256: 8fbfc2834606292016f2faffac67deea4c5cdbc21a61169f0b355e1600105a24 - md5: 990d04f8c017b1b77103f9a7730a5f12 + - __win + - colorama + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click?source=conda-forge-mapping + size: 85051 + timestamp: 1692312207348 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda + sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab + md5: f22f4d4970e09d68a10b922cbb0408d3 + depends: + - __unix + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click?source=hash-mapping + size: 84705 + timestamp: 1734858922844 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 + md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f + depends: + - click >=3.0 + - python + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click-plugins?source=conda-forge-mapping + size: 8992 + timestamp: 1554588104889 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 + md5: 82bea35e4dac4678ba623cf10e95e375 + depends: + - click >=3.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click-plugins?source=hash-mapping + size: 12057 + timestamp: 1733731217399 +- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 + md5: a29b7c141d6b2de4bb67788a5f107734 + depends: + - click >=4.0 + - python <4.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cligj?source=conda-forge-mapping + size: 10255 + timestamp: 1633637895378 +- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 + md5: 55c7804f428719241a90b152016085a1 + depends: + - click >=4.0 + - python >=3.9,<4.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cligj?source=hash-mapping + size: 12521 + timestamp: 1733750069604 +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda + sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec + md5: 6e67fa19bedafa7eb7d6ea91de53e03d + depends: + - python >=3.8 + license: GPL-2.0-only + license_family: GPL + purls: + - pkg:pypi/codespell?source=conda-forge-mapping + size: 290955 + timestamp: 1716536580880 +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + sha256: ae0949e0e8d868edc78b59bf7e62b93db53083421301712f95c5dff9d4848363 + md5: 840293a20343a601ca2738d359e403eb + depends: + - python >=3.9 + license: GPL-2.0-only + license_family: GPL + purls: + - pkg:pypi/codespell?source=hash-mapping + size: 290573 + timestamp: 1736341804228 +- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/colorama?source=conda-forge-mapping + size: 25170 + timestamp: 1666700778190 +- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 + md5: 962b9857ee8e7018c22f2776ffa0b2d7 + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/colorama?source=hash-mapping + size: 27011 + timestamp: 1733218222191 +- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda + sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe + md5: 948d84721b578d426294e17a02e24cbb + depends: + - python >=3.6 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/comm?source=conda-forge-mapping + size: 12134 + timestamp: 1710320435158 +- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + sha256: 7e87ef7c91574d9fac19faedaaee328a70f718c9b4ddadfdc0ba9ac021bd64af + md5: 74673132601ec2b7fc592755605f4c1b + depends: + - python >=3.9 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/comm?source=hash-mapping + size: 12103 + timestamp: 1733503053903 +- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 + md5: 0d07dc29b1c1cc973f76b74beb44915f depends: - - libbrotlidec 1.1.0 hb547adb_1 - - libbrotlienc 1.1.0 hb547adb_1 + - python >=3.5 license: MIT license_family: MIT - purls: [] - size: 17001 - timestamp: 1695990551239 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - md5: 0105229d7c5fabaa840043a86c10ec64 + purls: + - pkg:pypi/configargparse?source=conda-forge-mapping + size: 39491 + timestamp: 1690138171226 +- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 + md5: c5f4eec949e6514ca49e606b1fb7c043 depends: - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 20885 - timestamp: 1695990517506 -- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39h3d6467e_1.conda - sha256: e22afb19527a93da24c1108c3e91532811f9c3df64a9473989faf332c98af082 - md5: c48418c8b35f1d59ae9ae1174812b40a + purls: + - pkg:pypi/configargparse?source=hash-mapping + size: 39656 + timestamp: 1734442903773 +- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda + sha256: 52207e19ea006c87c3a416a234a34bfee2920f363b91819e89ff5345678d532d + md5: 5645190ef7f6d3aebee71e298dc9677b depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hd590300_1 - license: MIT - license_family: MIT + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 350065 - timestamp: 1695990113673 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h387a81e_1.conda - sha256: d74e7e8a8936afe6ca9fcf347e9da0e0cf3a2b2cb75bc5fff903c041681836e6 - md5: 983fb0d6a8d0ad30f7213dccadea185d + - pkg:pypi/contourpy?source=hash-mapping + size: 261801 + timestamp: 1727293684267 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda + sha256: 5f52568ebe0c1afeb2a7c1f44580e730693b2f32181d78d58c9186a8106093e2 + md5: 57fa6811a7a80c5641e373408389bc5a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 + - numpy >=1.23 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h31becfc_1 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 355569 - timestamp: 1695990300233 -- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h840bb9f_1.conda - sha256: e19de8f5d9e1fe650b49eff6b0111eebd3b98368b5ae82733b90ec0abea5062a - md5: bf1edb07835e15685718843f7e71bab1 + - pkg:pypi/contourpy?source=hash-mapping + size: 269619 + timestamp: 1727293915832 +- conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda + sha256: e0e06531f855aa84bc66625fecaf9305d5cf05781f0427292ce182558134048e + md5: f31ddc6c146667d9595bf98c4a8125c3 depends: - - libcxx >=15.0.7 + - __osx >=10.13 + - libcxx >=17 + - numpy >=1.23 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 367262 - timestamp: 1695990623703 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hb198ff7_1.conda - sha256: 014639c1f57be1dadf7b5c17e53df562e7e6bab71d3435fdd5bd56213dece9df - md5: ddf01dd9a743bd3ec9cf829d18bb8002 + - pkg:pypi/contourpy?source=hash-mapping + size: 245001 + timestamp: 1729602646623 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda + sha256: f35a6359e0e33f4df03558c1523b91e4c06dcb8a29e40ea35192dfa10fbae1b2 + md5: 78be56565acee571fc0f1343afde6306 depends: - - libcxx >=15.0.7 + - __osx >=11.0 + - libcxx >=17 + - numpy >=1.23 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - constrains: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 344364 - timestamp: 1695991093404 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec - md5: f24ba3942ece1e5d3dcde934f0532998 + - pkg:pypi/contourpy?source=hash-mapping + size: 234286 + timestamp: 1729602726665 +- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 + md5: 03e25c6bae87f4f9595337255b44b0fb depends: + - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 321654 - timestamp: 1695990742536 -- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 186813 + timestamp: 1712430556544 +- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 5cd86562580f274031ede6aa6aa24441 depends: - - __glibc >=2.17,<3.0.a0 + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cycler?source=conda-forge-mapping + size: 13458 + timestamp: 1696677888423 +- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c + md5: 44600c4667a319d67dbe0681fc0bc833 + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cycler?source=hash-mapping + size: 13399 + timestamp: 1733332563512 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.conda + sha256: d2ea5e52da745c4249e1a818095a28f9c57bd4df22cbfc645352defa468e86c2 + md5: dce22f70b4e5a407ce88f2be046f4ceb + depends: + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 - license: bzip2-1.0.6 + - libntlm + - libstdcxx-ng >=12 + - openssl >=3.1.1,<4.0a0 + arch: x86_64 + platform: linux + license: BSD-3-Clause-Attribution license_family: BSD purls: [] - size: 252783 - timestamp: 1720974456583 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 + size: 219527 + timestamp: 1690061203707 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda + sha256: bee91ceb748b91b3fefcfe161608c9658b62e4d938aa87050ad1a49f04715552 + md5: 7a85d417c8acd7a5215c082c5b9219e5 depends: + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 - license: bzip2-1.0.6 + - libntlm + - libstdcxx-ng >=12 + - openssl >=3.1.1,<4.0a0 + license: BSD-3-Clause-Attribution license_family: BSD purls: [] - size: 189884 - timestamp: 1720974504976 -- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 + size: 235884 + timestamp: 1690062556588 +- conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 + md5: 418c6ca5929a611cbd69204907a83995 depends: - - __osx >=10.13 - license: bzip2-1.0.6 + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: BSD-2-Clause license_family: BSD purls: [] - size: 134188 - timestamp: 1720974491916 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab + size: 760229 + timestamp: 1685695754230 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda + sha256: 33fe66d025cf5bac7745196d1a3dd7a437abcf2dbce66043e9745218169f7e17 + md5: 6e5a87182d66b2d1328a96b61ca43a62 depends: - - __osx >=11.0 - license: bzip2-1.0.6 + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD purls: [] - size: 122909 - timestamp: 1720974522888 -- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 + size: 347363 + timestamp: 1685696690003 +- conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + md5: 9d88733c715300a39f8ca2e936b7808d + license: BSD-2-Clause license_family: BSD purls: [] - size: 54927 - timestamp: 1720974860185 -- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.32.3-h4bc722e_0.conda - sha256: 3c5a844bb60b0d52d89c3f1bd828c9856417fe33a6102fd8bbd5c13c3351704a - md5: 7624e34ee6baebfc80d67bac76cc9d9d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 179736 - timestamp: 1721834714515 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.32.3-h68df207_0.conda - sha256: 9c0505e6e8a23c85f10e4b5c8924c4f9d51cccb89b81b59369b167adf2448fd1 - md5: 13d442f0a28e5a71073328a9b2140cb8 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 187241 - timestamp: 1721834713576 -- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.32.3-h51dda26_0.conda - sha256: 2454287fa7d32b2cd089ad2bb46c8f8634b6f409d6fa8892c37ccc66134ec076 - md5: 5487b45a597e142da7839941ab2494a9 - depends: - - __osx >=10.13 - license: MIT - license_family: MIT - purls: [] - size: 160304 - timestamp: 1721834876236 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.32.3-h99b78c6_0.conda - sha256: dc8e2c2508295595675fb829345a156b0bb42b164271c2fcafb7fb193449bcf8 - md5: c27bebc62991ab075b773f86ba64aa9b - depends: - - __osx >=11.0 - license: MIT - license_family: MIT - purls: [] - size: 157977 - timestamp: 1721834921671 -- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 - md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 165093 - timestamp: 1721835227167 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda - sha256: c1548a3235376f464f9931850b64b02492f379b2f2bb98bc786055329b080446 - md5: 23ab7665c5f63cfb9f1f6195256daac6 - license: ISC - purls: [] - size: 154853 - timestamp: 1720077432978 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.7.4-hcefe29a_0.conda - sha256: 562bfc2608d82996a08e5b5b2366ed319a51ace6a2518a004ba672edca75fc23 - md5: c4c784a1336d72fff54f6b207f3dd75f - license: ISC - purls: [] - size: 154904 - timestamp: 1720078197019 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.7.4-h8857fd0_0.conda - sha256: d16f46c489cb3192305c7d25b795333c5fc17bb0986de20598ed519f8c9cc9e4 - md5: 7df874a4b05b2d2b82826190170eaa0f - license: ISC - purls: [] - size: 154473 - timestamp: 1720077510541 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda - sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b - md5: 21f9a33e5fe996189e470c19c5354dbe - license: ISC - purls: [] - size: 154517 - timestamp: 1720077468981 -- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e - md5: 9caa97c9504072cd060cf0a3142cc0ed - license: ISC - purls: [] - size: 154943 - timestamp: 1720077592592 -- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-hbb29018_2.conda - sha256: 51cfaf4669ad83499b3da215b915c503d36faf6edf6db4681a70b5710842a86c - md5: b6d90276c5aee9b4407dd94eb0cd40a8 - 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.2,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - purls: [] - size: 984224 - timestamp: 1718985592664 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.0-h5c54ea9_2.conda - sha256: 193fb7ae6cb986619d038ea739e45da2bba1b12dfe09d1a4b293bfbb9721e4f0 - md5: 4d1f14b671945d8d6cf5b67dde7a4e73 - 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.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 - purls: [] - size: 984589 - timestamp: 1718985664015 -- conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h9f650ed_2.conda - sha256: 1d2480538838cf5009df0285a73aa405798bc49de0c689ab270f543f5ae961aa - md5: d264e5b9759cab8d203cdfe43eabd8b5 - depends: - - __osx >=10.13 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 + size: 668439 + timestamp: 1685696184631 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 + md5: 5a74cdee497e6b65173e10d94582fae6 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 886028 - timestamp: 1718985776278 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hc6c324b_2.conda - sha256: 7cb330f41fd5abd3d2444a62c0439af8b11c96497aa2f87d76a5b580edf6d35c - md5: 6efeefcad878c15377f49f64e2cbf232 + size: 316394 + timestamp: 1685695959391 +- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 + sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 + md5: ecfff944ba3960ecb334b9a2663d708d depends: - - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - zlib - license: LGPL-2.1-only or MPL-1.1 + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + arch: x86_64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 898820 - timestamp: 1718985829269 -- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c - md5: 7a0b2818b003bd79106c29f55126d2c3 + size: 618596 + timestamp: 1640112124844 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 + sha256: 5fe76bdf27a142cfb9da0fb3197c562e528d2622b573765bee5c9904cf5e6b6b + md5: f3d63805602166bac09386741e00935e depends: - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: LGPL-2.1-only or MPL-1.1 + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 1519852 - timestamp: 1718986279087 -- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 - md5: 24e7fd6ca65997938fff9e5ab6f653e4 - depends: - - python >=3.7 - license: ISC - purls: - - pkg:pypi/certifi?source=conda-forge-mapping - size: 159308 - timestamp: 1720458053074 -- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 - md5: c344c2e03cee091f3a0f79f3d65dfade - depends: - - click >=7.0,<9 - - jsonschema >=3.0,<4 - - pykwalify >=1.6 - - python >=3.9 - - requests >=2.20,<3 - - ruamel.yaml >=0.16.0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/cffconvert?source=conda-forge-mapping - size: 54965 - timestamp: 1736073317785 -- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py39h7a31438_0.conda - sha256: 1536a2ca65caaf568bbdfe75aff8e12cb0e0507587b25af3b532a8bd22cb3ddb - md5: ac992767d7f8ed2cb27e71e78f0fb2d7 + size: 672759 + timestamp: 1640113663539 +- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + sha256: d7a3d96b221b3e4f039011453c997ef86605029461ed1cd303fab964a2530410 + md5: f735d25789adbe78c1f34ab6593054c1 depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - pycparser + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 239801 - timestamp: 1696001890928 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.16.0-py39hdf53b9e_0.conda - sha256: 0abf68c24f88ebb4e0851155613d1960e1fc1793ac016dfde5f4f48403651431 - md5: 6dd793656e9dc5ffb637e7c2d2ef5bfb + - pkg:pypi/debugpy?source=hash-mapping + size: 2147389 + timestamp: 1734159075635 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + sha256: f226df76e54c7dc600280efd30dd3d577fdd8dd142a2866ec893a65ef508349f + md5: b631f2943890b87fbaa2a6a44c1da8b5 depends: - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - pycparser + - libgcc >=13 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 259104 - timestamp: 1696002899863 -- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py39h18ef598_0.conda - sha256: 26f365b87864cac155aa966a979d8cb17195032c05b61041d3d0dabd43ba0c0b - md5: c31ac48f93f773fd27e99f113cfffb98 + - pkg:pypi/debugpy?source=hash-mapping + size: 2093259 + timestamp: 1734159298268 +- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda + sha256: 9591da75ee101699fdcf1a080fa786f5b85d6981f25449206ab0db0e8b41f18f + md5: 8cd0c561c10e87a68de9fad8b272c294 depends: - - libffi >=3.4,<4.0a0 - - pycparser + - __osx >=10.13 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 228801 - timestamp: 1696002021683 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py39he153c15_0.conda - sha256: 2766a3bec7747d14fe646b2a3ec4ba508495ea8b0a434213189d3e4d20e24e4b - md5: 2be3a21503b84cbd74dd1c11f36c4a3c + - pkg:pypi/debugpy?source=hash-mapping + size: 2063108 + timestamp: 1734159315544 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda + sha256: c9ec63c128fef09a3177738902130a48404a43f8499cdccf04c89872d1c33e46 + md5: 1091cdfc14e7d7bfaad5b9ea05b94b37 depends: - - libffi >=3.4,<4.0a0 - - pycparser + - __osx >=11.0 + - libcxx >=18 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 231790 - timestamp: 1696002104149 -- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 - md5: 3641cc4492220301e0b0c65cf2985a80 + - pkg:pypi/debugpy?source=hash-mapping + size: 2066935 + timestamp: 1734159213134 +- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e + md5: 1c6118c0f12a412582242bd087e4c136 depends: - - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 @@ -5267,5281 +4605,4150 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 236120 - timestamp: 1696002149834 -- conda: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.4.1-hf8ad068_0.conda - sha256: 74ed4d8b327fa775d9c87e476a7221b74fb913aadcef207622596a99683c8faf - md5: 1b7a01fd02d11efe0eb5a676842a7b7d + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2831905 + timestamp: 1719379131318 +- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 924198 - timestamp: 1718906379286 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cfitsio-4.4.1-h14ced4b_0.conda - sha256: 0f7cbec989bea8c670989cbdeac0088bff4bf36cdc210ca57dad1ab7c98f90d8 - md5: 48b3df2b55f007499bc4e69e408db019 + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/decorator?source=conda-forge-mapping + size: 12072 + timestamp: 1641555714315 +- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + sha256: 84e5120c97502a3785e8c3241c3bf51f64b4d445f13b4d2445db00d9816fe479 + md5: d622d8d7ee8868870f9cbe259f381181 depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 904450 - timestamp: 1718908871607 -- conda: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.4.1-ha105788_0.conda - sha256: 6b54b24abd3122d33d80a59a901cd51b26b6d47fbb9f84c2bf1f87606e9899c6 - md5: 99445be39aaea44a05046c479f8c6dc9 + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/decorator?source=hash-mapping + size: 14068 + timestamp: 1733236549190 +- pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl + name: defusedxml + version: 0.7.1 + sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 + requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' +- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d + md5: a83e0c5be564702a79a9e3efda32009f depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 849075 - timestamp: 1718906514228 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.4.1-h793ed5c_0.conda - sha256: cad6c9f86f98f1ac980e8229ef76a9bb8f62d167a52d29770e0548c7f9a80eb1 - md5: c2a9a79b58d2de021ad9295f53e1f40a - depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.3.1,<2.0a0 - license: LicenseRef-fitsio - purls: [] - size: 802060 - timestamp: 1718906517515 -- conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda - sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee - md5: b3263858e6a924d05dc2e9ce335593ba - depends: - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LicenseRef-fitsio - purls: [] - size: 601046 - timestamp: 1718906922426 -- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - md5: 7f4a9e3fcff3f6356ae99244a014da6a - depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/charset-normalizer?source=conda-forge-mapping - size: 46597 - timestamp: 1698833765762 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - md5: f3ad426304898027fc619827ff428eca + - pkg:pypi/docopt?source=conda-forge-mapping + size: 18876 + timestamp: 1733817956506 +- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + sha256: fa5966bb1718bbf6967a85075e30e4547901410cc7cb7b16daf68942e9a94823 + md5: 24c1ca34138ee57de72a943237cde4cc depends: - - __unix - - python >=3.8 - license: BSD-3-Clause - license_family: BSD + - python >=3.9 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 purls: - - pkg:pypi/click?source=conda-forge-mapping - size: 84437 - timestamp: 1692311973840 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - md5: 3549ecbceb6cd77b91a105511b7d0786 + - pkg:pypi/docutils?source=hash-mapping + size: 402700 + timestamp: 1733217860944 +- conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d + md5: 47cec089153a05d38df88a6fa9aa6119 depends: - - __win - - colorama - - python >=3.8 - license: BSD-3-Clause - license_family: BSD + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 purls: - - pkg:pypi/click?source=conda-forge-mapping - size: 85051 - timestamp: 1692312207348 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f + - pkg:pypi/docutils?source=conda-forge-mapping + size: 757111 + timestamp: 1701883327171 +- conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 + md5: c2f83a5ddadadcdb08fe05863295ee97 depends: - - click >=3.0 - - python + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/click-plugins?source=conda-forge-mapping - size: 8992 - timestamp: 1554588104889 -- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - md5: a29b7c141d6b2de4bb67788a5f107734 + purls: [] + size: 78645 + timestamp: 1686489937183 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + sha256: a60f4223b0c090873ab029bf350e54da590d855cefe4ae15f727f3db93d24ac0 + md5: 3b34b29f68d60abc1ce132b87f5a213c depends: - - click >=4.0 - - python <4.0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 license: BSD-3-Clause license_family: BSD + purls: [] + size: 78230 + timestamp: 1686485872718 +- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 + md5: d02ae936e42063ca46af6cdad2dbd1e0 + depends: + - python >=3.7 + license: MIT and PSF-2.0 purls: - - pkg:pypi/cligj?source=conda-forge-mapping - size: 10255 - timestamp: 1633637895378 -- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec - md5: 6e67fa19bedafa7eb7d6ea91de53e03d + - pkg:pypi/exceptiongroup?source=conda-forge-mapping + size: 20418 + timestamp: 1720869435725 +- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 + md5: a16662747cdeb9abbac74d0057cc976e + depends: + - python >=3.9 + license: MIT and PSF-2.0 + purls: + - pkg:pypi/exceptiongroup?source=hash-mapping + size: 20486 + timestamp: 1733208916977 +- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 + md5: 15dda3cdbf330abfe9f555d22f66db46 depends: - python >=3.8 - license: GPL-2.0-only - license_family: GPL + license: MIT + license_family: MIT purls: - - pkg:pypi/codespell?source=conda-forge-mapping - size: 290955 - timestamp: 1716536580880 -- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 + - pkg:pypi/execnet?source=conda-forge-mapping + size: 38883 + timestamp: 1712591929944 +- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 + md5: a71efeae2c160f6789900ba2631a2c90 depends: - - python >=3.7 - license: BSD-3-Clause - license_family: BSD + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/colorama?source=conda-forge-mapping - size: 25170 - timestamp: 1666700778190 -- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda - sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe - md5: 948d84721b578d426294e17a02e24cbb + - pkg:pypi/execnet?source=hash-mapping + size: 38835 + timestamp: 1733231086305 +- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 depends: - - python >=3.6 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD + - python >=2.7 + license: MIT + license_family: MIT purls: - - pkg:pypi/comm?source=conda-forge-mapping - size: 12134 - timestamp: 1710320435158 -- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 - md5: 0d07dc29b1c1cc973f76b74beb44915f + - pkg:pypi/executing?source=conda-forge-mapping + size: 27689 + timestamp: 1698580072627 +- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + sha256: 28d25ea375ebab4bf7479228f8430db20986187b04999136ff5c722ebd32eb60 + md5: ef8b5fca76806159fc25b4f48d8737eb depends: - - python >=3.5 + - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/configargparse?source=conda-forge-mapping - size: 39491 - timestamp: 1690138171226 -- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.2.1-py39h7633fee_0.conda - sha256: 7799c6cd8425ac69b2495b2acf938d85e6776c0c9129de86d18ec55e53bcfefc - md5: bdc188e59857d6efab332714e0d01d93 + - pkg:pypi/executing?source=hash-mapping + size: 28348 + timestamp: 1733569440265 +- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda + sha256: 1848c7db9e264e3b8036ee133d570dd880422983cd20dd9585a505289606d276 + md5: 1d6afef758879ef5ee78127eb4cd2c4a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.20 + - __glibc >=2.17,<3.0.a0 + - libexpat 2.6.4 h5888daf_0 + - libgcc >=13 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 138145 + timestamp: 1730967050578 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda + sha256: 13905ad49c2f43776bac0e464ffd3c9ec10ef35cc7dd7e187af6f66f843fa29a + md5: e8f1d587055376ea2419cc78696abd0b + depends: + - libexpat 2.6.4 h5ad3122_0 + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 130354 + timestamp: 1730967212801 +- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 + md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + depends: + - libexpat 2.6.2 h63175ca_0 + license: MIT + license_family: MIT + purls: [] + size: 229627 + timestamp: 1710362661692 +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a + md5: 0e7e4388e9d5283e22b35a9443bdbcc9 + depends: + - python >=3.7 + license: Unlicense + purls: + - pkg:pypi/filelock?source=conda-forge-mapping + size: 17592 + timestamp: 1719088395353 +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 + md5: d692e9ba6f92dc51484bf3477e36ce7c + depends: + - python >=3.9 + license: Unlicense + purls: + - pkg:pypi/filelock?source=hash-mapping + size: 17441 + timestamp: 1733240909987 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda + sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 + md5: f7a18b2b249a4da6f7479c6a74c17206 + depends: + - __glibc >=2.17,<3.0.a0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - shapely + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 241771 - timestamp: 1712430062056 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.2.1-py39hd16970a_0.conda - sha256: 25216ac880cf43930f24365edd548f5fcf03bcf4e1b1b40cde0134ced33ee8f1 - md5: 66b9718539ecdd38876b0176c315bcad + - pkg:pypi/fiona?source=hash-mapping + size: 1144557 + timestamp: 1733507676751 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda + sha256: 1343a09a25bd272ecb03e9f343167f2dbcafcb99832df8fafe5bffac8e8e80f1 + md5: 5f07cf34e18543ccd67189130d581ad2 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - numpy >=1.20 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 + - pyparsing - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - shapely license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 248196 - timestamp: 1712430213230 -- conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.1-py39h0ca7971_0.conda - sha256: 2ed1f40e016afaeb705297d6ce5b474c3570890bf972d3425c37bf45e196d088 - md5: a4c478d3b64c81d1742dc8073e4996b6 + - pkg:pypi/fiona?source=hash-mapping + size: 1111454 + timestamp: 1733507780268 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda + sha256: 5144cd842f51cf4eae5045d8964ed239ce4b05047e235c267262791afb379d76 + md5: 6f6c98e9bd128880ce0001279c7d05a8 depends: - - libcxx >=16 - - numpy >=1.20 + - __osx >=10.13 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - shapely license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 232611 - timestamp: 1712430213507 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.2.1-py39h48c5dd5_0.conda - sha256: a0a42c5195a621ec86bb20b0f36e5406047bd655219cfab824ec20a2c6a0836d - md5: 2c4998473ca34fa4df959bd90eb9247a + - pkg:pypi/fiona?source=hash-mapping + size: 996692 + timestamp: 1733507736405 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda + sha256: 8d3ef517a5b7d20d64b3dc9e44bf9f2259f3e7a3e67b69c1ec35a75c3239aa44 + md5: 843f2f43f1c94c1c844d15dbc7023392 depends: - - libcxx >=16 - - numpy >=1.20 + - __osx >=11.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - importlib-metadata + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - shapely license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 225466 - timestamp: 1712430376578 -- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 - md5: 03e25c6bae87f4f9595337255b44b0fb + - pkg:pypi/fiona?source=hash-mapping + size: 1001630 + timestamp: 1733507968660 +- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c + md5: b6ce97c5802c470b64ad47f286c2b276 depends: - - numpy >=1.20 + - attrs >=19.2.0 + - certifi + - click >=8.0,<9.dev0 + - click-plugins >=1.0 + - cligj >=0.5 + - gdal + - importlib-metadata + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - shapely + - six - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 186813 - timestamp: 1712430556544 -- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - md5: 5cd86562580f274031ede6aa6aa24441 + - pkg:pypi/fiona?source=conda-forge-mapping + size: 814844 + timestamp: 1722412467645 +- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 + md5: 4673657910db1d7914dc272124fe03ae depends: - - python >=3.8 + - python >=3.6 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/flaky?source=conda-forge-mapping + size: 22156 + timestamp: 1710293112378 +- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 + md5: 7e081d00fdcba21b76658c1649691836 + depends: + - python >=3.9 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/flaky?source=hash-mapping + size: 22239 + timestamp: 1736040820816 +- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 + md5: af430df6ac41b09d5ef99fe60a108a3a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 189241 + timestamp: 1720363932863 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b + md5: 0c96522c6bdaed4b1566d11387caaf45 license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/cycler?source=conda-forge-mapping - size: 13458 - timestamp: 1696677888423 -- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - md5: ecfff944ba3960ecb334b9a2663d708d + purls: [] + size: 397370 + timestamp: 1566932522327 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + license: OFL-1.1 + license_family: Other + purls: [] + size: 96530 + timestamp: 1620479909603 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 + md5: 4d59c254e01d9cde7957100457e2d5fb + license: OFL-1.1 + license_family: Other + purls: [] + size: 700814 + timestamp: 1620479612257 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 + md5: cbbe59391138ea5ad3658c76912e147f + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + purls: [] + size: 1622566 + timestamp: 1714483134319 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 + md5: 49023d73832ef61042f6a237cb2687e7 + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + purls: [] + size: 1620504 + timestamp: 1727511233259 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda + sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 + md5: 8f5b0b297b59e1ac160ad4beec99dbee depends: - - expat >=2.4.2,<3.0a0 - - libgcc-ng >=9.4.0 - - libglib >=2.70.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL + - __glibc >=2.17,<3.0.a0 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT purls: [] - size: 618596 - timestamp: 1640112124844 -- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.2-py39h84cc369_0.conda - sha256: b7a8a46f84b05ea8311f9b88d90d4667ee17b4a230d63459673d6d92883f4603 - md5: 424efb85a8a177259c8ee3b536ed5de2 + size: 265599 + timestamp: 1730283881107 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda + sha256: fe023bb8917c8a3138af86ef537b70c8c5d60c44f93946a87d1e8bb1a6634b55 + md5: 112b71b6af28b47c624bcbeefeea685b depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 277832 + timestamp: 1730284967179 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda + sha256: 61a9aa1d2dd115ffc1ab372966dc8b1ac7b69870e6b1744641da276b31ea5c0b + md5: 84ccec5ee37eb03dd352db0a3f89ada3 + depends: + - __osx >=10.13 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 232313 + timestamp: 1730283983397 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda + sha256: f79d3d816fafbd6a2b0f75ebc3251a30d3294b08af9bb747194121f5efa364bc + md5: 7b29f48742cea5d1ccb5edd839cb5621 + depends: + - __osx >=11.0 + - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 234227 + timestamp: 1730284037572 +- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 + md5: 08767992f1a4f1336a257af1241034bd + depends: + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 190111 + timestamp: 1674829354122 +- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab + depends: + - fonts-conda-forge + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 3667 + timestamp: 1566974674465 +- conda: 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 4102 + timestamp: 1566932280397 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b + md5: 5cd3b942589049b43ef3a65d1f63c488 + depends: + - __glibc >=2.17,<3.0.a0 + - brotli + - libgcc >=13 + - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1952592 - timestamp: 1719378842049 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.2-py39h6e76b30_0.conda - sha256: 5dd7a4e595ad82be8ab29507768de13d4ef612047d88553ce90c3c59ce2752a7 - md5: 277adafd4f84a5c3c84d5028d978f4a8 + - pkg:pypi/fonttools?source=hash-mapping + size: 2317987 + timestamp: 1735335999918 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a + md5: 8f6cca97167821f34fc339f18f0acea8 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - brotli + - libgcc >=13 + - munkres - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1897519 - timestamp: 1719378937312 -- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.2-py39h09c4c31_0.conda - sha256: 1a605c201fe38e44000713b0d493532103af13e127a85d52f67b94c4384ca6a7 - md5: 2a6a6fbedb20cdf21c83142bef220608 + - pkg:pypi/fonttools?source=hash-mapping + size: 2285092 + timestamp: 1735336093544 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 + md5: 192c4523bffebfa4b0c8461bedc564f7 depends: - __osx >=10.13 - - libcxx >=16 + - brotli + - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1845508 - timestamp: 1719378927809 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.2-py39hbf7db11_0.conda - sha256: 804dc9abc5d73d55b8e2a9669248889a8b1c946055d23dfdcf55b98a2d7e7af1 - md5: 7818afb9cf3596235345d1edba849165 + - pkg:pypi/fonttools?source=hash-mapping + size: 2252144 + timestamp: 1735336066172 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d + md5: 5e8f25f5e9d2552ce85470ff6dd1d69d depends: - __osx >=11.0 - - libcxx >=16 + - brotli + - munkres - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + - unicodedata2 >=15.1.0 license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 1823956 - timestamp: 1719378906513 -- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e - md5: 1c6118c0f12a412582242bd087e4c136 + - pkg:pypi/fonttools?source=hash-mapping + size: 2212416 + timestamp: 1735336115892 +- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f + md5: 81bbae03542e491178a620a45ad0b474 depends: + - brotli + - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 + - unicodedata2 >=14.0.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2831905 - timestamp: 1719379131318 -- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - md5: 43afe5ab04e35e17ba28649471dd7364 + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 1918855 + timestamp: 1720359431607 +- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad + md5: 6d2677b354c9596e77d4583ddc15aa00 depends: - - python >=3.5 - license: BSD-2-Clause - license_family: BSD + - python >=3.6 + license: MIT + license_family: MIT purls: - - pkg:pypi/decorator?source=conda-forge-mapping - size: 12072 - timestamp: 1641555714315 -- pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - name: defusedxml - version: 0.7.1 - sha256: a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61 - requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' -- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - sha256: 7581a21e9bbe279d73d8ea32333f07ab286d2880edcee76a52480e2e4e53470d - md5: a83e0c5be564702a79a9e3efda32009f + - pkg:pypi/fortran-language-server?source=conda-forge-mapping + size: 62350 + timestamp: 1637570882364 +- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + sha256: b7c0f8e1121e654e70e3aea30c5995b07cbcee04cbf1d398a4351537e1c0a549 + md5: a1e1a5580b5756781d4c300c1c7278ac depends: - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/docopt?source=conda-forge-mapping - size: 18876 - timestamp: 1733817956506 -- conda: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py39hf3d152e_3.conda - sha256: fe2b7316146a73a33fd16c637e6e82c2638e91d1b8c95560b9c477a6f3082b6d - md5: 09a48956e1c155907fd0d626f3e80f2e + - pkg:pypi/fortran-language-server?source=hash-mapping + size: 67516 + timestamp: 1736695561976 +- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 + md5: 153742a29b4c22ee54442fb93a0e9127 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + - configargparse + - python >=3.5 + license: GPL-3.0-or-later + license_family: GPL purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706306 - timestamp: 1701882760318 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/docutils-0.20.1-py39ha65689a_3.conda - sha256: 4b56431e3f09f67dad2c94a8544554c1528918926339d54d6c7c4ad2496f2d0e - md5: 49c8586dae52d03a328d9a63f6ad2937 + - pkg:pypi/fprettify?source=conda-forge-mapping + size: 137690 + timestamp: 1637859635697 +- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b + md5: 303bd33e15b3964388c96a928f1a83a7 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + - configargparse + - python >=3.9 + license: GPL-3.0-or-later + license_family: GPL purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706384 - timestamp: 1701884077283 -- conda: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py39h6e9494a_3.conda - sha256: 4dcabec8ce6d47cf465c902b0ed6142fb1e86ce7e3a676458c39d02aedd750a6 - md5: e62f04874e6143288ee89ca941dcc302 + - pkg:pypi/fprettify?source=hash-mapping + size: 140467 + timestamp: 1735847394472 +- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda + sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 + md5: 9ae35c3d96db2c94ce0cef86efdfa2cb depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 706047 - timestamp: 1701883093890 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/docutils-0.20.1-py39h2804cbe_3.conda - sha256: ab092e0c2f4084e0b7e38893a05e81d807a07a6a4a965bec027c39e4147672b7 - md5: 70e347b3f092848cf7eb473b3ee3a72b + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: linux + license: GPL-2.0-only OR FTL + purls: [] + size: 634972 + timestamp: 1694615932610 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda + sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 + md5: a5ab74c5bd158c3d5532b66d8d83d907 depends: - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 708124 - timestamp: 1701883210803 -- conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda - sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d - md5: 47cec089153a05d38df88a6fa9aa6119 + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 642092 + timestamp: 1694617858496 +- conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda + sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e + md5: 25152fce119320c980e5470e64834b50 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 757111 - timestamp: 1701883327171 -- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 - md5: d02ae936e42063ca46af6cdad2dbd1e0 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 599300 + timestamp: 1694616137838 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda + sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 + md5: e6085e516a3e304ce41a8ee08b9b89ad depends: - - python >=3.7 - license: MIT and PSF-2.0 - purls: - - pkg:pypi/exceptiongroup?source=conda-forge-mapping - size: 20418 - timestamp: 1720869435725 -- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 - md5: 15dda3cdbf330abfe9f555d22f66db46 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + license: GPL-2.0-only OR FTL + purls: [] + size: 596430 + timestamp: 1694616332835 +- conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda + sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 + md5: 3761b23693f768dc75a8fd0a73ca053f depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/execnet?source=conda-forge-mapping - size: 38883 - timestamp: 1712591929944 -- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - md5: e16be50e378d8a4533b989035b196ab8 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-2.0-only OR FTL + purls: [] + size: 510306 + timestamp: 1694616398888 +- conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h9dce30a_2.conda + sha256: c8960e00a6db69b85c16c693ce05484facf20f1a80430552145f652a880e0d2a + md5: ecb5d11305b8ba1801543002e69d2f2f depends: - - python >=2.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/executing?source=conda-forge-mapping - size: 27689 - timestamp: 1698580072627 -- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda - sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 - md5: 53fb86322bdb89496d7579fe3f02fd61 + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + arch: x86_64 + platform: linux + license: MPL-1.1 + license_family: MOZILLA + purls: [] + size: 59299 + timestamp: 1734014884486 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h82fd2cb_2.conda + sha256: 366d17984cd53819dd6f4b7ad113a87529ba043f7f2ac390d681bc5557a92a04 + md5: 6cd9f0cd937682306efcdb5cbf272594 depends: - - libexpat 2.6.2 h59595ed_0 - - libgcc-ng >=12 - license: MIT - license_family: MIT + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 137627 - timestamp: 1710362144873 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.2-h2f0025b_0.conda - sha256: a7a998faf6b9ed71d8c5c67f996e7faa52a7b9b02ed2d2f2ab6cfa1db8e5aca4 - md5: 6d31100ba1e12773b4f1ef0693fb0169 + size: 60596 + timestamp: 1734014928567 +- conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3183152_2.conda + sha256: cf924a5373def22030f73435082efbb3efb1039faeec926b006fb53a6f738f7c + md5: 5cb34c1d2ed89fd36f4e3759c966daf0 depends: - - libexpat 2.6.2 h2f0025b_0 - - libgcc-ng >=12 - license: MIT - license_family: MIT + - __osx >=10.13 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 128302 - timestamp: 1710362329008 -- conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda - sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 - md5: dc0882915da2ec74696ad87aa2350f27 + size: 53798 + timestamp: 1734015115203 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-h3ab3353_2.conda + sha256: b4146ac9ba1676494e3d812ca39664dd7dd454e4d0984f3665fd6feec318c71c + md5: dd655a29b40fe0d1bf95c64cf3cb348d depends: - - libexpat 2.6.2 h73e2aa4_0 - license: MIT - license_family: MIT + - __osx >=11.0 + - libexpat >=2.6.4,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.7,<5.0a0 + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 126612 - timestamp: 1710362607162 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda - sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a - md5: de0cff0ec74f273c4b6aa281479906c3 + size: 53378 + timestamp: 1734014980768 +- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda + sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae + md5: 8e02e06229c677cbc9f5dc69ba49052c depends: - - libexpat 2.6.2 hebf3989_0 - license: MIT - license_family: MIT + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.1,<5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MPL-1.1 + license_family: MOZILLA purls: [] - size: 124594 - timestamp: 1710362455984 -- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 - md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + size: 77439 + timestamp: 1694953013560 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 + sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 + md5: ac7bc6a654f8f41b352b38f4051135f8 depends: - - libexpat 2.6.2 h63175ca_0 - license: MIT - license_family: MIT + - libgcc-ng >=7.5.0 + arch: x86_64 + platform: linux + license: LGPL-2.1 purls: [] - size: 229627 - timestamp: 1710362661692 -- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a - md5: 0e7e4388e9d5283e22b35a9443bdbcc9 + size: 114383 + timestamp: 1604416621168 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 + sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e + md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: - - python >=3.7 - license: Unlicense - purls: - - pkg:pypi/filelock?source=conda-forge-mapping - size: 17592 - timestamp: 1719088395353 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.6-py39hd0e8ec2_4.conda - sha256: 58f3fa680b76637434ea2b3ad5839f9136ef961a008458e65791c01a628d1f37 - md5: c91ae4388db98e870a95dfabaaaa3d4f + - libgcc-ng >=7.5.0 + license: LGPL-2.1 + purls: [] + size: 115689 + timestamp: 1604417149643 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 + sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 + md5: f1c6b41e0f56998ecd9a3e210faa1dc0 + license: LGPL-2.1 + purls: [] + size: 65388 + timestamp: 1604417213 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + license: LGPL-2.1 + purls: [] + size: 60255 + timestamp: 1604417405528 +- conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 + sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 + md5: 807e81d915f2bb2e49951648615241f6 depends: - - __glibc >=2.17,<3.0.a0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: LGPL-2.1 + purls: [] + size: 64567 + timestamp: 1604417122064 +- conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f + md5: af386d551bf26e0a647ef077f07d6868 + depends: + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libxml2 >=2.12.7,<3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 954367 - timestamp: 1722411718762 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.9.6-py39h3c07364_4.conda - sha256: 0b67159eeb5b2711c7bb2a42aad03dcdc9866dab56cc13f09cbd33b90ab279b8 - md5: bb34d4d3e70b2a18ec18ec3b4420b725 + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1462414 + timestamp: 1722372889837 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda + sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb + md5: 201db6c2d9a3c5e46573ac4cb2e92f4f depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 935148 - timestamp: 1722411828865 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.6-py39h7434916_4.conda - sha256: d635cbb630d14de919884ef4bbb21676366cb25929382afb93a29beb07075354 - md5: 126e1d468a8d8b9660427c8f6a74b2cf + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 528149 + timestamp: 1715782983957 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda + sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 + md5: 332ed304e6d1c1333ccbdc0fdd722fe9 + depends: + - libgcc-ng >=12 + - libglib >=2.80.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 536613 + timestamp: 1715784386033 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda + sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 + md5: ee186d2e8db4605030753dc05025d4a0 depends: - __osx >=10.13 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 837517 - timestamp: 1722411918275 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.6-py39h0760b8a_4.conda - sha256: e95c02bf5375aa1cb0dd8cf01b6b38b8c07a805dd246f4523d558d9a8b0637ad - md5: 77a00a30f5601c7a5266fcf77381bdd6 + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 516815 + timestamp: 1715783154558 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda + sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 + md5: 151309a7e1eb57a3c2ab8088a1d74f3e depends: - __osx >=11.0 - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - shapely - - six - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 835617 - timestamp: 1722411895618 -- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c - md5: b6ce97c5802c470b64ad47f286c2b276 - depends: - - attrs >=19.2.0 - - certifi - - click >=8.0,<9.dev0 - - click-plugins >=1.0 - - cligj >=0.5 - - gdal - - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - shapely - - six - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 814844 - timestamp: 1722412467645 -- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 - md5: 4673657910db1d7914dc272124fe03ae - depends: - - python >=3.6 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/flaky?source=conda-forge-mapping - size: 22156 - timestamp: 1710293112378 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-11.0.1-h434a139_0.conda - sha256: 374c969801064e4317007f8e48494f4f7c843b455a41adee41c56f40e5ceea6f - md5: 0568852d3fc5d4854bbfa530cf2a38ab + - libglib >=2.80.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 509570 + timestamp: 1715783199780 +- conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.13.0-h5888daf_0.conda + sha256: 5c70d6d16e044859edca85feb9d4f1c3c6062aaf88d650826f5ccdf8c44336de + md5: 40b4ab956c90390e407bb177f8a58bab depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux + license: LGPL-2.1-only purls: [] - size: 194967 - timestamp: 1720363557415 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fmt-11.0.1-h70be974_0.conda - sha256: 5987d2c3558f03618d90394188319472f9773fa94d18ce86d7fd8cc3cc71c9f4 - md5: 747ff056b54ea0317090448ea9e83116 + size: 1869233 + timestamp: 1725676083126 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.13.0-h5ad3122_0.conda + sha256: cb4591c01e2cb9b9b48e52f050bc7bc89e6ec48c4d55ff8caa2babdc5b952b32 + md5: 7e15d067b9fa7cfd65e9a38ecdfbecad depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-2.1-only purls: [] - size: 192283 - timestamp: 1720363541175 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fmt-11.0.1-h3c5361c_0.conda - sha256: b9dde09253da6fb09ab27eb375c1f919aab3b8f5e6a5d0117f660bb6daf4b707 - md5: 18a370942db21a7f527c2d18ac3240c6 + size: 1821820 + timestamp: 1725676037102 +- conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.13.0-hac325c4_0.conda + sha256: 7e3201780fda37f23623e384557eb66047942db1c2fe0a7453c0caf301ec8bbb + md5: 905fbe84dd83254e4e0db610123dd32d depends: - __osx >=10.13 - - libcxx >=16 - license: MIT - license_family: MIT + - libcxx >=17 + license: LGPL-2.1-only purls: [] - size: 182493 - timestamp: 1720363574426 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fmt-11.0.1-h420ef59_0.conda - sha256: 1d8d8220e4544d66115813e372d23e89ad2a1997b293f613fbd4e8b93256a5ae - md5: 0fdce5c605afb582ffe039f65cf09aad + size: 1577166 + timestamp: 1725676182968 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.13.0-hf9b8971_0.conda + sha256: 273381020b72bde1597d4e07e855ed50ffac083512e61ccbdd99d93f03c6cbf2 + md5: 45b2e9adb9663644b1eefa5300b9eef3 depends: - __osx >=11.0 - - libcxx >=16 - license: MIT - license_family: MIT + - libcxx >=17 + license: LGPL-2.1-only purls: [] - size: 178026 - timestamp: 1720363634143 -- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda - sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 - md5: af430df6ac41b09d5ef99fe60a108a3a + size: 1481430 + timestamp: 1725676193541 +- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 + md5: 019e3460f99eb7c2198c532c50d08791 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 189241 - timestamp: 1720363932863 -- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - md5: 0c96522c6bdaed4b1566d11387caaf45 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 397370 - timestamp: 1566932522327 -- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - md5: 34893075a5c9e55cdafac56607368fc6 - license: OFL-1.1 - license_family: Other - purls: [] - size: 96530 - timestamp: 1620479909603 -- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - md5: 4d59c254e01d9cde7957100457e2d5fb - license: OFL-1.1 - license_family: Other - purls: [] - size: 700814 - timestamp: 1620479612257 -- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda - sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 - md5: cbbe59391138ea5ad3658c76912e147f - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - purls: [] - size: 1622566 - timestamp: 1714483134319 -- conda: 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,<2.0.0a0 - license: MIT - license_family: MIT - purls: [] - size: 272010 - timestamp: 1674828850194 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.14.2-ha9a116f_0.conda - sha256: 71143b04d9beeb76264a54cb42a2953ff858a95f7383531fcb3a33ac6433e7f6 - md5: 6d2d19ea85f9d41534cd28fdefd59a25 - 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,<2.0.0a0 - license: MIT - license_family: MIT + license: LGPL-2.1-only purls: [] - size: 280375 - timestamp: 1674830224830 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda - sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 - md5: 86cc5867dfbee4178118392bae4a3c89 + size: 1561663 + timestamp: 1721747131206 +- conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda + sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 + md5: 4eb52aecb43e7c72f8e4fca0c386354e depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 237068 - timestamp: 1674829100063 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b - md5: f77d47ddb6d3cc5b39b9bdf65635afbb + size: 131394 + timestamp: 1726602918349 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h17a0a10_3.conda + sha256: 08573ea147a8ed8a4198ca7d3682b1399fd2447f59943920e69c94eca8edd7f9 + md5: 3a1a66142835725b8f386fc84e6bf791 depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libgcc >=13 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT purls: [] - size: 237668 - timestamp: 1674829263740 -- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - md5: 08767992f1a4f1336a257af1241034bd + size: 139256 + timestamp: 1726603012108 +- conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h2b6e260_3.conda + sha256: 7e58d94340a499c3c62022ba070231f1dcc7c55a98f8f2a7e982d2071dfd421c + md5: bbc58a544b03990b3bc8c2139cc6c34f depends: - - expat >=2.5.0,<3.0a0 - - freetype >=2.12.1,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 + - __osx >=10.13 + - libcxx >=17 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT purls: [] - size: 190111 - timestamp: 1674829354122 -- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - md5: fee5683a3f04bd15cbd8318b096a27ab - depends: - - fonts-conda-forge - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3667 - timestamp: 1566974674465 -- conda: 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 4102 - timestamp: 1566932280397 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.53.1-py39hcd6043d_0.conda - sha256: 95086898725e09edb3d08f4181e8187b5c46af3c27c934bb90a16986057d3551 - md5: 297804eca6ea16a835a869699095de1c - depends: - - __glibc >=2.17,<3.0.a0 - - brotli - - libgcc-ng >=12 - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2291725 - timestamp: 1720359199280 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.53.1-py39he257ee7_0.conda - sha256: 98b0d67d519f3730904645ad9854a03739ef64d41bd08c1d4cb6724d864fc755 - md5: e30df3a3431af304f87bbd0cd07d5674 - depends: - - brotli - - libgcc-ng >=12 - - munkres - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2270665 - timestamp: 1720359277200 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.53.1-py39hded5825_0.conda - sha256: 99c06fd0f0d2a081828aef515612c69e6038dedfd153c60fd4729f9be18c8fb4 - md5: 8c66634a32e68d3d5a89209c6a182e4d - depends: - - __osx >=10.13 - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2255095 - timestamp: 1720359320022 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.53.1-py39hfea33bf_0.conda - sha256: 5065780519e88a838f4b2a9d4d5ba51ca34658d494027321069ed44190febfbd - md5: c4fca20e73e2b7429e9c7dd7bfdfa6fc + size: 115513 + timestamp: 1726603109733 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h82bf549_3.conda + sha256: 7ce4d6dced3cd313ea170db69d6929b88d77ebd40715f9f38c3bcba3633d6c65 + md5: cb84033d7c167a16c4577272b4493bc5 depends: - __osx >=11.0 - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - unicodedata2 >=14.0.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 2191482 - timestamp: 1720359270521 -- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f - md5: 81bbae03542e491178a620a45ad0b474 - depends: - - brotli - - munkres - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - unicodedata2 >=14.0.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 1918855 - timestamp: 1720359431607 -- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad - md5: 6d2677b354c9596e77d4583ddc15aa00 - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fortran-language-server?source=conda-forge-mapping - size: 62350 - timestamp: 1637570882364 -- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 - md5: 153742a29b4c22ee54442fb93a0e9127 - depends: - - configargparse - - python >=3.5 - license: GPL-3.0-or-later - license_family: GPL - purls: - - pkg:pypi/fprettify?source=conda-forge-mapping - size: 137690 - timestamp: 1637859635697 -- conda: 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,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 634972 - timestamp: 1694615932610 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda - sha256: 7af93030f4407f076dce181062360efac2cd54dce863b5d7765287a6f5382537 - md5: a5ab74c5bd158c3d5532b66d8d83d907 - depends: - - libgcc-ng >=12 - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 642092 - timestamp: 1694617858496 -- conda: 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,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 599300 - timestamp: 1694616137838 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda - sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 - md5: e6085e516a3e304ce41a8ee08b9b89ad - depends: - - libpng >=1.6.39,<1.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: GPL-2.0-only OR FTL - purls: [] - size: 596430 - timestamp: 1694616332835 -- conda: 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,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only OR FTL - purls: [] - size: 510306 - timestamp: 1694616398888 -- conda: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda - sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - md5: 12e6988845706b2cfbc3bc35c9a61a95 - depends: - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 59769 - timestamp: 1694952692595 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freexl-2.0.0-h5428426_0.conda - sha256: d1c1b82336de80f6b2045654ec980419520e32db9d54e75a41feb6180ab26c8a - md5: 1338ecf4f6072e376e87f3ae6bc34170 - depends: - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 60545 - timestamp: 1694952753443 -- conda: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda - sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - md5: 640c34a8084e2a812bcee5b804597fc9 - depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 54007 - timestamp: 1694952882265 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freexl-2.0.0-hfbad9fb_0.conda - sha256: 9cb4957d1431bc57bc95b1e99a50669d91ac3441226a78f69fa030d52f2bda77 - md5: 40722e5f48287567cda6fb2ec1f7891b - depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 55132 - timestamp: 1694952828719 -- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - md5: 8e02e06229c677cbc9f5dc69ba49052c - depends: - - libexpat >=2.5.0,<3.0a0 - - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MPL-1.1 - license_family: MOZILLA - purls: [] - size: 77439 - timestamp: 1694953013560 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 - sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 - md5: ac7bc6a654f8f41b352b38f4051135f8 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - purls: [] - size: 114383 - timestamp: 1604416621168 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fribidi-1.0.10-hb9de7d4_0.tar.bz2 - sha256: bcb5a40f1aaf4ea8cda2fc6b2b12aa336403772121350281ce31fd2d9d3e214e - md5: f6c91a43eace6fb926a8730b3b9a8a50 - depends: - - libgcc-ng >=7.5.0 - license: LGPL-2.1 - purls: [] - size: 115689 - timestamp: 1604417149643 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 - sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 - md5: f1c6b41e0f56998ecd9a3e210faa1dc0 - license: LGPL-2.1 - purls: [] - size: 65388 - timestamp: 1604417213 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - md5: c64443234ff91d70cb9c7dc926c58834 - license: LGPL-2.1 - purls: [] - size: 60255 - timestamp: 1604417405528 -- conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - sha256: e0323e6d7b6047042970812ee810c6b1e1a11a3af4025db26d0965ae5d206104 - md5: 807e81d915f2bb2e49951648615241f6 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: LGPL-2.1 - purls: [] - size: 64567 - timestamp: 1604417122064 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.9.1-py39h43ca41f_10.conda - sha256: ce6560475a7f4d61e9cd6abe6bc155eb7d9bbd7cd35308146d1b3811dbe71470 - md5: 89f986d85f573e071fcd88ade2d0fd5e - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1528379 - timestamp: 1722370952893 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdal-3.9.1-py39habddcd1_10.conda - sha256: 92f4ee69fc915248d54ec594adf12d56da354f2eb45bb9b55fec8d08275e2a8b - md5: d041b4ec66ff88c713c5404e2d9f719a - depends: - - libgcc-ng >=12 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1491222 - timestamp: 1722371354565 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.9.1-py39h8e38deb_10.conda - sha256: 2314014a74ca043ba8affea3f3b24d6a3e95b7eda18b5e0055c9fdaeafe615c3 - md5: 7c02b8716492246c627bec3a6c5056d2 - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1507014 - timestamp: 1722371605506 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.9.1-py39hd7edc34_10.conda - sha256: 7a0bee7690696c184aa53f0e3503fa6d1867c0241ec462cf80618300d7399e66 - md5: 206c7b5916a24ab94c4b9a81bc8001d3 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1493339 - timestamp: 1722372029528 -- conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f - md5: af386d551bf26e0a647ef077f07d6868 - depends: - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1462414 - timestamp: 1722372889837 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda - sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb - md5: 201db6c2d9a3c5e46573ac4cb2e92f4f - depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 528149 - timestamp: 1715782983957 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gdk-pixbuf-2.42.12-ha61d561_0.conda - sha256: 608f64aa9cf3085e91da8d417aa7680715130b4da73d8aabc50b19e29de697d2 - md5: 332ed304e6d1c1333ccbdc0fdd722fe9 - depends: - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 536613 - timestamp: 1715784386033 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gdk-pixbuf-2.42.12-ha587570_0.conda - sha256: 92cb602ef86feb35252ee909e19536fa043bd85b8507450ad8264cfa518a5881 - md5: ee186d2e8db4605030753dc05025d4a0 - depends: - - __osx >=10.13 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 516815 - timestamp: 1715783154558 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.12-h7ddc832_0.conda - sha256: 72bcf0a4d3f9aa6d99d7d1d224d19f76ccdb3a4fa85e60f77d17e17985c81bd2 - md5: 151309a7e1eb57a3c2ab8088a1d74f3e - depends: - - __osx >=11.0 - - libglib >=2.80.2,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 509570 - timestamp: 1715783199780 -- conda: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.2-he02047a_1.conda - sha256: bc3860e6689be6968ca5bae3660f43dd3e22f4dd61c0bfc99ffd0d0daf4f7a73 - md5: aab9195bc018b82dc77a84584b36cce9 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 1737633 - timestamp: 1721746525671 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geos-3.12.2-h0a1ffab_1.conda - sha256: 7f3c6fd365fc70ba082b0149a334fd4bb514aa074349250c039fe5d69886e7b9 - md5: 1c96c4fea8a0bdfc86a2be404234cda5 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - purls: [] - size: 1692169 - timestamp: 1721746661378 -- conda: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.2-hf036a51_1.conda - sha256: 1d5ec9da8a543885228aa7ca9fabfcacd653b0f14e8d175bb83de60afcffc166 - md5: fbb2688b537dafd5fb554d0b7ef27397 - depends: - - __osx >=10.13 - - libcxx >=16 - license: LGPL-2.1-only - purls: [] - size: 1482492 - timestamp: 1721747118528 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geos-3.12.2-h00cdb27_1.conda - sha256: 1090c9b8e9a628eb2f9718d19e3cc6372c39cf763295c446a3da9288d0dbba11 - md5: e07a7fa032741a056a72f46b43064ea2 - depends: - - __osx >=11.0 - - libcxx >=16 - license: LGPL-2.1-only - purls: [] - size: 1400339 - timestamp: 1721747764174 -- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 - md5: 019e3460f99eb7c2198c532c50d08791 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - purls: [] - size: 1561663 - timestamp: 1721747131206 -- conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-hf7fa9e8_2.conda - sha256: 3ecd04a14cb3d64f0641828aa9e918895b508809aedf7b5b0ec712c6957b5815 - md5: 1d6bdc6b2c62c8cc90c67b50142d7b7f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 131714 - timestamp: 1722335412421 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/geotiff-1.7.3-h1116711_2.conda - sha256: ee54f367c8014fdce4eb0dce807687882401e18dbced6478bcd9b0c21ab23214 - md5: 177dba77b18909c49af2291f3d271ad3 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 136202 - timestamp: 1722335517470 -- conda: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.3-h4bbec01_2.conda - sha256: a56e2154bfd21588ffde48ae14f906ea6b7e0eb49f71b2e3fb320cd066c22503 - md5: d83428f874b4fc2d204613ad7ad42b6d - depends: - - __osx >=10.13 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 115552 - timestamp: 1722335565552 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.3-h7e5fb84_2.conda - sha256: 2cd4db594cb9580c92ec40063a0160237d31fa633abf8b4c81730a0f2626ba7b - md5: 5a9ebf4312dffc9b44f41af5d2a2332e - depends: - - __osx >=11.0 - - libcxx >=16 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 114324 - timestamp: 1722335738912 -- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 - md5: 8968032e8f14d84b40a20437707f8ec7 - depends: + - libcxx >=17 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - license: MIT - license_family: MIT - purls: [] - size: 123406 - timestamp: 1722335928788 -- conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c - md5: 714d0882dc5e692ca4683d8e520f73c6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-3.0-only - license_family: GPL - purls: [] - size: 21903 - timestamp: 1694400856979 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-h59595ed_2.conda - sha256: 386181254ddd2aed1fccdfc217da5b6545f6df4e9979ad8e08f5e91e22eaf7dc - md5: 219ba82e95d7614cf7140d2a4afc0926 - depends: - - gettext-tools 0.22.5 h59595ed_2 - - libasprintf 0.22.5 h661eb56_2 - - libasprintf-devel 0.22.5 h661eb56_2 - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - - libgettextpo-devel 0.22.5 h59595ed_2 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - purls: [] - size: 475058 - timestamp: 1712512357949 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-h59595ed_2.conda - sha256: 67d7b1d6fe4f1c516df2000640ec7dcfebf3ff6ea0785f0276870e730c403d33 - md5: 985f2f453fb72408d6b6f1be0f324033 - depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later - license_family: GPL - purls: [] - size: 2728420 - timestamp: 1712512328692 -- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 77248 - timestamp: 1712692454246 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 - md5: 2f809afaf0ba1ea4135dce158169efac - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 82124 - timestamp: 1712692444545 -- conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 - md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac - license: MIT - license_family: MIT - purls: [] - size: 74516 - timestamp: 1712692686914 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c - md5: 95fa1486c77505330c20f7202492b913 - license: MIT - license_family: MIT - purls: [] - size: 71613 - timestamp: 1712692611426 -- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b - md5: 623b19f616f2ca0c261441067e18ae40 - depends: - - python >=3.7 - - smmap >=3.0.1,<6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitdb?source=conda-forge-mapping - size: 52872 - timestamp: 1697791718749 -- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a - md5: 0b2154c1818111e17381b1df5b4b0176 - depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitpython?source=conda-forge-mapping - size: 156827 - timestamp: 1711991122366 -- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.3-h8a4344b_1.conda - sha256: 51db16c42f0f07aa9d4f922a629d8f68fe3b2590917b8282b7e8ab5ced45c0f6 - md5: a3acc4920c9ca19cb6b295028d606477 - depends: - - glib-tools 2.80.3 h73ef956_1 - - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - - python * - license: LGPL-2.1-or-later - purls: [] - size: 599204 - timestamp: 1720334967965 -- conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 - md5: 13ce8fd2eb07f41c7108f7ad7bb0062e - depends: - - glib-tools 2.80.3 h4394cf3_1 - - libffi >=3.4,<4.0a0 - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - libintl-devel - - python * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - purls: [] - size: 572358 - timestamp: 1720335131283 -- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.3-h73ef956_1.conda - sha256: 1cbaa71af8ed506c158e345e3f951b4f36506f96e957b9486dea5eaca86252b2 - md5: 99701cdc9a25a333d15265d1d243b2dc - depends: - - libgcc-ng >=12 - - libglib 2.80.3 h8a4344b_1 - license: LGPL-2.1-or-later - purls: [] - size: 113361 - timestamp: 1720334924695 -- conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d - md5: 12d270a5f8b8ae0a9536c1960f21e0aa - depends: - - libglib 2.80.3 h7025463_1 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - purls: [] - size: 95020 - timestamp: 1720335074003 -- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add - md5: f87c7b7c2cb45f323ffbce941c78ab7c - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 96855 - timestamp: 1711634169756 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 - md5: f33009add6a08358bc12d114ceec1304 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 99453 - timestamp: 1711634223220 -- conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a - md5: fc7124f86e1d359fc5d878accd9e814c - depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 84384 - timestamp: 1711634311095 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 - md5: 339991336eeddb70076d8ca826dac625 - depends: - - libcxx >=16 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 79774 - timestamp: 1711634444608 -- conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f - md5: 3194499ee7d1a67404a87d0eefdd92c6 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 95406 - timestamp: 1711634622644 -- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-11.0.0-hc68bbd7_0.conda - sha256: 7e7ca0901c0d2de455718ec7a0974e2091c38e608f90a4ba98084e4902d93c17 - md5: 52a531ef95358086a56086c45d97ab75 - depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 2304422 - timestamp: 1716134196230 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-11.0.0-h8cf0465_0.conda - sha256: 69dd90c8dcf2a3b1d725ccef55fe7f3d024e622140468648475e473418f98ceb - md5: aba9fe9e948772c3889ca9cb0330748e - depends: - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 2405073 - timestamp: 1716134379463 -- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-11.0.0-hc9017ca_0.conda - sha256: 15afc407a9fe216956242fa3a280a61762407e16a65cb79fcbe8f5cc9599e93f - md5: 5a2ebaaa6d41dcf3a8bfd2a14a4300f0 - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 5030587 - timestamp: 1716134450573 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-11.0.0-h9bb9bc9_0.conda - sha256: ced49a72b8f3c92a76d3f07bb75be2a64d3572d433f2711d36003e1b565d1d4e - md5: c004a0e5dfbe0ce38af9ab4684abd236 - depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fonts-conda-ecosystem - - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 - - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - librsvg >=2.58.0,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - license: EPL-1.0 - license_family: Other - purls: [] - size: 5047991 - timestamp: 1716134413760 -- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 - md5: c6c2ec410aa5e77e09948bf7a4367c00 - depends: - - cairo >=1.18.0,<2.0a0 - - getopt-win32 >=0.1,<0.2.0a0 - - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: EPL-1.0 - license_family: Other - purls: [] - size: 1161689 - timestamp: 1716134918752 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.24.6-hbaaba92_0.conda - sha256: b4a64deb2e4d066882b3ee8cbe17916a064a64779066fb602e3714a1550cbb06 - md5: b22ffc80ac9af846df60b2640c98fea4 - depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 - - gstreamer 1.24.6 haf2f30d_0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - libxcb >=1.16,<1.17.0a0 - - libzlib >=1.3.1,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxau >=1.0.11,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - - xorg-libxxf86vm >=1.1.5,<2.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2793963 - timestamp: 1722361035822 -- conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 - md5: 3bd30e36b539ec931cd9be9ae36544f6 - depends: - - gstreamer 1.24.6 h5006eae_0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libvorbis >=1.3.7,<1.4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2064224 - timestamp: 1722361768824 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.24.6-haf2f30d_0.conda - sha256: dc20889527dbbb4bb2843f38ab38db14cb5425749a254651d28d47409bbe08e0 - md5: a15d7b21e4b7b82b87ba04c3b46c1317 - depends: - - __glibc >=2.17,<3.0.a0 - - glib >=2.80.3,<3.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2020818 - timestamp: 1722360910449 -- conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 - md5: 81ffb18e1c5f4bd508b357f18292a597 - depends: - - glib >=2.80.3,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2026706 - timestamp: 1722361578619 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h6470451_5.conda - sha256: 16644d036321b32635369c183502974c8b989fa516c313bd379f9aa4adcdf642 - md5: 1483ba046164be27df7f6eddbcec3a12 - depends: - - __glibc >=2.17,<3.0.a0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 6501561 - timestamp: 1721285940408 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-h4cb56f0_5.conda - sha256: 21c06dce331299cabf1d5c8a1c68ab537811a6b979ee59cec0f8250009324aae - md5: 1e19ec7c57430dcd5e475e21209f3996 - depends: - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - pango >=1.54.0,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 6591811 - timestamp: 1721293692701 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-h2c15c3c_5.conda - sha256: 9d7a50dae4aef357473b16c5121c1803a0c9ee1b8f93c4d90dc0196ae5007208 - md5: 308376a1154bc0ab3bbeeccf6ff986be - depends: - - __osx >=10.13 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 6162947 - timestamp: 1721286459536 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-h91d5085_5.conda - sha256: 26ca08e16bb530465370d94309bfb500438f6cff4d6cf85725db3b7afcd9eccd - md5: 23558d38b8e80959b74cfe83acad7c66 - depends: - - __osx >=11.0 - - atk-1.0 >=2.38.0 - - cairo >=1.18.0,<2.0a0 - - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 6152068 - timestamp: 1721286930050 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b - md5: 4d8df0b0db060d33c9a702ada998a8fe - depends: - - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 318312 - timestamp: 1686545244763 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c - md5: 2aeaeddbd89e84b60165463225814cfc - depends: - - libgcc-ng >=12 - - libglib >=2.76.3,<3.0a0 - - libstdcxx-ng >=12 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 332673 - timestamp: 1686545222091 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 - md5: 848cc963fcfbd063c7a023024aa3bec0 - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 280972 - timestamp: 1686545425074 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba - md5: 21b4dd3098f63a74cf2aa9159cbef57d - depends: - - libcxx >=15.0.7 - - libglib >=2.76.3,<3.0a0 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 304331 - timestamp: 1686545503242 -- conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 - md5: a41f14768d5e377426ad60c613f2923b - depends: - - libglib >=2.76.3,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 188688 - timestamp: 1686545648050 -- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a - md5: b748fbf7060927a6e82df7cb5ee8f097 - depends: - - hpack >=4.0,<5 - - hyperframe >=6.0,<7 - - python >=3.6.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/h2?source=conda-forge-mapping - size: 46754 - timestamp: 1634280590080 -- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-9.0.0-hfac3d4d_0.conda - sha256: 5854e5ac2d3399ef30b59f15045c19fa5f0bab94d116bd75cac4d05181543dc3 - md5: c7b47c64af53e8ecee01d101eeab2342 - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 1590518 - timestamp: 1719579998295 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-9.0.0-h9812418_0.conda - sha256: a2772de84011e52977ea99b978f167b5053bf55ef4e30a9ce483da4d21f3f263 - md5: d783645c712ed75677dda0f87a4fae1b - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 1618051 - timestamp: 1719583714412 -- conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-9.0.0-h053f038_0.conda - sha256: eb94445e4ea3e794582f47365d3b429adfddc24209a39bb8102f17198a0661e1 - md5: 0a4256cad662dc36666221a2a8daa34e - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - license: MIT - license_family: MIT - purls: [] - size: 1355063 - timestamp: 1719580353790 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-9.0.0-h1836168_0.conda - sha256: 9d2a30e652c0f0e6d7f87a527687d74ea8eaa0274199e08122dd6b400f23d9cb - md5: b6b6313a34c08e587c04dc2ed9a6c724 - depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libcxx >=16 - - libglib >=2.80.2,<3.0a0 - license: MIT - license_family: MIT - purls: [] - size: 1320754 - timestamp: 1719580394276 -- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa - md5: 7b49dd4fc5ec701184302e848c79d813 - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - graphite2 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 1100946 - timestamp: 1719581231427 -- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda - sha256: 0d09b6dc1ce5c4005ae1c6a19dc10767932ef9a5e9c755cfdbb5189ac8fb0684 - md5: bd77f8da987968ec3927990495dc22e4 - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 756742 - timestamp: 1695661547874 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf4-4.2.15-hb6ba311_7.conda - sha256: 70d1e2d3e0b9ae1b149a31a4270adfbb5a4ceb2f8c36d17feffcd7bcb6208022 - md5: e1b6676b77b9690d07ea25de48aed97e - depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 773862 - timestamp: 1695661552544 -- conda: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h8138101_7.conda - sha256: 8c767cc71226e9eb62649c903c68ba73c5f5e7e3696ec0319d1f90586cebec7d - md5: 7ce543bf38dbfae0de9af112ee178af2 - depends: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 724103 - timestamp: 1695661907511 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf4-4.2.15-h2ee6834_7.conda - sha256: c3b01e3c3fe4ca1c4d28c287eaa5168a4f2fd3ffd76690082ac919244c22fa90 - md5: ff5d749fd711dc7759e127db38005924 - depends: - - libcxx >=15.0.7 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 762257 - timestamp: 1695661864625 -- conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - md5: 84344a916a73727c1326841007b52ca8 - depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 779637 - timestamp: 1695662145568 -- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda - sha256: 2278fa07da6f96e807d402cd55480624d67d2dee202191aaaf278ce5ab23605a - md5: 7e1729554e209627636a0f6fabcdd115 - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3911675 - timestamp: 1717587866574 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hdf5-1.14.3-nompi_hd1676c9_105.conda - sha256: 1361452c161a780f0e1e7a185917d738b609327350ef1711430cd9e06a881b84 - md5: 55dd1e8edf52fc44e71cf1c6890032c8 - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3988950 - timestamp: 1717596727874 -- conda: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h687a608_105.conda - sha256: 98f8350730d09e8ad7b62ca6d6be38ee2324b11bbcd1a5fe2cac619b12cd68d7 - md5: 98544299f6bb2ef4d7362506a3dde886 - depends: - - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3733954 - timestamp: 1717588360008 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hdf5-1.14.3-nompi_hec07895_105.conda - sha256: 5d87a1b63862e7da78c7bd9c17dea3526c0462c11df9004943cfa4569cc25dd3 - md5: f9c8c7304d52c8846eab5d6c34219812 - depends: - - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - libgfortran5 >=13.2.0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 3445248 - timestamp: 1717587775787 -- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 - md5: 5788de34381caf624b78c4981618dc0a - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2039111 - timestamp: 1717587493910 -- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 - md5: 914d6646c4dbb1fd3ff539830a12fd71 - depends: - - python - license: MIT - license_family: MIT - purls: - - pkg:pypi/hpack?source=conda-forge-mapping - size: 25341 - timestamp: 1598856368685 -- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/hyperframe?source=conda-forge-mapping - size: 14646 - timestamp: 1619110249723 -- conda: 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 - license: MIT - license_family: MIT - purls: [] - size: 12089150 - timestamp: 1692900650789 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-73.2-h787c7f5_0.conda - sha256: aedb9c911ede5596c87e1abd763ed940fab680d71fdb953bce8e4094119d47b3 - md5: 9d3c29d71f28452a2e843aff8cbe09d2 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 12237094 - timestamp: 1692900632394 -- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - md5: 5cc301d759ec03f28328428e28f65591 - license: MIT - license_family: MIT - purls: [] - size: 11787527 - timestamp: 1692901622519 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda - sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 - md5: 8521bd47c0e11c5902535bb1a17c565f - license: MIT - license_family: MIT - purls: [] - size: 11997841 - timestamp: 1692902104771 -- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - md5: 0f47d9e3192d9e09ae300da0d28e0f56 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 13422193 - timestamp: 1692901469029 -- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b - md5: c0cc1420498b17414d8617d0b9f506ca - depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/idna?source=conda-forge-mapping - size: 52718 - timestamp: 1713279497047 -- conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 - md5: 7de5386c8fea29e76b303f37dde4c352 - depends: - - python >=3.4 - license: MIT - license_family: MIT - purls: - - pkg:pypi/imagesize?source=conda-forge-mapping - size: 10164 - timestamp: 1656939625410 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a - md5: c261d14fc7f49cdd403868998a18c318 - depends: - - python >=3.8 - - zipp >=0.5 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 28110 - timestamp: 1721856614564 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 - md5: dcbadab7a68738a028e195ab68ab2d2e - depends: - - importlib_resources >=6.4.0,<6.4.1.0a0 - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 9657 - timestamp: 1711041029062 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 - md5: 0fd030dce707a6654472cf7619b0b01b - depends: - - importlib-metadata >=8.2.0,<8.2.1.0a0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 9330 - timestamp: 1721856618848 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda - sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de - md5: c5d3907ad8bd7bf557521a1833cf7e6d - depends: - - python >=3.8 - - zipp >=3.1.0 - constrains: - - importlib-resources >=6.4.0,<6.4.1.0a0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 33056 - timestamp: 1711041009039 -- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/iniconfig?source=conda-forge-mapping - size: 11101 - timestamp: 1673103208955 -- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 - md5: 9c28c39e64871a0adef7d1195bd58655 - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - purls: [] - size: 1860328 - timestamp: 1721088141110 -- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda - sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a - md5: b40131ab6a36ac2c09b7c57d4d3fbf99 - 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119084 - timestamp: 1719845605084 -- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - sha256: dc569094125127c0078aa536f78733f383dd7e09507277ef8bcd1789786e7086 - md5: 18df5fc4944a679e085e0e8f31775fc8 - 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119853 - timestamp: 1719845858082 -- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda - sha256: 072534d4d379225b2c3a4e38bc7730b65ae171ac7f0c2d401141043336e97980 - md5: 9eb15d654daa0ef5a98802f586bb4ffc - 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 >=24 - - tornado >=6.1 - - traitlets >=5.4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping - size: 119568 - timestamp: 1719845667420 -- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda - sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b - md5: 15c6f45a45f7ac27f6d60b0b084f6761 - depends: - - __unix - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pexpect >4.3 - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipython?source=conda-forge-mapping - size: 591040 - timestamp: 1701831872415 -- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 - md5: 656a798e52fbe1ca72f7d97b3c36aeff - depends: - - __win - - colorama - - decorator - - exceptiongroup - - jedi >=0.16 - - matplotlib-inline - - pickleshare - - prompt-toolkit >=3.0.41,<3.1.0 - - pygments >=2.4.0 - - python >=3.9 - - stack_data - - traitlets >=5 - - typing_extensions - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ipython?source=conda-forge-mapping - size: 590143 - timestamp: 1701832398069 -- conda: 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 + - proj >=9.5.0,<9.6.0a0 + - zlib license: MIT license_family: MIT - purls: - - pkg:pypi/jedi?source=conda-forge-mapping - size: 841312 - timestamp: 1696326218364 -- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d - md5: 7b86ecb7d3557821c649b3c31e3eb9f2 - depends: - - markupsafe >=2.0 - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jinja2?source=conda-forge-mapping - size: 111565 - timestamp: 1715127275924 -- conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h1220068_1.conda - sha256: 0caf06ccfbd6f9a7b3a1e09fa83e318c9e84f2d1c1003a9e486f2600f4096720 - md5: f8f0f0c4338bad5c34a4e9e11460481d + purls: [] + size: 113739 + timestamp: 1726603324989 +- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 + md5: 8968032e8f14d84b40a20437707f8ec7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - proj >=9.4.1,<9.5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib license: MIT license_family: MIT purls: [] - size: 83682 - timestamp: 1720812978049 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.17-hf9262ea_1.conda - sha256: 43d4fd9b19a367464d232b6fb0f8ee945328c4ece5c76b6e69b3f23d87f6e42f - md5: f9f65f64ab18c6bbbd6cd780c8ae3a1f + size: 123406 + timestamp: 1722335928788 +- conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda + sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c + md5: 714d0882dc5e692ca4683d8e520f73c6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-3.0-only + license_family: GPL + purls: [] + size: 21903 + timestamp: 1694400856979 +- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda + sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff + md5: 3bf7b9fd5a7136126e0234db4b87c8b6 depends: - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 88473 - timestamp: 1720813047136 -- conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h6253ea5_1.conda - sha256: 66ddd1a4d643c7c800a1bb8e61f5f4198ec102be37db9a6d2e037004442eff8d - md5: fb72a2ef514c2df4ba035187945a6dcf + size: 77248 + timestamp: 1712692454246 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda + sha256: a79dc3bd54c4fb1f249942ee2d5b601a76ecf9614774a4cff9af49adfa458db2 + md5: 2f809afaf0ba1ea4135dce158169efac depends: - - __osx >=10.13 + - libgcc-ng >=12 license: MIT license_family: MIT purls: [] - size: 72163 - timestamp: 1720813111542 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.17-he54c16a_1.conda - sha256: b12b280c0179628b2aa355286331d48b136104cf96179c355971f2e7c5b226ac - md5: 4831302cd6badbdb87c0334163fb7d68 - depends: - - __osx >=11.0 + size: 82124 + timestamp: 1712692444545 +- conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda + sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 + md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac license: MIT license_family: MIT purls: [] - size: 74409 - timestamp: 1720813255190 -- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 - md5: 66125e28711d8ffc04a207a2b170316d - depends: - - attrs >=17.4.0 - - importlib-metadata - - pyrsistent >=0.14.0 - - python >=3.6 - - setuptools - - six >=1.11.0 + size: 74516 + timestamp: 1712692686914 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda + sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c + md5: 95fa1486c77505330c20f7202492b913 license: MIT license_family: MIT - purls: - - pkg:pypi/jsonschema?source=conda-forge-mapping - size: 45999 - timestamp: 1614815999960 -- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c - md5: 3cdbb2fa84490e5fd44c9f9806c0d292 + purls: [] + size: 71613 + timestamp: 1712692611426 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b + md5: 623b19f616f2ca0c261441067e18ae40 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 + - python >=3.7 + - smmap >=3.0.1,<6 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-client?source=conda-forge-mapping - size: 106248 - timestamp: 1716472312833 -- conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.2-py39hf3d152e_0.conda - sha256: fbe43f4db84cd4eb0b3eed971a197237c9a0d53fa90b695a7fa82e4ccd193cbf - md5: 612f7a003a8a407955572c0d53952ceb + - pkg:pypi/gitdb?source=conda-forge-mapping + size: 52872 + timestamp: 1697791718749 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 + md5: 7c14f3706e099f8fcd47af2d494616cc depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 + - python >=3.9 + - smmap >=3.0.1,<6 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79658 - timestamp: 1710257600539 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/jupyter_core-5.7.2-py39h4420490_0.conda - sha256: 6eeadf893308e6a9e27b978f013968b178e080eb383532f5dbc0691f93438141 - md5: 7d9cb6936e2b7c33480a8890d4f2d41c + - pkg:pypi/gitdb?source=hash-mapping + size: 53136 + timestamp: 1735887290843 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a + md5: 0b2154c1818111e17381b1df5b4b0176 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 + - gitdb >=4.0.1,<5 + - python >=3.7 + - typing_extensions >=3.7.4.3 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80302 - timestamp: 1710257538687 -- conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py39h6e9494a_0.conda - sha256: f30dc74ac083f9c97d5287b335ea193e0ddc27f02195f677436df84d6ccdf59e - md5: 9611b1806866adc1693cfb5a323f16e4 + - pkg:pypi/gitpython?source=conda-forge-mapping + size: 156827 + timestamp: 1711991122366 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 + md5: 140a4e944f7488467872e562a2a52789 depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 + - gitdb >=4.0.1,<5 + - python >=3.9 + - typing_extensions >=3.7.4.3 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 80149 - timestamp: 1704727554036 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.7.2-py39h2804cbe_0.conda - sha256: 8f76dc3754b315d16b1c3a64e387477c4ea4556358b87c80b4b7f37314a25ea9 - md5: 4466162887415f41a30c5c70776bee76 + - pkg:pypi/gitpython?source=hash-mapping + size: 157200 + timestamp: 1735929768433 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 + md5: 13ce8fd2eb07f41c7108f7ad7bb0062e depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 79895 - timestamp: 1710257881036 -- conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 - md5: 78ec20214b67efe5caebb4f08bdee094 + - glib-tools 2.80.3 h4394cf3_1 + - libffi >=3.4,<4.0a0 + - libglib 2.80.3 h7025463_1 + - libintl >=0.22.5,<1.0a0 + - libintl-devel + - python * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-or-later + purls: [] + size: 572358 + timestamp: 1720335131283 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d + md5: 12d270a5f8b8ae0a9536c1960f21e0aa depends: - - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - pywin32 >=300 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 96366 - timestamp: 1710257842034 -- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - name: jupyterlab-pygments - version: 0.3.0 - sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 - requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 - md5: 1df7fd1594a7f2f6496ff23834a099bf + - libglib 2.80.3 h7025463_1 + - libintl >=0.22.5,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.1-or-later + purls: [] + size: 95020 + timestamp: 1720335074003 +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda + sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add + md5: f87c7b7c2cb45f323ffbce941c78ab7c depends: - - markdown-it-py >=1.0 - - mdit-py-plugins - - nbformat - - packaging - - python >=3.8 - - pyyaml - - tomli - license: MIT - license_family: MIT - purls: - - pkg:pypi/jupytext?source=conda-forge-mapping - size: 104513 - timestamp: 1722332096729 -- conda: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.3-hee9dde6_1.conda - sha256: d607ddb5906a335cb3665dd81f3adec4af248cf398147693b470b65d887408e7 - md5: c5b7b29e2b66107553d0366538257a51 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 96855 + timestamp: 1711634169756 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda + sha256: c7585e1fb536120583790080f3b3875c04d5f2d64eafbc87e9aa39895e4118c0 + md5: f33009add6a08358bc12d114ceec1304 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 99453 + timestamp: 1711634223220 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda + sha256: b71db966e47cd83b16bfcc2099b8fa87c07286f24a0742078fede4c84314f91a + md5: fc7124f86e1d359fc5d878accd9e814c + depends: + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 84384 + timestamp: 1711634311095 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda + sha256: 2eadafbfc52f5e7df3da3c3b7e5bbe34d970bea1d645ffe60b0b1c3a216657f5 + md5: 339991336eeddb70076d8ca826dac625 + depends: + - libcxx >=16 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 79774 + timestamp: 1711634444608 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda + sha256: 25040a4f371b9b51663f546bac620122c237fa1d5d32968e21b0751af9b7f56f + md5: 3194499ee7d1a67404a87d0eefdd92c6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 95406 + timestamp: 1711634622644 +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a + md5: 953e31ea00d46beb7e64a79fc291ec44 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + arch: x86_64 + platform: linux + license: EPL-1.0 + license_family: Other purls: [] - size: 170709 - timestamp: 1716158265533 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kealib-1.5.3-h8e54105_1.conda - sha256: 5174d4475ddbe6aa97ffdc23c1582ddc3f921bc6f9ee01d8bea7e74b25f4479a - md5: 1e6ad5c605e5f613b119c1afba688923 + size: 2303111 + timestamp: 1722673717117 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 + md5: ce14a315beb92bfa8e544e912a17c7e7 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other purls: [] - size: 140223 - timestamp: 1716158308507 -- conda: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.3-hb2b617a_1.conda - sha256: 3150dedf047284e8b808a169dfe630d818d8513b79d08a5404b90973c61c6914 - md5: e24e1fa559fd29c34593d6a47b459443 + size: 2402404 + timestamp: 1722673792633 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c + md5: ef49aa1e3614bfc6fb5369675129c09b depends: - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 - libcxx >=16 - license: MIT - license_family: MIT + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other purls: [] - size: 152270 - timestamp: 1716158359765 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/kealib-1.5.3-h848a2d4_1.conda - sha256: f17ee2e89bce1923222148956c3b3ab2e859b60f82568a3241593239a8412546 - md5: dafdda3213a216870027af0c76f204c7 + size: 4984341 + timestamp: 1722673941539 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 + md5: 29c0dcbd4ec7135b7a55805aa3a5a331 depends: - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 + - cairo >=1.18.0,<2.0a0 + - fonts-conda-ecosystem + - gdk-pixbuf >=2.42.12,<3.0a0 + - gtk2 + - gts >=0.7.6,<0.8.0a0 - libcxx >=16 - license: MIT - license_family: MIT + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.50.14,<2.0a0 + license: EPL-1.0 + license_family: Other purls: [] - size: 142911 - timestamp: 1716158475936 -- conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 - md5: a20c9e3598a55ca3e61cad90ef33ada3 + size: 5082874 + timestamp: 1722673934247 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 + md5: c6c2ec410aa5e77e09948bf7a4367c00 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 + - cairo >=1.18.0,<2.0a0 + - getopt-win32 >=0.1,<0.2.0a0 + - gts >=0.7.6,<0.8.0a0 + - libexpat >=2.6.2,<3.0a0 + - libgd >=2.3.3,<2.4.0a0 + - libglib >=2.80.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - pango >=1.50.14,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + license: EPL-1.0 + license_family: Other purls: [] - size: 133355 - timestamp: 1716158947179 -- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - md5: 30186d27e2c9fa62b45fb1476b7200e3 + size: 1161689 + timestamp: 1716134918752 +- conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 + md5: 3bd30e36b539ec931cd9be9ae36544f6 depends: - - libgcc-ng >=10.3.0 + - gstreamer 1.24.6 h5006eae_0 + - libglib >=2.80.3,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libvorbis >=1.3.7,<1.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2064224 + timestamp: 1722361768824 +- conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 + md5: 81ffb18e1c5f4bd508b357f18292a597 + depends: + - glib >=2.80.3,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2026706 + timestamp: 1722361578619 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 + md5: 28a9681054948a7d7e96a7b8fe9b604e + depends: + - __glibc >=2.17,<3.0.a0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later purls: [] - size: 117831 - timestamp: 1646151697040 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 - sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b - md5: 1f24853e59c68892452ef94ddd8afd4b + size: 6521748 + timestamp: 1734919384107 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b + md5: c4558cdc1278a6d1949c265adb0e7835 depends: - - libgcc-ng >=10.3.0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - pango >=1.54.0,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 license: LGPL-2.1-or-later purls: [] - size: 112327 - timestamp: 1646166857935 -- conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py39h7633fee_1.conda - sha256: 620d2aa2c3f016aa569b4a679688cb34f27c05e08555e4860099cf001bd740e4 - md5: c9f74d717e5a2847a9f8b779c54130f2 + size: 6621659 + timestamp: 1734927874980 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 + md5: c4bf60cbe56ab09fbd30809aaa89b333 + depends: + - __osx >=10.13 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6072642 + timestamp: 1734919573363 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 + md5: 3a2a37b8a8e407421dce820377d84da6 + depends: + - __osx >=11.0 + - atk-1.0 >=2.38.0 + - cairo >=1.18.2,<2.0a0 + - gdk-pixbuf >=2.42.12,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later + purls: [] + size: 6193142 + timestamp: 1734920088088 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda + sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b + md5: 4d8df0b0db060d33c9a702ada998a8fe depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 73457 - timestamp: 1695380118523 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.5-py39had2cf8c_1.conda - sha256: aa6b1145e81ec1e5458f54b1ce0243cc24a70c6a2da20c6afae0482fed6a05a9 - md5: ddb99610f7b950fdd5ff2aff19136363 + arch: x86_64 + platform: linux + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 318312 + timestamp: 1686545244763 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda + sha256: 1e9cc30d1c746d5a3399a279f5f642a953f37d9f9c82fd4d55b301e9c2a23f7c + md5: 2aeaeddbd89e84b60165463225814cfc depends: - libgcc-ng >=12 + - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 73233 - timestamp: 1695381496108 -- conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py39h8ee36c8_1.conda - sha256: 1ef89b03dd04951e0d78dd36e678b276f18b94326a85b271251e41465aded09b - md5: 6072db04642b21329b0502a177ec18bf + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 332673 + timestamp: 1686545222091 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda + sha256: d5b82a36f7e9d7636b854e56d1b4fe01c4d895128a7b73e2ec6945b691ff3314 + md5: 848cc963fcfbd063c7a023024aa3bec0 depends: - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 60498 - timestamp: 1695380322018 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.5-py39hbd775c9_1.conda - sha256: ef29cfa7a05431f89f0bcf456d2d094dc3ff3cdbfebf7210a1fd55755ef61926 - md5: 6a5917bf932fcaae394baaf72cc11edb + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 280972 + timestamp: 1686545425074 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda + sha256: e0f8c7bc1b9ea62ded78ffa848e37771eeaaaf55b3146580513c7266862043ba + md5: 21b4dd3098f63a74cf2aa9159cbef57d depends: - libcxx >=15.0.7 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: BSD-3-Clause - license_family: BSD + - libglib >=2.76.3,<3.0a0 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 304331 + timestamp: 1686545503242 +- conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda + sha256: b79755d2f9fc2113b6949bfc170c067902bc776e2c20da26e746e780f4f5a2d4 + md5: a41f14768d5e377426ad60c613f2923b + depends: + - libglib >=2.76.3,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 188688 + timestamp: 1686545648050 +- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: b748fbf7060927a6e82df7cb5ee8f097 + depends: + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.6.1 + license: MIT + license_family: MIT purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 62080 - timestamp: 1695380521068 -- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 - md5: 4fc5bd0a7b535252028c647cc27d6c87 + - pkg:pypi/h2?source=conda-forge-mapping + size: 46754 + timestamp: 1634280590080 +- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c + md5: 825927dc7b0f287ef8d4d0011bb113b1 depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 55660 - timestamp: 1695380433980 -- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 - md5: 3f43953b7d3fb3aaa1d0d0723d91e368 + - pkg:pypi/h2?source=hash-mapping + size: 52000 + timestamp: 1733298867359 +- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda + sha256: 94426eca8c60b43f57beb3338d3298dda09452c7a42314bbbb4ebfa552542a84 + md5: 9e38e86167e8b1ea0094747d12944ce4 depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 1370023 - timestamp: 1719463201255 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda - sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 - md5: 29c10432a2ca1472b53f299ffb2ffa37 + size: 1646987 + timestamp: 1736702906600 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda + sha256: fc89d8ef86311ca8d187b69cc4c5da3c140c38e638011951e951330830bebb99 + md5: d7acbb0500e1d73a29546bc476a4db0c depends: - - keyutils >=1.6.1,<2.0a0 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 1474620 - timestamp: 1719463205834 -- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda - sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c - md5: d4765c524b1d91567886bde656fb514b + size: 1699707 + timestamp: 1736705741483 +- conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda + sha256: 06253714b6b1541b5e5f695b89d145d60c73968360905aecd312e083f6b9ec6c + md5: 61e64e76917a6c7f62a405f3c8569592 depends: - __osx >=10.13 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 1185323 - timestamp: 1719463492984 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda - sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b - md5: c6dc8a0fdec13a0565936655c33069a1 + size: 1429379 + timestamp: 1736703075945 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda + sha256: e9d148870adbe8efd9913fb036461d337609359b5d4474d0963d8ebe6b9789b2 + md5: 30377b8ff7d4e8a2c08be6957999c100 depends: - __osx >=11.0 - - libcxx >=16 - - libedit >=3.1.20191231,<3.2.0a0 - - libedit >=3.1.20191231,<4.0a0 - - openssl >=3.3.1,<4.0a0 + - cairo >=1.18.2,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=75.1,<76.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libzlib >=1.3.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 1155530 - timestamp: 1719463474401 -- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 - md5: 31aec030344e962fbd7dbbbbd68e60a9 + size: 1473375 + timestamp: 1736703265901 +- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa + md5: 7b49dd4fc5ec701184302e848c79d813 depends: - - openssl >=3.3.1,<4.0a0 + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 712034 - timestamp: 1719463874284 -- conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - md5: a8832b479f93521a9e7b5b743803be51 + size: 1100946 + timestamp: 1719581231427 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 + md5: 84344a916a73727c1326841007b52ca8 depends: - - libgcc-ng >=12 - license: LGPL-2.0-only - license_family: LGPL + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 508258 - timestamp: 1664996250081 -- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda - sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 - md5: 51bb7010fc86f70eee639b4bb7a894f5 + size: 779637 + timestamp: 1695662145568 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 + md5: 5788de34381caf624b78c4981618dc0a depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - license: MIT - license_family: MIT + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 245247 - timestamp: 1701647787198 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda - sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d - md5: ffdd8267a04c515e7ce69c727b051414 + size: 2039111 + timestamp: 1717587493910 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 914d6646c4dbb1fd3ff539830a12fd71 depends: - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - python license: MIT license_family: MIT - purls: [] - size: 296219 - timestamp: 1701647961116 -- conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda - sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e - md5: 1442db8f03517834843666c422238c9b + purls: + - pkg:pypi/hpack?source=conda-forge-mapping + size: 25341 + timestamp: 1598856368685 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 + md5: 2aa5ff7fa34a81b9196532c84c10d865 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 224432 - timestamp: 1701648089496 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda - sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 - md5: 66f6c134e76fe13cce8a9ea5814b5dd5 + purls: + - pkg:pypi/hpack?source=hash-mapping + size: 29412 + timestamp: 1733299296857 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 9f765cbfab6870c8435b9eefecd7a1f4 depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - python >=3.6 license: MIT license_family: MIT - purls: [] - size: 211959 - timestamp: 1701647962657 -- conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda - sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 - md5: d3592435917b62a8becff3a60db674f6 + purls: + - pkg:pypi/hyperframe?source=conda-forge-mapping + size: 14646 + timestamp: 1619110249723 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b + md5: 566e75c90c1d0c8c459eb0ad9833dc7a 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 + - python >=3.9 license: MIT license_family: MIT - purls: [] - size: 507632 - timestamp: 1701648249706 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda - sha256: 764b6950aceaaad0c67ef925417594dd14cd2e22fff864aeef455ac259263d15 - md5: b80f2f396ca2c28b8c14c437a4ed1e74 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - purls: [] - size: 707602 - timestamp: 1718625640445 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h9fc2d93_7.conda - sha256: 4a6c0bd77e125da8472bd73bba7cd4169a3ce4699b00a3893026ae8664b2387d - md5: 1b0feef706f4d03eff0b76626ead64fc - constrains: - - binutils_impl_linux-aarch64 2.40 - license: GPL-3.0-only - license_family: GPL - purls: [] - size: 735885 - timestamp: 1718625653417 -- conda: 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 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 281798 - timestamp: 1657977462600 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 - md5: 1a0ffc65e03ce81559dbcb0695ad1476 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 262096 - timestamp: 1657978241894 -- conda: 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 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 290319 - timestamp: 1657977526749 -- conda: 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 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 215721 - timestamp: 1657977558796 -- conda: 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 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 194365 - timestamp: 1657977692274 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda - sha256: 945396726cadae174a661ce006e3f74d71dbd719219faf7cc74696b267f7b0b5 - md5: c48fc56ec03229f294176923c3265c05 + purls: + - pkg:pypi/hyperframe?source=hash-mapping + size: 17239 + timestamp: 1733298862681 +- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + md5: 8b189310083baabfb622af68fd9d3ae3 depends: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + arch: x86_64 + platform: linux + license: MIT + license_family: MIT purls: [] - size: 1264712 - timestamp: 1720857377573 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240116.2-cxx17_h0a1ffab_1.conda - sha256: a6e1a6f13fd49c24238373838c266101a2bf3b521b0a36a3a7e586b40f50ec5b - md5: 9cadd103cf89edb2ea68d33728511158 + size: 12129203 + timestamp: 1720853576813 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda + sha256: 813298f2e54ef087dbfc9cc2e56e08ded41de65cff34c639cc8ba4e27e4540c9 + md5: 268203e8b983fddb6412b36f2024e75c depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 1283386 - timestamp: 1720857389114 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240116.2-cxx17_hf036a51_1.conda - sha256: 396d18f39d5207ecae06fddcbc6e5f20865718939bc4e0ea9729e13952833aac - md5: d6c78ca84abed3fea5f308ac83b8f54e + size: 12282786 + timestamp: 1720853454991 +- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda + sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7 + md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - __osx >=10.13 - - libcxx >=16 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 1124364 - timestamp: 1720857589333 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240116.2-cxx17_h00cdb27_1.conda - sha256: a9517c8683924f4b3b9380cdaa50fdd2009cd8d5f3918c92f64394238189d3cb - md5: f16963d88aed907af8b90878b8d8a05c + size: 11761697 + timestamp: 1720853679409 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda + sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620 + md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - __osx >=11.0 - - libcxx >=16 - constrains: - - abseil-cpp =20240116.2 - - libabseil-static =20240116.2=cxx17* - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 1136123 - timestamp: 1720857649214 -- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda - sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc - md5: 19725e54b7f996e0a5748ec5e9e37ae9 + size: 11857802 + timestamp: 1720853997952 +- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c + md5: 0f47d9e3192d9e09ae300da0d28e0f56 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - libabseil-static =20240116.2=cxx17* - - abseil-cpp =20240116.2 - license: Apache-2.0 - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 1802886 - timestamp: 1720857653184 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 - md5: 5e97e271911b8b2001a8b71860c32faa + size: 13422193 + timestamp: 1692901469029 +- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 39a4f67be3286c86d696df570b1201b7 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause + - python >=3.9 + license: BSD-3-Clause license_family: BSD - purls: [] - size: 35446 - timestamp: 1711021212685 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libaec-1.1.3-h2f0025b_0.conda - sha256: 9c366233b4f4bf11e64ce886055aaac34445205a178061923300872e0564a4f2 - md5: e52c4a30901a90354855e40992af907d + purls: + - pkg:pypi/idna?source=hash-mapping + size: 49765 + timestamp: 1733211921194 +- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b + md5: c0cc1420498b17414d8617d0b9f506ca depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause + - python >=3.6 + license: BSD-3-Clause license_family: BSD - purls: [] - size: 35339 - timestamp: 1711021162162 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.3-h73e2aa4_0.conda - sha256: dae5921339c5d89f4bf58a95fd4e9c76270dbf7f6a94f3c5081b574905fcccf8 - md5: 66d3c1f6dd4636216b4fca7a748d50eb + purls: + - pkg:pypi/idna?source=conda-forge-mapping + size: 52718 + timestamp: 1713279497047 +- conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 7de5386c8fea29e76b303f37dde4c352 depends: - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 28602 - timestamp: 1711021419744 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.1.3-hebf3989_0.conda - sha256: 896189b7b48a194c46a3556ea04943ef81cbe0498521231f8eb25816a68bc8ed - md5: 6f0b8e56d2e7bae12a18fc5b2cd9f310 + - python >=3.4 + license: MIT + license_family: MIT + purls: + - pkg:pypi/imagesize?source=hash-mapping + size: 10164 + timestamp: 1656939625410 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a + md5: c261d14fc7f49cdd403868998a18c318 depends: - - libcxx >=16 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 28451 - timestamp: 1711021498493 -- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 + - python >=3.8 + - zipp >=0.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 28110 + timestamp: 1721856614564 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 + md5: 315607a3030ad5d5227e76e0733798ff depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 32567 - timestamp: 1711021603471 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.4-hfca40fe_0.conda - sha256: c30970e5e6515c662d00bb74e7c1b09ebe0c8c92c772b952a41a5725e2dcc936 - md5: 32ddb97f897740641d8d46a829ce1704 + - python >=3.9 + - zipp >=0.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-metadata?source=hash-mapping + size: 28623 + timestamp: 1733223207185 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 + md5: dcbadab7a68738a028e195ab68ab2d2e depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 871853 - timestamp: 1716394516418 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.4-h2c0effa_0.conda - sha256: 38da3dc42b58215ce73d722dae0974ad16c6cb580c3bbf00302dfc1f75cfbf6b - md5: f072f6e4884e984e9d78e1523ecfed32 + - importlib_resources >=6.4.0,<6.4.1.0a0 + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 9657 + timestamp: 1711041029062 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + sha256: a99a3dafdfff2bb648d2b10637c704400295cb2ba6dc929e2d814870cf9f6ae5 + md5: e376ea42e9ae40f3278b0f79c9bf9826 depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD + - importlib_resources >=6.5.2,<6.5.3.0a0 + - python >=3.9 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 968083 - timestamp: 1716394545178 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.4-h20e244c_0.conda - sha256: 9e46db25e976630e6738b351d76d9b79047ae232638b82f9f45eba774caaef8a - md5: 82a85fa38e83366009b7f4b2cef4deb8 + size: 9724 + timestamp: 1736252443859 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 + md5: 0fd030dce707a6654472cf7619b0b01b depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 742682 - timestamp: 1716394747351 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.4-h83d404f_0.conda - sha256: 5301d7dc52c2e1f87b229606033c475caf87cd94ef5a5efb3af565a62b88127e - md5: 8b604ee634caafd92f2ff2fab6a1f75a + - importlib-metadata >=8.2.0,<8.2.1.0a0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 9330 + timestamp: 1721856618848 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda + sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de + md5: c5d3907ad8bd7bf557521a1833cf7e6d depends: - - __osx >=11.0 - - bzip2 >=1.0.8,<2.0a0 - - libiconv >=1.17,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 775700 - timestamp: 1716394811506 -- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b - md5: 86de12ebf8d7fffeba4ca9dbf13e9733 + - python >=3.8 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.4.0,<6.4.1.0a0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 33056 + timestamp: 1711041009039 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + sha256: acc1d991837c0afb67c75b77fdc72b4bf022aac71fedd8b9ea45918ac9b08a80 + md5: c85c76dc67d75619a92f51dfbce06992 depends: - - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 957632 - timestamp: 1716395481752 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-h661eb56_2.conda - sha256: 31d58af7eb54e2938123200239277f14893c5fa4b5d0280c8cf55ae10000638b - md5: dd197c968bf9760bba0031888d431ede + - python >=3.9 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.5.2,<6.5.3.0a0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=hash-mapping + size: 33781 + timestamp: 1736252433366 +- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + md5: f800d2da156d08e289b14e87e43c1ae5 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-or-later - purls: [] - size: 43226 - timestamp: 1712512265295 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-h661eb56_2.conda - sha256: 99d26d272a8203d30b3efbe734a99c823499884d7759b4291674438137c4b5ca - md5: 02e41ab5834dcdcc8590cf29d9526f50 + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/iniconfig?source=conda-forge-mapping + size: 11101 + timestamp: 1673103208955 +- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca + md5: 6837f3eff7dcea42ecd714ce1ac2b108 depends: - - libasprintf 0.22.5 h661eb56_2 - - libgcc-ng >=12 - license: LGPL-2.1-or-later + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/iniconfig?source=hash-mapping + size: 11474 + timestamp: 1733223232820 +- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 + md5: 9c28c39e64871a0adef7d1195bd58655 + license: LicenseRef-IntelSimplifiedSoftwareOct2022 + license_family: Proprietary purls: [] - size: 34225 - timestamp: 1712512295117 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-23_linux64_openblas.conda - build_number: 23 - sha256: edb1cee5da3ac4936940052dcab6969673ba3874564f90f5110f8c11eed789c2 - md5: 96c8450a40aa2b9733073a9460de972c + size: 1860328 + timestamp: 1721088141110 +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda + sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a + md5: b40131ab6a36ac2c09b7c57d4d3fbf99 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - - blas * openblas + - __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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14880 - timestamp: 1721688759937 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-23_linuxaarch64_openblas.conda - build_number: 23 - sha256: 17d90edd4742fbee0bcafb4f12d08dd5d1939b12a9c2f21caccfa3717fcab065 - md5: 3ac1ad627e1a07fae62556d6aabafdfd + purls: + - pkg:pypi/ipykernel?source=hash-mapping + size: 119084 + timestamp: 1719845605084 +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda + sha256: dc569094125127c0078aa536f78733f383dd7e09507277ef8bcd1789786e7086 + md5: 18df5fc4944a679e085e0e8f31775fc8 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - __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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14917 - timestamp: 1721688777901 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - build_number: 22 - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 + purls: + - pkg:pypi/ipykernel?source=conda-forge-mapping + size: 119853 + timestamp: 1719845858082 +- conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda + sha256: 072534d4d379225b2c3a4e38bc7730b65ae171ac7f0c2d401141043336e97980 + md5: 9eb15d654daa0ef5a98802f586bb4ffc depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas + - __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 >=24 + - tornado >=6.1 + - traitlets >=5.4.0 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14749 - timestamp: 1712542279018 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-23_osxarm64_openblas.conda - build_number: 23 - sha256: 1c30da861e306a25fac8cd30ce0c1b31c9238d04e7768c381cf4d431b4361e6c - md5: acae9191e8772f5aff48ab5232d4d2a3 + purls: + - pkg:pypi/ipykernel?source=hash-mapping + size: 119568 + timestamp: 1719845667420 +- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda + sha256: d98d615ac8ad71de698afbc50e8269570d4b89706821c4ff3058a4ceec69bd9b + md5: 15c6f45a45f7ac27f6d60b0b084f6761 depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapack 3.9.0 23_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas + - __unix + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pexpect >4.3 + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.9 + - stack_data + - traitlets >=5 + - typing_extensions license: BSD-3-Clause license_family: BSD - purls: [] - size: 15103 - timestamp: 1721688997980 -- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda - build_number: 23 - sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c - md5: 693407a31c27e70c750b5ae153251d9a + purls: + - pkg:pypi/ipython?source=hash-mapping + size: 591040 + timestamp: 1701831872415 +- conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda + sha256: 835ddb247d5b9a883b033b7bba2c2ef3604bcd6e877adab6c9309b6f90a29051 + md5: 656a798e52fbe1ca72f7d97b3c36aeff depends: - - mkl 2024.1.0 h66d3029_694 - constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - __win + - colorama + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.9 + - stack_data + - traitlets >=5 + - typing_extensions license: BSD-3-Clause license_family: BSD - purls: [] - size: 5192100 - timestamp: 1721689573083 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - md5: aec6c91c7371c26392a06708a73c70e5 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 69403 - timestamp: 1695990007212 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h31becfc_1.conda - sha256: 1c3d4ea61e862eb5f1968915f6f5917ea61db9921aec30b14785775c87234060 - md5: 1b219fd801eddb7a94df5bd001053ad9 - depends: - - libgcc-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 69237 - timestamp: 1695990107496 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a - md5: 9e6c31441c9aa24e41ace40d6151aab6 - license: MIT - license_family: MIT - purls: [] - size: 67476 - timestamp: 1695990207321 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hb547adb_1.conda - sha256: 556f0fddf4bd4d35febab404d98cb6862ce3b7ca843e393da0451bfc4654cf07 - md5: cd68f024df0304be41d29a9088162b02 - license: MIT - license_family: MIT - purls: [] - size: 68579 - timestamp: 1695990426128 -- conda: 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 - license: MIT - license_family: MIT - purls: [] - size: 70598 - timestamp: 1695990405143 -- conda: 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 - license: MIT - license_family: MIT - purls: [] - size: 32775 - timestamp: 1695990022788 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h31becfc_1.conda - sha256: 1d2558efbb727f9065dd94d5f906aa68252153f80e571456d3695fa102e8a352 - md5: 8db7cff89510bec0b863a0a8ee6a7bce + purls: + - pkg:pypi/ipython?source=conda-forge-mapping + size: 590143 + timestamp: 1701832398069 +- conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + md5: 81a3be0b2023e1ea8555781f0ad904a2 depends: - - libbrotlicommon 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - parso >=0.8.3,<0.9.0 + - python >=3.6 license: MIT license_family: MIT - purls: [] - size: 31926 - timestamp: 1695990123189 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c - md5: 9ee0bab91b2ca579e10353738be36063 + purls: + - pkg:pypi/jedi?source=conda-forge-mapping + size: 841312 + timestamp: 1696326218364 +- conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 depends: - - libbrotlicommon 1.1.0 h0dc2134_1 - license: MIT - license_family: MIT - purls: [] - size: 30327 - timestamp: 1695990232422 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hb547adb_1.conda - sha256: c1c85937828ad3bc434ac60b7bcbde376f4d2ea4ee42d15d369bf2a591775b4a - md5: ee1a519335cc10d0ec7e097602058c0a + - parso >=0.8.3,<0.9.0 + - python >=3.9 + license: Apache-2.0 AND MIT + purls: + - pkg:pypi/jedi?source=compressed-mapping + size: 843646 + timestamp: 1733300981994 +- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d + md5: 7b86ecb7d3557821c649b3c31e3eb9f2 depends: - - libbrotlicommon 1.1.0 hb547adb_1 - license: MIT - license_family: MIT - purls: [] - size: 28928 - timestamp: 1695990463780 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 - md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 + - markupsafe >=2.0 + - python >=3.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jinja2?source=conda-forge-mapping + size: 111565 + timestamp: 1715127275924 +- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 + md5: 2752a6ed44105bfb18c9bef1177d9dcd depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 32788 - timestamp: 1695990443165 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - md5: 5fc11c6020d421960607d821310fcd4d + - markupsafe >=2.0 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jinja2?source=hash-mapping + size: 112561 + timestamp: 1734824044952 +- conda: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.18-h6688a6e_0.conda + sha256: 09e706cb388d3ea977fabcee8e28384bdaad8ce1fc49340df5f868a2bd95a7da + md5: 38f5dbc9ac808e31c00650f7be1db93f depends: - - libbrotlicommon 1.1.0 hd590300_1 - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 282523 - timestamp: 1695990038302 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h31becfc_1.conda - sha256: 271fd8ef9181ad19246bf8b4273c99b9608c6eedecb6b11cd925211b8f1c6217 - md5: ad3d3a826b5848d99936e4466ebbaa26 + size: 82709 + timestamp: 1726487116178 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/json-c-0.18-hd4cd8d4_0.conda + sha256: 54794a9aaeabb4d9010574f92e13c20f2fe9a8b5ec7cacf033d50cc339c86e32 + md5: 9c23430bcadd724434a88657abbeef46 depends: - - libbrotlicommon 1.1.0 h31becfc_1 - - libgcc-ng >=12 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 290542 - timestamp: 1695990138784 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 - md5: 8a421fe09c6187f0eb5e2338a8a8be6d + size: 89391 + timestamp: 1726487169057 +- conda: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.18-hc62ec3d_0.conda + sha256: b58f8002318d6b880a98e1b0aa943789b3b0f49334a3bdb9c19b463a0b799cad + md5: 2c5a3c42de607dda0cfa0edd541fd279 depends: - - libbrotlicommon 1.1.0 h0dc2134_1 + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 299092 - timestamp: 1695990259225 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hb547adb_1.conda - sha256: 690dfc98e891ee1871c54166d30f6e22edfc2d7d6b29e7988dde5f1ce271c81a - md5: d7e077f326a98b2cc60087eaff7c730b + size: 71514 + timestamp: 1726487153769 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/json-c-0.18-he4178ee_0.conda + sha256: 73179a1cd0b45c09d4f631cb359d9e755e6e573c5d908df42006728e0bf8297c + md5: 94f14ef6157687c30feb44e1abecd577 depends: - - libbrotlicommon 1.1.0 hb547adb_1 + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 280943 - timestamp: 1695990509392 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca - md5: 71e890a0b361fd58743a13f77e1506b7 + size: 73715 + timestamp: 1726487214495 +- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 + sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 + md5: 66125e28711d8ffc04a207a2b170316d depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - attrs >=17.4.0 + - importlib-metadata + - pyrsistent >=0.14.0 + - python >=3.6 + - setuptools + - six >=1.11.0 license: MIT license_family: MIT - purls: [] - size: 246515 - timestamp: 1695990479484 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda - sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c - md5: 25cb5999faa414e5ccb2c1388f62d3d5 - depends: - - attr >=2.5.1,<2.6.0a0 - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 100582 - timestamp: 1684162447012 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-23_linux64_openblas.conda - build_number: 23 - sha256: 3e7a3236e7e03e308e1667d91d0aa70edd0cba96b4b5563ef4adde088e0881a5 - md5: eede29b40efa878cbe5bdcb767e97310 - depends: - - libblas 3.9.0 23_linux64_openblas - constrains: - - liblapacke 3.9.0 23_linux64_openblas - - liblapack 3.9.0 23_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14798 - timestamp: 1721688767584 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-23_linuxaarch64_openblas.conda - build_number: 23 - sha256: a885bc11fcbe568a7abaff1188f1713b8709e35382606e6ee2cf7cfed6a0b6de - md5: 65a4f18036c0f5419146fddee6653a96 + purls: + - pkg:pypi/jsonschema?source=conda-forge-mapping + size: 45999 + timestamp: 1614815999960 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c + md5: 3cdbb2fa84490e5fd44c9f9806c0d292 depends: - - libblas 3.9.0 23_linuxaarch64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - liblapack 3.9.0 23_linuxaarch64_openblas + - 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 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14828 - timestamp: 1721688783578 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - build_number: 22 - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b + purls: + - pkg:pypi/jupyter-client?source=conda-forge-mapping + size: 106248 + timestamp: 1716472312833 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a + md5: 4ebae00eae9705b0c3d6d1018a81d047 depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas + - importlib-metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.9 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14636 - timestamp: 1712542311437 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-23_osxarm64_openblas.conda - build_number: 23 - sha256: c39d944909d0608bd0333398be5e0051045c9451bfd6cc6320732d33375569c8 - md5: bad6ee9b7d5584efc2bc5266137b5f0d + purls: + - pkg:pypi/jupyter-client?source=hash-mapping + size: 106342 + timestamp: 1733441040958 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh31011fe_1.conda + sha256: 732b1e8536bc22a5a174baa79842d79db2f4956d90293dd82dc1b3f6099bcccd + md5: 0a2980dada0dd7fd0998f0342308b1b1 depends: - - libblas 3.9.0 23_osxarm64_openblas - constrains: - - liblapack 3.9.0 23_osxarm64_openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - blas * openblas + - __unix + - platformdirs >=2.5 + - python >=3.8 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - purls: [] - size: 14991 - timestamp: 1721689017803 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda - build_number: 23 - sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 - md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 + purls: + - pkg:pypi/jupyter-core?source=hash-mapping + size: 57671 + timestamp: 1727163547058 +- conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 + md5: 78ec20214b67efe5caebb4f08bdee094 depends: - - libblas 3.9.0 23_win64_mkl - constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - platformdirs >=2.5 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - pywin32 >=300 + - traitlets >=5.3 license: BSD-3-Clause license_family: BSD - purls: [] - size: 5191981 - timestamp: 1721689628480 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp15-15.0.7-default_h127d8a8_5.conda - sha256: 9b0238e705a33da74ca82efd03974f499550f7dada1340cc9cb7c35a92411ed8 - md5: d0a9633b53cdc319b8a1a532ae7822b8 + purls: + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 96366 + timestamp: 1710257842034 +- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl + name: jupyterlab-pygments + version: 0.3.0 + sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 + requires_python: '>=3.8' +- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 + md5: 1df7fd1594a7f2f6496ff23834a099bf depends: - - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 17206402 - timestamp: 1711063711931 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-18.1.8-default_h9def88c_1.conda - sha256: ec9a672623c5d485e48bd14f36353ec0b5c14f516440dfbb6674b1c784289eb4 - md5: 04c8c481b30c3fe62bec148fa4a75857 + - markdown-it-py >=1.0 + - mdit-py-plugins + - nbformat + - packaging + - python >=3.8 + - pyyaml + - tomli + license: MIT + license_family: MIT + purls: + - pkg:pypi/jupytext?source=conda-forge-mapping + size: 104513 + timestamp: 1722332096729 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 + md5: f25972a8da0a44826594059a1bb4d82a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libllvm18 >=18.1.8,<18.2.0a0 - - libstdcxx-ng >=12 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 11016960 - timestamp: 1721479548831 -- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda - sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 - md5: 30a167d5b69555fbf39192a23e40df52 + - markdown-it-py >=1.0 + - mdit-py-plugins + - nbformat + - packaging + - python >=3.9 + - pyyaml + - tomli + license: MIT + license_family: MIT + purls: + - pkg:pypi/jupytext?source=hash-mapping + size: 105177 + timestamp: 1734606557069 +- conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 + md5: a20c9e3598a55ca3e61cad90ef33ada3 depends: - - libzlib >=1.3.1,<2.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache + license: MIT + license_family: MIT purls: [] - size: 25327749 - timestamp: 1721486985259 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - md5: c965a5aa0d5c1c37ffc62dff36e28400 + size: 133355 + timestamp: 1716158947179 +- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 - license: BSD-3-Clause - license_family: BSD + - libgcc-ng >=10.3.0 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + purls: [] + size: 117831 + timestamp: 1646151697040 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 + sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b + md5: 1f24853e59c68892452ef94ddd8afd4b + depends: + - libgcc-ng >=10.3.0 + license: LGPL-2.1-or-later purls: [] - size: 20440 - timestamp: 1633683576494 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcrc32c-1.1.2-h01db608_0.tar.bz2 - sha256: b8b8c57a87da86b3ea24280fd6aa8efaf92f4e684b606bf2db5d3cb06ffbe2ea - md5: 268ee639c17ada0002fb04dd21816cc2 + size: 112327 + timestamp: 1646166857935 +- conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py39h74842e3_0.conda + sha256: 862384b028e006e77a0489671c67bca552063d0c95c988798126bea340220d9d + md5: 1bf77976372ff6de02af7b75cf034ce5 depends: - - libgcc-ng >=9.4.0 - - libstdcxx-ng >=9.4.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - purls: [] - size: 18669 - timestamp: 1633683724891 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff - md5: 23d6d5a69918a438355d7cbc4c3d54c9 + purls: + - pkg:pypi/kiwisolver?source=hash-mapping + size: 72123 + timestamp: 1725459398524 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/kiwisolver-1.4.7-py39h78c8b8d_0.conda + sha256: 68803ebbdc70ed211c7c24da1a8ce5cdf8b1f55718e326cdfe5933b48891403d + md5: 8dc5516dd121089f14c1a557ecec3224 depends: - - libcxx >=11.1.0 + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - purls: [] - size: 20128 - timestamp: 1633683906221 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 - md5: 32bd82a6a625ea6ce090a81c3d34edeb + purls: + - pkg:pypi/kiwisolver?source=hash-mapping + size: 72461 + timestamp: 1725460764435 +- conda: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.7-py39h0d8d0ca_0.conda + sha256: 5efa62bc526877e00b535768c7f11680837eb45cd94cc1a4a3f264c0d0796cd5 + md5: b7a88917676e918e17feaba71cfddbab depends: - - libcxx >=11.1.0 + - __osx >=10.13 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - purls: [] - size: 18765 - timestamp: 1633683992603 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e - md5: cd4cc2d0c610c8cb5419ccc979f2d6ce + purls: + - pkg:pypi/kiwisolver?source=hash-mapping + size: 60192 + timestamp: 1725459428281 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/kiwisolver-1.4.7-py39h157d57c_0.conda + sha256: 4cf473ab535c879a7c52cc424393b28d55d1cef862aef4b10d70e592de639db2 + md5: 6eceef984bf5995ff335d03d0529a436 depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 + - __osx >=11.0 + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD - purls: [] - size: 25694 - timestamp: 1633684287072 -- conda: 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,<2.0.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 4519402 - timestamp: 1689195353551 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.9.1-hdb1bdb2_0.conda - sha256: 0ba60f83709068e9ec1ab543af998cb5a201c8379c871205447684a34b5abfd8 - md5: 7da1d242ca3591e174a3c7d82230d3c0 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - purls: [] - size: 416057 - timestamp: 1722439924963 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.9.1-hfa30633_0.conda - sha256: ded3a7ce889fc45926a49be14801ed334f2e40ca52380edabbcf5484ec7a889b - md5: efeb999ea2b519696001823b8e49cdbd - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libgcc-ng >=12 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - purls: [] - size: 429297 - timestamp: 1722439988823 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.9.1-hfcf2730_0.conda - sha256: a7ce066fbb2d34f7948d8e5da30d72ff01f0a5bcde05ea46fa2d647eeedad3a7 - md5: 6ea09f173c46d135ee6d6845fe50a9c0 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - purls: [] - size: 397060 - timestamp: 1722440158491 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.9.1-hfd8ffcc_0.conda - sha256: 4d6006c866844a39fb835436a48407f54f2310111a6f1d3e89efb16cf5c4d81b - md5: be0f46c6362775504d8894bd788a45b2 - depends: - - krb5 >=1.21.3,<1.22.0a0 - - libnghttp2 >=1.58.0,<2.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: curl - license_family: MIT - purls: [] - size: 374937 - timestamp: 1722440523552 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda - sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 - md5: 099a1016d23baa4f41148a985351a7a8 + purls: + - pkg:pypi/kiwisolver?source=hash-mapping + size: 59272 + timestamp: 1725459740832 +- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 + md5: 4fc5bd0a7b535252028c647cc27d6c87 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: curl - license_family: MIT - purls: [] - size: 339298 - timestamp: 1722440239161 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-18.1.8-hef8daea_2.conda - sha256: d63c2c723014fd7c27bfbc69aff3c09975d00755d1821b1d2304303b08b2e560 - md5: c21d8b63b5cf5d3290d5a7aa2b028bcc - depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 1221021 - timestamp: 1722378520414 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-18.1.8-h167917d_2.conda - sha256: 001b211de6264f7160f4e781efbff11cd67a326f67b7d6b07e6278fcb0cc2f50 - md5: 15656a04159b40ab98e02b46b52b7919 - depends: - - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 1220245 - timestamp: 1722378613893 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda - sha256: f8e0f25c382b1d0b87a9b03887a34dbd91485453f1ea991fef726dba57373612 - md5: 8e88f9389f1165d7c0936fe40d9a9a79 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 55660 + timestamp: 1695380433980 +- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 + md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 71500 - timestamp: 1711196523408 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.20-h31becfc_0.conda - sha256: 01efbc296d47de9861100d9a9ad2c7f682adc71a0e9b9b040a35b454d1ccd3bd - md5: 018592a3d691662f451f89d0de474a20 + size: 1370023 + timestamp: 1719463201255 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.21.3-h50a48e9_0.conda + sha256: 0ec272afcf7ea7fbf007e07a3b4678384b7da4047348107b2ae02630a570a815 + md5: 29c10432a2ca1472b53f299ffb2ffa37 depends: + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 69943 - timestamp: 1711196586503 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.20-h49d49c5_0.conda - sha256: 8c2087952db55c4118dd2e29381176a54606da47033fd61ebb1b0f4391fcd28d - md5: d46104f6a896a0bc6a1d37b88b2edf5c + size: 1474620 + timestamp: 1719463205834 +- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.3-h37d8d59_0.conda + sha256: 83b52685a4ce542772f0892a0f05764ac69d57187975579a0835ff255ae3ef9c + md5: d4765c524b1d91567886bde656fb514b + depends: + - __osx >=10.13 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 70364 - timestamp: 1711196727346 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.20-h93a5062_0.conda - sha256: 6d16cccb141b6bb05c38107b335089046664ea1d6611601d3f6e7e4227a99925 - md5: 97efeaeba2a9a82bdf46fc6d025e3a57 + size: 1185323 + timestamp: 1719463492984 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda + sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b + md5: c6dc8a0fdec13a0565936655c33069a1 + depends: + - __osx >=11.0 + - libcxx >=16 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.3.1,<4.0a0 license: MIT license_family: MIT purls: [] - size: 54481 - timestamp: 1711196723486 -- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 - md5: b12b5bde5eb201a1df75e49320cc938a + size: 1155530 + timestamp: 1719463474401 +- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda + sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81 + md5: 31aec030344e962fbd7dbbbbd68e60a9 depends: + - openssl >=3.3.1,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 155358 - timestamp: 1711197066985 -- conda: 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 123878 - timestamp: 1597616541093 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d - md5: 29371161d77933a54fccf1bb66b96529 - depends: - - libgcc-ng >=7.5.0 - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 134104 - timestamp: 1597617110769 -- conda: 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 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 105382 - timestamp: 1597616576726 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - md5: 30e4362988a2623e9eb34337b83e01f9 - depends: - - ncurses >=6.2,<7.0.0a0 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 96607 - timestamp: 1597616630749 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 - md5: 172bf1cd1ff8629f2b1179945ed45055 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 112766 - timestamp: 1702146165126 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 - md5: a9a13cb143bbaa477b1ebaefbe47a302 - depends: - - libgcc-ng >=12 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 115123 - timestamp: 1702146237623 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 - md5: 899db79329439820b7e8f8de41bca902 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 106663 - timestamp: 1702146352558 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f - md5: 36d33e440c31857372a72137f78bacf5 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 107458 - timestamp: 1702146414478 -- conda: 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 427426 - timestamp: 1685725977222 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda - sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 - md5: e7ba12deb7020dd080c6c70e7b6f6a3d + size: 712034 + timestamp: 1719463874284 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda + sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 + md5: 51bb7010fc86f70eee639b4bb7a894f5 depends: - libgcc-ng >=12 - constrains: - - expat 2.6.2.* + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 73730 - timestamp: 1710362120304 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.2-h2f0025b_0.conda - sha256: 07453df3232a649f39fb4d1e68cfe1c78c3457764f85225f6f3ccd1bdd9818a4 - md5: 1b9f46b804a2c3c5d7fd6a80b77c35f9 + size: 245247 + timestamp: 1701647787198 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lcms2-2.16-h922389a_0.conda + sha256: be4847b1014d3cbbc524a53bdbf66182f86125775020563e11d914c8468dd97d + md5: ffdd8267a04c515e7ce69c727b051414 depends: - libgcc-ng >=12 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - purls: [] - size: 72544 - timestamp: 1710362309065 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda - sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 - md5: 3d1d51c8f716d97c864d12f7af329526 - constrains: - - expat 2.6.2.* - license: MIT - license_family: MIT - purls: [] - size: 69246 - timestamp: 1710362566073 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda - sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e - md5: e3cde7cfa87f82f7cb13d482d5e0ad09 - constrains: - - expat 2.6.2.* + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT purls: [] - size: 63655 - timestamp: 1710362424980 -- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 - md5: bc592d03f62779511d392c175dcece64 - constrains: - - expat 2.6.2.* + size: 296219 + timestamp: 1701647961116 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + md5: 1442db8f03517834843666c422238c9b + depends: + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT purls: [] - size: 139224 - timestamp: 1710362609641 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 + size: 224432 + timestamp: 1701648089496 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda + sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 + md5: 66f6c134e76fe13cce8a9ea5814b5dd5 depends: - - libgcc-ng >=9.4.0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.8.0a0 license: MIT license_family: MIT purls: [] - size: 58292 - timestamp: 1636488182923 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 + size: 211959 + timestamp: 1701647962657 +- conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda + sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 + md5: d3592435917b62a8becff3a60db674f6 depends: - - libgcc-ng >=9.4.0 + - 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 license: MIT license_family: MIT purls: [] - size: 59450 - timestamp: 1636488255090 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 - license: MIT - license_family: MIT + size: 507632 + timestamp: 1701648249706 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda + sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe + md5: 048b02e3962f066da18efe3a21b77672 + depends: + - __glibc >=2.17,<3.0.a0 + constrains: + - binutils_impl_linux-64 2.43 + arch: x86_64 + platform: linux + license: GPL-3.0-only + license_family: GPL purls: [] - size: 51348 - timestamp: 1636488394370 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 - license: MIT - license_family: MIT + size: 669211 + timestamp: 1729655358674 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_2.conda + sha256: 80ec7e8f006196808fac5bd4b3773a652847f97bbf08044cd87731424ac64f8b + md5: fcbde5ea19d55468953bf588770c0501 + constrains: + - binutils_impl_linux-aarch64 2.43 + license: GPL-3.0-only + license_family: GPL purls: [] - size: 39020 - timestamp: 1636488587153 -- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - md5: 2c96d1b6915b408893f9472569dee135 + size: 698245 + timestamp: 1729655345825 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 + sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 + md5: 76bbff344f0134279f225174e9064c8f depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: MIT - license_family: MIT + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache purls: [] - size: 42063 - timestamp: 1636489106777 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda - sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d - md5: ee48bf17cc83a00f59ca1494d5646869 + size: 281798 + timestamp: 1657977462600 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 + sha256: 2d09ef9b7796d83364957e420b41c32d94e628c3f0520b61c332518a7b5cd586 + md5: 1a0ffc65e03ce81559dbcb0695ad1476 depends: - - gettext >=0.21.1,<1.0a0 - libgcc-ng >=12 - - libogg 1.3.* - - libogg >=1.3.4,<1.4.0a0 - libstdcxx-ng >=12 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache purls: [] - size: 394383 - timestamp: 1687765514062 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda - sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 - md5: 3cb76c3f10d3bc7f1105b2fc9db984df + size: 262096 + timestamp: 1657978241894 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.2.0 h77fa898_1 - - libgcc-ng ==14.2.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache purls: [] - size: 848745 - timestamp: 1729027721139 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 - md5: 511b511c5445e324066c3377481bcab8 + size: 290319 + timestamp: 1657977526749 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 + md5: de462d5aacda3b30721b512c5da4e742 depends: - - _openmp_mutex >=4.5 - constrains: - - libgcc-ng ==14.2.0=*_1 - - libgomp 14.2.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - libcxx >=13.0.1 + license: Apache-2.0 + license_family: Apache purls: [] - size: 535243 - timestamp: 1729089435134 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 - md5: e39480b9ca41323497b05492a63bc35b + size: 215721 + timestamp: 1657977558796 +- conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 + sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 + md5: 1900cb3cab5055833cfddb0ba233b074 depends: - - libgcc 14.2.0 h77fa898_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 + license: Apache-2.0 + license_family: Apache purls: [] - size: 54142 - timestamp: 1729027726517 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 - md5: 0694c249c61469f2c0f7e2990782af21 + size: 194365 + timestamp: 1657977692274 +- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc + md5: 19725e54b7f996e0a5748ec5e9e37ae9 depends: - - libgcc 14.2.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 + license: Apache-2.0 + license_family: Apache purls: [] - size: 54104 - timestamp: 1729089444587 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.11.0-h4ab18f5_1.conda - sha256: 9e97e4a753d2ee238cfc7375f0882830f0d8c1667431bc9d070a0f6718355570 - md5: 14858a47d4cc995892e79f2b340682d7 + size: 1802886 + timestamp: 1720857653184 +- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 8723000f6ffdbdaef16025f0a01b64c5 depends: - - libgcc-ng >=12 - - libgpg-error >=1.50,<2.0a0 - license: LGPL-2.1-or-later AND GPL-2.0-or-later - license_family: GPL + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 684307 - timestamp: 1721392291497 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda - sha256: b74f95a6e1f3b31a74741b39cba83ed99fc82d17243c0fd3b5ab16ddd48ab89d - md5: cfebc557e54905dadc355c0e9f003004 + size: 32567 + timestamp: 1711021603471 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda + sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 + md5: a28808eae584c7f519943719b2a2b386 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD + - __glibc >=2.17,<3.0.a0 + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux + license: BSD-2-Clause license_family: BSD purls: [] - size: 224448 - timestamp: 1696160785971 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hcd22fd5_9.conda - sha256: fe821d61ff28069d6ff8a56a354329808d03a84900a5491c166c585b0ee5b78b - md5: 765021fb606a138701b961b4a3607a3e + size: 878021 + timestamp: 1734020918345 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda + sha256: d8f6e3cf775f7aa10e767ba8daea2ae587f85cd782ea9d63d78bf990fcd47a46 + md5: e5ab5ecbdc352a5decae39c30c248fb8 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 231712 - timestamp: 1696160722186 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h0dceb68_9.conda - sha256: 4ed8546ff3356fc42f0e155446a060b14ee4aa96802e2da586532861deb3b917 - md5: 1feb43971521d430bf826f8398598c5b + size: 991078 + timestamp: 1734020964844 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.7-h1a33361_3.conda + sha256: fd1f0d23787057fce1c9b7e598e91bde3868cfed02a0c3c666f720bab71b136e + md5: 5cc55f063de099a537a56c4db2e8d58d depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 202884 - timestamp: 1696161058863 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hfdf3952_9.conda - sha256: cfdecfaa27807abc2728bd8c60b923ce1b44020553e122e9a56fc3acb77acaec - md5: 0d847466f115fbdaaf2b6926f2e33278 + size: 744309 + timestamp: 1734021293850 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.7-h3b16cec_3.conda + sha256: cbce64423e72bcd3576b5cfe0e4edd255900100f72467d5b4ea1d77449ac1ce9 + md5: 1c2eda2163510220b9f9d56a85c8da9d depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 + - __osx >=11.0 + - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zlib - license: GD + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 206783 - timestamp: 1696161158189 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda - sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 - md5: 69c987e1f9268d9ade86497c4ab8cc45 + size: 772780 + timestamp: 1734021109752 +- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b + md5: 86de12ebf8d7fffeba4ca9dbf13e9733 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.16,<4.0a0 - - zlib - license: GD + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: BSD-2-Clause license_family: BSD purls: [] - size: 344848 - timestamp: 1696161193894 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.9.1-ha770c72_10.conda - sha256: 4375e27abf499f802ce0038581b771fd760a1c8d5967d719abfa978e0597871c - md5: 421c565d76852a91dbad56fb6b0b1ed1 + size: 957632 + timestamp: 1716395481752 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda + sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 + md5: 21e468ed3786ebcb2124b123aa2484b7 depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - __glibc >=2.17,<3.0.a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD purls: [] - size: 421102 - timestamp: 1722372161864 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-3.9.1-h8af1aa0_10.conda - sha256: 205551c8de93ce9fe8262c42254deb85bfa43e7295c1fa0cfd0633c8b683705a - md5: a9fbb8b72340a019cee7277c3cea9549 + size: 116202 + timestamp: 1730268687453 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda + sha256: 8284693096532fb5d1af7fd5c170a4d4f0a54593ba29c881667327b61a7cd7bb + md5: 58ec6027e7b6ea460a4a7ed7112842d8 depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc >=13 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 421401 - timestamp: 1722372507738 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.9.1-h694c41f_10.conda - sha256: 827866567fda519575a442fb4108cdfa2e15de53adf0a8f1bede57844556cb07 - md5: 201d2ede2ae976a6959d4f587b2708fd + size: 116097 + timestamp: 1730268695528 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda + sha256: 8e3d479f13a85ee73c3152704c1d9e0430065f4824bae625f2f35c463c172831 + md5: 804f440fd71e1a903215710826cf98aa depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - __osx >=10.13 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 108913 + timestamp: 1730268731759 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda + sha256: c671365e8c822d29b53f20c4573fdbc70f18b50ff9a4b5b2b6b3c8f7ad2ac2a9 + md5: 7571064a60bc193ff5c25f36ed23394a + depends: + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.1.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 96781 + timestamp: 1730268761553 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c + md5: ac52800af2e0c0e7dac770b435ce768a + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_linux64_openblas + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16393 + timestamp: 1734432564346 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d + md5: 8d900b7079a00969d70305e9aad550b7 + depends: + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 421511 - timestamp: 1722374962165 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.9.1-hce30654_10.conda - sha256: 51457f5099dd36f2a820b2bc35bbcec3df51378529470ede576249a281502c65 - md5: 7bca008117da87b8152368d9b0dc6786 + size: 16477 + timestamp: 1734432576699 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 + md5: 2f03da7a6d52d98bbea1f7390d6997bf depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - libcblas 3.9.0 26_osx64_openblas + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 421673 - timestamp: 1722375669238 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e - md5: 5e15dafa70da7df389b9d193fdf43f65 + size: 16611 + timestamp: 1734432938741 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c + md5: 21be102c9ae80a67ba7de23b129aa7f6 depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT + - libopenblas >=0.3.28,<0.3.29.0a0 + - libopenblas >=0.3.28,<1.0a0 + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD purls: [] - size: 422016 - timestamp: 1722377230255 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.9.1-h8f9377d_10.conda - sha256: 40d470c705487317514bd72006af47e78ef73061c2613f8a10bf8b1687a290d0 - md5: acb13917dca00666f11474e7972d9cb2 + size: 16714 + timestamp: 1734433054681 +- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda + build_number: 23 + sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c + md5: 693407a31c27e70c750b5ae153251d9a depends: - - __glibc >=2.17,<3.0.a0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 + - mkl 2024.1.0 h66d3029_694 constrains: - - libgdal 3.9.1.* + - blas * mkl + - liblapack 3.9.0 23_win64_mkl + - libcblas 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 5192100 + timestamp: 1721689573083 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: 41b599ed2b02abcfdd84302bff174b23 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 10226934 - timestamp: 1722370815128 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.9.1-ha6a86ea_10.conda - sha256: 5f1c321d887719b47f6862a4d307719c24005c64640be5a45adf5401b5d5bbb7 - md5: 3915141c77f6f28e9045529ad1063769 + size: 68851 + timestamp: 1725267660471 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda + sha256: 64112af913974b309d67fd342e065fd184347043a6387933b3db796778a28019 + md5: 3ee026955c688f551a9999840cff4c67 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 9959908 - timestamp: 1722370980704 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.9.1-h858dd01_10.conda - sha256: 48a519645931c4e7d9d83eca36dfce02472acfa132cc80ca870c1597c7062b31 - md5: c862df33b6a3e4eca89e309100ad329c + size: 68982 + timestamp: 1725267774142 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda + sha256: b377056470a9fb4a100aa3c51b3581aab6496ba84d21cd99bcc1d5ef0359b1b6 + md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - __osx >=10.13 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 8943547 - timestamp: 1722371349347 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.9.1-h896ba76_10.conda - sha256: 93fc839ed33af588c07444153529d31ec0e435a752e00e3406dd649d5610a532 - md5: 26af2a766abcfff774186fad8cd691e7 + size: 67267 + timestamp: 1725267768667 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda + sha256: 839dacb741bdbb25e58f42088a2001b649f4f12195aeb700b5ddfca3267749e5 + md5: d0bf1dff146b799b319ea0434b93f779 depends: - __osx >=11.0 - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - giflib >=5.2.2,<5.3.0a0 - - json-c >=0.17,<0.18.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 8232149 - timestamp: 1722371644322 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b - md5: 7039792599a736b9b76db35b55f1ce1c + size: 68426 + timestamp: 1725267943211 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda + sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 + md5: f77f319fb82980166569e1280d5b2864 depends: - - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - geotiff >=1.7.3,<1.8.0a0 - - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 8053565 - timestamp: 1722372555487 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-fits-3.9.1-hdd6600c_10.conda - sha256: 40e0e7fc6127223147fb1a9a103349530c04fac01831c2c515125946945027e3 - md5: d0beafb715671a47a49350ace6325d63 + size: 70598 + timestamp: 1695990405143 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 9566f0bd264fbd463002e759b8a82401 depends: - __glibc >=2.17,<3.0.a0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 475012 - timestamp: 1722371591313 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-fits-3.9.1-h2758869_10.conda - sha256: 4696ef4269587f24e2016ce77cd4ce7d0dc1297913a9e76bc9dfbc774fdd0f72 - md5: 5ce52f96e40a5a3406974e732832f58c + size: 32696 + timestamp: 1725267669305 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda + sha256: 94c808d9ca3eb6ef30976a9843e27f027cf3a1e84e8c6835cbb696b7bdb35c4c + md5: e64d0f3b59c7c4047446b97a8624a72d depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 473575 - timestamp: 1722371921667 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-fits-3.9.1-h5d197d2_10.conda - sha256: d3c731f01fe42916c8d2c35a3a85365c08585fc7a486cd709c659a5aa0126e0a - md5: 75ea8cd96e5f32c06347df276de09bb3 + size: 31708 + timestamp: 1725267783442 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda + sha256: 4d49ea72e2f44d2d7a8be5472e4bd0bc2c6b89c55569de2c43576363a0685c0c + md5: 34709a1f5df44e054c4a12ab536c5459 depends: - __osx >=10.13 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 467786 - timestamp: 1722373045891 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-fits-3.9.1-h7a7a030_10.conda - sha256: a48c2fe1d6965cb68c6170ab6a3b17b07d575665c4bd6ec00146fc18fd89e568 - md5: 63257b60e71e8392dd0fce989a2753cc + size: 29872 + timestamp: 1725267807289 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda + sha256: 6c6862eb274f21a7c0b60e5345467a12e6dda8b9af4438c66d496a2c1a538264 + md5: 55e66e68ce55523a6811633dd1ac74e2 depends: - __osx >=11.0 - - cfitsio >=4.4.1,<4.4.2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libbrotlicommon 1.1.0 hd74edd7_2 license: MIT license_family: MIT purls: [] - size: 464862 - timestamp: 1722373691174 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 - md5: 6e21157429c310803cba3369581e1061 - depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + size: 28378 + timestamp: 1725267980316 +- conda: 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 license: MIT license_family: MIT purls: [] - size: 496116 - timestamp: 1722375134577 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-grib-3.9.1-h5f34788_10.conda - sha256: 464f8aba9ef8db7ff05d6c21064bf8c4df4516a1600de1326b6143bb99a399df - md5: 9966045d95dd0edfa00cf30080d34916 + size: 32788 + timestamp: 1695990443165 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 06f70867945ea6a84d35836af780f1de depends: - __glibc >=2.17,<3.0.a0 - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libbrotlicommon 1.1.0 hb9d3cd8_2 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 721029 - timestamp: 1722371641040 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-grib-3.9.1-h0b38e0c_10.conda - sha256: f8fae279bce5981af463c2fd67691ae201e419214b3e2fec787c93e24e348d23 - md5: 3e884b1332e5ad564c5a79957c9f47b0 + size: 281750 + timestamp: 1725267679782 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda + sha256: 41385e17bc73834b235c5aff12d6d82eccb534acb3c30986996f9dad92a0d54c + md5: 0e9bd365480c72b25c71a448257b537d depends: - - libaec >=1.1.3,<2.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libbrotlicommon 1.1.0 h86ecc28_2 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 719972 - timestamp: 1722371972166 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-grib-3.9.1-h385febf_10.conda - sha256: 40d18842c6f9481f099ab0fb1dbee4fdf62dcfb878be3f7fd368b5302fa382ff - md5: 39e0d03c6b552787b4af8fb1d56449e4 + size: 290230 + timestamp: 1725267792697 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda + sha256: 477d236d389473413a1ccd2bec1b66b2f1d2d7d1b4a57bb56421b7b611a56cd1 + md5: 691f0dcb36f1ae67f5c489f20ae987ea depends: - __osx >=10.13 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libbrotlicommon 1.1.0 h00291cd_2 license: MIT license_family: MIT purls: [] - size: 661554 - timestamp: 1722373219990 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-grib-3.9.1-hdd4b840_10.conda - sha256: 918ead4759b05776c63ab783a288f9e0cb4e119c78b7bfa460bb9c9d15493d53 - md5: 413fc7370f6a3fe0b66b7494d50a51c6 + size: 296353 + timestamp: 1725267822076 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda + sha256: eeb1eb0d58b9d02bc1b98dc0a058f104ab168eb2f7d1c7bfa0570a12cfcdb7b7 + md5: 4f3a434504c67b2c42565c0b85c1885c depends: - __osx >=11.0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libbrotlicommon 1.1.0 hd74edd7_2 license: MIT license_family: MIT purls: [] - size: 650495 - timestamp: 1722373866043 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 - md5: 10af16f730fc348ec0212b7c912928dd + size: 279644 + timestamp: 1725268003553 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda + sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca + md5: 71e890a0b361fd58743a13f77e1506b7 depends: - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - libbrotlicommon 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 676592 - timestamp: 1722375318870 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf4-3.9.1-ha39a594_10.conda - sha256: 753f5ea0b74eca44da714b2a89c90c76e6c60424bdc99b00b353bdaaf817b688 - md5: 0b0a4fdf8e78f17784ad325a68a6320b + size: 246515 + timestamp: 1695990479484 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee + md5: ebcc5f37a435aa3c19640533c82f8d76 + depends: + - libblas 3.9.0 26_linux64_openblas + constrains: + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16336 + timestamp: 1734432570482 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 + md5: d77f943ae4083f3aeddca698f2d28262 + depends: + - libblas 3.9.0 26_linuxaarch64_openblas + constrains: + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16398 + timestamp: 1734432580937 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 + md5: 8726a2949c303b23da89be658a19675c + depends: + - libblas 3.9.0 26_osx64_openblas + constrains: + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16579 + timestamp: 1734432954376 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 + md5: a0e9980fe12d42f6d0c0ec009f67e948 + depends: + - libblas 3.9.0 26_osxarm64_openblas + constrains: + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 16628 + timestamp: 1734433061517 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda + build_number: 23 + sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 + md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 + depends: + - libblas 3.9.0 23_win64_mkl + constrains: + - blas * mkl + - liblapack 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 5191981 + timestamp: 1721689628480 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + sha256: d1326a398158579fd4dc5735e3d3f8232f573db262a2c9728994e13d2b53ab8f + md5: 646e1269735c1a00dcf7953c20fc4687 depends: - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 + - libgcc >=13 + - libllvm19 >=19.1.7,<19.2.0a0 + - libstdcxx >=13 + arch: x86_64 + platform: linux + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 20528792 + timestamp: 1736957374726 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + sha256: 3d6bff42cc10b9d715b1a8ee783ab74e872ebc2cea53e1a0aa4fa275130e3c63 + md5: aba1f5bacc7e7ba613c572badfe929e7 + depends: + - libgcc >=13 + - libllvm19 >=19.1.7,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 20098203 + timestamp: 1736958216715 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda + sha256: ead02e93e97eaa64254a4cda5d9ade5da3e7d8cb36df0611f39ce7cd761504c7 + md5: 3c903d532f24be4b295cef03518d5ae9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libllvm19 >=19.1.7,<19.2.0a0 + - libstdcxx >=13 + arch: x86_64 + platform: linux + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 11825261 + timestamp: 1736957573503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + sha256: 46b1cf3a08e2a938eda13a6b8ba05348d4e5dccec9dc77932c5de21c8b5e1076 + md5: 6660902b80f473d6300c119f69dd4828 + depends: + - libgcc >=13 + - libllvm19 >=19.1.7,<19.2.0a0 + - libstdcxx >=13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 11612031 + timestamp: 1736958424729 +- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda + sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 + md5: 30a167d5b69555fbf39192a23e40df52 + depends: + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 25327749 + timestamp: 1721486985259 +- conda: 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 25694 + timestamp: 1633684287072 +- conda: 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 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache purls: [] - size: 575548 - timestamp: 1722371689229 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf4-3.9.1-h48a2630_10.conda - sha256: 705c5bca42caaf4fecbd0d6d2b33be130528774e509dcb0ded6918235fe33bc0 - md5: bd1f4edaff8f14e14c299a44e7021025 + size: 4519402 + timestamp: 1689195353551 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda + sha256: f9007d5ca44741de72f9d7be03e74c911b61af062ed7a3761594675f30f5890c + md5: d42c670b0c96c1795fd859d5e0275a55 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 + - krb5 >=1.21.1,<1.22.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 - license: MIT + - libzlib >=1.2.13,<2.0.0a0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 4551247 + timestamp: 1689195336749 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.11.1-h332b0f4_0.conda + sha256: 3cd4075b2a7b5562e46c8ec626f6f9ca57aeecaa94ff7df57eca26daa94c9906 + md5: 2b3e0081006dc21e8bf53a91c83a055c + depends: + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux + license: curl + license_family: MIT + purls: [] + size: 423011 + timestamp: 1733999897624 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda + sha256: 9fc65d21a58f4aad1bc39dfb94a178893aeb035850c5cf0ed9736674279f390b + md5: 7dec1cd271c403d1636bda5aa388a55d + depends: + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl license_family: MIT purls: [] - size: 622965 - timestamp: 1722372021494 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf4-3.9.1-h86719f3_10.conda - sha256: 6f8414f4fffdf2e058320d23b3414023237f3772a4d454db68ae5b4ddea990ed - md5: 2e22e807e9f19f2d751f2930587ec627 + size: 440737 + timestamp: 1733999835504 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda + sha256: a4ee3da1a5fd753a382d129dffb079a1e8a244e5c7ff3f7aadc15bf127f8b5e5 + md5: 2f80e92674f4a92e9f8401494496ee62 depends: - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl license_family: MIT purls: [] - size: 590403 - timestamp: 1722373413042 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf4-3.9.1-h94124bd_10.conda - sha256: 9d8e13357c65a86d523bf8129b42a57e990b877780ebd8ac8615dad28688e08c - md5: bd74593d2722709f124c0d1c99eb3d69 + size: 406590 + timestamp: 1734000110972 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda + sha256: f47c35938144c23278987c7d12096f6a42d7c850ffc277222b032073412383b6 + md5: 46d7524cabfdd199bffe63f8f19a552b depends: - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT + - krb5 >=1.21.3,<1.22.0a0 + - libnghttp2 >=1.64.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + license: curl license_family: MIT purls: [] - size: 577207 - timestamp: 1722374069096 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 - md5: b721f0b510b0f13b0447132710e89886 + size: 385098 + timestamp: 1734000160270 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda + sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 + md5: 099a1016d23baa4f41148a985351a7a8 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: MIT + license: curl license_family: MIT purls: [] - size: 561347 - timestamp: 1722375491611 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-hdf5-3.9.1-ha2ed5f0_10.conda - sha256: a643a62bef4262cc23d8b8a476db18cabdb5853e7dc7c4d641e06f919e53c5f0 - md5: dbf13edf61743251f1f97cc806dea754 + size: 339298 + timestamp: 1722440239161 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda + sha256: 6b2fa3fb1e8cd2000b0ed259e0c4e49cbef7b76890157fac3e494bc659a20330 + md5: 4b8f8dc448d814169dbc58fc7286057d + depends: + - __osx >=10.13 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 527924 + timestamp: 1736877256721 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda + sha256: 776092346da87a2a23502e14d91eb0c32699c4a1522b7331537bd1c3751dcff5 + md5: 5b3e1610ff8bd5443476b91d618f5b77 + depends: + - __osx >=11.0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 523505 + timestamp: 1736877862502 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d + md5: 407fee7a5d7ab2dca12c9ca7f62310ad + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 411814 + timestamp: 1703088639063 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda + sha256: 7345e775c7a51ed2d9da33389d6e24aeb38378b0f3c6dea13b0b88179c867718 + md5: c5417cadddd73ace53e7152d8265f16a depends: - - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - libstdcxx-ng >=12 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 385337 + timestamp: 1703088661961 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda + sha256: a67544ca45a082da0c868fbcd1a0f49fc6f92281aa9aedd20bdce9e7c7e45817 + md5: a270b0e1a2a3326cc21eee82c42efffc + depends: + - libcxx >=15 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 331376 + timestamp: 1703088831061 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda + sha256: 13747fa634f7f16d7f222b7d3869e3c1aab9d3a2791edeb2fc632a87663950e0 + md5: 7c718ee6d8497702145612fa0898a12d + depends: + - libcxx >=15 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 277861 + timestamp: 1703089176970 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda + sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 + md5: 8dfae1d2e74767e9ce36d5fa0d8605db + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 638351 - timestamp: 1722371743905 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-hdf5-3.9.1-h6f3bf7f_10.conda - sha256: 96d11bc4f683018f4db44161a1ba7f1d8b9dbfc7ca673f48a34c9da8426b1ed8 - md5: 3f0c021e98c5a43f9b647730a4aacfd2 + size: 72255 + timestamp: 1734373823254 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda + sha256: 959419d87cd2b789a9055db95704c614f31aeb70bef7949fa2f734122a3a2863 + md5: 7e7ca2607b11b180120cefc2354fc0cb depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 635134 - timestamp: 1722372080876 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-hdf5-3.9.1-h513f0eb_10.conda - sha256: 9a895b7ea792ee6ef1a52874c468a1df157e4649920e5162a8dcd848cc839779 - md5: bd0a6ca6c8f0cdb0278bf8f830b773a7 + size: 69862 + timestamp: 1734373858306 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda + sha256: 20c1e685e7409bb82c819ba55b9f7d9a654e8e6d597081581493badb7464520e + md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 license: MIT license_family: MIT purls: [] - size: 600456 - timestamp: 1722373634116 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-hdf5-3.9.1-hf90b89a_10.conda - sha256: 51bbc498d27b46166218977f6328033f02c0e1eda31494e21fb7107119fc70f6 - md5: 1dfed8de5c7e626a9c0065363b608e67 + size: 69309 + timestamp: 1734374105905 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda + sha256: 887c02deaed6d583459eba6367023e36d8761085b2f7126e389424f57155da53 + md5: 1d8b9588be14e71df38c525767a1ac30 depends: - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 license: MIT license_family: MIT purls: [] - size: 591751 - timestamp: 1722374289570 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 - md5: a470b96438067e04860b0604bf4a4a98 + size: 54132 + timestamp: 1734373971372 +- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 + md5: b12b5bde5eb201a1df75e49320cc938a depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 612275 - timestamp: 1722375691115 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-jp2openjpeg-3.9.1-h2ebfdf0_10.conda - sha256: 86c155ac5dce0dcd14eb6fa5681e4fe42d027d5e4b8793eca6e53ece5d34e716 - md5: 49757d4abcb8d6dbc95b8a5f71dd9487 + size: 155358 + timestamp: 1711197066985 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda + sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 + md5: 8bc89311041d7fcb510238cf0848ccae depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 466534 - timestamp: 1722371785100 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-jp2openjpeg-3.9.1-h014dd2c_10.conda - sha256: f64c65e6c26ccf02488fa2a439ca2c4e1c186ac6dba12f13eff04b29caa20012 - md5: f4e546091123173192a0b8bce2a1f0c0 + size: 242533 + timestamp: 1733424409299 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda + sha256: a0a89edcd142942ec5730f2b7d3b3f3e702b9be2d4c675fea3a8b62d40e6adc3 + md5: a8058bcb6b4fa195aaa20452437c7727 depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - openjpeg >=2.5.2,<3.0a0 + - libgcc >=13 + - libpciaccess >=0.18,<0.19.0a0 license: MIT license_family: MIT purls: [] - size: 468005 - timestamp: 1722372121152 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-jp2openjpeg-3.9.1-hc5f35ca_10.conda - sha256: 4edee875f19287a84a848c1046b1bc57ed4c4e304c77a8199b6bc2bdbc7674f0 - md5: 75a4201e6f12818559135b68006f3cf8 + size: 246299 + timestamp: 1733424417343 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + sha256: 4d0d69ddf9cc7d724a1ccf3a9852e44c8aea9825692582bac2c4e8d21ec95ccd + md5: 8247f80f3dc464d9322e85007e307fe8 + depends: + - ncurses + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - ncurses >=6.5,<7.0a0 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 134657 + timestamp: 1736191912705 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + sha256: 031daea98cf278f858b7957ad5dc475f1b5673cd5e718850529401ced64cef2c + md5: 0be40129d3dd1a152fff29a85f0785d0 + depends: + - ncurses + - libgcc >=13 + - ncurses >=6.5,<7.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 148120 + timestamp: 1736192137151 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda + sha256: 3fb953fcc1fe3d0a90984517b95ebf3817cab96876a9cd9f22d3d493483a97e3 + md5: 32bff389574b5f03cdce349aa0486dcd depends: + - ncurses - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 + - ncurses >=6.5,<7.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 115518 + timestamp: 1736191967832 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda + sha256: fb934d7a03279ec8eae4bf1913ac9058fcf6fed35290d8ffa6e04157f396a3b1 + md5: af89aa84ffb5ee551ce0c137b951a3b5 + depends: + - ncurses + - __osx >=11.0 + - ncurses >=6.5,<7.0a0 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 107634 + timestamp: 1736192034117 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda + sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 + md5: c151d5eb730e9b7480e6d48c0fc44048 + depends: + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + arch: x86_64 + platform: linux + license: LicenseRef-libglvnd + purls: [] + size: 44840 + timestamp: 1731330973553 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda + sha256: 8962abf38a58c235611ce356b9899f6caeb0352a8bce631b0bcc59352fda455e + md5: cf105bce884e4ef8c8ccdca9fe6695e7 + depends: + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + purls: [] + size: 53551 + timestamp: 1731330990477 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda + sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 + md5: 172bf1cd1ff8629f2b1179945ed45055 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 112766 + timestamp: 1702146165126 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda + sha256: 973af77e297f1955dd1f69c2cbdc5ab9dfc88388a5576cd152cda178af0fd006 + md5: a9a13cb143bbaa477b1ebaefbe47a302 + depends: + - libgcc-ng >=12 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 115123 + timestamp: 1702146237623 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + md5: 899db79329439820b7e8f8de41bca902 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 106663 + timestamp: 1702146352558 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda + sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f + md5: 36d33e440c31857372a72137f78bacf5 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 107458 + timestamp: 1702146414478 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.conda + sha256: 56541b98447b58e52d824bd59d6382d609e11de1f8adf20b23143e353d2b8d26 + md5: db833e03127376d461e1e13e76f09b6c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + constrains: + - expat 2.6.4.* + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 463116 - timestamp: 1722373766579 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-jp2openjpeg-3.9.1-h54bcb16_10.conda - sha256: 3f9935faac66e18dc30a6db0b2dec2276b250dc18ca2f6daf712278b97f54404 - md5: 9414343eb3fef0e857868a6ad7f660f6 + size: 73304 + timestamp: 1730967041968 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda + sha256: f42e758009ba9db90d1fe7992bc3e60d0c52f71fb20923375d2c44ae69a5a2b3 + md5: f1b3fab36861b3ce945a13f0dfdfc688 depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 + - libgcc >=13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 461468 - timestamp: 1722374465941 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 - md5: f337793dedf75d79fadd0b423e35a6c3 + size: 72345 + timestamp: 1730967203789 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.conda + sha256: d10f43d0c5df6c8cf55259bce0fe14d2377eed625956cddce06f58827d288c59 + md5: 20307f4049a735a78a29073be1be2626 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - __osx >=10.13 + constrains: + - expat 2.6.4.* license: MIT license_family: MIT purls: [] - size: 496753 - timestamp: 1722375850823 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-kea-3.9.1-h2b45729_10.conda - sha256: c982c0c2c3c80cd72fd2f114ebfbbfca361087d57ac85ceb8f286d33ca6f1850 - md5: 52a9ea0cf4b7e03f42222d46e45d4880 + size: 70758 + timestamp: 1730967204736 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.conda + sha256: e42ab5ace927ee7c84e3f0f7d813671e1cf3529f5f06ee5899606630498c2745 + md5: 38d2656dd914feb0cab8c629370768bf depends: - - __glibc >=2.17,<3.0.a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - __osx >=11.0 + constrains: + - expat 2.6.4.* + license: MIT + license_family: MIT + purls: [] + size: 64693 + timestamp: 1730967175868 +- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 + md5: bc592d03f62779511d392c175dcece64 + constrains: + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 479075 - timestamp: 1722372096330 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-kea-3.9.1-hdeddc4b_10.conda - sha256: a69c9ed56cfd134a21dba8df468b0e1139194e63562e95c1df7059b92d6d6807 - md5: f5527e4965aa7f712b68f43815d134b2 + size: 139224 + timestamp: 1710362609641 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 + - libgcc-ng >=9.4.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 475721 - timestamp: 1722372438447 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-kea-3.9.1-h3b8d0bf_10.conda - sha256: 38d916684b0427b3aa7757927aed1cdfa3c9aa5820743a95cb001b99ff8682fb - md5: 2a3d7aae7801835c1d1c9011ae26bcf5 + size: 58292 + timestamp: 1636488182923 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 + sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c + md5: dddd85f4d52121fab0a8b099c5e06501 depends: - - __osx >=10.13 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 + - libgcc-ng >=9.4.0 + license: MIT + license_family: MIT + purls: [] + size: 59450 + timestamp: 1636488255090 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: ccb34fb14960ad8b125962d3d79b31a9 + license: MIT + license_family: MIT + purls: [] + size: 51348 + timestamp: 1636488394370 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 + sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca + md5: 086914b672be056eb70fd4285b6783b6 license: MIT license_family: MIT purls: [] - size: 474852 - timestamp: 1722374784108 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-kea-3.9.1-hacb1b3e_10.conda - sha256: ad5989e10705d7f213234e2a2f17e99eb139f6cb599879fb82ce84a942bb5043 - md5: 6d339532d82d3bf633843ca5a65ad569 + size: 39020 + timestamp: 1636488587153 +- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 + md5: 2c96d1b6915b408893f9472569dee135 depends: - - __osx >=11.0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: MIT license_family: MIT purls: [] - size: 468529 - timestamp: 1722375482219 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 - md5: fb2c31c4d9ca970be600abb4281ef7da + size: 42063 + timestamp: 1636489106777 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda + sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 + md5: 3cb76c3f10d3bc7f1105b2fc9db984df + depends: + - _libgcc_mutex 0.1 conda_forge + - _openmp_mutex >=4.5 + constrains: + - libgomp 14.2.0 h77fa898_1 + - libgcc-ng ==14.2.0=*_1 + arch: x86_64 + platform: linux + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 848745 + timestamp: 1729027721139 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda + sha256: 5d56757ccad208c79214395b00d006d8d18929a4ba49c47bd9460789a7620943 + md5: 511b511c5445e324066c3377481bcab8 + depends: + - _openmp_mutex >=4.5 + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 535243 + timestamp: 1729089435134 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda + sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 + md5: e39480b9ca41323497b05492a63bc35b + depends: + - libgcc 14.2.0 h77fa898_1 + arch: x86_64 + platform: linux + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 54142 + timestamp: 1729027726517 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda + sha256: 9b5cf168a6c7361cae869cb74b716766ee7c6d6b3f6172b32ba9bf91135efdc4 + md5: 0694c249c61469f2c0f7e2990782af21 depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - libgcc 14.2.0 he277a41_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 517926 - timestamp: 1722377033182 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-netcdf-3.9.1-h94e7027_10.conda - sha256: 1aa3e369e765896fdff803b140200fbe776715280f4c1310323bc4042e7d794d - md5: 68361cd19699c5adf3d161199e3d9d5f + size: 54104 + timestamp: 1729089444587 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 + md5: 30ee3a29c84cf7b842a8c5828c4b7c13 depends: - __glibc >=2.17,<3.0.a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux + license: GD + license_family: BSD purls: [] - size: 730424 - timestamp: 1722372156804 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-netcdf-3.9.1-h0a2f82e_10.conda - sha256: cef3c8e095589c09be4487839b14f36ccc9cd2a364438589bfb1662bbd268b00 - md5: f6ba56a78dcf13a5ca0b212a3ed532ef + size: 225113 + timestamp: 1722928278395 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 + md5: 33725322288f22cd4e29db5356653d76 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 - libgcc-ng >=12 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD purls: [] - size: 716843 - timestamp: 1722372502180 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-netcdf-3.9.1-h3127c03_10.conda - sha256: 66f6332f884c51e7f53ff5708a29bce2cca1c64bdb615e734d70c3738f801d1c - md5: cf62fe8bb709def59fc2a5092feaa3d9 + size: 227975 + timestamp: 1722928173564 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d + md5: a87f68ea91c66e1a9fb515f6aeba6ba2 depends: - __osx >=10.13 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD purls: [] - size: 687189 - timestamp: 1722374951330 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-netcdf-3.9.1-h1723b65_10.conda - sha256: a0089c65de07b0863616f41260af8d20d4ec614fd9a47da2830fdb7a03223f20 - md5: faa0b8786f3171f88019453fda51e814 + size: 200456 + timestamp: 1722928713359 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e + md5: c9e450ce5ced76f107c494fbd37325f5 depends: - __osx >=11.0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - license: MIT - license_family: MIT + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + license: GD + license_family: BSD purls: [] - size: 664736 - timestamp: 1722375658134 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d - md5: 8e5c5f9673bf17680f9cc29dfca09174 + size: 200309 + timestamp: 1722928354606 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 + md5: 69c987e1f9268d9ade86497c4ab8cc45 depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 + - expat + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + - xorg-libxpm >=3.5.16,<4.0a0 + - zlib + license: GD + license_family: BSD + purls: [] + size: 344848 + timestamp: 1696161193894 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e + md5: 5e15dafa70da7df389b9d193fdf43f65 + depends: + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* license: MIT license_family: MIT purls: [] - size: 665704 - timestamp: 1722377221669 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pdf-3.9.1-h562c687_10.conda - sha256: 0ff6f27174b5950e45cd4acc0cb832039b5fefaa24182c80b0b21173603015f1 - md5: 1b89602c212091142d2424cd92fcc90a + size: 422016 + timestamp: 1722377230255 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + sha256: 60f8fd0e2812e66fe95548ee086684e114b31fad280f05a1aaa21f0b6cdb8ae9 + md5: 32d9324ea1eb6f3776c6e53e2bc01e0f depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.1.* + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 662774 - timestamp: 1722371847466 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pdf-3.9.1-hd21c838_10.conda - sha256: 2feb34a667f470b3072409e442573f36d8fd190727e147373e61eb07a5d4209f - md5: 51e32f34c31c175be96c27e0dc6cdae4 + size: 10814129 + timestamp: 1736809249210 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + sha256: bbce73f3a01a50e5f88d7106ba976e1eb4ca5f8c07755644da82803f83a495a5 + md5: 404a1d97322020b256d6e5c1cdfddfed depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - poppler >=24.7.0,<24.8.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.1.* license: MIT license_family: MIT purls: [] - size: 650685 - timestamp: 1722372186626 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pdf-3.9.1-h0da0525_10.conda - sha256: b31712067356765e51dcace4c77243d33602a7575501569ba44237432c420ded - md5: c2623f06f3fc11b60fad6e25fc0f8c78 + size: 10589423 + timestamp: 1736808877388 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda + sha256: 16c7a40c85b2ebf872d275605e0cc94cf7bfdbd4396f1beb1a238cde2ee59791 + md5: de83a01edf895f9139f79ac55a670e2d depends: - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.1.* license: MIT license_family: MIT purls: [] - size: 609159 - timestamp: 1722373940636 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pdf-3.9.1-h4cf08c4_10.conda - sha256: 566d0d4e6f6ef839860f49af45b0970feab8eea31ba4432c91ec4b092ba16dd3 - md5: a351cbe6cc047f1902d68c4c99407852 + size: 9209169 + timestamp: 1736856745975 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda + sha256: f474eb92547eaa49c131a269f0c451f8dff821dc942435c99100d0e35ca7e478 + md5: 47088d85185ab3ac3eddad4666cded69 depends: - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 + - blosc >=1.21.6,<2.0a0 + - geos >=3.13.0,<3.13.1.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - giflib >=5.2.2,<5.3.0a0 + - json-c >=0.18,<0.19.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.5.1,<9.6.0a0 + - xerces-c >=3.2.5,<3.3.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.10.1.* license: MIT license_family: MIT purls: [] - size: 598087 - timestamp: 1722374648619 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d - md5: 709319ad178b037ae33d04c72d0bc81f + size: 8499780 + timestamp: 1736809609724 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b + md5: 7039792599a736b9b76db35b55f1ce1c depends: - - libgdal-core >=3.9 + - blosc >=1.21.6,<2.0a0 + - geos >=3.12.2,<3.12.3.0a0 + - geotiff >=1.7.3,<1.8.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libexpat >=2.6.2,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - proj >=9.4.1,<9.5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 625005 - timestamp: 1722376072285 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-pg-3.9.1-he047751_10.conda - sha256: 7bb8d8fa756bb3fb456c5481264e5fed6a5ffe1a25a11aae57f3cb4be15e7237 - md5: 2920713e9300584d131b1876150a860a + size: 8053565 + timestamp: 1722372555487 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 + md5: 6e21157429c310803cba3369581e1061 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - cfitsio >=4.4.1,<4.4.2.0a0 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 524062 - timestamp: 1722371896223 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-pg-3.9.1-h2a60a0a_10.conda - sha256: 9fcc64a06a956eae8d61fc7628382b434756c3876efd09d27dfe2104368c83bb - md5: 0fd806c5180f6acb690e94f189d68b5a + size: 496116 + timestamp: 1722375134577 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 + md5: 10af16f730fc348ec0212b7c912928dd depends: - - libgcc-ng >=12 + - libaec >=1.1.3,<2.0a0 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 522579 - timestamp: 1722372232353 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-pg-3.9.1-h1b48671_10.conda - sha256: 17527fcd1c9e3214f0317bb412699b505f0fb70ce27dc7f851227cf31b41f870 - md5: ca2b519d68928cc636fb90fb95a4443a + size: 676592 + timestamp: 1722375318870 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 + md5: b721f0b510b0f13b0447132710e89886 depends: - - __osx >=10.13 - - libcxx >=16 + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 506042 - timestamp: 1722374110518 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-pg-3.9.1-h7d28298_10.conda - sha256: 867ec2ff626a9ff37f2d214392ed9632c0f1016e799f9f5ebdd8211d750d2aaa - md5: 48448aee25480ad2c00b870ace0e5202 + size: 561347 + timestamp: 1722375491611 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 + md5: a470b96438067e04860b0604bf4a4a98 depends: - - __osx >=11.0 - - libcxx >=16 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 501935 - timestamp: 1722374808939 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a - md5: a9f48dedf1ec1a5ebfa491d0a0739467 + size: 612275 + timestamp: 1722375691115 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 + md5: f337793dedf75d79fadd0b423e35a6c3 depends: - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - openjpeg >=2.5.2,<3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 531675 - timestamp: 1722376257257 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-postgisraster-3.9.1-he047751_10.conda - sha256: a595e8b3c129b689c15c72c4a2fa3eeab52632e4cf58078d776e9894384ddcd1 - md5: 987d21f8788ee0d28481ee77d6d9f95a + size: 496753 + timestamp: 1722375850823 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 + md5: fb2c31c4d9ca970be600abb4281ef7da depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 477668 - timestamp: 1722371940582 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-postgisraster-3.9.1-h2a60a0a_10.conda - sha256: e087e81e43086665df7f4373cdbb99d93c077ff570f75327d1dcfccc64d03762 - md5: 475a7bc391c777c132b562a44ec41f30 + size: 517926 + timestamp: 1722377033182 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d + md5: 8e5c5f9673bf17680f9cc29dfca09174 depends: - - libgcc-ng >=12 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - libstdcxx-ng >=12 - - postgresql + - libnetcdf >=4.9.2,<4.9.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 478831 - timestamp: 1722372279590 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-postgisraster-3.9.1-h1b48671_10.conda - sha256: 320e23766304970a6c3fc3eaeac093762f9edb7a2ba8f7f5a0926173d09750be - md5: 54bfdb7cece51e98c6d18d611c050a0c + size: 665704 + timestamp: 1722377221669 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d + md5: 709319ad178b037ae33d04c72d0bc81f depends: - - __osx >=10.13 - - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql + - poppler >=24.7.0,<24.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 468622 - timestamp: 1722374294068 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-postgisraster-3.9.1-h7d28298_10.conda - sha256: 121a0043c549b000543792b4ed100b89fa6947b6bd2867320e8306366079eec6 - md5: d4ee74110a997bfbee6603e3e883000f + size: 625005 + timestamp: 1722376072285 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a + md5: a9f48dedf1ec1a5ebfa491d0a0739467 depends: - - __osx >=11.0 - - libcxx >=16 - libgdal-core >=3.9 - libkml >=1.3.0,<1.4.0a0 - libpq >=16.3,<17.0a0 - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 467001 - timestamp: 1722374973746 + size: 531675 + timestamp: 1722376257257 - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a md5: 20337307f03ca33f57a95f4c3a156406 @@ -10558,63 +8765,6 @@ packages: purls: [] size: 503724 timestamp: 1722376440899 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-tiledb-3.9.1-h9d8aadb_10.conda - sha256: e3ac99e2b4b6b9143a455938b8c7ddba1029860c48d222128d21700f534548ec - md5: 1a98a4054f11117121604cc365bab135 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 670902 - timestamp: 1722372008995 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-tiledb-3.9.1-h414a831_10.conda - sha256: f1f6f7919f6d0f90ccf54aac0d14f23fdcd86e0f59b3276704168edcdbbebba8 - md5: dc933a29ede1b9b3c13f1bc11b667363 - depends: - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 660081 - timestamp: 1722372349128 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-tiledb-3.9.1-ha63beff_10.conda - sha256: a1a3f8133317801da28092070e87592682594a1b1e4fd6cd2c9ad8308f89dd85 - md5: 9edd2509e8709c0d3ae0f834d73dd65b - depends: - - __osx >=10.13 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 629757 - timestamp: 1722374487532 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-tiledb-3.9.1-h6fe8b47_10.conda - sha256: c4272fad95b46056454c363afd6a1a1b313d248c899c1efb7b133be1f4997481 - md5: b3330426bee22e3d5b517863519ce522 - depends: - - __osx >=11.0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - license: MIT - license_family: MIT - purls: [] - size: 614771 - timestamp: 1722375161273 - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 md5: 86235ce63e13475777c334895766bf4e @@ -10630,63 +8780,6 @@ packages: purls: [] size: 627551 timestamp: 1722376685520 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-xls-3.9.1-h062f1c4_10.conda - sha256: a29fcd4a48720084d6f7608eecee62b54336247a523ad85fc09a67762d932f58 - md5: 03ddde37b56f82df0e340db918317a11 - depends: - - __glibc >=2.17,<3.0.a0 - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 432767 - timestamp: 1722372050389 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-xls-3.9.1-hf8b742b_10.conda - sha256: 2f7ba8f0eecfb308e875995d97fbd74f5bc34d113dd1405c6a154557630f84de - md5: 7293e7a2d513d00f9bbb96ddcff433db - depends: - - freexl >=2.0.0,<3.0a0 - - libgcc-ng >=12 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 434538 - timestamp: 1722372391679 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-xls-3.9.1-h597966e_10.conda - sha256: aef59cb131857ffc74fa3706b744bfd97327da3a2c943d982d299a678d00c0b3 - md5: 3e0fdba0acb8fe06329417a8d8eac1c4 - depends: - - __osx >=10.13 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 430804 - timestamp: 1722374630488 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-xls-3.9.1-hb39617b_10.conda - sha256: 2c6b7db3b9641f823e65266a20132c6b67e3f22aa8702f39188ef04919867301 - md5: 46d6e472fdc2056f45cd1cd0ff4ada73 - depends: - - __osx >=11.0 - - freexl >=2.0.0,<3.0a0 - - libcxx >=16 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - license: MIT - license_family: MIT - purls: [] - size: 431133 - timestamp: 1722375308153 - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 md5: 4c80510ad54df1c350d8a827a14b3ff5 @@ -10702,27 +8795,32 @@ packages: purls: [] size: 465255 timestamp: 1722376846686 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-h59595ed_2.conda - sha256: e2f784564a2bdc6f753f00f63cc77c97601eb03bc89dccc4413336ec6d95490b - md5: 172bcc51059416e7ce99e7b528cede83 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda + sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 + md5: f1fd30127802683586f768875127a987 depends: - - libgcc-ng >=12 - license: GPL-3.0-or-later + - libgfortran5 14.2.0 hd5240d6_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + arch: x86_64 + platform: linux + license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 170582 - timestamp: 1712512286907 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-h59595ed_2.conda - sha256: 695eb2439ad4a89e4205dd675cc52fba5cef6b5d41b83f07cdbf4770a336cc15 - md5: b63d9b6da3653179a278077f0de20014 + size: 53997 + timestamp: 1729027752995 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda + sha256: cb66e411fa32a5c6040f4e5e2a63c00897aae4c3133a9c004c2e929ccf19575b + md5: 0294b92d2f47a240bebb1e3336b495f1 depends: - - libgcc-ng >=12 - - libgettextpo 0.22.5 h59595ed_2 - license: GPL-3.0-or-later + - libgfortran5 14.2.0 hb6113d0_1 + constrains: + - libgfortran-ng ==14.2.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 36758 - timestamp: 1712512303244 + size: 54105 + timestamp: 1729089471124 - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 @@ -10743,50 +8841,54 @@ packages: purls: [] size: 110233 timestamp: 1707330749033 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_0.conda - sha256: ef624dacacf97b2b0af39110b36e2fd3e39e358a1a6b7b21b85c9ac22d8ffed9 - md5: f4ca84fbd6d06b0a052fb2d5b96dde41 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda + sha256: 423f1e2403f0c665748e42d335e421e53fd03c08d457cfb6f360d329d9459851 + md5: 0a7f4cd238267c88e5d69f7826a407eb depends: - - libgfortran5 14.1.0 hc5f4f2c_0 + - libgfortran 14.2.0 h69a702a_1 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 49893 - timestamp: 1719538933879 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_0.conda - sha256: 72d7aa3d0b20b9d64a2f1c72f016c5a8a19594bb56857267e9fc7c1fc0f13223 - md5: a50ae662c1e7f26f0f2c99e31d1bf614 + size: 54106 + timestamp: 1729027945817 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda + sha256: cdd5bae1e33d6bdafe837c2e6ea594faf5bb7f880272ac1984468c7967adff41 + md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: - - libgfortran5 14.1.0 h9420597_0 + - libgfortran 14.2.0 he9431aa_1 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 50098 - timestamp: 1719547575524 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_0.conda - sha256: a67d66b1e60a8a9a9e4440cee627c959acb4810cb182e089a4b0729bfdfbdf90 - md5: 6456c2620c990cd8dde2428a27ba0bc5 + size: 54111 + timestamp: 1729089714658 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda + sha256: d149a37ca73611e425041f33b9d8dbed6e52ec506fe8cc1fc0ee054bddeb6d5d + md5: 9822b874ea29af082e5d36098d25427d depends: - - libgcc-ng >=14.1.0 + - libgcc >=14.2.0 constrains: - - libgfortran-ng 14.1.0 + - libgfortran 14.2.0 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 1457561 - timestamp: 1719538909168 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_0.conda - sha256: 34a339c50c0fd2944ea31a013336b500f91f2e00ccfa0607f1bcc5d0a3378373 - md5: b907b29b964b8ebd7be215e47a659179 + size: 1462645 + timestamp: 1729027735353 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda + sha256: a87ff46d19916403cbf68cf1d785bf56b4d1ab7b2552468d2ea775d70782493f + md5: fc068e11b10e18f184e027782baa12b6 depends: - - libgcc-ng >=14.1.0 + - libgcc >=14.2.0 constrains: - - libgfortran-ng 14.1.0 + - libgfortran 14.2.0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] - size: 1099210 - timestamp: 1719547548899 + size: 1102158 + timestamp: 1729089452640 - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b md5: e4fb4d23ec2870ff3c40d10afe305aec @@ -10811,39 +8913,65 @@ packages: purls: [] size: 997381 timestamp: 1707330687590 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.3-h8a4344b_1.conda - sha256: 5f5854a7cee117d115009d8f22a70d5f9e28f09cb6e453e8f1dd712e354ecec9 - md5: 6ea440297aacee4893f02ad759e6ffbc +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda + sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d + md5: 928b8be80851f5d8ffb016f9c81dae7a + depends: + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - libglx 1.7.0 ha4b6fd6_2 + arch: x86_64 + platform: linux + license: LicenseRef-libglvnd + purls: [] + size: 134712 + timestamp: 1731330998354 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgl-1.7.0-hd24410f_2.conda + sha256: 3e954380f16255d1c8ae5da3bd3044d3576a0e1ac2e3c3ff2fe8f2f1ad2e467a + md5: 0d00176464ebb25af83d40736a2cd3bb depends: + - libglvnd 1.7.0 hd24410f_2 + - libglx 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + purls: [] + size: 145442 + timestamp: 1731331005019 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.82.2-h2ff4ddf_1.conda + sha256: f0804a9e46ae7b32ca698d26c1c95aa82a91f71b6051883d4a46bea725be9ea4 + md5: 37d1af619d999ee8f1f73cf5a06f4e2f + depends: + - __glibc >=2.17,<3.0.a0 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - - glib 2.80.3 *_1 + - glib 2.82.2 *_1 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later purls: [] - size: 3886207 - timestamp: 1720334852370 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.80.3-haee52c6_1.conda - sha256: 8e9a0d14118d99d56f6bd8fb52655362a89bea773d83a7b0c6ec2fbca458ce8c - md5: 50ed8a077706cfe3da719deb71001f2c + size: 3923974 + timestamp: 1737037491054 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglib-2.82.2-hc486b8e_1.conda + sha256: aed7967aaea90b5649eb7eb0eab2ed2270323245eb0832b228e876fbeaae7f76 + md5: 6dfc5a88cfd58288999ab5081f57de9c depends: - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - - glib 2.80.3 *_1 + - glib 2.82.2 *_1 license: LGPL-2.1-or-later purls: [] - size: 3995121 - timestamp: 1720334972379 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.80.3-h736d271_1.conda - sha256: bfd5a28140d31f9310efcdfd1136f36d7ca718a297690a1a8869b3a1966675ae - md5: 0919d467624606fbc05c38c458f3f42a + size: 4004134 + timestamp: 1737037535030 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda + sha256: 78fab559eefc52856331462304a4c55c054fa8f0b0feb31ff5496d06c08342ba + md5: 05e05255a2e9c5e9c1b6322d84b4999b depends: - __osx >=10.13 - libffi >=3.4,<4.0a0 @@ -10852,14 +8980,14 @@ packages: - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - - glib 2.80.3 *_1 + - glib 2.82.2 *_1 license: LGPL-2.1-or-later purls: [] - size: 3655643 - timestamp: 1720335043559 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.80.3-h59d46d9_1.conda - sha256: 92f9ca586a0d8070ae2c8924cbc7cc4fd79d47ff9cce58336984c86a197ab181 - md5: 2fd194003b4e69ab690f18994a71fd70 + size: 3716906 + timestamp: 1737037999440 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda + sha256: d002aeaa51424e331f8504a54b6ba4388a6011a0ebcac29296f3d14282bf733b + md5: 849da57c370384ce48bef2e050488882 depends: - __osx >=11.0 - libffi >=3.4,<4.0a0 @@ -10868,11 +8996,11 @@ packages: - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.44,<10.45.0a0 constrains: - - glib 2.80.3 *_1 + - glib 2.82.2 *_1 license: LGPL-2.1-or-later purls: [] - size: 3655117 - timestamp: 1720335093245 + size: 3643364 + timestamp: 1737037789629 - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 md5: 53c80e0ed9a3905ca7047c03756a5caa @@ -10889,13 +9017,56 @@ packages: - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3743922 - timestamp: 1720334986136 + size: 3743922 + timestamp: 1720334986136 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda + sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 + md5: 434ca7e50e40f4918ab701e3facd59a0 + depends: + - __glibc >=2.17,<3.0.a0 + arch: x86_64 + platform: linux + license: LicenseRef-libglvnd + purls: [] + size: 132463 + timestamp: 1731330968309 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda + sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da + md5: 9e115653741810778c9a915a2f8439e7 + license: LicenseRef-libglvnd + purls: [] + size: 152135 + timestamp: 1731330986070 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda + sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 + md5: c8013e438185f33b13814c5c488acd5c + depends: + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: linux + license: LicenseRef-libglvnd + purls: [] + size: 75504 + timestamp: 1731330988898 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglx-1.7.0-hd24410f_2.conda + sha256: 6591af640cb05a399fab47646025f8b1e1a06a0d4bbb4d2e320d6629b47a1c61 + md5: 1d4269e233636148696a67e2d30dad2a + depends: + - libglvnd 1.7.0 hd24410f_2 + - xorg-libx11 >=1.8.9,<2.0a0 + license: LicenseRef-libglvnd + purls: [] + size: 77736 + timestamp: 1731330998960 - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63 md5: cc3573974587f12dda90d96e3e55a702 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 purls: [] @@ -10909,83 +9080,6 @@ packages: purls: [] size: 463521 timestamp: 1729089357313 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.26.0-h26d7fe4_0.conda - sha256: c6caa2d4c375c6c5718e6223bb20ccf6305313c0fef2a66499b4f6cdaa299635 - md5: 7b9d4c93870fb2d644168071d4d76afb - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1223584 - timestamp: 1719889637602 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-2.26.0-hc02380a_0.conda - sha256: bf8f9f0c8065a910da1438e6b898950bc10527cf245667ed8b3cfb9966b6203c - md5: 64eb6bf3c63accd7ca9d171ba630128b - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1205565 - timestamp: 1719890627394 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.26.0-h721cda5_0.conda - sha256: f514519dc7a48cfd81e5c2dd436223b221f80c03f224253739e22d60d896f632 - md5: 7f7f4537746da4470385ec3a496730a4 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 875432 - timestamp: 1719889038115 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.26.0-hfe08963_0.conda - sha256: 6753beade8465987399e85ca47c94814e8e24c58cf0ff5591545e6cbe7172ec5 - md5: db7ab92239aeb06c3c52de90cc1e6f7a - depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - openssl >=3.3.1,<4.0a0 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 860834 - timestamp: 1719889280878 - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 md5: 641d850ed6a3d2bffb546868eb7cb4db @@ -11005,75 +9099,6 @@ packages: purls: [] size: 14356 timestamp: 1719889580338 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.26.0-ha262f82_0.conda - sha256: 7c16bf2e5aa6b5e42450c218fdfa7d5ff1da952c5a5c821c001ab3fd940c2aed - md5: 89b53708fd67762b26c38c8ecc5d323d - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 h26d7fe4_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 764005 - timestamp: 1719889827732 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgoogle-cloud-storage-2.26.0-hd572f31_0.conda - sha256: 548d737fdee350b31061423d63367093cb8c213377787b823af15381bd1d6eb9 - md5: c3416132d0d0b173f4ce4561dd02664c - depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgcc-ng >=12 - - libgoogle-cloud 2.26.0 hc02380a_0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 706704 - timestamp: 1719890835043 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-storage-2.26.0-h9e84e37_0.conda - sha256: d2081318e2962225c7b00fee355f66737553828eac42ddfbab968f59b039213a - md5: b1e5017003917b69d5c046fc7ac0dcc3 - depends: - - __osx >=10.13 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 h721cda5_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 549363 - timestamp: 1719890135847 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-storage-2.26.0-h1466eeb_0.conda - sha256: b4c37ebd74a1453ee1cf561e40354544866d1816fa12637b7076377d0ef205ae - md5: 385940a9a022e911e88f4e9ea45e47b3 - depends: - - __osx >=11.0 - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libcxx >=16 - - libgoogle-cloud 2.26.0 hfe08963_0 - - libzlib >=1.3.1,<2.0a0 - - openssl - license: Apache-2.0 - license_family: Apache - purls: [] - size: 531614 - timestamp: 1719890205153 - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 md5: 31d875f47c82afb1c9bbe3beb3bd8d6e @@ -11091,103 +9116,6 @@ packages: purls: [] size: 14267 timestamp: 1719889928831 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.50-h4f305b6_0.conda - sha256: c60969d5c315f33fee90a1f2dd5d169e2834ace5a55f5a6f822aa7485a3a84cc - md5: 0d7ff1a8e69565ca3add6925e18e708f - depends: - - gettext - - libasprintf >=0.22.5,<1.0a0 - - libgcc-ng >=12 - - libgettextpo >=0.22.5,<1.0a0 - - libstdcxx-ng >=12 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 273774 - timestamp: 1719390736440 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda - sha256: 28241ed89335871db33cb6010e9ccb2d9e9b6bb444ddf6884f02f0857363c06a - md5: 8dabe607748cb3d7002ad73cd06f1325 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 7316832 - timestamp: 1713390645548 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgrpc-1.62.2-h98a9317_0.conda - sha256: ae5fe7ba0c5c599f0e20fa08be436518b7ef25ab6f705e8c7fcf0d0f34525f72 - md5: 2a669953ec0f08c2cc56bb43fed78de8 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 7395259 - timestamp: 1713390742813 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.62.2-h384b2fc_0.conda - sha256: 7c228040e7dac4e5e7e6935a4decf6bc2155cc05fcfb0811d25ccb242d0036ba - md5: 9421f67cf8b4bc976fe5d0c3ab42de18 - depends: - - __osx >=10.13 - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 5189573 - timestamp: 1713392887258 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.62.2-h9c18a4f_0.conda - sha256: d2c5b5a828f6f1242c11e8c91968f48f64446f7dd5cbfa1197545e465eb7d47a - md5: e624fc11026dbb84c549435eccd08623 - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 5016525 - timestamp: 1713392846329 - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 md5: 2939e4b5baecfeac1e8dee5c4f579f1a @@ -11210,6 +9138,73 @@ packages: purls: [] size: 16097674 timestamp: 1713392821679 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda + sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 + md5: 3b57852666eaacc13414ac811dde3f8a + depends: + - __glibc >=2.17,<3.0.a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + arch: x86_64 + platform: linux + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 588609 + timestamp: 1735260140647 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libheif-1.19.5-gpl_h9ad4cf6_100.conda + sha256: 2d85dcda3e39db17b3a909ee681624aab6d709690ac3909047e537be5decaa12 + md5: a71d758e44f5286bd9abc156a86846ae + depends: + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - libgcc >=13 + - libstdcxx >=13 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 585864 + timestamp: 1735260275639 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libheif-1.19.5-gpl_hc62a4a2_100.conda + sha256: 2c37ca00e28623ddb1e86e443f6aacc2c5c4f78353a33714475c20160a40aa53 + md5: 8fe3273539e2f4d0b8dc3d9aa960f2bf + depends: + - __osx >=10.13 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 475342 + timestamp: 1735260287225 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libheif-1.19.5-gpl_h297b2c4_100.conda + sha256: f340e8e51519bcf885da9dd12602f19f76f3206347701accb28034dd0112b1a1 + md5: 5e457131dd237050dbfe6b141592f3ea + depends: + - __osx >=11.0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libcxx >=18 + - libde265 >=1.0.15,<1.0.16.0a0 + - x265 >=3.5,<3.6.0a0 + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 429678 + timestamp: 1735260330340 - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e md5: 933bad6e4658157f1aec9b171374fde2 @@ -11229,6 +9224,8 @@ packages: md5: d66573916ffcf376178462f1b61c941e depends: - libgcc-ng >=12 + arch: x86_64 + platform: linux license: LGPL-2.1-only purls: [] size: 705775 @@ -11267,24 +9264,26 @@ packages: purls: [] size: 636146 timestamp: 1702682547199 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-h5ff76d1_2.conda - sha256: 280aaef0ed84637ee869012ad9ad9ed208e068dd9b8cf010dafeea717dad7203 - md5: 3fb6774cb8cdbb93a6013b67bcf9716d +- conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.conda + sha256: 0dbb662440a73e20742f12d88e51785a5a5117b8b150783a032b8818a8c043af + md5: 52d4d643ed26c07599736326c46bf12f depends: + - __osx >=10.13 - libiconv >=1.17,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 74307 - timestamp: 1712512790983 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8fbad5d_2.conda - sha256: 21bc79bdf34ffd20cb84d2a8bd82d7d0e2a1b94b9e72773f0fb207e5b4f1ff63 - md5: 3d216d0add050129007de3342be7b8c5 + size: 88086 + timestamp: 1723626826235 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda + sha256: 7c1d238d4333af385e594c89ebcb520caad7ed83a735c901099ec0970a87a891 + md5: 3b98ec32e91b3b59ad53dbb9c96dd334 depends: + - __osx >=11.0 - libiconv >=1.17,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 81206 - timestamp: 1712512755390 + size: 81171 + timestamp: 1723626968270 - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 md5: aa622c938af057adc119f8b8eecada01 @@ -11311,6 +9310,8 @@ packages: - libgcc-ng >=12 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: linux license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 618575 @@ -11357,63 +9358,65 @@ packages: purls: [] size: 822966 timestamp: 1694475223854 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hbbc8833_1020.conda - sha256: 5bd19933cb3790ec8632c11fa67c25d82654bea6c2bc4f51f8bcd8b122ae96c8 - md5: 6d76c5822cb38bc1ab5a06565c6cf626 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda + sha256: 721c3916d41e052ffd8b60e77f2da6ee47ff0d18babfca48ccf93606f1e0656a + md5: e8c7620cc49de0c6a2349b6dd6e39beb depends: - __glibc >=2.17,<3.0.a0 - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc-ng >=13 + - libstdcxx-ng >=13 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 395723 - timestamp: 1720690222714 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-hcbe7090_1020.conda - sha256: 95af37fa9263f9f075291456b51382c35ac79427647aa1476fa91e3062c615de - md5: b19b2f671f59e22b82fc735679b5e2a4 + size: 402219 + timestamp: 1724667059411 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda + sha256: a6de6940f220bbfb3af7396635b90f09d6ea49a489f478ee563b7b7263ceb961 + md5: dfa83014442562a942f78942a259d07e depends: - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc-ng >=13 + - libstdcxx-ng >=13 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 366436 - timestamp: 1720689859349 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hfcbc525_1020.conda - sha256: 20dec455f668ab2527d6a20204599253ac0b2d4d0325e4a1ce2316850128cc3e - md5: 055d429f351b79c0a7b7d7e39ff45b28 + size: 373869 + timestamp: 1724666898774 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-h9ee1731_1021.conda + sha256: dba3732e9a3b204e5af01c5ddba8630f4a337693b1c5375c2981a88b580116bd + md5: b098eeacf7e78f09c8771f5088b97bbb depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=17 - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 285823 - timestamp: 1720690426491 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-h00ed6cc_1020.conda - sha256: 254156e86db817d7f312441837ebf3835b01d83e939e1ce54664dd160b6ad716 - md5: 628dcff1d0a6bb93fc114bf09dd65470 + size: 286877 + timestamp: 1724667518323 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda + sha256: e578ba448489465b8fea743e214272a9fcfccb0d152ba1ff57657aaa76a0cd7d + md5: 891bb2a18eaef684f37bd4fb942cd8b2 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=17 - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 280157 - timestamp: 1720690334214 + size: 281362 + timestamp: 1724667138089 - conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 md5: fddbd8a22ee5700bc07e978e25c10ef1 @@ -11429,66 +9432,68 @@ packages: purls: [] size: 1655764 timestamp: 1720690303546 -- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-23_linux64_openblas.conda - build_number: 23 - sha256: 25c7aef86c8a1d9db0e8ee61aa7462ba3b46b482027a65d66eb83e3e6f949043 - md5: 2af0879961951987e464722fd00ec1e0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 + md5: 3792604c43695d6a273bc5faaac47d48 depends: - - libblas 3.9.0 23_linux64_openblas + - libblas 3.9.0 26_linux64_openblas constrains: - - liblapacke 3.9.0 23_linux64_openblas - - libcblas 3.9.0 23_linux64_openblas + - libcblas 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas - blas * openblas + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 14823 - timestamp: 1721688775172 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-23_linuxaarch64_openblas.conda - build_number: 23 - sha256: e38af4037789e0650755d6d2758f49ef6820ddf67e9aee633abfad6f281a17cb - md5: 85c4fec3847027ca7402f3bd7d2de4c1 + size: 16338 + timestamp: 1734432576650 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 + md5: a5d4e18876393633da62fd8492c00156 depends: - - libblas 3.9.0 23_linuxaarch64_openblas + - libblas 3.9.0 26_linuxaarch64_openblas constrains: - blas * openblas - - liblapacke 3.9.0 23_linuxaarch64_openblas - - libcblas 3.9.0 23_linuxaarch64_openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 14848 - timestamp: 1721688789196 -- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - build_number: 22 - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b + size: 16403 + timestamp: 1734432585123 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d + md5: c0c54bb6382ff1e52bf08f1da539e9b4 depends: - - libblas 3.9.0 22_osx64_openblas + - libblas 3.9.0 26_osx64_openblas constrains: - - liblapacke 3.9.0 22_osx64_openblas + - libcblas 3.9.0 26_osx64_openblas - blas * openblas - - libcblas 3.9.0 22_osx64_openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 14657 - timestamp: 1712542322711 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-23_osxarm64_openblas.conda - build_number: 23 - sha256: 13799a137ffc80786725e7e2820d37d4c0d59dbb76013a14c21771415b0a4263 - md5: 754ef44f72ab80fd14eaa789ac393a27 + size: 16588 + timestamp: 1734432968940 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 + md5: cebad79038a75cfd28fa90d147a2d34d depends: - - libblas 3.9.0 23_osxarm64_openblas + - libblas 3.9.0 26_osxarm64_openblas constrains: + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas - blas * openblas - - liblapacke 3.9.0 23_osxarm64_openblas - - libcblas 3.9.0 23_osxarm64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 14999 - timestamp: 1721689026268 + size: 16624 + timestamp: 1734433068120 - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda build_number: 23 sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 @@ -11504,127 +9509,87 @@ packages: purls: [] size: 5191980 timestamp: 1721689666180 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda - sha256: e71584c0f910140630580fdd0a013029a52fd31e435192aea2aa8d29005262d1 - md5: 8a35df3cbc0c8b12cc8af9473ae75eef - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.1,<3.0.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 33321457 - timestamp: 1701375836233 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.8-h8b73ec9_1.conda - sha256: 8a04961ef1ef88a5af6632441580f607cf20c02d0f413bd11354929331cbe729 - md5: 16d94b3586ef3558e5a583598524deb4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + sha256: 13d6e687e111832902a70e49b28cda3a9927c8b50eb22e3a5c828e4a0dd5304b + md5: 683d876292316d64a1aa26fb79b21f8e depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - purls: [] - size: 38233630 - timestamp: 1721183903221 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda - sha256: 055572a4c8a1c3f9ac60071ee678f5ea49cfd7ac60a636d817988a6f9d6de6ae - md5: a908e463c710bd6b10a9eaa89fdf003c - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + arch: x86_64 + platform: linux + license: Apache-2.0 WITH LLVM-exception + license_family: Apache purls: [] - size: 849172 - timestamp: 1717671645362 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnetcdf-4.9.2-nompi_h9180261_114.conda - sha256: 287922068a7d6289c924377056e70697bc394d77e4f49206e6fa66167140d410 - md5: 11142bc63a8d949f5f7e1f7c90c08f4a + size: 40132862 + timestamp: 1736894001744 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + sha256: 76ccf7728bc0690177dc11b0dea161f5ee43d1f0485834df0993e742d4b3127d + md5: cb70920a27a2744eaee549dffdd8b964 depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib + - libgcc >=13 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + purls: [] + size: 39384676 + timestamp: 1736885984832 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 + md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux + license: 0BSD + purls: [] + size: 111132 + timestamp: 1733407410083 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 + md5: eb08b903681f9f2432c320e8ed626723 + depends: + - libgcc >=13 + license: 0BSD purls: [] - size: 859784 - timestamp: 1717671546549 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7334405_114.conda - sha256: a4af96274a6c72d97e84dfc728ecc765af300de805d962a835c0841bb6a8f331 - md5: 32ffbe5b0b0134e49f6347f4de8c5dcc + size: 124138 + timestamp: 1733409137214 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e + md5: f9e9205fed9c664421c1c09f0b90ce6d depends: - __osx >=10.13 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + license: 0BSD purls: [] - size: 726205 - timestamp: 1717671847032 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_he469be0_114.conda - sha256: aeac591ba859f9cf775993e8b7f21e50803405d41ef363dc4981d114e8df88a8 - md5: 8fd3ce6d910ed831c130c391c4364d3f + size: 103745 + timestamp: 1733407504892 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 + md5: b2553114a7f5e20ccd02378a77d836aa depends: - __osx >=11.0 - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + license: 0BSD + purls: [] + size: 99129 + timestamp: 1733407496073 +- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa + md5: 015b9c0bd1eef60729ab577a38aaf0b5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: 0BSD purls: [] - size: 681051 - timestamp: 1717671966211 + size: 104332 + timestamp: 1733407872569 - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 md5: 819507db3802d9a179de4d161285c22f @@ -11648,75 +9613,80 @@ packages: purls: [] size: 624793 timestamp: 1717672198533 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda - sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb - md5: 700ac6ea6d53d5510591c4344d5c989a +- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda + sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 + md5: 19e57602824042dfd0446292ef90488b depends: - - c-ares >=1.23.0,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - c-ares >=1.32.3,<2.0a0 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 631936 - timestamp: 1702130036271 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.58.0-hb0e430d_1.conda - sha256: ecc11e4f92f9d5830a90d42b4db55c66c4ad531e00dcf30d55171d934a568cb5 - md5: 8f724cdddffa79152de61f5564a3526b + size: 647599 + timestamp: 1729571887612 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda + sha256: c093c6d370aadbf0409c20b6c54c488ee2f6fea976181919fcc63e87ee232673 + md5: f52c614fa214a8bedece9421c771670d depends: - - c-ares >=1.23.0,<2.0a0 + - c-ares >=1.32.3,<2.0a0 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 677508 - timestamp: 1702130071743 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda - sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 - md5: faecc55c2a8155d9ff1c0ff9a0fef64f + size: 714610 + timestamp: 1729571912479 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda + sha256: 0dcfdcf3a445d2d7de4f3b186ab0a794dc872f4ea21622f9b997be72712c027f + md5: ab21007194b97beade22ceb7a3f6fee5 depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 + - __osx >=10.13 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 599736 - timestamp: 1702130398536 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda - sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd - md5: 1813e066bfcef82de579a0be8a766df4 + size: 606663 + timestamp: 1729572019083 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda + sha256: 00cc685824f39f51be5233b54e19f45abd60de5d8847f1a56906f8936648b72f + md5: 3408c02539cee5f1141f9f11450b6a51 depends: - - __osx >=10.9 - - c-ares >=1.23.0,<2.0a0 - - libcxx >=16.0.6 + - __osx >=11.0 + - c-ares >=1.34.2,<2.0a0 + - libcxx >=17 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.2,<4.0a0 license: MIT license_family: MIT purls: [] - size: 565451 - timestamp: 1702130473930 + size: 566719 + timestamp: 1729572385640 - conda: 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 purls: [] @@ -11732,16 +9702,27 @@ packages: purls: [] size: 34501 timestamp: 1697358973269 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda - sha256: 5eda3fe92b99b25dd4737226a9485078ab405672d9f621be75edcb68f1e9026d - md5: 601bfb4b3c6f0b844443bb81a56651e0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 + md5: 7c7927b404672409d9917d49bff5f2d6 depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + purls: [] + size: 33418 + timestamp: 1734670021371 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 + sha256: 0e303d7a8845391bd1634efb65dc9d9b82b5608ebeb32fb77a56d1ed696d2eee + md5: 835c7c4137821de5c309f4266a51ba89 + depends: + - libgcc-ng >=9.3.0 + license: LGPL-2.1-or-later purls: [] - size: 205914 - timestamp: 1719301575771 + size: 39449 + timestamp: 1609781865660 - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb md5: 44a4d173e62c5ed6d715f18ae7c46b7a @@ -11754,112 +9735,153 @@ packages: purls: [] size: 35459 timestamp: 1719302192495 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda + sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe + md5: 62857b389e42b36b686331bec0922050 depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - openblas >=0.3.27,<0.3.28.0a0 + - openblas >=0.3.28,<0.3.29.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 5563053 - timestamp: 1720426334043 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d + size: 5578513 + timestamp: 1730772671118 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda + sha256: 30623a40764e935aa77e0d4db54c1a1589189a9bf3a03fdb445505c1e319b5a6 + md5: e8dde93dd199da3c1f2c1fcfd0042cd4 depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.2.0 constrains: - - openblas >=0.3.27,<0.3.28.0a0 + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 4290434 - timestamp: 1720425850976 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 + size: 4793435 + timestamp: 1730773029647 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda + sha256: cef5856952688ce9303f85f5bc62c99e8c2256b4c679f63afdfb381f222e90c7 + md5: cd2c572c02a73b88c4d378eb31110e85 depends: - __osx >=10.13 - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 constrains: - - openblas >=0.3.27,<0.3.28.0a0 + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 6047513 - timestamp: 1720426759731 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 + size: 6165715 + timestamp: 1730773348340 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda + sha256: 62bb669c37a845129096f73d446cdb6bb170e4927f2fea2b661329680dbbc373 + md5: 40803a48d947c8639da6704e9a44d3ce depends: - __osx >=11.0 - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 + - libgfortran5 >=13.2.0 + - llvm-openmp >=18.1.8 constrains: - - openblas >=0.3.27,<0.3.28.0a0 + - openblas >=0.3.28,<0.3.29.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 2925328 - timestamp: 1720425811743 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - md5: 15345e56d527b330e1cacbdf58676e8f + size: 4165774 + timestamp: 1730772154295 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda + sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead + md5: 7df50d44d4a14d6c31a2c54f2cd92157 depends: - - libgcc-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD + - __glibc >=2.17,<3.0.a0 + - libglvnd 1.7.0 ha4b6fd6_2 + arch: x86_64 + platform: linux + license: LicenseRef-libglvnd purls: [] - size: 260658 - timestamp: 1606823578035 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda - sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 - md5: 009981dd9cfcaa4dbfa25ffaed86bcae + size: 50757 + timestamp: 1731330993524 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda + sha256: e359df399fb2f308774237384414e318fac8870c1bf6481bdc67ae16e0bd2a02 + md5: cf9d12bfab305e48d095a4c79002c922 + depends: + - libglvnd 1.7.0 hd24410f_2 + license: LicenseRef-libglvnd + purls: [] + size: 56355 + timestamp: 1731331001820 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda + sha256: c0a30ac74eba66ea76a4f0a39acc7833f5ed783a632ca3bb6665b2d81aabd2fb + md5: 48f4330bfcd959c3cfb704d424903c82 depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: zlib-acknowledgement + arch: x86_64 + platform: linux + license: MIT + license_family: MIT purls: [] - size: 288221 - timestamp: 1708780443939 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.43-h194ca79_0.conda - sha256: 6f408f3d6854f86e223289f0dda12562b047c7a1fdf3636c67ec39afcd141f43 - md5: 1123e504d9254dd9494267ab9aba95f0 + size: 28361 + timestamp: 1707101388552 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda + sha256: 0c6806dcd53da457c472cf22ad7793aef074cb198a10677a91b02c7dceeee770 + md5: 6d48179630f00e8c9ad9e30879ce1e54 depends: - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 29211 + timestamp: 1707101477910 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + sha256: b8f5b5ba9a14dedf7c97c01300de492b1b52b68eacbc3249a13fdbfa82349a2f + md5: 85cbdaacad93808395ac295b5667d25b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: zlib-acknowledgement purls: [] - size: 294380 - timestamp: 1708782876525 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda - sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f - md5: 65dcddb15965c9de2c0365cb14910532 + size: 289426 + timestamp: 1736339058310 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + sha256: a06daa523a0d5775acb96e6e3f083adc2ab1383eb8f664513dbc663f439c9cca + md5: 9a8716c16b40acc7148263de1d0a403b depends: - - libzlib >=1.2.13,<2.0.0a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 license: zlib-acknowledgement purls: [] - size: 268524 - timestamp: 1708780496420 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda - sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 - md5: 77e684ca58d82cae9deebafb95b1a2b8 + size: 299051 + timestamp: 1736344007986 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + sha256: 6370167e819d4e5eaa89d4e5adee74f67c762d4bf314511bd9d7e0f9b1e43a54 + md5: 1b2605bdbcb98cee6e7b19778ccbea6e depends: - - libzlib >=1.2.13,<2.0.0a0 + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + license: zlib-acknowledgement + purls: [] + size: 269992 + timestamp: 1736339325004 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + sha256: ddcc81c049b32fb5eb3ac1f9a6d3a589c08325c8ec6f89eb912208b19330d68c + md5: d554c806d065b1763cb9e1cb1d25741d + depends: + - __osx >=11.0 + - libzlib >=1.3.1,<2.0a0 license: zlib-acknowledgement purls: [] - size: 264177 - timestamp: 1708780447187 + size: 263151 + timestamp: 1736339184358 - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 md5: 77e398acc32617a0384553aea29e866b @@ -11872,50 +9894,35 @@ packages: purls: [] size: 347514 timestamp: 1708780763195 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.3-ha72fbe1_0.conda - sha256: 117ba1e11f07b1ca0671641bd6d1f2e7fc6e27db1c317a0cdb4799ffa69f47db - md5: bac737ae28b79cfbafd515258d97d29e - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2500439 - timestamp: 1715266400833 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-16.3-hcf0348d_0.conda - sha256: 8f4f0be9e86cce1a51423ccb9bfe559fb3778e2c2d62176ee52c31a029cc8d6d - md5: 7dd46e914b037824b9a9629ca6586fc3 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - openssl >=3.3.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2539253 - timestamp: 1715266429766 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.3-h4501773_0.conda - sha256: 039da003586fdcdb40b8c8ffa25d5ded33316ba3a32ec79afde098a68b8a3acc - md5: 74f18d32d7cc71584c8b05fd1ee555a0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda + sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f + md5: 37724d8bae042345a19ca1a25dde786b depends: - - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + arch: x86_64 + platform: linux license: PostgreSQL purls: [] - size: 2398885 - timestamp: 1715267344306 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpq-16.3-h7afe498_0.conda - sha256: ef7c3bca8ee224e7bb282d85fa573180a8ef4eab943c313cb5b799ce506651bf - md5: b0f5315a3f630ade192cb9b569ce54ba + size: 2656919 + timestamp: 1733427612100 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda + sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 + md5: 2113425a121b0aa65dc87728ed5601ac depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 license: PostgreSQL purls: [] - size: 2365596 - timestamp: 1715266849220 + size: 2779208 + timestamp: 1733427598553 - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 md5: 84d2332f3110845bbafbfd7d5311354f @@ -11929,61 +9936,6 @@ packages: purls: [] size: 3456937 timestamp: 1715267132646 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda - sha256: 70e0eef046033af2e8d21251a785563ad738ed5281c74e21c31c457780845dcd - md5: 6945825cebd2aeb16af4c69d97c32c13 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2811207 - timestamp: 1709514552541 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.25.3-h648ac29_0.conda - sha256: 76775a1457b2d4de1097bec2fda16b8e6e80f761d11aa7a525fa215bff4ab87c - md5: a239d63913ec9e008bdbe35899f677f4 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2576197 - timestamp: 1709513627963 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.3-h4e4d658_0.conda - sha256: 3f126769fb5820387d436370ad48600e05d038a28689fdf9988b64e1059947a8 - md5: 57b7ee4f1fd8573781cfdabaec4a7782 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2216001 - timestamp: 1709514908146 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.25.3-hbfab5d5_0.conda - sha256: d754519abc3ddbdedab2a38d0639170f5347c1573eef80c707f3a8dc5dff706a - md5: 5f70b2b945a9741cba7e6dfe735a02a7 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - - libzlib >=1.2.13,<2.0.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 2154402 - timestamp: 1709514097574 - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 md5: 4da7de0ba35777742edf67bf7a1075df @@ -11992,72 +9944,13 @@ packages: - libabseil >=20240116.1,<20240117.0a0 - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 5650604 - timestamp: 1709514804631 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda - sha256: 3f3c65fe0e9e328b4c1ebc2b622727cef3e5b81b18228cfa6cf0955bc1ed8eff - md5: 41c69fba59d495e8cf5ffda48a607e35 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 232603 - timestamp: 1708946763521 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libre2-11-2023.09.01-h9d008c2_2.conda - sha256: 1da5cfd57091a52c822ec9580694f1e07817e53db43b0407a477daa2d2a16fcd - md5: 387c114aadcaeb02210f646c4b5efca2 - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 217529 - timestamp: 1708946830978 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libre2-11-2023.09.01-h81f5012_2.conda - sha256: 384b72a09bd4bb29c1aa085110b2f940dba431587ffb4e2c1a28f605887a1867 - md5: c5c36ec64e3c86504728c38b79011d08 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 184017 - timestamp: 1708947106275 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libre2-11-2023.09.01-h7b2c953_2.conda - sha256: c8a0a6e7a627dc9c66ffb8858f8f6d499f67fd269b6636b25dc5169760610f05 - md5: 0b7b2ced046d6b5fe6e9d46b1ee0324c - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libcxx >=16 - constrains: - - re2 2023.09.01.* + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: BSD-3-Clause license_family: BSD purls: [] - size: 171443 - timestamp: 1708947163461 + size: 5650604 + timestamp: 1709514804631 - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 md5: cf54cb5077a60797d53a132d37af25fc @@ -12074,126 +9967,130 @@ packages: purls: [] size: 256561 timestamp: 1708947458481 -- conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.2-h9564881_1.conda - sha256: 74221fe0218f537dfd1db9c451e81d0fed7df6b3128a46e6b0dc493db02f332d - md5: c6a47e6f551890e82e92e4c1b84be353 +- conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda + sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 + md5: b9846db0abffb09847e2cb0fec4b4db6 depends: - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - __glibc >=2.17 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later purls: [] - size: 5910543 - timestamp: 1721285771293 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.2-h28f3b4c_1.conda - sha256: 2073a5938f8c61afdaf272ae4955d0c787b7555fcee2ac637284a0f7869b992b - md5: 47da784be28d4856ab4bb47b83120e38 + size: 6342757 + timestamp: 1734902068235 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda + sha256: 6ce5fb6eb20e8754c025a8f758b5ecaf071f00751fed570063719a8feb792208 + md5: 57122e6d1d085802579a32ec502c6699 depends: - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libxml2 >=2.12.7,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libxml2 >=2.13.5,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - __glibc >=2.17 license: LGPL-2.1-or-later purls: [] - size: 5864404 - timestamp: 1721292199797 -- conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.2-h902c40a_1.conda - sha256: f9e4a95dea4dbbc0d99ea8f535d2ff5821f6ead4c1c63486a2b3c039a368a2cd - md5: 72bae2142becdbd63d6f17f622d7760c + size: 6019802 + timestamp: 1734908318062 +- conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda + sha256: 482cde0a3828935edc31c529e15c2686425f64b07a7e52551b6ed672360f2a15 + md5: 0aa68f5a6ebfd2254daae40170439f03 depends: - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - __osx >=10.13 license: LGPL-2.1-or-later purls: [] - size: 4837225 - timestamp: 1721285971118 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.2-h1db61d3_1.conda - sha256: ec39d4e8c4da23243875edeb565f7ef948f590de481fb3d2a15b66115621bf81 - md5: c8113d5911f1d6a6259e47e729db6751 + size: 4841346 + timestamp: 1734902391160 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda + sha256: c1ef2c5855166001967952d7525aa2f29707214495c74c2bbb60e691aee45ef0 + md5: 82c31ce77bac095b5700b1fdaad9a628 depends: - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libxml2 >=2.13.5,<3.0a0 - pango >=1.54.0,<2.0a0 constrains: - __osx >=11.0 license: LGPL-2.1-or-later purls: [] - size: 4579489 - timestamp: 1721286471884 -- conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hc670b87_16.conda - sha256: 65bfd9f8915b1fc2523c58bf556dc2b9ed6127b7c6877ed2841c67b717f6f924 - md5: 3d9f3a2e5d7213c34997e4464d2f938c + size: 4728552 + timestamp: 1734903448902 +- conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda + sha256: 1fb8a71bdbc236b8e74f0475887786735d5fa6f5d76d9a4135021279c7ff54b8 + md5: e16e9b1333385c502bf915195f421934 depends: - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] - size: 231637 - timestamp: 1720347750456 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-h09255ea_16.conda - sha256: b7eb845e9c4c64bd1c029b79eff467a0c21e334c74b02627f3eae8069a8486d6 - md5: e4a458bee223b66cff507c08cbf79a72 + size: 231770 + timestamp: 1727338518657 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda + sha256: a0f8c760cfeb3abd948e4ca7a0415cb1b2dc166742c1ac70b9c7b37a08dccb67 + md5: c334c7b1cf56a219ed151d8cefc904c8 depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 + - libstdcxx >=13 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 249473 - timestamp: 1720347902912 -- conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-he2ba7a0_16.conda - sha256: 907f602ad39172a98e3062c0d6616535075f5227435753fe2c843eb10891403c - md5: 80cc407788999eb3cd5a3651981e55fd + size: 252102 + timestamp: 1727265887913 +- conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda + sha256: 683ec76fcc035f3803aedbffdc4e8ab62fbde360bfaa73f3693eeb429c48b029 + md5: 627b89a9764485ebace5ebe42b6e6ab4 depends: - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 213675 - timestamp: 1720347819147 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-h31fb324_16.conda - sha256: bf022fa3a85bc38c200c5f97d2e19ac5aa4e97908a6a542e8c13b7d3ff869224 - md5: 1a8e3f8e886499916b8942628e6b6880 + size: 213348 + timestamp: 1727265795635 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda + sha256: 9ff3162d035a1d9022f6145755a70d0c0ce6c9152792402bc42294354c871a17 + md5: ba729f000ea379b76ed2190119d21e13 depends: - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=17 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 191683 - timestamp: 1720347975066 + size: 191064 + timestamp: 1727265842691 - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 md5: 4476d717f460b45f5033206bbb84f3f5 @@ -12207,55 +10104,44 @@ packages: purls: [] size: 407420 timestamp: 1720347953921 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 - md5: ef1910918dd895516a769ed36b5b3a4e +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda + sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161 + md5: a587892d3c13b6621a6091be690dbca2 depends: - - lame >=3.100,<3.101.0a0 - - libflac >=1.4.3,<1.5.0a0 - libgcc-ng >=12 - - libogg >=1.3.4,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libstdcxx-ng >=12 - - libvorbis >=1.3.7,<1.4.0a0 - - mpg123 >=1.32.1,<1.33.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 354372 - timestamp: 1695747735668 -- conda: 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 + platform: linux license: ISC purls: [] - size: 374999 - timestamp: 1605135674116 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.18-hb9de7d4_1.tar.bz2 - sha256: 9ee442d889242c633bc3ce3f50ae89e6d8ebf12e04d943c371c0a56913fa069b - md5: d09ab3c60eebb6f14eb4d07e172775cc + size: 205978 + timestamp: 1716828628198 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda + sha256: 448df5ea3c5cf1af785aad46858d7a5be0522f4234a4dc9bb764f4d11ff3b981 + md5: 2e4a8f23bebdcb85ca8e5a0fbe75666a depends: - - libgcc-ng >=7.5.0 + - libgcc-ng >=12 license: ISC purls: [] - size: 237003 - timestamp: 1605135724993 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 - sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 - md5: 24632c09ed931af617fe6d5292919cab + size: 177394 + timestamp: 1716828514515 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda + sha256: d3975cfe60e81072666da8c76b993af018cf2e73fe55acba2b5ba0928efaccf5 + md5: 6af4b059e26492da6013e79cbcb4d069 + depends: + - __osx >=10.13 license: ISC purls: [] - size: 528765 - timestamp: 1605135849110 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 - sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc - md5: 90859688dbca4735b74c02af14c4c793 + size: 210249 + timestamp: 1716828641383 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda + sha256: fade8223e1e1004367d7101dd17261003b60aa576df6d7802191f8972f7470b1 + md5: a7ce36e284c5faaf93c220dfc39e3abd + depends: + - __osx >=11.0 license: ISC purls: [] - size: 324912 - timestamp: 1605135878892 + size: 164972 + timestamp: 1716828607917 - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 md5: 5c1fb45b5e2912c19098750ae8a32604 @@ -12266,93 +10152,95 @@ packages: purls: [] size: 713431 timestamp: 1605135918736 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h15fa968_9.conda - sha256: 541eadcc9f2e3f5c7f801265563412930c9c65e22c21634df96a8cd6465a385e - md5: 4957a903bd6a68cc2e53e47476f9c6f4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda + sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f + md5: 641f91ac6f984a91a78ba2411fe4f106 depends: - __glibc >=2.17,<3.0.a0 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - sqlite - zlib + arch: x86_64 + platform: linux license: MPL-1.1 license_family: MOZILLA purls: [] - size: 3495758 - timestamp: 1722337893853 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h10863b8_9.conda - sha256: 2577a3faf49185b22ca714d30839511e4ff457ea595ef079537c0d8debaef2bc - md5: dc20e87373186ccc78b6379715de16fb + size: 4033736 + timestamp: 1734001047320 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda + sha256: 673a7161f09a8c76c64ad964da3eb5158a19e4212f440edc6f776e87b69adbdd + md5: 41773ba1947c70c5cef4588f52b993aa depends: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 3019166 - timestamp: 1722339300700 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hdc25a2c_9.conda - sha256: 97f2915388c7b216202aff37bb5163681e96eef0991a7366ccdd3e228d2b6aa6 - md5: 230006cfdaf8e653d16e91e6a9a57c98 + size: 3970166 + timestamp: 1734002568659 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda + sha256: bdbd010754dc82dcd6ca9c0d4203ee81fa7b2e51e587766ef580da2f93f80d7b + md5: a1c412b37aefefd924b2f652a79eb17c depends: - __osx >=10.13 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 3148395 - timestamp: 1722338108366 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf7a34df_9.conda - sha256: ee462007733b803a549acc1ebb2ea7b40cfd28efecdd6c17cadb48f0acd2e8ad - md5: a0c631a4cf164b1688484db0da3072b5 + size: 3146597 + timestamp: 1734001296958 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda + sha256: b11e6169fdbef472c307129192fd46133eec543036e41ab2f957615713b03d19 + md5: f05759528e44f74888830119ab32fc81 depends: - __osx >=11.0 - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 - - libcxx >=16 + - geos >=3.13.0,<3.13.1.0a0 + - libcxx >=18 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - sqlite - zlib license: MPL-1.1 license_family: MOZILLA purls: [] - size: 3000596 - timestamp: 1722338001828 + size: 2943606 + timestamp: 1734001158789 - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e md5: 934f10287da9c46f761abf0ee5f88dd3 @@ -12375,103 +10263,110 @@ packages: purls: [] size: 8283487 timestamp: 1722338203533 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda - sha256: daee3f68786231dad457d0dfde3f7f1f9a7f2018adabdbb864226775101341a8 - md5: 18aa975d2094c34aef978060ae7da7d8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 + md5: b58da17db24b6e08bcbf8fed2fb8c915 depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: Unlicense purls: [] - size: 865346 - timestamp: 1718050628718 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.0-hf51ef55_0.conda - sha256: 7b48d006be6cd089105687fb524a2c93c4218bfc398d0611340cafec55249977 - md5: a8ae63fd6fb7d007f74ef3df95e5edf3 + size: 873551 + timestamp: 1733761824646 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 + md5: d4bf59f8783a4a66c0aec568f6de3ff4 depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 license: Unlicense purls: [] - size: 1043861 - timestamp: 1718050586624 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.0-h1b8f9f3_0.conda - sha256: 63af1a9e3284c7e4952364bafe7267e41e2d9d8bcc0e85a4ea4b0ec02d3693f6 - md5: 5dadfbc1a567fe6e475df4ce3148be09 + size: 1042182 + timestamp: 1733761913736 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 + md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 depends: - __osx >=10.13 - - libzlib >=1.2.13,<2.0a0 + - libzlib >=1.3.1,<2.0a0 license: Unlicense purls: [] - size: 908643 - timestamp: 1718050720117 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda - sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9 - md5: 12300188028c9bc02da965128b91b517 + size: 923167 + timestamp: 1733761860127 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 + md5: 122d6f29470f1a991e85608e77e56a8a depends: - __osx >=11.0 - - libzlib >=1.2.13,<2.0a0 + - libzlib >=1.3.1,<2.0a0 license: Unlicense purls: [] - size: 830198 - timestamp: 1718050644825 -- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.0-h2466b09_0.conda - sha256: 662bd7e0d63c5b8c31cca19b91649e798319b93568a2ba8d1375efb91eeb251b - md5: 951b0a3a463932e17414cd9f047fa03d + size: 850553 + timestamp: 1733762057506 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df + md5: ff00095330e0d35a16bd3bdbd1a2d3e7 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Unlicense purls: [] - size: 876677 - timestamp: 1718051113874 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d - md5: 1f5a58e686b13bcfde88b93f547d23fe + size: 891292 + timestamp: 1733762116902 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda + sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 + md5: be2de152d8073ef1c01b7728475f2fe7 depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 271133 - timestamp: 1685837707056 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda - sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 - md5: 45532845e121677ad328c9af9953f161 + size: 304278 + timestamp: 1732349402869 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda + sha256: 40f2af5357457546bd11cd64a3b9043d83865180f65ce602515c35f353be35c7 + md5: aeffe03c0e598f015aab08dbb04f6ee4 depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 284335 - timestamp: 1685837600415 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 - md5: ca3a72efba692c59a90d4b9fc0dfe774 + size: 311577 + timestamp: 1732349396421 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda + sha256: ef2a81c9a15080b996a37f0e1712881da90a710b234e63d8539d69892353de90 + md5: b1caec4561059e43a5d056684c5a2de0 depends: - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 + - __osx >=10.13 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 259556 - timestamp: 1685837820566 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 - md5: 029f7dc931a3b626b94823bc77830b01 + size: 283874 + timestamp: 1732349525684 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda + sha256: f7047c6ed44bcaeb04432e8c74da87591940d091b0a3940c0d884b7faa8062e9 + md5: ddc7194676c285513706e5fc64f214d7 depends: - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 license: BSD-3-Clause license_family: BSD purls: [] - size: 255610 - timestamp: 1685837894256 + size: 279028 + timestamp: 1732349599461 - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec md5: dc262d03aae04fe26825062879141a41 @@ -12491,6 +10386,8 @@ packages: md5: 234a5554c53625688d51062645337328 depends: - libgcc 14.2.0 h77fa898_1 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -12511,6 +10408,8 @@ packages: md5: 8371ac6457591af2cf6159439c1fd051 depends: - libstdcxx 14.2.0 hc0a3c3a_1 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -12526,87 +10425,77 @@ packages: purls: [] size: 54133 timestamp: 1729089498541 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-255-h3516f8a_1.conda - sha256: af27b0d225435d03f378a119f8eab6b280c53557a3c84cdb3bb8fd3167615aed - md5: 3366af27f0b593544a6cd453c7932ac5 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.7.0-hd9ff511_3.conda + sha256: b224e16b88d76ea95e4af56e2bc638c603bd26a770b98d117d04541d3aafa002 + md5: 0ea6510969e1296cc19966fad481f6de depends: - __glibc >=2.17,<3.0.a0 - - libcap >=2.69,<2.70.0a0 - - libgcc-ng >=12 - - libgcrypt >=1.10.3,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 402592 - timestamp: 1709568499820 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda - sha256: fc3b210f9584a92793c07396cb93e72265ff3f1fa7ca629128bf0a50d5cb15e4 - md5: 66f03896ffbe1a110ffda05c7a856504 - depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux license: HPND purls: [] - size: 282688 - timestamp: 1711217970425 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.6.0-hf980d43_3.conda - sha256: 8f578c4e5acf94479b698aea284b2ebfeb32dc3ae99a60c7ef5e07c7003d98cc - md5: b6f3abf5726ae33094bee238b4eb492f + size: 428173 + timestamp: 1734398813264 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libtiff-4.7.0-h88f7998_3.conda + sha256: 5888bd66ba7606ae8596856c7dac800940ecad0aed77d6aa37db69d434c81cf0 + md5: 36a0ea4a173338c8725dc0807e99cf22 depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libgcc-ng >=12 + - libdeflate >=1.23,<1.24.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 license: HPND purls: [] - size: 316525 - timestamp: 1711218038581 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h129831d_3.conda - sha256: f9b35c5ec1aea9a2cc20e9275a0bb8f056482faa8c5a62feb243ed780755ea30 - md5: 568593071d2e6cea7b5fc1f75bfa10ca + size: 464699 + timestamp: 1734398752249 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda + sha256: bb50df7cfc1acb11eae63c5f4fdc251d381cda96bf02c086c3202c83a5200032 + md5: 6f2f9df7b093d6b33bc0c334acc7d2d9 depends: + - __osx >=10.13 - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 + - liblzma >=5.6.3,<6.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 license: HPND purls: [] - size: 257489 - timestamp: 1711218113053 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-h07db509_3.conda - sha256: 6df3e129682f6dc43826e5028e1807624b2a7634c4becbb50e56be9f77167f25 - md5: 28c9f8c6dd75666dfb296aea06c49cb8 + size: 400099 + timestamp: 1734398943635 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda + sha256: 91417846157e04992801438a496b151df89604b2e7c6775d6f701fcd0cbed5ae + md5: a5d084a957563e614ec0c0196d890654 depends: + - __osx >=11.0 - lerc >=4.0.0,<5.0a0 - - libcxx >=16 - - libdeflate >=1.20,<1.21.0a0 + - libcxx >=18 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - xz >=5.2.6,<6.0a0 - - zstd >=1.5.5,<1.6.0a0 + - liblzma >=5.6.3,<6.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - zstd >=1.5.6,<1.6.0a0 license: HPND purls: [] - size: 238349 - timestamp: 1711218119201 + size: 370600 + timestamp: 1734398863052 - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a md5: 6d1828c9039929e2f185c5fa9d133018 @@ -12629,6 +10518,8 @@ packages: md5: 40b61aab5c7ba9ff276c41cfffe6b80b depends: - libgcc-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -12644,18 +10535,6 @@ packages: purls: [] size: 35720 timestamp: 1680113474501 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - md5: 309dec04b70a3cc0f1e84a4013683bc0 - depends: - - libgcc-ng >=9.3.0 - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=9.3.0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 286280 - timestamp: 1610609811627 - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a md5: e1a22282de0169c93e4ffe6ce6acc212 @@ -12668,70 +10547,6 @@ packages: purls: [] size: 273721 timestamp: 1610610022421 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda - sha256: bd45805b169e3e0ff166d360c3c4842d77107d28c8f9feba020a8e8b9c80f948 - md5: 80030debaa84cfc31755d53742df3ca6 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 91941 - timestamp: 1714599671055 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-1.4.0-h8b4e01b_0.conda - sha256: b7015194cb7e0c38e9b216be32bb11d885bc9cbe6bb14729818a1fea732ad437 - md5: b8ec3537009b561eb9bbd1780f920093 - depends: - - giflib >=5.2.2,<5.3.0a0 - - libgcc-ng >=12 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 101815 - timestamp: 1714602881855 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-1.4.0-hc207709_0.conda - sha256: 5c7103d5462deedf0f80a081bc895c25b05404719c11b33a846dc5f5328d791c - md5: c5aa72a275c001665128245084c9ce14 - depends: - - __osx >=10.9 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 87124 - timestamp: 1714599963620 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-1.4.0-h54798ee_0.conda - sha256: e75e7a58793236fc8e92733c8bad168ce7bea40ca54c8c643e357511ba4a7b98 - md5: 078abbcc54996b186b9144cf795bd30f - depends: - - __osx >=11.0 - - giflib >=5.2.2,<5.3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 87703 - timestamp: 1714599993749 - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd md5: 11334a8fb02041b453e2f89a4ae16f8d @@ -12746,50 +10561,57 @@ packages: purls: [] size: 71106 timestamp: 1714600150795 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda - sha256: 49bc5f6b1e11cb2babf2a2a731d1a680a5e08a858280876a779dbda06c78c35f - md5: b26e8aa824079e1be0294e7152ca4559 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda + sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf + md5: 63f790534398730f59e1b899c3644d4a depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 constrains: - - libwebp 1.4.0 + - libwebp 1.5.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 438953 - timestamp: 1713199854503 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.4.0-h31becfc_0.conda - sha256: 10dded60f274e29c573cfacf6e96f5d0fc374ee431250374a44cbd773916ab9d - md5: 5fd7ab3e5f382c70607fbac6335e6e19 + size: 429973 + timestamp: 1734777489810 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libwebp-base-1.5.0-h0886dbf_0.conda + sha256: b3d881a0ae08bb07fff7fa8ead506c8d2e0388733182fe4f216f3ec5d61ffcf0 + md5: 95ef4a689b8cc1b7e18b53784d88f96b depends: - - libgcc-ng >=12 + - libgcc >=13 constrains: - - libwebp 1.4.0 + - libwebp 1.5.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 363577 - timestamp: 1713201785160 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.4.0-h10d778d_0.conda - sha256: 7bafd8f4c637778cd0aa390bf3a894feef0e1fcf6ea6000c7ffc25c4c5a65538 - md5: b2c0047ea73819d992484faacbbe1c24 + size: 362623 + timestamp: 1734779054659 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda + sha256: 7f110eba04150f1fe5fe297f08fb5b82463eed74d1f068bc67c96637f9c63569 + md5: 5e0cefc99a231ac46ba21e27ae44689f + depends: + - __osx >=10.13 constrains: - - libwebp 1.4.0 + - libwebp 1.5.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 355099 - timestamp: 1713200298965 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.4.0-h93a5062_0.conda - sha256: 0d4bad713a512d79bfeb4d61821f447afab8b0792aca823f505ce6b195e9fde5 - md5: c0af0edfebe780b19940e94871f1a765 + size: 357662 + timestamp: 1734777539822 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda + sha256: f8bdb876b4bc8cb5df47c28af29188de8911c3fea4b799a33743500149de3f4a + md5: 569466afeb84f90d5bb88c11cc23d746 + depends: + - __osx >=11.0 constrains: - - libwebp 1.4.0 + - libwebp 1.5.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 287750 - timestamp: 1713200194013 + size: 290013 + timestamp: 1734777593617 - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 md5: abd61d0ab127ec5cd68f62c2969e6f34 @@ -12804,56 +10626,61 @@ packages: purls: [] size: 274359 timestamp: 1713200524021 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.16-hd590300_0.conda - sha256: 7180375f37fd264bb50672a63da94536d4abd81ccec059e932728ae056324b3a - md5: 151cba22b85a989c2d6ef9633ffee1e4 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa + md5: 92ed62436b625154323d40d5f2f11dd7 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 394932 - timestamp: 1693088990429 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.16-h7935292_0.conda - sha256: 5e4fec0243dca4af29cce38182b5a1b109a32f064421389f1a44aa883de79a1b - md5: 93c0136e9cba96657339dfe25fba4da7 + size: 395888 + timestamp: 1727278577118 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcb-1.17.0-h262b8f6_0.conda + sha256: 461cab3d5650ac6db73a367de5c8eca50363966e862dcf60181d693236b1ae7b + md5: cd14ee5cca2464a425b1dbfc24d90db2 depends: - - libgcc-ng >=12 + - libgcc >=13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 398500 - timestamp: 1693091042711 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.16-h0dc2134_0.conda - sha256: c64277f586b716d5c34947e7f2783ef0d24f239a136bc6a024e854bede0389a9 - md5: 07e80289d4ba724f37b4b6f001f88fbe + size: 397493 + timestamp: 1727280745441 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.17.0-hf1f96e2_0.conda + sha256: 8896cd5deff6f57d102734f3e672bc17120613647288f9122bec69098e839af7 + md5: bbeca862892e2898bdb45792a61c4afc depends: + - __osx >=10.13 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 322676 - timestamp: 1693089168477 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.16-hf2054a2_0.conda - sha256: ebf4b797f18de4280548520c97ca1528bcb5a8bc721e3bb133a4e3c930a5320f - md5: 55b5ed79062edde70459943d2d430d99 + size: 323770 + timestamp: 1727278927545 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.17.0-hdb1d25a_0.conda + sha256: bd3816218924b1e43b275863e21a3e13a5db4a6da74cca8e60bc3c213eb62f71 + md5: af523aae2eca6dfa1c8eec693f5b9a79 depends: + - __osx >=11.0 - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp license: MIT license_family: MIT purls: [] - size: 359805 - timestamp: 1693089356642 + size: 323658 + timestamp: 1727278733917 - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 md5: 7c1217d3b075f195ab17370f2d550f5d @@ -12873,6 +10700,8 @@ packages: md5: 5aa797f8787fe7a17d1b0821485b5adc depends: - libgcc-ng >=12 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 100393 @@ -12892,72 +10721,91 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 - libxml2 >=2.12.7,<3.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 + arch: x86_64 + platform: linux license: MIT/X11 Derivative license_family: MIT purls: [] size: 593336 timestamp: 1718819935698 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-h4c95cb1_3.conda - sha256: 11a346aed187405a7d3710a79b815fd66ff80fec3b9b7f840a24531324742acf - md5: 0ac9aff6010a7751961c8e4b863a40e7 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxkbcommon-1.7.0-h46f2afe_1.conda + sha256: 8ed470f72c733aea32bb5d272bf458041add7923d7716d5046bd40edf7ddd67c + md5: 78a24e611ab9c09c518f519be49c2e46 depends: - - __glibc >=2.17,<3.0.a0 - - icu >=73.2,<74.0a0 - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - libxml2 >=2.12.7,<3.0a0 + - xkeyboard-config + - xorg-libxau >=1.0.11,<2.0a0 + license: MIT/X11 Derivative + license_family: MIT + purls: [] + size: 596053 + timestamp: 1718819931537 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.13.5-h8d12d68_1.conda + sha256: c3b05bdc40d27a9249f0bb60f3f71718f94104b8bcd200163a6c9d4ade7aa052 + md5: 1a21e49e190d1ffe58531a81b6e400e1 + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 705701 - timestamp: 1720772684071 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.12.7-hfed6450_3.conda - sha256: a2dd7a50ef2445c48a18f41668ecbce280b844c2449b54ef4f85613a8e6379a7 - md5: a859ee602b39a9335ae308635bcc139c + size: 690589 + timestamp: 1733443667823 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxml2-2.13.5-h2e0c361_1.conda + sha256: dc0e86d35a836af6e99d18f50c6551fc64c53ed3a3da5a9fea90e78763cf14b4 + md5: 63410f85031930cde371dfe0ee89109a depends: - - icu >=73.2,<74.0a0 - - libgcc-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 751784 - timestamp: 1720772896823 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.7-hc603aa4_3.conda - sha256: b0cf4a1d3e628876613665ea957a4c0adc30460be859fa859a1eed7eac87330b - md5: c188d96aea8eaa16efec573fe36a9a13 + size: 732155 + timestamp: 1733443825814 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-hebb159f_1.conda + sha256: b9332bd8d47a72b7b8fa2ae13c24387ed4f5fd4e1f7ecf0031068c6a755267ae + md5: 23c629eba5239465a34bca0ed9c0b5d3 depends: - __osx >=10.13 - - icu >=73.2,<74.0a0 + - icu >=75.1,<76.0a0 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 620129 - timestamp: 1720772795289 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.7-h9a80f22_3.conda - sha256: 760d05981dd32d55ee820a0f35f714a7af32c1c4cc209bf705a0ede93d5bd683 - md5: 705829a78a7ce3dff19a967f0f0f5ed3 + size: 608447 + timestamp: 1733443783886 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h178c5d8_1.conda + sha256: d7af3f25a4cece170502acd38f2dafbea4521f373f46dcb28a37fbe6ac2da544 + md5: 3dc3cff0eca1640a6acbbfab2f78139e depends: - __osx >=11.0 - - icu >=73.2,<74.0a0 + - icu >=75.1,<76.0a0 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - xz >=5.2.6,<6.0a0 license: MIT license_family: MIT purls: [] - size: 588441 - timestamp: 1720772863811 + size: 582898 + timestamp: 1733443841584 - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 md5: ed4d301f0d2149b34deb9c4fecafd836 @@ -12972,56 +10820,30 @@ packages: purls: [] size: 1682090 timestamp: 1721031296951 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda - sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 - md5: ac79812548e7e8cf61f7b0abdef01d3b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda + sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 + md5: e71f31f8cfb0a91439f2086fc8aa0461 depends: - - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD + - libxml2 >=2.12.1,<3.0.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT purls: [] - size: 107198 - timestamp: 1694416433629 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzip-1.10.1-h4156a30_3.conda - sha256: 4b1a653eeb5a139431fb074830b7a099d111594b1867363772f27ac84dee0acd - md5: ad9400456170b46f2615bdd48dff87fe + size: 254297 + timestamp: 1701628814990 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libxslt-1.1.39-h1cc9640_0.conda + sha256: 89ce87b5f594b2ddcd3ddf66dd3f36f85bbe3562b3f408409ccec787d7ed36a3 + md5: 13e1d3f9188e85c6d59a98651aced002 depends: - - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 114810 - timestamp: 1694416439941 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda - sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - md5: 6112b3173f3aa2f12a8f40d07a77cc35 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 127599 - timestamp: 1694416738467 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzip-1.10.1-ha0bc3c6_3.conda - sha256: fb42f34c2275523a06bc8464454fa57f2417203524cabb7aacca4e5de6cfeb69 - md5: e37c0da207079e488709043634d6a711 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 - license: BSD-3-Clause - license_family: BSD + - libxml2 >=2.12.1,<3.0.0a0 + license: MIT + license_family: MIT purls: [] - size: 128244 - timestamp: 1694416824668 + size: 260979 + timestamp: 1701628809171 - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f md5: 5c629cd12d89e2856c17b1dc5fcf44a4 @@ -13037,54 +10859,57 @@ packages: purls: [] size: 146434 timestamp: 1694417117772 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda - sha256: adf6096f98b537a11ae3729eaa642b0811478f0ea0402ca67b5108fe2cb0010d - md5: 57d7dc60e9325e3de37ff8dffd18e814 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: edb0dca6bc32e4f4789199455a1dbeb8 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 constrains: - - zlib 1.3.1 *_1 + - zlib 1.3.1 *_2 + arch: x86_64 + platform: linux license: Zlib license_family: Other purls: [] - size: 61574 - timestamp: 1716874187109 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h68df207_1.conda - sha256: 0d6dfd1e36e10c205ff1fdcf42d42289ff0f50be7a4eaa7b34f086a5e22a0734 - md5: b13fb82f88902e34dd0638cd7d378c21 + size: 60963 + timestamp: 1727963148474 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda + sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 + md5: 08aad7cbe9f5a6b460d0976076b6ae64 depends: - - libgcc-ng >=12 + - libgcc >=13 constrains: - - zlib 1.3.1 *_1 + - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 67199 - timestamp: 1716874136348 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda - sha256: 80a62db652b1da0ccc100812a1d86e94f75028968991bfb17f9536f3aa72d91d - md5: b7575b5aa92108dcc9aaab0f05f2dbce + size: 66657 + timestamp: 1727963199518 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda + sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 + md5: 003a54a4e32b02f7355b50a837e699da depends: - __osx >=10.13 constrains: - - zlib 1.3.1 *_1 + - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 57372 - timestamp: 1716874211519 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda - sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e - md5: 636077128927cf79fd933276dc3aed47 + size: 57133 + timestamp: 1727963183990 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda + sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b + md5: 369964e85dc26bfe78f41399b366c435 depends: - __osx >=11.0 constrains: - - zlib 1.3.1 *_1 + - zlib 1.3.1 *_2 license: Zlib license_family: Other purls: [] - size: 46921 - timestamp: 1716874262512 + size: 46438 + timestamp: 1727963202283 - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 md5: d4483ca8afc57ddf1f6dded53b36c17f @@ -13099,72 +10924,77 @@ packages: purls: [] size: 56186 timestamp: 1716874730539 -- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-18.1.8-h15ab845_0.conda - sha256: 0fd74128806bd839c7a9aa343faf265b94aece84f75f67f14b6246936138e61e - md5: 2c3c6c8aaf8728f87326964a82fdc7d8 +- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.7-ha54dae1_0.conda + sha256: b5b06821b0d4143f66ba652ffe6f535696dc3a4096175d9be8b19b1a7350c86d + md5: 65d08c50518999e69f421838c1d5b91f depends: - __osx >=10.13 constrains: - - openmp 18.1.8|18.1.8.* + - openmp 19.1.7|19.1.7.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 300682 - timestamp: 1718887195436 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-18.1.8-hde57baf_0.conda - sha256: 42bc913b3c91934a1ce7ff635e87ee48e2e252632f0cbf607c5a3e4409d9f9dd - md5: 82393fdbe38448d878a8848b6fcbcefb + size: 304885 + timestamp: 1736986327031 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.7-hdb05f8b_0.conda + sha256: b92a669f2059874ebdcb69041b6c243d68ffc3fb356ac1339cec44aeb27245d7 + md5: c4d54bfd3817313ce758aa76283b118d depends: - __osx >=11.0 constrains: - - openmp 18.1.8|18.1.8.* + - openmp 19.1.7|19.1.7.* license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] - size: 276438 - timestamp: 1718911793488 -- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda - sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f - md5: 318b08df404f9c9be5712aaa5a6f0bb0 + size: 280830 + timestamp: 1736986295869 +- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 + md5: 9de5350a85c4a20c685259b889aa6393 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] - size: 143402 - timestamp: 1674727076728 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.9.4-hd600fc2_0.conda - sha256: 076870eb72411f41c46598c7582a2f3f42ba94c526a2d60a0c8f70a0a7a64429 - md5: 500145a83ed07ce79c8cef24252f366b + size: 167055 + timestamp: 1733741040117 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lz4-c-1.10.0-h5ad3122_1.conda + sha256: 67e55058d275beea76c1882399640c37b5be8be4eb39354c94b610928e9a0573 + md5: 6654e411da94011e8fbe004eacb8fe11 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 license: BSD-2-Clause license_family: BSD purls: [] - size: 163770 - timestamp: 1674727020254 -- conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda - sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 - md5: aa04f7143228308662696ac24023f991 + size: 184953 + timestamp: 1733740984533 +- conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.10.0-h240833e_1.conda + sha256: 8da3c9d4b596e481750440c0250a7e18521e7f69a47e1c8415d568c847c08a1c + md5: d6b9bd7e356abd7e3a633d59b753495a depends: - - libcxx >=14.0.6 + - __osx >=10.13 + - libcxx >=18 license: BSD-2-Clause license_family: BSD purls: [] - size: 156415 - timestamp: 1674727335352 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 - md5: 45505bec548634f7d05e02fb25262cb9 + size: 159500 + timestamp: 1733741074747 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.10.0-h286801f_1.conda + sha256: 94d3e2a485dab8bdfdd4837880bde3dd0d701e2b97d6134b8806b7c8e69c8652 + md5: 01511afc6cc1909c5303cf31be17b44f depends: - - libcxx >=14.0.6 + - __osx >=11.0 + - libcxx >=18 license: BSD-2-Clause license_family: BSD purls: [] - size: 141188 - timestamp: 1674727268278 + size: 148824 + timestamp: 1733741047892 - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab md5: e34720eb20a33fc3bfb8451dd837ab7a @@ -13182,6 +11012,8 @@ packages: md5: ec7398d21e2651e0dcb0044d03b9a339 depends: - libgcc-ng >=12 + arch: x86_64 + platform: linux license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -13293,6 +11125,22 @@ packages: - coverage ; extra == 'testing' - pyyaml ; extra == 'testing' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + name: markdown + version: '3.7' + sha256: 7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803 + requires_dist: + - importlib-metadata>=4.4 ; python_full_version < '3.10' + - mkdocs>=1.5 ; extra == 'docs' + - mkdocs-nature>=0.6 ; extra == 'docs' + - mdx-gh-links>=0.2 ; extra == 'docs' + - mkdocstrings[python] ; extra == 'docs' + - mkdocs-gen-files ; extra == 'docs' + - mkdocs-section-index ; extra == 'docs' + - mkdocs-literate-nav ; extra == 'docs' + - coverage ; extra == 'testing' + - pyyaml ; extra == 'testing' + requires_python: '>=3.8' - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 md5: 93a8e71256479c62074356ef6ebf501b @@ -13305,26 +11153,41 @@ packages: - pkg:pypi/markdown-it-py?source=conda-forge-mapping size: 64356 timestamp: 1686175179621 -- conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py39hd1e30aa_0.conda - sha256: 855d305ceda4751cdd495923104dd34da5a6be45e4fd50a4e80361d9f95bcb38 - md5: 9a9a22eb1f83c44953319ee3b027769f +- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a + md5: fee3164ac23dfca50cfcc8b85ddefb81 depends: - - libgcc-ng >=12 + - mdurl >=0.1,<1 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/markdown-it-py?source=hash-mapping + size: 64430 + timestamp: 1733250550053 +- conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda + sha256: a8bce47de4572f46da0713f54bdf54a3ca7bb65d0fa3f5d94dd967f6db43f2e9 + md5: 7821f0938aa629b9f17efd98c300a487 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 24314 - timestamp: 1706900151453 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-2.1.5-py39h7cc1d5f_0.conda - sha256: a1d6317b35fe1a25e0b0ac9479baa26c397813f1f882b2d62a2b4703da6f96a8 - md5: d6fda92ac61840449b8053eaee6a682e + - pkg:pypi/markupsafe?source=hash-mapping + size: 22897 + timestamp: 1733219847480 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.2-py39h36a3f59_1.conda + sha256: 5b6b778d55f51fee8c36393f833a6f8f04bd9a3bac2b17ed9d26801d31e95a82 + md5: 1f1db1d0f7440f52e35cba3c061b97f1 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: @@ -13332,13 +11195,14 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 24748 - timestamp: 1706901572172 -- conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py39ha09f3b3_0.conda - sha256: 2fbc1105e680dd34e44f59c67ad30b5e5fbbed65ce4dfb09dac0df811bc24f73 - md5: db347b50af50d030b73be1d1e457cac2 + - pkg:pypi/markupsafe?source=hash-mapping + size: 23254 + timestamp: 1733220843706 +- conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.2-py39hd18e689_1.conda + sha256: 90bcc21693cb4e03845a7c75f80cd80441341a306c645edf8984bf8c1d388883 + md5: a96a120183930571f53920a9acebed2d depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 constrains: @@ -13346,13 +11210,14 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23107 - timestamp: 1706900243497 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py39h17cfd9d_0.conda - sha256: e18591162cb401bc651a69bd2545a679b69c54405d778d05778f43ba76c6a4dd - md5: 554a0bcb046e1bac7887a92f33b96acc + - pkg:pypi/markupsafe?source=hash-mapping + size: 21997 + timestamp: 1733219977763 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.2-py39hefdd603_1.conda + sha256: a289c9f1ea3af6248c714f55b99382ecc78bc2a2a0bd55730fa25eaea6bc5d4a + md5: 4ab96cbd1bca81122f08b758397201b2 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -13361,9 +11226,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 23827 - timestamp: 1706900341193 + - pkg:pypi/markupsafe?source=hash-mapping + size: 22599 + timestamp: 1733219837349 - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 md5: f8b7e33c8bf98901925817b7f4436c7e @@ -13381,63 +11246,62 @@ packages: - pkg:pypi/markupsafe?source=conda-forge-mapping size: 26856 timestamp: 1706900665492 -- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.1-py39hf3d152e_1.conda - sha256: 69c9a0df9fed85150a2524bb5873cfbb09900bcb4b51fc31009a39e69df7016f - md5: 87fbc4aba424cea958cd5de0a5030806 +- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda + sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa + md5: 922f2edd2f9ff0a95c83eb781bacad5e depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 + arch: x86_64 + platform: linux license: PSF-2.0 license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8719 - timestamp: 1722568757126 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.1-py39ha65689a_1.conda - sha256: 87a783c7f29c5ae3c2f9754f504be17a89cca3e6dcfc60ca6afb91ae203fa6da - md5: 90b125d1a9c030713426c9dfc96eb22d + purls: [] + size: 16912 + timestamp: 1734120449892 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-3.9.4-py39ha65689a_0.conda + sha256: 5fd260b689fdced6ee01608f25ad8890911e462c944fde0ab73c186e7628194b + md5: 3694fc225c2b4ef3943e74c81c43307d depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 license: PSF-2.0 license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8855 - timestamp: 1722568976681 -- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.1-py39h6e9494a_1.conda - sha256: ebd4f9204341f3ca3494c69b95af781ef0eb7cc14bea3bb335120ba2c7dd62de - md5: 070325238f33dcd8b5aa8a3634b0ca17 + purls: [] + size: 17005 + timestamp: 1734120625847 +- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.9.4-py39h6e9494a_0.conda + sha256: 38d94f9e2e2430f1ade5d2784de036d903c0205830562e01dda7c627eddfb41e + md5: c4e58de4c8de9b24065f8c3f58d2d2c1 depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 + - matplotlib-base >=3.9.4,<3.9.5.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 license: PSF-2.0 license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8772 - timestamp: 1722568878477 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.1-py39hdf13c20_1.conda - sha256: 28703de2b9790cf7c4da71cd664fe61ce653f6122fe1ff7df05c955f2292c102 - md5: eeb76863509cf3028b996aceb7fdc7d9 + purls: [] + size: 16916 + timestamp: 1734120731198 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-3.9.4-py39hdf13c20_0.conda + sha256: bd960cf5b03a96e0b32b1e1c53abfc044ed0ff43a76a74dac3f8a5b5adb5be11 + md5: 1059f79fb61458016210ff1cf0236c26 depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 + - matplotlib-base >=3.9.4,<3.9.5.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 license: PSF-2.0 license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 8829 - timestamp: 1722568989193 + purls: [] + size: 16994 + timestamp: 1734120784524 - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 md5: 5a816cbe27fe3e568c0f4e541c99de4f @@ -13453,9 +11317,9 @@ packages: - pkg:pypi/matplotlib?source=conda-forge-mapping size: 9157 timestamp: 1722569801592 -- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.1-py39h0565ad7_1.conda - sha256: c3cf8213fe278ca734c200eabd06a5a1a517b015552f558dd7117b97eb21b27f - md5: 9665862b07e31ccac586ea2f8d23572c +- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda + sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 + md5: f149592d52f9c1ab1bfe3dc055458e13 depends: - __glibc >=2.17,<3.0.a0 - certifi >=2020.06.20 @@ -13465,8 +11329,8 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -13477,15 +11341,17 @@ packages: - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - tk >=8.6.13,<8.7.0a0 + arch: x86_64 + platform: linux license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6995935 - timestamp: 1722568740835 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.1-py39hf3ba65a_1.conda - sha256: 0ac1c20aa8b47f23e15484ac490e47a6ff9cff563459a54c872758156dc1e840 - md5: b3a812b3bd4e83ba39dc9e34488655cf + - pkg:pypi/matplotlib?source=hash-mapping + size: 6986552 + timestamp: 1734120429344 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/matplotlib-base-3.9.4-py39hd333c8e_0.conda + sha256: cda434b13b217924f11215edb82f1e4e36411c52746d3379cdcc4cf53e965967 + md5: d3c00b185510462fe6c3829f06bbfc82 depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -13494,8 +11360,8 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -13510,12 +11376,12 @@ packages: license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6820131 - timestamp: 1722568958329 -- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.1-py39hb2d44f9_1.conda - sha256: ac47437024f38d63ffdcd66faea0eb7b11c4c67b29f96c9defdcdd9f69b21c5f - md5: 12a7c3af1656218f22fe449b5655390f + - pkg:pypi/matplotlib?source=hash-mapping + size: 6812294 + timestamp: 1734120606739 +- conda: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.9.4-py39hda06d36_0.conda + sha256: 4bdc9d1f58c6ff5615b3fdf9d6184fd6a178263b7312caa506c62f1c89df0905 + md5: 57de84ecef2e11b42dadc68f80848dfe depends: - __osx >=10.13 - certifi >=2020.06.20 @@ -13525,7 +11391,7 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libcxx >=16 + - libcxx >=18 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -13538,12 +11404,12 @@ packages: license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6922214 - timestamp: 1722568835094 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.1-py39h1398496_1.conda - sha256: eef8c62900fea0e61f9f6206b31a85820a242375b971a0991d5e8352407be11e - md5: fb9235ddaf3c284c930e47595880a3b7 + - pkg:pypi/matplotlib?source=hash-mapping + size: 6910471 + timestamp: 1734120702452 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/matplotlib-base-3.9.4-py39h7251d6c_0.conda + sha256: 30939a290f4aba0775217fcc9cd8c7a54531e4e584b86c0ed61fd7c7080332d9 + md5: 332067642fc8951daf39ff059b79d821 depends: - __osx >=11.0 - certifi >=2020.06.20 @@ -13553,7 +11419,7 @@ packages: - freetype >=2.12.1,<3.0a0 - importlib-resources >=3.2.0 - kiwisolver >=1.3.1 - - libcxx >=16 + - libcxx >=18 - numpy >=1.19,<3 - numpy >=1.23 - packaging >=20.0 @@ -13567,9 +11433,9 @@ packages: license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6800038 - timestamp: 1722568944836 + - pkg:pypi/matplotlib?source=hash-mapping + size: 6893904 + timestamp: 1734120746580 - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 md5: 2029d25009b9a28f9aac2987e5808731 @@ -13611,6 +11477,18 @@ packages: - pkg:pypi/matplotlib-inline?source=conda-forge-mapping size: 14599 timestamp: 1713250613726 +- conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: af6ab708897df59bd6e7283ceab1b56b + depends: + - python >=3.9 + - traitlets + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/matplotlib-inline?source=hash-mapping + size: 14467 + timestamp: 1733417051523 - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 md5: eb90dd178bcdd0260dfaa6e1cbccf042 @@ -13623,6 +11501,18 @@ packages: - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping size: 41972 timestamp: 1715570303416 +- conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 + md5: af2060041d4f3250a7eb6ab3ec0e549b + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mdit-py-plugins?source=hash-mapping + size: 42180 + timestamp: 1733854816517 - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 md5: 776a8dd9e824f77abac30e6ef43a8f7a @@ -13634,6 +11524,17 @@ packages: - pkg:pypi/mdurl?source=conda-forge-mapping size: 14680 timestamp: 1704317789138 +- conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 + md5: 592132998493b3ff25fd7479396e8351 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mdurl?source=hash-mapping + size: 14465 + timestamp: 1733255681319 - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda sha256: d9fe5a31b301c662a7410d477257932a76149430acaf760131a35a1476956e96 md5: 48fa9fd8e4226d71cdbef619f2402572 @@ -13644,77 +11545,80 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/meson?source=conda-forge-mapping + - pkg:pypi/meson?source=hash-mapping size: 628242 timestamp: 1700451735019 -- conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h401b404_0.conda - sha256: 6315ea87d094418e744deb79a22331718b36a0e6e107cd7fc3c52c7922bc8133 - md5: 4474532a312b2245c5c77f1176989b46 +- conda: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.7-h05a5f5f_3.conda + sha256: 9a9459024e9cdc68c799b057de021b8c652de542e24e9e48f2726578e822659c + md5: eec77634ccdb2ba6c231290c399b1dae depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 + - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux license: Zlib license_family: Other purls: [] - size: 91409 - timestamp: 1718483022284 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-h77a9e90_0.conda - sha256: 76bfb9973b32f8d9e4740ca6854e7c0daea5e66a28352e5999de0ea06faf0085 - md5: 7c8cd307bc5c00bdba33e1c11685b3b4 + size: 92332 + timestamp: 1734012081442 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/minizip-4.0.7-he2fa2e2_3.conda + sha256: 4c158ee36cae505dc29152f70173e780bb46da6efed8c1d89b689fb4f7c24ce4 + md5: 031a9028607ee3b01157ffbc98ac420d depends: - bzip2 >=1.0.8,<2.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libiconv >=1.17,<2.0a0 - - libstdcxx-ng >=12 + - liblzma >=5.6.3,<6.0a0 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 + - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 96194 - timestamp: 1718483492963 -- conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-h62b0c8d_0.conda - sha256: e02a6e1a43b0ff44bb9460d46d3f7687a1876d435fb3c2c6cf9e19bab60901f6 - md5: 9cb19284d7d835918241acf8180099db + size: 96685 + timestamp: 1734012625823 +- conda: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.7-hfb7a1ec_3.conda + sha256: 69e9874ac02b298ab075cd4f1242b9678fd38cfe4470e935a44cf09d7e02bfc6 + md5: cb826e74fb8eb56f407493aa18e6a9e9 depends: - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 + - libcxx >=18 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 + - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 78595 - timestamp: 1718483214061 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-h27ee973_0.conda - sha256: 8216190bed8462758d1fea34964f4f46e6314e92696d8b6607bde588895663ad - md5: 73dcdab1f21da49048a4f26d648c87a9 + size: 78798 + timestamp: 1734012307711 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/minizip-4.0.7-hff1a8ea_3.conda + sha256: 6d904a6fc5e875e687b9fab244d5b286961222d72f546f9939d8f80ebe873c1c + md5: 666bd61287ad7ee417884eacd9aef2ea depends: - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - libcxx >=16 + - libcxx >=18 - libiconv >=1.17,<2.0a0 + - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - xz >=5.2.6,<6.0a0 + - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: Zlib license_family: Other purls: [] - size: 77944 - timestamp: 1718483144234 + size: 77597 + timestamp: 1734012196026 - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 md5: 43e2b972e258a25a1e01790ad0e3287a @@ -13736,6 +11640,13 @@ packages: version: 3.0.2 sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 requires_python: '>=3.7' +- pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + name: mistune + version: 3.1.0 + sha256: b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 + requires_dist: + - typing-extensions ; python_full_version < '3.11' + requires_python: '>=3.8' - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 md5: a17423859d3fb912c8f2e9797603ddb6 @@ -13757,17 +11668,16 @@ packages: - pkg:pypi/modflow-devtools?source=conda-forge-mapping size: 29239 timestamp: 1717152807815 -- conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.6-h59595ed_0.conda - sha256: 8895a5ce5122a3b8f59afcba4b032f198e8a690a0efc95ef61f2135357ef0d72 - md5: 9160cdeb523a1b20cf8d2a0bf821f45d +- conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + sha256: 78a39d01182ba84340fc0db957823e18d524aacb37c2e0b1bd7f863ef07d3740 + md5: 6711e0434fa5128db45567d9c045251d depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: LGPL-2.1-only - license_family: LGPL - purls: [] - size: 491811 - timestamp: 1712327176955 + - python >=3.9 + license: CC0-1.0 + purls: + - pkg:pypi/modflow-devtools?source=hash-mapping + size: 29243 + timestamp: 1735576603936 - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 md5: b0309b72560df66f71a9d5e34a5efdfa @@ -13796,35 +11706,77 @@ packages: - pkg:pypi/mypy-extensions?source=conda-forge-mapping size: 10492 timestamp: 1675543414256 -- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.3.0-h70512c7_5.conda - sha256: 09296629aab020fb131c8256d8683087769c53ce5197ca3a2abe040bfb285d88 - md5: 4b652e3e572cbb3f297e77c96313faea +- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe + md5: 29097e7ea634a45cc5386b95cac6568f + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mypy-extensions?source=hash-mapping + size: 10854 + timestamp: 1733230986902 +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda + sha256: e7767d2a0f30b62ab601f84fad68877969b6317e28668e71ae3cd0b6305041ed + md5: 9a5a1e3db671a8258c3f2c1969a4c654 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - openssl >=3.3.1,<4.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + arch: x86_64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 619517 + timestamp: 1735638585202 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda + sha256: e7caf4da5d7e2273dd1fcaa9907771d0536019122fe64ad687665193b5edbf10 + md5: 252699a6b6e8e86d64d37c360ac8d783 + depends: + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 780145 - timestamp: 1721386057930 -- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.3.0-ha479ceb_5.conda - sha256: c6e9b0961b6877eda8c300b12a0939c81f403a4eb5c0db802e13130fd5a3a059 - md5: 82776ee8145b9d1fd6546604de4b351d + size: 611639 + timestamp: 1735640433087 +- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda + sha256: e5c805c3150b16dc9de9163850aa2b282a97e0e7b1ec0f6e93ee57c5d433891b + md5: af19508df9d2e9f6894a9076a0857dc7 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - - mysql-common 8.3.0 h70512c7_5 - - openssl >=3.3.1,<4.0a0 + - mysql-common 9.0.1 h266115a_4 + - openssl >=3.4.0,<4.0a0 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1373945 + timestamp: 1735638682677 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda + sha256: 410cc48096c13847f3d3d1fb5dd68f38c8be76fb7df806bfd5e24e011af3f2da + md5: 283642d922c40633996f0f1afb5c9993 + depends: + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - mysql-common 9.0.1 h3f5c77f_4 + - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 license: GPL-2.0-or-later license_family: GPL purls: [] - size: 1532137 - timestamp: 1721386157918 + size: 1407975 + timestamp: 1735640521830 - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda sha256: bfce74342cd22b2201102565a15a2cb0e23ad28023b0f8a0d0e93e3fb19020df md5: 7a1ab67ee32e0d58ce55134d7a56b8fe @@ -13839,13 +11791,42 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/myst-parser?source=conda-forge-mapping + - pkg:pypi/myst-parser?source=hash-mapping size: 72235 timestamp: 1714413912964 - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl name: nbclient - version: 0.10.0 - sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f + version: 0.10.0 + sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f + requires_dist: + - jupyter-client>=6.1.12 + - jupyter-core>=4.12,!=5.0.* + - nbformat>=5.1 + - traitlets>=5.4 + - pre-commit ; extra == 'dev' + - autodoc-traits ; extra == 'docs' + - mock ; extra == 'docs' + - moto ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbclient[test] ; extra == 'docs' + - sphinx-book-theme ; extra == 'docs' + - sphinx>=1.7 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - flaky ; extra == 'test' + - ipykernel>=6.19.3 ; extra == 'test' + - ipython ; extra == 'test' + - ipywidgets ; extra == 'test' + - nbconvert>=7.0.0 ; extra == 'test' + - pytest-asyncio ; extra == 'test' + - pytest-cov>=4.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' + - testpath ; extra == 'test' + - xmltodict ; extra == 'test' + requires_python: '>=3.8.0' +- pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + name: nbclient + version: 0.10.2 + sha256: 4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d requires_dist: - jupyter-client>=6.1.12 - jupyter-core>=4.12,!=5.0.* @@ -13853,24 +11834,33 @@ packages: - traitlets>=5.4 - pre-commit ; extra == 'dev' - autodoc-traits ; extra == 'docs' + - flaky ; extra == 'docs' + - ipykernel>=6.19.3 ; extra == 'docs' + - ipython ; extra == 'docs' + - ipywidgets ; extra == 'docs' - mock ; extra == 'docs' - moto ; extra == 'docs' - myst-parser ; extra == 'docs' - - nbclient[test] ; extra == 'docs' + - nbconvert>=7.1.0 ; extra == 'docs' + - pytest-asyncio ; extra == 'docs' + - pytest-cov>=4.0 ; extra == 'docs' + - pytest>=7.0,<8 ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' - sphinx>=1.7 ; extra == 'docs' - sphinxcontrib-spelling ; extra == 'docs' + - testpath ; extra == 'docs' + - xmltodict ; extra == 'docs' - flaky ; extra == 'test' - ipykernel>=6.19.3 ; extra == 'test' - ipython ; extra == 'test' - ipywidgets ; extra == 'test' - - nbconvert>=7.0.0 ; extra == 'test' + - nbconvert>=7.1.0 ; extra == 'test' - pytest-asyncio ; extra == 'test' - pytest-cov>=4.0 ; extra == 'test' - pytest>=7.0,<8 ; extra == 'test' - testpath ; extra == 'test' - xmltodict ; extra == 'test' - requires_python: '>=3.8.0' + requires_python: '>=3.9.0' - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl name: nbconvert version: 7.16.4 @@ -13921,6 +11911,55 @@ packages: - pytest>=7 ; extra == 'test' - playwright ; extra == 'webpdf' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + name: nbconvert + version: 7.16.5 + sha256: e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547 + requires_dist: + - beautifulsoup4 + - bleach[css]!=5.0.0 + - defusedxml + - importlib-metadata>=3.6 ; python_full_version < '3.10' + - jinja2>=3.0 + - jupyter-core>=4.7 + - jupyterlab-pygments + - markupsafe>=2.0 + - mistune>=2.0.3,<4 + - nbclient>=0.5.0 + - nbformat>=5.7 + - packaging + - pandocfilters>=1.4.1 + - pygments>=2.4.1 + - traitlets>=5.1 + - flaky ; extra == 'all' + - ipykernel ; extra == 'all' + - ipython ; extra == 'all' + - ipywidgets>=7.5 ; extra == 'all' + - myst-parser ; extra == 'all' + - nbsphinx>=0.2.12 ; extra == 'all' + - playwright ; extra == 'all' + - pydata-sphinx-theme ; extra == 'all' + - pyqtwebengine>=5.15 ; extra == 'all' + - pytest>=7 ; extra == 'all' + - sphinx==5.0.2 ; extra == 'all' + - sphinxcontrib-spelling ; extra == 'all' + - tornado>=6.1 ; extra == 'all' + - ipykernel ; extra == 'docs' + - ipython ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbsphinx>=0.2.12 ; extra == 'docs' + - pydata-sphinx-theme ; extra == 'docs' + - sphinx==5.0.2 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - pyqtwebengine>=5.15 ; extra == 'qtpdf' + - pyqtwebengine>=5.15 ; extra == 'qtpng' + - tornado>=6.1 ; extra == 'serve' + - flaky ; extra == 'test' + - ipykernel ; extra == 'test' + - ipywidgets>=7.5 ; extra == 'test' + - pytest>=7 ; extra == 'test' + - playwright ; extra == 'webpdf' + requires_python: '>=3.8' - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c md5: 0b57b5368ab7fc7cdc9e3511fa867214 @@ -13936,6 +11975,21 @@ packages: - pkg:pypi/nbformat?source=conda-forge-mapping size: 101232 timestamp: 1712239122969 +- conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 + md5: bbe1963f1e47f594070ffe87cdf612ea + depends: + - jsonschema >=2.6 + - jupyter_core >=4.12,!=5.0.* + - python >=3.9 + - python-fastjsonschema >=2.15 + - traitlets >=5.1 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/nbformat?source=hash-mapping + size: 100945 + timestamp: 1733402844974 - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl name: nbsphinx version: 0.9.4 @@ -13948,6 +12002,18 @@ packages: - nbformat - sphinx>=1.8 requires_python: '>=3.6' +- pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + name: nbsphinx + version: 0.9.6 + sha256: 336b0b557945a7678ec7449b16449f854bc852a435bb53b8a72e6b5dc740d992 + requires_dist: + - docutils>=0.18.1 + - jinja2 + - nbconvert>=5.3,!=5.4 + - traitlets>=5 + - nbformat + - sphinx>=1.8 + requires_python: '>=3.6' - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl name: nbsphinx-link version: 1.3.0 @@ -13955,38 +12021,55 @@ packages: requires_dist: - nbsphinx - sphinx>=1.8 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda - sha256: 4fc3b384f4072b68853a0013ea83bdfd3d66b0126e2238e1d6e1560747aa7586 - md5: fcea371545eda051b6deafb24889fc69 +- pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + name: nbsphinx-link + version: 1.3.1 + sha256: 2188fc42294a38ba253eedd184dea8750ab035fd94fe63e855ff01f911631769 + requires_dist: + - nbsphinx + - sphinx>=1.8 + - sphinx-rtd-theme ; extra == 'docs' + - ipython ; extra == 'docs' + requires_python: '>=3' +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + sha256: 17fe6afd8a00446010220d52256bd222b1e4fcb93bd587e7784b03219f3dc358 + md5: 04b34b9a40cdc48cfdab261ab176ff74 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: X11 AND BSD-3-Clause purls: [] - size: 887465 - timestamp: 1715194722503 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-h0425590_0.conda - sha256: f8002feaa9e0eb929cd123f1275d8c0b3c6ffb7fd9269b192927009df19dc89e - md5: 38362af7bfac0efef69675acee564458 + size: 894452 + timestamp: 1736683239706 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda + sha256: 9fd726174dde993c560dd6fa1a383e61d546d380e98e0b0348d22512e5d86e24 + md5: 779046fb585c71373e8a051be06c6011 depends: - - libgcc-ng >=12 + - libgcc >=13 license: X11 AND BSD-3-Clause purls: [] - size: 925099 - timestamp: 1715194843316 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h5846eda_0.conda - sha256: 6ecc73db0e49143092c0934355ac41583a5d5a48c6914c5f6ca48e562d3a4b79 - md5: 02a888433d165c99bf09784a7b14d900 + size: 928402 + timestamp: 1736683192463 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + sha256: 507456591054ff83a0179c6b3804dbf6ea7874ac07b68bdf6ab5f23f2065e067 + md5: 7eb0c4be5e4287a3d6bfef015669a545 + depends: + - __osx >=10.13 license: X11 AND BSD-3-Clause purls: [] - size: 823601 - timestamp: 1715195267791 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-hb89a1cb_0.conda - sha256: 87d7cf716d9d930dab682cb57b3b8d3a61940b47d6703f3529a155c938a6990a - md5: b13ad5724ac9ae98b6b4fd87e4500ba4 + size: 822835 + timestamp: 1736683439206 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + sha256: b45c73348ec9841d5c893acc2e97adff24127548fe8c786109d03c41ed564e91 + md5: f6f7c5b7d0983be186c46c4f6f8f9af8 + depends: + - __osx >=11.0 license: X11 AND BSD-3-Clause purls: [] - size: 795131 - timestamp: 1715194898402 + size: 796754 + timestamp: 1736683572099 - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a md5: 6598c056f64dc8800d40add25e4e2c34 @@ -13998,6 +12081,17 @@ packages: - pkg:pypi/nest-asyncio?source=conda-forge-mapping size: 11638 timestamp: 1705850780510 +- conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 + md5: 598fd7d4d0de2455fb74f56063969a97 + depends: + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/nest-asyncio?source=hash-mapping + size: 11543 + timestamp: 1733325673691 - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d md5: 425fce3b531bed6ec3c74fab3e5f0a1c @@ -14020,6 +12114,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -14070,101 +12166,6 @@ packages: purls: [] size: 285150 timestamp: 1715441052517 -- conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda - sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c - md5: da0ec11a6454ae19bff5b02ed881a2b1 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 226848 - timestamp: 1669784948267 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nspr-4.35-h4de3ea5_0.conda - sha256: 23ff7274a021dd87966277b271e5d0944fcc8b893f4920cb46dd4224604218cc - md5: 7a392f26f76fc55354c8ed60c2b99162 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 232844 - timestamp: 1669784904844 -- conda: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda - sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - md5: a9e56c98d13d8b7ce72bf4357317c29b - depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 230071 - timestamp: 1669785313586 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nspr-4.35-hb7217d7_0.conda - sha256: 35959d36ea9e8a2c422db9f113ee0ac91a9b0c19c51b05f75d0793c3827cfa3a - md5: f81b5ec944dbbcff3dd08375eb036efa - depends: - - libcxx >=14.0.6 - license: MPL-2.0 - license_family: MOZILLA - purls: [] - size: 220745 - timestamp: 1669785182058 -- conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.103-h593d115_0.conda - sha256: f69c027c056a620f06b5f69c3c2a437cc8768bbcbe48664cfdb46ffee7d7753d - md5: 233bfe41968d6fb04eba9258bb5061ad - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - purls: [] - size: 1976811 - timestamp: 1722554596783 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/nss-3.103-hfe4779c_0.conda - sha256: 4676471a536f3e92585efc7952555a84a93c8c0950160d22876174923f222cb8 - md5: e0159c5e3db06d893ddb4d987d7c3573 - depends: - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - purls: [] - size: 1967656 - timestamp: 1722559354791 -- conda: https://conda.anaconda.org/conda-forge/osx-64/nss-3.103-he7eb89d_0.conda - sha256: c45b554bbe1b9e52e359845b587a69b35f33dc47ca45a6ce8f4aa44cbb3f5ded - md5: 2a7c2b52e8157c187b5be0ed958a26db - depends: - - __osx >=10.13 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - purls: [] - size: 1856317 - timestamp: 1722554746154 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.103-hc42bcbf_0.conda - sha256: 248c55f84996f5b1241656f4d55bc060ec9396e0ed146a2c299acac4f5ae5300 - md5: 1c0c33f137496c66ea06ec800831ae24 - depends: - - __osx >=11.0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - license: MPL-2.0 - purls: [] - size: 1776517 - timestamp: 1722554931929 - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda sha256: fa792c330e1d18854e4ca1ea8bf90ffae6787c133ebdc331f1ba6f565d28b599 md5: aa265f5697237aa13cc10f53fa8acc4f @@ -14178,10 +12179,12 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping + - pkg:pypi/numpy?source=hash-mapping size: 7039431 timestamp: 1707225726227 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda @@ -14201,7 +12204,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping + - pkg:pypi/numpy?source=hash-mapping size: 6082609 timestamp: 1707225790468 - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda @@ -14219,7 +12222,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping + - pkg:pypi/numpy?source=hash-mapping size: 6481665 timestamp: 1707226262838 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda @@ -14238,7 +12241,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping + - pkg:pypi/numpy?source=hash-mapping size: 5492058 timestamp: 1707226364958 - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda @@ -14258,63 +12261,68 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/numpy?source=conda-forge-mapping + - pkg:pypi/numpy?source=hash-mapping size: 5920615 timestamp: 1707226471242 -- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda - sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 - md5: 7f2e286780f072ed750df46dc2631138 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.3-h5fbd93e_0.conda + sha256: 5bee706ea5ba453ed7fd9da7da8380dd88b865c8d30b5aaec14d2b6dd32dbc39 + md5: 9e5816bc95d285c115a3ebc2f8563564 depends: - - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] - size: 341592 - timestamp: 1709159244431 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.2-h0d9d63b_0.conda - sha256: d83375856601bc67c11295b537548a937a6896ede9d0a51d78bf5e921ab07c6f - md5: fd2898519e839d5ceb778343f39a3176 + size: 342988 + timestamp: 1733816638720 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openjpeg-2.5.3-h3f56577_0.conda + sha256: 92d310033e20538e896f4e4b1ea4205eb6604eee7c5c651c4965a0d8d3ca0f1d + md5: 04231368e4af50d11184b50e14250993 depends: - - libgcc-ng >=12 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libgcc >=13 + - libpng >=1.6.44,<1.7.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 374964 - timestamp: 1709159226478 -- conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda - sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 - md5: 05a14cc9d725dd74995927968d6547e3 + size: 377796 + timestamp: 1733816683252 +- conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.3-h7fd6d84_0.conda + sha256: faea03f36c9aa3524c911213b116da41695ff64b952d880551edee2843fe115b + md5: 025c711177fc3309228ca1a32374458d depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __osx >=10.13 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 331273 - timestamp: 1709159538792 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda - sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 - md5: 5029846003f0bc14414b9128a1f7c84b + size: 332320 + timestamp: 1733816828284 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.3-h8a3d83b_0.conda + sha256: 1d59bc72ca7faac06d349c1a280f5cfb8a57ee5896f1e24225a997189d7418c7 + md5: 4b71d78648dbcf68ce8bf22bb07ff838 depends: - - libcxx >=16 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - __osx >=11.0 + - libcxx >=18 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.0a0 license: BSD-2-Clause license_family: BSD purls: [] - size: 316603 - timestamp: 1709159627299 + size: 319362 + timestamp: 1733816781741 - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 md5: 7e7099ad94ac3b599808950cec30ad4e @@ -14330,74 +12338,97 @@ packages: purls: [] size: 237974 timestamp: 1709159764160 -- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4bc722e_2.conda - sha256: b294b3cc706ad1048cdb514f0db3da9f37ae3fcc0c53a7104083dd0918adb200 - md5: e1b454497f9f7c1147fdde4b53f1b512 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda + sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 + md5: ca2de8bbdc871bce41dbf59e51324165 + depends: + - __glibc >=2.17,<3.0.a0 + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + arch: x86_64 + platform: linux + license: OLDAP-2.8 + license_family: BSD + purls: [] + size: 784483 + timestamp: 1732674189726 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openldap-2.6.9-h30c48ee_0.conda + sha256: ee09612f256dd3532b1309c8ff70489d21db3bde2a0849da08393e5ffd84400d + md5: c07822a5de65ce9797b9afa257faa917 + depends: + - cyrus-sasl >=2.1.27,<3.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openssl >=3.4.0,<4.0a0 + license: OLDAP-2.8 + license_family: BSD + purls: [] + size: 904889 + timestamp: 1732674273894 +- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda + sha256: f62f6bca4a33ca5109b6d571b052a394d836956d21b25b7ffd03376abf7a481f + md5: 4ce6875f75469b2757a65e10a5d05e31 depends: - __glibc >=2.17,<3.0.a0 - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 + - libgcc >=13 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] - size: 2895213 - timestamp: 1721194688955 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_2.conda - sha256: 6c15fd3e6c1dd92b17533fe307cb758be88e85e32e1b988507708905357acb60 - md5: e53f74e640d477466e04bae394b0d163 + size: 2937158 + timestamp: 1736086387286 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda + sha256: 60d34454b861501d7355f25a7b39fdb5de8d56fca49b5bcbe8b8142b7d82dce4 + md5: e21c4767e783a58c373fdb99de6211bf depends: - ca-certificates - - libgcc-ng >=12 - constrains: - - pyopenssl >=22.1 + - libgcc >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 3435721 - timestamp: 1721194625490 -- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.1-h87427d6_2.conda - sha256: 3cb0c05fbfd8cdb9b767396fc0e0af2d78eb4d68592855481254104330d4a4eb - md5: 3f3dbeedbee31e257866407d9dea1ff5 + size: 3469279 + timestamp: 1736088141230 +- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda + sha256: 879a960d586cf8a64131ac0c060ef575cfb8aa9f6813093cba92042a86ee867c + md5: eaae23dbfc9ec84775097898526c72ea depends: - __osx >=10.13 - ca-certificates - constrains: - - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache purls: [] - size: 2552939 - timestamp: 1721194674491 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-hfb2fe0b_2.conda - sha256: dd7d988636f74473ebdfe15e05c5aabdb53a1d2a846c839d62289b0c37f81548 - md5: 9b551a504c1cc8f8b7b22c01814da8ba + size: 2590210 + timestamp: 1736086530077 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda + sha256: 97772762abc70b3a537683ca9fc3ff3d6099eb64e4aba3b9c99e6fce48422d21 + md5: 22f971393637480bda8c679f374d8861 depends: - __osx >=11.0 - ca-certificates - constrains: - - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache purls: [] - size: 2899682 - timestamp: 1721194599446 -- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.1-h2466b09_2.conda - sha256: d86c4fa31294ad9068717788197e97e5637e056c82745ffb6d0e88fd1fef1a9d - md5: 375dbc2a4d5a2e4c738703207e8e368b + size: 2936415 + timestamp: 1736086108693 +- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda + sha256: 519a06eaab7c878fbebb8cab98ea4a4465eafb1e9ed8c6ce67226068a80a92f0 + md5: fb45308ba8bfe1abf1f4a27bad24a743 depends: - ca-certificates - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - constrains: - - pyopenssl >=22.1 license: Apache-2.0 license_family: Apache purls: [] - size: 8385012 - timestamp: 1721197465883 + size: 8462960 + timestamp: 1736088436984 - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 md5: cbe1bb1f21567018ce595d9c2be0f0db @@ -14409,172 +12440,280 @@ packages: - pkg:pypi/packaging?source=conda-forge-mapping size: 50290 timestamp: 1718189540074 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.2-py39hfc16268_1.conda - sha256: 7d628c5b035a770a8f8d8ee22935eed7878e74b886b8816e825238653d559338 - md5: 8b23d2b425035a7468d17e6fe1d54124 +- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 + md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/packaging?source=hash-mapping + size: 60164 + timestamp: 1733203368787 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda + sha256: 5cf1fd8e385f9a2a2cd5bff29a22fbcca6b2107d17efb7f8dd5bea8b158bc3a1 + md5: 8fbcaa8f522b0d2af313db9e3b4b05b9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + - pytz >=2020.1,<2024.2 + constrains: + - openpyxl >=3.1.0 + - zstandard >=0.19.0 + - numexpr >=2.8.4 + - pyxlsb >=1.0.10 + - lxml >=4.9.2 + - tzdata >=2022.7 + - qtpy >=2.3.0 + - bottleneck >=1.3.6 + - pyqt5 >=5.15.8 + - matplotlib >=3.6.3 + - numba >=0.56.4 + - beautifulsoup4 >=4.11.2 + - pytables >=3.8.0 + - xarray >=2022.12.0 + - s3fs >=2022.11.0 + - tabulate >=0.9.0 + - xlsxwriter >=3.0.5 + - psycopg2 >=2.9.6 + - sqlalchemy >=2.0.0 + - gcsfs >=2022.11.0 + - pyreadstat >=1.2.0 + - fastparquet >=2022.12.0 + - blosc >=1.21.3 + - scipy >=1.10.0 + - fsspec >=2022.11.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12904527 - timestamp: 1715898201230 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.2-py39h60c7704_1.conda - sha256: 397dcb5abc44592af05fb2ccdbd8b9dda53e20b15c2119cdeea62360a7dd0c86 - md5: 78c96711f5d28191f72810aec658d5ae + - pkg:pypi/pandas?source=hash-mapping + size: 12897186 + timestamp: 1736811288486 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda + sha256: cda0697b538be29068266fd5bde755052d8d812cd60db3f6896e07858538e855 + md5: 20204a259abeb1fe8e7a3482b9b77ebd depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + - pytz >=2020.1,<2024.2 + constrains: + - pyqt5 >=5.15.8 + - pyxlsb >=1.0.10 + - openpyxl >=3.1.0 + - xlsxwriter >=3.0.5 + - scipy >=1.10.0 + - tabulate >=0.9.0 + - numba >=0.56.4 + - s3fs >=2022.11.0 + - pyreadstat >=1.2.0 + - numexpr >=2.8.4 + - fsspec >=2022.11.0 + - tzdata >=2022.7 + - fastparquet >=2022.12.0 + - psycopg2 >=2.9.6 + - blosc >=1.21.3 + - matplotlib >=3.6.3 + - pytables >=3.8.0 + - lxml >=4.9.2 + - sqlalchemy >=2.0.0 + - bottleneck >=1.3.6 + - xarray >=2022.12.0 + - beautifulsoup4 >=4.11.2 + - qtpy >=2.3.0 + - zstandard >=0.19.0 + - gcsfs >=2022.11.0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12722678 - timestamp: 1715898272002 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.2-py39hbb604f3_1.conda - sha256: 0dd428c8daaff9fd9cf9caf8b32b7dbffe088c0000bde09c5f7d25d51b4cd1f2 - md5: d6bf536ffbff78b4976f5777b0bb9ae2 + - pkg:pypi/pandas?source=hash-mapping + size: 12676410 + timestamp: 1736811303554 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda + sha256: ffe45a81f02fdcf1be7b6ab8d91a52e8d5420a35c16c0753fb7d02ec8248e595 + md5: ebcad91135b6a93920c8efcbce705426 depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=17 - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + - pytz >=2020.1,<2024.2 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12098308 - timestamp: 1715898127261 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.2-py39h998126f_1.conda - sha256: 9f89718b501ec6253916b98a89a5c5ad68e6413f75fd75248808fbee5e7cab4c - md5: 382946ebc5bd55ce0c8613dfde78a718 + - pkg:pypi/pandas?source=hash-mapping + size: 12044464 + timestamp: 1726878998938 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda + sha256: 627f0ad055d704ad684a1bc42cefa7cb7c5abf1470fd99e751342fb118a1f32e + md5: 061c07106ef9a22640eecabd2fcf7192 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=17 - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + - pytz >=2020.1,<2024.2 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 12053143 - timestamp: 1715898294086 -- conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.2-py39h2366fc2_1.conda - sha256: adca9612cecdd2dada322035afa06fd60514a76b238fa0d3fd6e5242cef92bd8 - md5: 8ff33fa9669c0b1851023fa6597a9455 + - pkg:pypi/pandas?source=hash-mapping + size: 12034805 + timestamp: 1726878981704 +- conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda + sha256: b0e7052a381ffce3617d69217703af982142f357263006cca2d1bbee71fc2bfb + md5: 0a05dc3060236ddf9d396c89b8f70490 depends: - numpy >=1.19,<3 + - numpy >=1.22.4 - python >=3.9,<3.10.0a0 - python-dateutil >=2.8.1 - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - - pytz >=2020.1 + - pytz >=2020.1,<2024.2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + constrains: + - tabulate >=0.9.0 + - pyqt5 >=5.15.8 + - sqlalchemy >=2.0.0 + - numba >=0.56.4 + - pyxlsb >=1.0.10 + - s3fs >=2022.11.0 + - gcsfs >=2022.11.0 + - numexpr >=2.8.4 + - pyreadstat >=1.2.0 + - pytables >=3.8.0 + - xarray >=2022.12.0 + - beautifulsoup4 >=4.11.2 + - matplotlib >=3.6.3 + - bottleneck >=1.3.6 + - zstandard >=0.19.0 + - xlsxwriter >=3.0.5 + - scipy >=1.10.0 + - openpyxl >=3.1.0 + - psycopg2 >=2.9.6 + - qtpy >=2.3.0 + - fsspec >=2022.11.0 + - blosc >=1.21.3 + - tzdata >=2022.7 + - fastparquet >=2022.12.0 + - lxml >=4.9.2 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pandas?source=conda-forge-mapping - size: 11798513 - timestamp: 1715899052536 + - pkg:pypi/pandas?source=hash-mapping + size: 11759873 + timestamp: 1736811959753 - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl name: pandocfilters version: 1.5.1 sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h4c5309f_1.conda - sha256: d362237be82d5a0d532fe66ec8d68018c3b2a9705bad6d73c2b63dae2970da02 - md5: 7df02e445367703cd87a574046e3a6f0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + sha256: a0bef194e27e10df65cf7510e405e3acb0a1c460c18fc6c31201167bb50f728d + md5: 8779ee58be1c8b35e7af464a73674957 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later purls: [] - size: 447117 - timestamp: 1719839527713 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.54.0-h7579590_1.conda - sha256: 98e1706ef62c766e2a57f14da95d9d6652b594f901cb9a1b6c04208bd616bd99 - md5: 905145a94ad41fce135074a0214616e9 + size: 451964 + timestamp: 1736473116469 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + sha256: 6b08883a4aac022fc79e548eec6ff5a46593544b4229ff8e3a8f39993e7f8500 + md5: 71bf5fec6bee53abfe8dfcc5cb2676ee depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libgcc-ng >=12 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - fribidi >=1.0.10,<2.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 460989 - timestamp: 1719841137355 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.54.0-h115fe74_1.conda - sha256: 7449699b7cb10f89bcfb05b1a65681bd3f73974ccddb3084cbbddb659a027718 - md5: 02bbb71305225106985ec1f28ff9f50b + size: 463005 + timestamp: 1736474809436 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + sha256: 3c4e92ee87196aa74cada1f3d0c504dc2a5c371399350f31f0bd4d498cdf6706 + md5: 8464193d8a23ba74c271661a733dd282 depends: - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 422438 - timestamp: 1719839620827 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.54.0-h9ee27a3_1.conda - sha256: 49b70f3d230381e3b1e6c036569455972130230462e0c53870b5c7135f5de467 - md5: 362011ec7d84f31f77ba13398c33cf6b + size: 428849 + timestamp: 1736473259180 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + sha256: 19b993f5a010e2c56d2b5683ff60807f1bae5c94ef0718f684a94d00a8fd72dd + md5: c22c8fc58e27fcd72c940179706f5c88 depends: - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 license: LGPL-2.1-or-later purls: [] - size: 418380 - timestamp: 1719839838714 + size: 423495 + timestamp: 1736473423422 - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 md5: bf639fd83deb4404ac988ae927f61e9e @@ -14605,6 +12744,17 @@ packages: - pkg:pypi/parso?source=conda-forge-mapping size: 75191 timestamp: 1712320447201 +- conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc + md5: 5c092057b6badd30f75b06244ecd01c9 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/parso?source=hash-mapping + size: 75295 + timestamp: 1733271352153 - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d md5: 17064acba08d3686f1135b5ec1b32b12 @@ -14616,21 +12766,35 @@ packages: - pkg:pypi/pathspec?source=conda-forge-mapping size: 41173 timestamp: 1702250135032 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-h0f59acf_0.conda - sha256: 90646ad0d8f9d0fd896170c4f3d754e88c4ba0eaf856c24d00842016f644baab - md5: 3914f7ac1761dce57102c72ca7c35d01 +- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee + md5: 617f15191456cc6a13db418a275435e5 + depends: + - python >=3.9 + license: MPL-2.0 + license_family: MOZILLA + purls: + - pkg:pypi/pathspec?source=hash-mapping + size: 41075 + timestamp: 1733233471940 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda + sha256: 1087716b399dab91cc9511d6499036ccdc53eb29a288bebcb19cf465c51d7c0d + md5: df359c09c41cd186fffb93a2d87aa6f5 depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 955778 - timestamp: 1718466128333 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_0.conda - sha256: 5d3c562785526fc4d2f0f4eff7edf94d3afbef92a6290e8bc0bff88fa664fba0 - md5: e5c5c5acdd1f52508f5e9938b454ae5d + size: 952308 + timestamp: 1723488734144 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda + sha256: e9f4b912e48514771d477f2ee955f59d4ff4ef799c3d4d16e4d0f335ce91df67 + md5: 94022de9682cb1a0bb18a99cbc3541b3 depends: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 @@ -14638,11 +12802,11 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 886281 - timestamp: 1718466113968 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_0.conda - sha256: b397f92ef7d561f817c5336295d6696c72d2576328baceb9dc51bfc772bcb48e - md5: b8f63aec37f31ffddac6dfdc0b31a73e + size: 884590 + timestamp: 1723488793100 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda + sha256: 336057fce69d45e1059f138beb38d60eb87ba858c3ad729ed49d9ecafd23669f + md5: 58cde0663f487778bcd7a0c8daf50293 depends: - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 @@ -14650,11 +12814,11 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 858178 - timestamp: 1718466163292 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_0.conda - sha256: 23ddc5022a1025027ac1957dc1947c70d93a78414fbb183026457a537e8b3770 - md5: 62f8d7e2ef03b0aae64185b0f38316eb + size: 854306 + timestamp: 1723488807216 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda + sha256: 83153c7d8fd99cab33c92ce820aa7bfed0f1c94fc57010cf227b6e3c50cb7796 + md5: 147c83e5e44780c7492998acbacddf52 depends: - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 @@ -14662,8 +12826,8 @@ packages: license: BSD-3-Clause license_family: BSD purls: [] - size: 615298 - timestamp: 1718466168866 + size: 618973 + timestamp: 1723488853807 - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 md5: 007d07ab5027e0bf49f6fa660a9f89a0 @@ -14678,17 +12842,17 @@ packages: purls: [] size: 816867 timestamp: 1718466930248 -- conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda - sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e - md5: 629f3203c99b32e0988910c93e77f3b6 +- conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda + sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a + md5: d0d408b1f18883a944376da5cf8101ea depends: - ptyprocess >=0.5 - - python >=3.7 + - python >=3.9 license: ISC purls: - - pkg:pypi/pexpect?source=conda-forge-mapping - size: 53600 - timestamp: 1706113273252 + - pkg:pypi/pexpect?source=compressed-mapping + size: 53561 + timestamp: 1733302019362 - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 md5: 415f0ebb6198cc2801c73438a9fb5761 @@ -14700,91 +12864,105 @@ packages: - pkg:pypi/pickleshare?source=conda-forge-mapping size: 9332 timestamp: 1602536313357 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.4.0-py39h16a7006_0.conda - sha256: aab55b1bf2f09f341b605c51ad8bd159f4136fa7071da95b3d4f5eb45ce43d4d - md5: d9a6b19174a6cf5185296b16f781951f +- conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b + md5: 11a9d1d09a3615fc07c3faf79bc0b943 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pickleshare?source=hash-mapping + size: 11748 + timestamp: 1733327448200 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda + sha256: 8f76c9f64b4b7cda8b0418b263fddb36e1044f31512e504cb4eab0b37a2efd2b + md5: d6e7eee1f21bce11ae03f40a77c699fe depends: + - __glibc >=2.17,<3.0.a0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - openjpeg >=2.5.3,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 + arch: x86_64 + platform: linux license: HPND purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42084060 - timestamp: 1719903748797 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-10.4.0-py39h4a8821f_0.conda - sha256: 5354f70fc0383a87dd3c58f6f0104810bc57e917b63b1fe30d2ad1356090a3a0 - md5: 318861157594972acc05a8715d3018a8 + - pkg:pypi/pillow?source=hash-mapping + size: 42261198 + timestamp: 1735929890122 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda + sha256: 7e9246c798c365db678f36910037ae10ae909e81a5ccfea9f2862e8d41971976 + md5: 22c413e9649bfe2a9af6cbe8c82077d3 depends: - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - - libgcc-ng >=12 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - openjpeg >=2.5.3,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 license: HPND purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 42267057 - timestamp: 1719905840595 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.4.0-py39hc3a33ae_0.conda - sha256: 913f2341991cdca75ecb5dbcf5f228fc92b1c5f2d7c9eb42b284c97f938a8c1b - md5: 38f014644c18a760ef3850c3c8bd2515 + - pkg:pypi/pillow?source=hash-mapping + size: 41582709 + timestamp: 1735931347367 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda + sha256: 8b2bd5efa2e5b17af8553c347945e984108a7027d52d6b669b3b33d327f981a7 + md5: 5bd020dc4061b6afbd5c4dccb1473688 depends: - __osx >=10.13 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - openjpeg >=2.5.3,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 license: HPND purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41330972 - timestamp: 1719903956921 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.4.0-py39h3baf582_0.conda - sha256: 518506eba97989390f67b6ad6f0aa95df875daa89b102ea35d706a5932e72c79 - md5: 0c4b3423b88a38cc188329e52d3f51db + - pkg:pypi/pillow?source=hash-mapping + size: 42208500 + timestamp: 1735930041961 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda + sha256: a8365bb9effc7de984fdf1440dfad75b18067827ed741a06930e73f4ad6b9846 + md5: be86f32f0e7aabbf686d297d817c4547 depends: - __osx >=11.0 - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - openjpeg >=2.5.3,<3.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 license: HPND purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41698525 - timestamp: 1719903817581 + - pkg:pypi/pillow?source=hash-mapping + size: 42310293 + timestamp: 1735929979287 - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd md5: 7b24bccfb14f05019c8a488d4ee084a8 @@ -14808,61 +12986,66 @@ packages: - pkg:pypi/pillow?source=conda-forge-mapping size: 41327013 timestamp: 1719904170746 -- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyhd8ed1ab_0.conda - sha256: 15b480571a7a4d896aa187648cce99f98bac3926253f028f228d2e9e1cf7c1e1 - md5: 6721aef6bfe5937abe70181545dd2c51 +- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb + md5: 04e691b9fadd93a8a9fad87a81d4fd8f depends: - - python >=3.8 + - python >=3.9,<3.13.0a0 - setuptools - wheel license: MIT license_family: MIT purls: - - pkg:pypi/pip?source=conda-forge-mapping - size: 1238498 - timestamp: 1722451042495 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda - sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e - md5: 71004cbf7924e19c02746ccde9fd7123 + - pkg:pypi/pip?source=hash-mapping + size: 1245116 + timestamp: 1734466348103 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda + sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be + md5: 5e2a7acfa2c24188af39e7944e1b3604 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 386826 - timestamp: 1706549500138 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.43.4-h2f0025b_0.conda - sha256: e145b0d89c800326a20d1afd86c74f9422b81549b17fe53add46c2fa43a4c93e - md5: 81b2ddea4b0eca188da9c5a7aa4b0cff + size: 381072 + timestamp: 1733698987122 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda + sha256: 289c88d26530e427234adf7a8eb11e762d2beaf3c0a337c1c9887f60480e33e1 + md5: 95689fc369832398e82d17c56ff5df8a depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 license: MIT license_family: MIT purls: [] - size: 295064 - timestamp: 1709240909660 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda - sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 - md5: cb134c1e03fd32f4e6bea3f6de2614fd + size: 288697 + timestamp: 1733700860569 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda + sha256: 7e5a9823e7e759355b954037f97d4aa53c26db1d73408571e749f8375b363743 + md5: 9d3ed4c1a6e21051bf4ce53851acdc96 depends: - - libcxx >=16 + - __osx >=10.13 + - libcxx >=18 license: MIT license_family: MIT purls: [] - size: 323904 - timestamp: 1709239931160 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda - sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 - md5: 0308c68e711cd295aaa026a4f8c4b1e5 + size: 328548 + timestamp: 1733699069146 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda + sha256: 28855d4cb2d9fc9a6bd9196dadbaecd6868ec706394cec2f88824a61ba4b1bc0 + md5: fa8e429fdb9e5b757281f69b8cc4330b depends: - - libcxx >=16 + - __osx >=11.0 + - libcxx >=18 license: MIT license_family: MIT purls: [] - size: 198755 - timestamp: 1709239846651 + size: 201076 + timestamp: 1733699127167 - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 md5: b98135614135d5f458b75ab9ebb9558c @@ -14886,6 +13069,17 @@ packages: - pkg:pypi/platformdirs?source=conda-forge-mapping size: 20572 timestamp: 1715777739019 +- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 + md5: 577852c7e53901ddccc7e6a9959ddebe + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/platformdirs?source=hash-mapping + size: 20448 + timestamp: 1733232756001 - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 md5: d3483c8fc2dc2cc3f5cf43e26d60cabf @@ -14897,6 +13091,17 @@ packages: - pkg:pypi/pluggy?source=conda-forge-mapping size: 23815 timestamp: 1713667175451 +- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 + md5: e9dcbce5f45f9ee500e728ae58b605b6 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pluggy?source=hash-mapping + size: 23595 + timestamp: 1733222855563 - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 md5: 18c6deb6f9602e32446398203c8f0e91 @@ -14922,117 +13127,20 @@ packages: - pkg:pypi/pooch?source=conda-forge-mapping size: 54375 timestamp: 1717777969967 -- conda: https://conda.anaconda.org/conda-forge/linux-64/poppler-24.07.0-hb0d391f_0.conda - sha256: 20ddd62419f3ddf779dfaae7d12001b0e63e365f781b1137f6db0b428193a3cb - md5: 561842bc59112340fa1f5f1ed06ae4a2 - depends: - - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1906317 - timestamp: 1720373278987 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/poppler-24.07.0-h6200fdc_0.conda - sha256: 2a4d69e1d1f5e9741084bdb0c12abf29101093f622ace5ab3379da71a77c36dd - md5: 25024e3372a557d6cb6bd5ac6ece2032 - depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgcc-ng >=12 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1995232 - timestamp: 1720382076571 -- conda: https://conda.anaconda.org/conda-forge/osx-64/poppler-24.07.0-h744cbf2_0.conda - sha256: 012c492087fdcc10a97fab28f3e105ca995bc796f72f0744b1cd050ca35828e5 - md5: 1603ef5fcf8bffffc3451ca182b6df0a - depends: - - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1586876 - timestamp: 1720373241748 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/poppler-24.07.0-h9787579_0.conda - sha256: 52aaad25569bc5e3ba867ae01be90d01e0701683d16820888cb6a6c45402f6d6 - md5: be71ad375a07cf6e2266c1f388c093a9 +- conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e + md5: b3e783e8e8ed7577cf0b6dee37d1fbac depends: - - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libcxx >=16 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 1504924 - timestamp: 1720373679696 + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.9 + - requests >=2.19.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pooch?source=hash-mapping + size: 54116 + timestamp: 1733421432357 - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c md5: 4e21d8257375ae401877013416ebc12b @@ -15066,74 +13174,6 @@ packages: purls: [] size: 2348171 timestamp: 1675353652214 -- conda: https://conda.anaconda.org/conda-forge/linux-64/postgresql-16.3-h8e811e2_0.conda - sha256: 4cd39edd84011657978e35abdc880cf3e49785e8a86f1c99a34029a3e4998abe - md5: e4d52462da124ed3792472f95a36fc2a - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 ha72fbe1_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 5332852 - timestamp: 1715266435060 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/postgresql-16.3-h2294c5c_0.conda - sha256: eb93f818f28cd206ea0b020fd33c6007961a78589763cc034490d947cad42b97 - md5: 834fc612c678f3ea652e8688655a3da0 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libpq 16.3 hcf0348d_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 5119060 - timestamp: 1715266458221 -- conda: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.3-h1d90168_0.conda - sha256: 69a0887d23f51bc7e35097bf03f88d2ff14e88cc578c3f8296a178c8378950ec - md5: a7ccb9b98d8e3ef61c0ca6d470e8e66d - depends: - - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h4501773_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 4612922 - timestamp: 1715267536439 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/postgresql-16.3-hdfa2ec6_0.conda - sha256: 50bb32b3c8f827a07b29cec09df578fa4f4f7b41770ca6686cccdb5e3bf91431 - md5: caaf4b5ea6b6abebcbf6ac18522b5875 - depends: - - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 h7afe498_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tzcode - - tzdata - license: PostgreSQL - purls: [] - size: 4330650 - timestamp: 1715267000628 - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd md5: a253c97c94a2c2886e1cb79e34a5b641 @@ -15150,75 +13190,77 @@ packages: purls: [] size: 18697452 timestamp: 1715267263356 -- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.4.1-h54d7996_1.conda - sha256: 7e5aa324f89eece539001daa8df802d1b5851caee4be41b99ffe3b6e168993a9 - md5: e479d1991c725e1a355f33c0e40dbc66 +- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda + sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b + md5: 398cabfd9bd75e90d0901db95224f25f depends: - __glibc >=2.17,<3.0.a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 3050689 - timestamp: 1722327846022 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.4.1-hd5926b2_1.conda - sha256: 7727c9e6c4537bf71f8464e783b1345d55e0c3d6d87aeb4ee32fdacbfb3d9c42 - md5: f86b8ac02f2ffbbd85a23334ea7a9c00 + size: 3108751 + timestamp: 1733138115896 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda + sha256: f1cf12e3f3101e3b5eec136b54d71c11dd8a9408f2574d1e0c8307908e0461d0 + md5: 60cc005fa3ce97967d435f92adfc7cf7 depends: - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libgcc >=13 + - libsqlite >=3.47.0,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2943431 - timestamp: 1722328901543 -- conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.4.1-hf92c781_1.conda - sha256: 826e1fcd191d17a6f16c745779254265e4cf1cdbd1761e627e3cdf0b9d6ed487 - md5: edf9f0581ffc0f50a1159943be5d0729 + size: 3038717 + timestamp: 1733139312143 +- conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda + sha256: 5d35d13994abdc6a7dd1801f37db98e9efca5983f0479e380844264343ec8096 + md5: 523c87f13b2f99a96295993ede863b87 depends: - __osx >=10.13 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2831538 - timestamp: 1722327962605 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.4.1-hfb94cee_1.conda - sha256: 41da87faa84f90861637542cd237f3b430c87af79520866ebbfc95cf75cde92a - md5: 786c3dc1fbc9ca08b82002ab69353c53 + size: 2840582 + timestamp: 1733138585653 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda + sha256: c6289d6f1a13f28ff3754ac0cb2553f7e7bc4a3102291115f62a04995d0421eb + md5: 5eb42e77ae79b46fabcb0f6f6d130763 depends: - __osx >=11.0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libcxx >=18 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite constrains: - proj4 ==999999999999 license: MIT license_family: MIT purls: [] - size: 2708661 - timestamp: 1722327880161 + size: 2673401 + timestamp: 1733138376056 - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 md5: 6e15f5054b179959d2410c2e53d5a3e4 @@ -15251,36 +13293,53 @@ packages: - pkg:pypi/prompt-toolkit?source=conda-forge-mapping size: 270710 timestamp: 1718048095491 -- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.0.0-py39hd3abc70_0.conda - sha256: e9ad591dbebfcf601a43a83419804ba4f4be7f9dfa17c6dbc46d34d780e2b417 - md5: 984987a2ef8c931691ad0d7fbb8ef3ca +- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc + md5: 368d4aa48358439e07a97ae237491785 depends: - - libgcc-ng >=12 + - python >=3.9 + - wcwidth + constrains: + - prompt_toolkit 3.0.48 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/prompt-toolkit?source=compressed-mapping + size: 269848 + timestamp: 1733302634979 +- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda + sha256: ba51644107fb105f470231a6de2a906b07c7b4046041aa618585670ad20333f8 + md5: 287b29f8df0363b2a53a5a6e6ce4fa5c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 365349 - timestamp: 1719274672326 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.0.0-py39he257ee7_0.conda - sha256: 394e48a3de072e1c8eadfe78ee859f52cdcaeb048ddd9cb9a2674bba2b691d44 - md5: 90d5c0e9b001e105cd01007c40d03acd + - pkg:pypi/psutil?source=hash-mapping + size: 364359 + timestamp: 1735327498648 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda + sha256: d9bf1bee9fea4be11a9f9e58c06a13ad6682c28f012b6a2a4c7bf0ce3551cb82 + md5: 8bea86dd323c3086cc8270c76139ef52 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 368770 - timestamp: 1719274846878 -- conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.0.0-py39hded5825_0.conda - sha256: b06ca89c89a1641e4f701ddd73663ee2ead8dd3801f127d4601f5edcdc7dedcc - md5: 0a0569b2f0fc8ba3681b6d7081ba20cb + - pkg:pypi/psutil?source=hash-mapping + size: 366136 + timestamp: 1735327509830 +- conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda + sha256: fe2ff5025d336ae71ae29c80cf6e87d1d05053a02f68aaff80182f2dba1842db + md5: b0def57a8e3295bb577176cdf710c69d depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 @@ -15288,12 +13347,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 373080 - timestamp: 1719274833478 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.0.0-py39hfea33bf_0.conda - sha256: b47cb751dbfef443faef221ecbd0daaaba17a1a860fba7894df830b01663213a - md5: 470e9208708e46bbc87f26fa3cd65952 + - pkg:pypi/psutil?source=hash-mapping + size: 371199 + timestamp: 1735327531359 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda + sha256: 3a59621873f280669b8d973f3c64dfae75dfa4d99785397526a8350ff391232a + md5: 35995129b26c900319b76e17434188bb depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -15302,9 +13361,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 374380 - timestamp: 1719274795304 + - pkg:pypi/psutil?source=hash-mapping + size: 373376 + timestamp: 1735327573510 - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 md5: 41ed0d6d84590e40a0096ae3a458f5eb @@ -15320,42 +13379,49 @@ packages: - pkg:pypi/psutil?source=conda-forge-mapping size: 384430 timestamp: 1719275211074 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 - sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - md5: 22dad4df6e8630e8dff2428f6f6a7036 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 + md5: b3c17d95b5a10c6e64a21fa17573e70e depends: - - libgcc-ng >=7.5.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 5625 - timestamp: 1606147468727 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-hb9de7d4_1001.tar.bz2 - sha256: f1d7ff5e06cc515ec82010537813c796369f8e9dde46ce3f4fa1a9f70bc7db7d - md5: d0183ec6ce0b5aaa3486df25fa5f0ded + size: 8252 + timestamp: 1726802366959 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda + sha256: 977dfb0cb3935d748521dd80262fe7169ab82920afd38ed14b7fee2ea5ec01ba + md5: bb5a90c93e3bac3d5690acf76b4a6386 depends: - - libgcc-ng >=7.5.0 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 5657 - timestamp: 1606147738742 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 - sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 - md5: addd19059de62181cd11ae8f4ef26084 + size: 8342 + timestamp: 1726803319942 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda + sha256: 05944ca3445f31614f8c674c560bca02ff05cb51637a96f665cb2bbe496099e5 + md5: 8bcf980d2c6b17094961198284b8e862 + depends: + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 5653 - timestamp: 1606147699844 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 - sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 - md5: d3f26c6494d4105d4ecb85203d687102 + size: 8364 + timestamp: 1726802331537 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda + sha256: 8ed65e17fbb0ca944bfb8093b60086e3f9dd678c3448b5de212017394c247ee3 + md5: 415816daf82e0b23a736a069a75e9da7 + depends: + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 5696 - timestamp: 1606147608402 + size: 8381 + timestamp: 1726802424786 - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a md5: a1f820480193ea83582b13249a7e7bd9 @@ -15375,32 +13441,16 @@ packages: purls: [] size: 144301 timestamp: 1537755684331 -- conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - md5: 359eeb6536da0e687af562ed265ec263 +- conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda + sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 + md5: 7d9daffbb8d8e0af0f769dbbcd173a54 depends: - - python + - python >=3.9 license: ISC purls: - - pkg:pypi/ptyprocess?source=conda-forge-mapping - size: 16546 - timestamp: 1609419417991 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-17.0-hb77b528_0.conda - sha256: b27c0c8671bd95c205a61aeeac807c095b60bc76eb5021863f919036d7a964fc - md5: 07f45f1be1c25345faddb8db0de8039b - depends: - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=12 - - libglib >=2.78.3,<3.0a0 - - libsndfile >=1.2.2,<1.3.0a0 - - libsystemd0 >=255 - constrains: - - pulseaudio 17.0 *_0 - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 757633 - timestamp: 1705690081905 + - pkg:pypi/ptyprocess?source=hash-mapping + size: 19457 + timestamp: 1733302371990 - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 md5: 0f051f09d992e0d08941706ad519ee0e @@ -15412,6 +13462,17 @@ packages: - pkg:pypi/pure-eval?source=conda-forge-mapping size: 16551 timestamp: 1721585805256 +- conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 + md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pure-eval?source=hash-mapping + size: 16668 + timestamp: 1733569518868 - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 md5: 6f6d42b894118f8378fce11887ccdaff @@ -15423,6 +13484,28 @@ packages: - pkg:pypi/py-cpuinfo?source=conda-forge-mapping size: 24947 timestamp: 1666774595872 +- conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 + md5: 46830ee16925d5ed250850503b5dc3a8 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/py-cpuinfo?source=hash-mapping + size: 25766 + timestamp: 1733236452235 +- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 + md5: 12c566707c80111f9799308d9e265aef + depends: + - python >=3.9 + - python + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 110100 + timestamp: 1733195786147 - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 md5: 844d9eb3b43095b031874477f7d70088 @@ -15447,6 +13530,19 @@ packages: - pkg:pypi/pydotplus?source=conda-forge-mapping size: 26169 timestamp: 1721395733948 +- conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 + md5: 26e4ff85fd62f32f1818b57363995bc6 + depends: + - graphviz + - pyparsing >=2.0.1 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pydotplus?source=hash-mapping + size: 26425 + timestamp: 1734535829892 - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b md5: b7f5c092b8f9800150d998a71b76d5a1 @@ -15458,6 +13554,17 @@ packages: - pkg:pypi/pygments?source=conda-forge-mapping size: 879295 timestamp: 1714846885370 +- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda + sha256: 28a3e3161390a9d23bc02b4419448f8d27679d9e2c250e29849e37749c8de86b + md5: 232fb4577b6687b2d503ef8e254270c9 + depends: + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/pygments?source=hash-mapping + size: 888600 + timestamp: 1736243563082 - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c md5: 99a239290e383d1fb11099fb4a183398 @@ -15483,23 +13590,17 @@ packages: - pkg:pypi/pyparsing?source=conda-forge-mapping size: 89455 timestamp: 1709721146886 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py39h52134e7_5.conda - sha256: a0d0662c73b343931dbd66d9c25ec74f40115512568a87bf4d01af8d1a8ddf1c - md5: e1f148e57d071b09187719df86f513c1 +- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c + md5: 285e237b8f351e85e7574a2c7bfa6d46 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - pyqt5-sip 12.12.2 py39h3d6467e_5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - license: GPL-3.0-only - license_family: GPL + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/pyqt5?source=conda-forge-mapping - size: 5227659 - timestamp: 1695420723753 + - pkg:pypi/pyparsing?source=hash-mapping + size: 93082 + timestamp: 1735698406955 - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 md5: 5ed899124a51958336371ff01482b8fd @@ -15518,23 +13619,6 @@ packages: - pkg:pypi/pyqt5?source=conda-forge-mapping size: 3876568 timestamp: 1695421679054 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py39h3d6467e_5.conda - sha256: 86efec5e57111794e039bb14dfce23d9df6ed8df139ab1404086140eba6d4d7c - md5: 93aff412f3e49fdb43361c0215cbd72d - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - sip - - toml - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/pyqt5-sip?source=conda-forge-mapping - size: 85034 - timestamp: 1695418081052 - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 md5: dffbcea794c524c471772a5f697c2aea @@ -15561,23 +13645,14 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping + - pkg:pypi/pyrsistent?source=hash-mapping size: 99423 timestamp: 1725353703276 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39hd1e30aa_0.conda - sha256: 293a080adfb3c0ea0fedf127cb704e3925f3ec78f2ac4033ee45966a5fa246b5 - md5: 96ea8a6b4c8af6e9bafedb2f97080514 - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 100336 - timestamp: 1698754196864 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h3e3acee_1.conda sha256: 2588b6c051bec5cb3500ea257270e271432996d4ce7bb7522a07fcdee940298a md5: e9a8ed5a0057547d983b0bb7177d103e @@ -15588,20 +13663,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping + - pkg:pypi/pyrsistent?source=hash-mapping size: 101075 timestamp: 1725354593186 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyrsistent-0.20.0-py39h7cc1d5f_0.conda - sha256: 2d2465e1f610e325975b8832d25511fe4f170cd7b09ba21365c8cdfee96d915e - md5: 12a039da723afc35b7dc82dda4f5eddd - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 100870 - timestamp: 1698755269173 - conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py39h06d86d0_1.conda sha256: ec9108995f34b4700ff049d83b7ca7df54e5cea0ecfa56ec5d57a2c12f17eb75 md5: a5e14cbf5cb67e9d5c4a0e6755c69e7e @@ -15612,7 +13676,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping + - pkg:pypi/pyrsistent?source=hash-mapping size: 97335 timestamp: 1725353683407 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py39h06df861_1.conda @@ -15626,7 +13690,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping + - pkg:pypi/pyrsistent?source=hash-mapping size: 97424 timestamp: 1725353757307 - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda @@ -15655,6 +13719,66 @@ packages: - pkg:pypi/pyshp?source=conda-forge-mapping size: 964060 timestamp: 1659003065197 +- conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf + md5: 856b387c270e9eaf6e41e978057a2b62 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pyshp?source=hash-mapping + size: 427368 + timestamp: 1733821648154 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyside6-6.8.1-py39h0383914_0.conda + sha256: 6b42c5806940f940956b9f007ba830edf3ce917aa0133fb4ac03caa6fcc0dbd3 + md5: 45e71bee7ab5236b01ec50343d70b15e + depends: + - __glibc >=2.17,<3.0.a0 + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + arch: x86_64 + platform: linux + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=hash-mapping + - pkg:pypi/shiboken6?source=hash-mapping + size: 10887376 + timestamp: 1734099079552 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyside6-6.8.1-py39h51c6ee1_0.conda + sha256: 7d05346d28d15b10b206cfdb31ae47ad6c03927100597b1e700e9bf0cf2b373d + md5: ba98ca3cd6725e007a6ca0870e8212dd + depends: + - libclang13 >=19.1.5 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libopengl >=1.7.0,<2.0a0 + - libstdcxx >=13 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=hash-mapping + - pkg:pypi/shiboken6?source=hash-mapping + size: 7931931 + timestamp: 1734099605934 - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 md5: 56cd9fe388baac0e90c7149cfac95b60 @@ -15668,18 +13792,18 @@ packages: - pkg:pypi/pysocks?source=conda-forge-mapping size: 19348 timestamp: 1661605138291 -- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - md5: 2a7de29fb590ca14b5243c4c812c8025 +- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 + md5: 461219d1a5bd61342293efa2c0c90eac depends: - __unix - - python >=3.8 + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pysocks?source=conda-forge-mapping - size: 18981 - timestamp: 1661604969727 + - pkg:pypi/pysocks?source=hash-mapping + size: 21085 + timestamp: 1733217331982 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 md5: e010a224b90f1f623a917c35addbb924 @@ -15699,6 +13823,25 @@ packages: - pkg:pypi/pytest?source=conda-forge-mapping size: 257671 timestamp: 1721923749407 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 + md5: 799ed216dc6af62520f32aa39bc1c2bb + depends: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2,>=1.5 + - python >=3.9 + - tomli >=1 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest?source=hash-mapping + size: 259195 + timestamp: 1733217599806 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f md5: 8c3168375e2ac100c17b133f4e2eb536 @@ -15712,6 +13855,19 @@ packages: - pkg:pypi/pytest-benchmark?source=conda-forge-mapping size: 39571 timestamp: 1666782598879 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad + md5: e082fea65ca7bbde086013c8bf967df0 + depends: + - py-cpuinfo + - pytest >=3.8 + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/pytest-benchmark?source=hash-mapping + size: 42736 + timestamp: 1733277213500 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 md5: 11b16b526f60cc18748c3fe45d10315a @@ -15725,6 +13881,19 @@ packages: - pkg:pypi/pytest-dotenv?source=conda-forge-mapping size: 7383 timestamp: 1606859705188 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 + md5: 1cb1c9f0c6da0017157084138d05c4ca + depends: + - pytest >=5.0.0 + - python >=3.9 + - python-dotenv >=0.9.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-dotenv?source=hash-mapping + size: 9831 + timestamp: 1735306343133 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 md5: d66820a0d1d10f6731b101d36dc38ad9 @@ -15737,6 +13906,18 @@ packages: - pkg:pypi/pytest-order?source=conda-forge-mapping size: 15851 timestamp: 1641771678634 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 + md5: e9e7d96ef6e90a50a4a484b305a9b0d9 + depends: + - python >=3.9 + - pytest >=5.0 + - python + license: MIT + license_family: MIT + purls: [] + size: 21116 + timestamp: 1735596789189 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 md5: b39568655c127a9c4a44d178ac99b6d0 @@ -15752,116 +13933,142 @@ packages: - pkg:pypi/pytest-xdist?source=conda-forge-mapping size: 38320 timestamp: 1718138508765 -- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.19-h0755675_0_cpython.conda - sha256: b9253ca9ca5427e6da4b1d43353a110e0f2edfab9c951afb4bf01cbae2825b31 - md5: d9ee3647fbd9e8595b8df759b2bbefb8 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 + md5: 59aad4fb37cabc0bacc73cf344612ddd + depends: + - execnet >=2.1 + - pytest >=7.0.0 + - python >=3.9 + constrains: + - psutil >=3.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-xdist?source=hash-mapping + size: 38147 + timestamp: 1733240891538 +- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.21-h9c0c6dc_1_cpython.conda + build_number: 1 + sha256: 06042ce946a64719b5ce1676d02febc49a48abcab16ef104e27d3ec11e9b1855 + md5: b4807744af026fdbe8c05131758fb4be depends: + - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - ld_impl_linux-64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.2,<4.0a0 + - libsqlite >=3.47.0,<4.0a0 - libuuid >=2.38.1,<3.0a0 - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 + arch: x86_64 + platform: linux license: Python-2.0 purls: [] - size: 23800555 - timestamp: 1710940120866 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.19-h4ac3b42_0_cpython.conda - sha256: 26845bcb8194e121331d47dca98d07f6197d5bf3bd2cb8da2cd2391722463180 - md5: 1501507cd9451472ec8900d587ce872f + size: 23622848 + timestamp: 1733407924273 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.21-hb97c71e_1_cpython.conda + build_number: 1 + sha256: 2311a14c87ec1062b7e531d26dd80869f485fc5a16e1bc58f46b0bb3e4848756 + md5: 49094665d26eac2d8a199169cf0989db depends: - bzip2 >=1.0.8,<2.0a0 - ld_impl_linux-aarch64 >=2.36.1 - libffi >=3.4,<4.0a0 - - libgcc-ng >=12 + - libgcc >=13 + - liblzma >=5.6.3,<6.0a0 - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.45.2,<4.0a0 + - libsqlite >=3.47.0,<4.0a0 - libuuid >=2.38.1,<3.0a0 - libxcrypt >=4.4.36 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 12542650 - timestamp: 1710945692074 -- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.19-h7a9c478_0_cpython.conda - sha256: 58b76be84683bc03112b3ed7e377e99af24844ebf7d7568f6466a2dae7a887fe - md5: 7d53d366acd9dbfb498c69326ccb520a + size: 12462624 + timestamp: 1733406248560 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.21-h7fafba3_1_cpython.conda + build_number: 1 + sha256: 7c351d45f07d40ff57a2e0dce4d2e245f8f03140a42c2e3a12f69036e46eb8c3 + md5: 858da32345b53a39ffa3fd8ffbe789df depends: + - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 12372436 - timestamp: 1710940037648 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.19-hd7ebdb9_0_cpython.conda - sha256: 3b93f7a405f334043758dfa8aaca050429a954a37721a6462ebd20e94ef7c5a0 - md5: 45c4d173b12154f746be3b49b1190634 + size: 11448139 + timestamp: 1733407294540 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.21-h5f1b60f_1_cpython.conda + build_number: 1 + sha256: e9f80120e6bbb6fcbe29eb4afb1fc06c0a9b2802a13114cf7c823fce284f4ebb + md5: a7ec592ce8aefc5a681d2c5b8e005a54 depends: + - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ncurses >=6.4.20240210,<7.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + - openssl >=3.4.0,<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.9.* *_cp39 license: Python-2.0 purls: [] - size: 11847835 - timestamp: 1710939779164 -- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.19-h4de0772_0_cpython.conda - sha256: 92d847bc9e79a60c1d139aa4ca0385d283b90aa2d7421bb3ffcb5dc0678fd72f - md5: b6999bc275e0e6beae7b1c8ea0be1e85 + size: 11800492 + timestamp: 1733406732542 +- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda + build_number: 1 + sha256: ccb1dcc59dcfbc0da916f04ce1840b44fc8aed76733604e4c65855b33085b83f + md5: 436316266ec1b6c23065b398e43d3a44 depends: - bzip2 >=1.0.8,<2.0a0 - libffi >=3.4,<4.0a0 - - libsqlite >=3.45.2,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 + - liblzma >=5.6.3,<6.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<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 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - python_abi 3.9.* *_cp39 license: Python-2.0 purls: [] - size: 16906240 - timestamp: 1710938565297 + size: 16943409 + timestamp: 1733406595694 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 md5: 2cf4264fffb9e6eff6031c5b6884d61c @@ -15874,6 +14081,18 @@ packages: - pkg:pypi/python-dateutil?source=conda-forge-mapping size: 222742 timestamp: 1709299922152 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 + md5: 5ba79d7c71f03c678c8ead841f347d6e + depends: + - python >=3.9 + - six >=1.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/python-dateutil?source=hash-mapping + size: 222505 + timestamp: 1733215763718 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c md5: c2997ea9360ac4e015658804a7a84f94 @@ -15885,6 +14104,17 @@ packages: - pkg:pypi/python-dotenv?source=conda-forge-mapping size: 24278 timestamp: 1706018281544 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 + md5: e5c6ed218664802d305e79cc2d4491de + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/python-dotenv?source=hash-mapping + size: 24215 + timestamp: 1733243277223 - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 md5: b98d2018c01ce9980c03ee2850690fab @@ -15896,6 +14126,17 @@ packages: - pkg:pypi/fastjsonschema?source=conda-forge-mapping size: 226165 timestamp: 1718477110630 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 + md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/fastjsonschema?source=hash-mapping + size: 226259 + timestamp: 1733236073335 - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad md5: 98206ea9954216ee7540f0c773f2104d @@ -15907,50 +14148,63 @@ packages: - pkg:pypi/tzdata?source=conda-forge-mapping size: 144024 timestamp: 1707747742930 -- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-4_cp39.conda - build_number: 4 - sha256: 7e0157e35929711e1a986c18a8bfb7a38a2209cfada16b541ebb0481f74376d6 - md5: bfe4b3259a8ac6cdf0037752904da6a7 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 + md5: c0def296b2f6d2dd7b030c2a7f66bb1f + depends: + - python >=3.9 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/tzdata?source=hash-mapping + size: 142235 + timestamp: 1733235414217 +- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + build_number: 5 + sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 + md5: 40363a30db350596b5f225d0d5a33328 constrains: - python 3.9.* *_cpython + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 6378 - timestamp: 1695147399237 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-4_cp39.conda - build_number: 4 - sha256: b9201f49d9172c37f52818e34eaf21855c0e5a1fb885cd1b5a60fa1a9307d178 - md5: c191905a08694e4a5cb1238e90233878 + size: 6193 + timestamp: 1723823354399 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + build_number: 5 + sha256: a5fc075aaefce0dd4bb143518d61669dae5f4dfac25d86a81e0ad0abd3b61938 + md5: 2d2843f11ec622f556137d72d9c72d89 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6433 - timestamp: 1695147422968 -- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-4_cp39.conda - build_number: 4 - sha256: a2b38ce566d9f48a49369f46c50912300a6ac09bf1c58a0d6c2caab074ee551e - md5: 2d9f6c00555127a9058cfa955adf1090 + size: 6287 + timestamp: 1723823356577 +- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + build_number: 5 + sha256: 18224feb9a5ffb1ad5ae8eac21496f399befce29aeaaf929fff44dc827e9ac16 + md5: 09ac18c0db8f06c3913fa014ec016849 constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6486 - timestamp: 1695147714523 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-4_cp39.conda - build_number: 4 - sha256: 2ae06dcd1a03f023b6accf5bd989f42b689f708d3495affa22c2ed9f1d127726 - md5: be9e11a37bbab9cfdbcb36e52d8d73cb + size: 6294 + timestamp: 1723823176192 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + build_number: 5 + sha256: a942c019a98f4c89bc3a73a6a583f65d1c8fc560ccfdbdd9cba9f5ef719026fb + md5: 1ca4a5e8290873da8963182d9673299d constrains: - python 3.9.* *_cpython license: BSD-3-Clause license_family: BSD purls: [] - size: 6484 - timestamp: 1695147719187 + size: 6326 + timestamp: 1723823464252 - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda build_number: 4 sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed @@ -15988,25 +14242,28 @@ packages: - pkg:pypi/pywin32?source=conda-forge-mapping size: 5808124 timestamp: 1695974471118 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py39hd1e30aa_1.conda - sha256: 28b147c50ad48215f9427a52811848223ac0371be7caae88522e661a3bfb1448 - md5: 37218233bcdc310e4fde6453bc1b40d8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 + md5: 76e82e62b7bda86a7fceb1f32585abad depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 178391 - timestamp: 1695373606953 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.1-py39h898b7ef_1.conda - sha256: 7a3ffc8bc3ca6858776b73030985bcb6ef2f9fa63a0c34b57adee12f959eb139 - md5: 6130aa0677e5b9bfcd3c8fde05f8a7e6 + - pkg:pypi/pyyaml?source=hash-mapping + size: 181692 + timestamp: 1725456337437 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 + md5: c731cf6279b0e0f5e848d14afd057197 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -16014,26 +14271,28 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 168125 - timestamp: 1695373798879 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py39hdc70f33_1.conda - sha256: 4a8d084617571ecb8d816fe4c46b672d8b9b4bd354cbfdbb6c843143abe3896f - md5: 542378f49240a94056b50ab1385b3bfb + - pkg:pypi/pyyaml?source=hash-mapping + size: 174684 + timestamp: 1725456429212 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab + md5: 46dd423c757e1b7589e2e2d4a9945059 depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 162428 - timestamp: 1695373824922 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py39h0f82c59_1.conda - sha256: 96ef332c1199bed9779f6b5bf7671dd00654208a6fadb7b89d744e66286326dc - md5: b4f3bbf710410751f687ac04544c12b1 + - pkg:pypi/pyyaml?source=hash-mapping + size: 163637 + timestamp: 1725456332138 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 + md5: afea777abeb887c23dc4ec2d8a9acca8 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -16041,9 +14300,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 159929 - timestamp: 1695373838385 + - pkg:pypi/pyyaml?source=hash-mapping + size: 161903 + timestamp: 1725456557842 - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 @@ -16060,61 +14319,64 @@ packages: - pkg:pypi/pyyaml?source=conda-forge-mapping size: 151118 timestamp: 1695373930963 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.0.3-py39ha1047a2_0.conda - sha256: 03aad377edcce5526a6e5f762149dcfc27c40dffe4ff7c78415afcd7054cc8c7 - md5: 759ea8d4642683f589e515752498f555 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda + sha256: 397b437083f58a533406fb25e3d6590ea98a593739e8b9ca8358017d060c176f + md5: 443c3fe5e7b75f521ec82bd81fa2e061 depends: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 388088 - timestamp: 1715024611489 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.0.3-py39h866fef3_0.conda - sha256: 5ed3c480d9c11d2c1587fee15b60b66f2337e7f750099f831f9b236fb4923f2f - md5: b9bfa5ddac0d5e57813608ddaf09abe0 + - pkg:pypi/pyzmq?source=hash-mapping + size: 335469 + timestamp: 1728642388291 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda + sha256: f7d4e94945f9b82ee55e10b58b3758021b288de8ad306b34a33ee45e4ce6e6b9 + md5: d19792e3beab081d29ba083bcf49e40a depends: - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 382111 - timestamp: 1715026004069 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.0.3-py39h304b177_0.conda - sha256: 75cb45d06d288ea1ea62f420188038d70975da5bc9165f7fdc2e6ca9083f2c33 - md5: cfca77b30803f8b6ac1c7f55629643ed + - pkg:pypi/pyzmq?source=hash-mapping + size: 328958 + timestamp: 1728644519609 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda + sha256: bab1e6951c731fe57df614602689ca8f4177e690030e38efd4d26502d64ab425 + md5: 32b9dbcb1156223a671396bd70868823 depends: - - __osx >=10.9 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - __osx >=10.13 + - libcxx >=17 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 366370 - timestamp: 1715024637804 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.0.3-py39he7f0319_0.conda - sha256: 30700297da1b64a6a569d0882b16c18cd376eb45c23d7c2f7c60187d51baa821 - md5: a159965ec7677393bcfe73e350a95d8f + - pkg:pypi/pyzmq?source=hash-mapping + size: 312987 + timestamp: 1728642408300 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda + sha256: 73459f95de88bee799c3af7268bef53416952ec0955ecac9577124dc83e68284 + md5: 621448a43a3a0947ece0f183ec279335 depends: - __osx >=11.0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - libcxx >=17 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -16122,9 +14384,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 364924 - timestamp: 1715024636001 + - pkg:pypi/pyzmq?source=hash-mapping + size: 312145 + timestamp: 1728642601493 - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 md5: 433e2c4670e59d5a4da74e8d803af6dc @@ -16149,6 +14411,8 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: LicenseRef-Qhull purls: [] size: 552937 @@ -16194,90 +14458,160 @@ packages: purls: [] size: 1377020 timestamp: 1720814433486 -- conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h320f8da_24.conda - sha256: 43773cf96efce22f8c46b4666fba89953c71cad60b309693147fb90b04557c64 - md5: bec111b67cb8dc63277c6af65d214044 +- conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f + md5: 1f6a464e4fc36114ac7286d1db8d260e depends: - - __glibc >=2.17,<3.0.a0 - - alsa-lib >=1.2.12,<1.3.0a0 - - dbus >=1.13.6,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 - - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 - gst-plugins-base >=1.24.5,<1.25.0a0 - gstreamer >=1.24.5,<1.25.0a0 - - harfbuzz >=9.0.0,<10.0a0 - icu >=73.2,<74.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang-cpp15 >=15.0.7,<15.1.0a0 - libclang13 >=15.0.7 - - libcups >=2.3.3,<2.4.0a0 - - libevent >=2.1.12,<2.1.13.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 - libglib >=2.80.3,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libllvm15 >=15.0.7,<15.1.0a0 - libpng >=1.6.43,<1.7.0a0 - - libpq >=16.3,<17.0a0 - libsqlite >=3.46.0,<4.0a0 - - libstdcxx-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - mysql-libs >=8.3.0,<8.4.0a0 - - nspr >=4.35,<5.0a0 - - nss >=3.102,<4.0a0 - openssl >=3.3.1,<4.0a0 - - pulseaudio-client >=17.0,<17.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 5.15.8 + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 60286742 + timestamp: 1721091009568 +- conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda + sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe + md5: 5d2f1f29c025a110a43f9946527623ab + depends: + - __glibc >=2.17,<3.0.a0 + - alsa-lib >=1.2.13,<1.3.0a0 + - dbus >=1.13.6,<2.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 + - libcups >=2.3.3,<2.4.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-keysyms >=0.4.1,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 - xcb-util-wm >=0.4.2,<0.5.0a0 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xf86vidmodeproto + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 + arch: x86_64 + platform: linux license: LGPL-3.0-only license_family: LGPL purls: [] - size: 60403438 - timestamp: 1721277287096 -- conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f - md5: 1f6a464e4fc36114ac7286d1db8d260e + size: 51627124 + timestamp: 1735624057807 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda + sha256: 0d45a4b0c6ce23df15b8052348402d51d3bd3e89d927075446b6f1af9931cc8a + md5: 72dfd400f4b96eab2e36ff57bd887f13 depends: - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - icu >=73.2,<74.0a0 + - alsa-lib >=1.2.13,<1.3.0a0 + - dbus >=1.13.6,<2.0a0 + - double-conversion >=3.3.0,<3.4.0a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - freetype >=2.12.1,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=15.0.7 - - libglib >=2.80.3,<3.0a0 + - libclang-cpp19.1 >=19.1.6,<19.2.0a0 + - libclang13 >=19.1.6 + - libcups >=2.3.3,<2.4.0a0 + - libdrm >=2.4.124,<2.5.0a0 + - libegl >=1.7.0,<2.0a0 + - libgcc >=13 + - libgl >=1.7.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libsqlite >=3.46.0,<4.0a0 + - libllvm19 >=19.1.6,<19.2.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libpq >=17.2,<18.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libstdcxx >=13 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - mysql-libs >=9.0.1,<9.1.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - wayland >=1.23.1,<2.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + - xcb-util-cursor >=0.1.5,<0.2.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-keysyms >=0.4.1,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + - xcb-util-wm >=0.4.2,<0.5.0a0 + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.5,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxxf86vm >=1.1.6,<2.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - qt 5.15.8 + - qt 6.8.1 license: LGPL-3.0-only license_family: LGPL purls: [] - size: 60286742 - timestamp: 1721091009568 -- conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.3.10-py39h0a9625c_5.conda - sha256: 3cb660bf5f75e95189450e6b46ed911e691bef39e45b90fc626ccb1e4b8407d3 - md5: d10ed60a4ae4b8158a96825d969eb14a + size: 53982598 + timestamp: 1735626222252 +- conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda + sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be + md5: 0c5537986a20801371e4f6b691627a54 depends: - __glibc >=2.17,<3.0.a0 - affine @@ -16287,25 +14621,26 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7707167 - timestamp: 1722410320226 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.3.10-py39hcf36936_5.conda - sha256: 9d73cd4a468eb9978608a090a5f9068713ec080ea8bd33ca3b93801c656f46d8 - md5: 97457bde523ebea8b692f4db7eef3f31 + - pkg:pypi/rasterio?source=hash-mapping + size: 8026701 + timestamp: 1733163688240 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda + sha256: 7031530513b7a7e9ffd050354e89e8c96766ed7c5f4c1dfa90569e8c1439d124 + md5: 0349f0e40453fcf94e796d730a79ad4c depends: - affine - attrs @@ -16314,12 +14649,11 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgcc-ng >=12 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - libstdcxx-ng >=12 + - libgcc >=13 + - libgdal-core >=3.10.0,<3.11.0a0 + - libstdcxx >=13 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -16328,12 +14662,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 8013724 - timestamp: 1722410428381 -- conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.10-py39he476bd8_5.conda - sha256: 1b385d7928c668dc1a5ffb3352b49c9f15abdc8e29e9975af0205b7a918360a3 - md5: 142be886ff40b6766e6a7ad1ad8651ae + - pkg:pypi/rasterio?source=hash-mapping + size: 7312619 + timestamp: 1733163893489 +- conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda + sha256: 1735bcc05b69b207bbf3ea8930a81fbc2c14b451d403a1d38a99552258069689 + md5: e4a7eb7698ca9d4afa1fc031751d4c78 depends: - __osx >=10.13 - affine @@ -16343,11 +14677,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 @@ -16355,12 +14688,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7350727 - timestamp: 1722410385410 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.10-py39h53dcae1_5.conda - sha256: 18e3381fb4c33af2287a34f26647681eb45d31f4f6ed90d2fc22b4799c7a03d5 - md5: c3066976e4bb41b0e6d33bc8615cda15 + - pkg:pypi/rasterio?source=hash-mapping + size: 7326262 + timestamp: 1733163991194 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda + sha256: 2c8fd3d6b178ef7a6e042b7fa47f08e97854462dd84671e2fddb68c22deb8763 + md5: 291a417442438caf4d38e8cc630e4063 depends: - __osx >=11.0 - affine @@ -16370,11 +14703,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libcxx >=16 - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libcxx >=18 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -16383,9 +14715,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 7475236 - timestamp: 1722410601709 + - pkg:pypi/rasterio?source=hash-mapping + size: 7990317 + timestamp: 1733163812700 - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 md5: d9f415ffa1f51fe36006a7aa31d71b03 @@ -16433,46 +14765,63 @@ packages: - pkg:pypi/rasterstats?source=conda-forge-mapping size: 20607 timestamp: 1685447856675 -- conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda - sha256: f0f520f57e6b58313e8c41abc7dfa48742a05f1681f05654558127b667c769a8 - md5: 8f70e36268dea8eb666ef14c29bd3cda +- conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b + md5: d0bf36963569fa8b1843cb4c3e5cd74b depends: - - libre2-11 2023.09.01 h5a48ba9_2 + - affine + - click >7.1 + - cligj >=0.4 + - fiona + - numpy >=1.9 + - python >=3.9 + - rasterio >=1.0 + - shapely + - simplejson license: BSD-3-Clause license_family: BSD - purls: [] - size: 26617 - timestamp: 1708946796423 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/re2-2023.09.01-h9caee61_2.conda - sha256: 31db9c598bfa7586ac2e3ba06681d676caa5d252b5b68f4b6173edc71f70681e - md5: a9667ab785e1686d53313364c695f58e + purls: + - pkg:pypi/rasterstats?source=hash-mapping + size: 20855 + timestamp: 1734603044778 +- conda: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda + sha256: 91b3c1ced90d04ee2eded1f72cf3cbc19ff05a25e41876ef0758266a5bab009f + md5: 77d9955b4abddb811cb8ab1aa7d743e4 depends: - - libre2-11 2023.09.01 h9d008c2_2 - license: BSD-3-Clause + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: BSD-2-Clause license_family: BSD purls: [] - size: 26726 - timestamp: 1708946863063 -- conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.09.01-hb168e87_2.conda - sha256: 5739ed2cfa62ed7f828eb4b9e6e69ff1df56cb9a9aacdc296451a3cb647034eb - md5: 266f8ca8528fc7e0fa31066c309ad864 + size: 15423721 + timestamp: 1694329261357 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rav1e-0.6.6-h1d8f897_2.conda + sha256: 093f21277dc5763cf0397e016e8291c2b796926ebbb173428dc9cdf5d012f328 + md5: 12c850a42b1ad1ed46a284a93959ee6a depends: - - libre2-11 2023.09.01 h81f5012_2 - license: BSD-3-Clause + - libgcc-ng >=12 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26814 - timestamp: 1708947195067 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.09.01-h4cba328_2.conda - sha256: 0e0d44414381c39a7e6f3da442cb41c637df0dcb383a07425f19c19ccffa0118 - md5: 0342882197116478a42fa4ea35af79c1 - depends: - - libre2-11 2023.09.01 h7b2c953_2 - license: BSD-3-Clause + size: 14347236 + timestamp: 1694329141875 +- conda: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda + sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 + md5: ab03527926f8ce85f84a91fd35520ef2 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 1767853 + timestamp: 1694329738983 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda + sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 + md5: e309ae86569b1cd55a0285fa4e939844 + license: BSD-2-Clause license_family: BSD purls: [] - size: 26770 - timestamp: 1708947220914 + size: 1526706 + timestamp: 1694329743011 - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe md5: ffeb985810bc7d103662e1465c758847 @@ -16489,6 +14838,8 @@ packages: depends: - libgcc-ng >=12 - ncurses >=6.3,<7.0a0 + arch: x86_64 + platform: linux license: GPL-3.0-only license_family: GPL purls: [] @@ -16525,23 +14876,23 @@ packages: purls: [] size: 250351 timestamp: 1679532511311 -- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda - sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc - md5: 5ede4753180c7a550a443c430dc8ab52 +- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: a9b9368f3701a417eac9edbcae7cb737 depends: - certifi >=2017.4.17 - charset-normalizer >=2,<4 - idna >=2.5,<4 - - python >=3.8 + - python >=3.9 - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/requests?source=conda-forge-mapping - size: 58810 - timestamp: 1717057174842 + - pkg:pypi/requests?source=hash-mapping + size: 58723 + timestamp: 1733217126197 - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl name: rtds-action version: 1.1.0 @@ -16569,23 +14920,14 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 + arch: x86_64 + platform: linux license: MIT + license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml?source=hash-mapping size: 199223 timestamp: 1736248193462 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py39hd1e30aa_0.conda - sha256: 9cfb534d18a1c060d876762806752d6a3d253727f255c65e5473810dd1dd4231 - md5: 2289054e90cf07e35280bbe798811dc8 - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 200037 - timestamp: 1707298328470 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda sha256: 2e8215bc2b8692a3f611c447ce584eefd0ec17806df29661f9158eed1cb015eb md5: ba12d3996c9bb94ef8f746bb22073b32 @@ -16596,23 +14938,11 @@ packages: - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT + license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml?source=hash-mapping size: 199668 timestamp: 1736248201567 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.6-py39h898b7ef_0.conda - sha256: a99e25a242974b7f03cdb77e5fbf1aa9b987742772ea1a863b32914714404a03 - md5: 1d812135fd4f3bee3680fc22d6dfb593 - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - ruamel.yaml.clib >=0.1.2 - license: MIT - license_family: MIT - size: 200411 - timestamp: 1707298439521 - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda sha256: 43b45bc521837051643bd336dd809456e288af8c3dd39f4e1f1d65a364913003 md5: 10da490f0e3fc01a19ea2b6373e2167c @@ -16622,8 +14952,9 @@ packages: - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT + license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml?source=hash-mapping size: 200381 timestamp: 1736248352592 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda @@ -16636,8 +14967,9 @@ packages: - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 license: MIT + license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml?source=hash-mapping size: 199563 timestamp: 1736248355992 - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda @@ -16663,23 +14995,14 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml-clib?source=hash-mapping size: 147142 timestamp: 1728724586615 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39hd1e30aa_0.conda - sha256: 32b7b4f13493eeff0d18de85d58d7b8c2b04234ea737b8769871067189c70d69 - md5: b1961e70cfe8e1eac243faf933d1813f - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 145034 - timestamp: 1707314715975 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda sha256: c76009c0f34788e636ab9fba8ecc619ae436285d0ece2dd7b87e01df1aebd698 md5: 3f16a32141c05e71c66ad3b9b5c5f352 @@ -16691,21 +15014,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml-clib?source=hash-mapping size: 140370 timestamp: 1728724786974 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h898b7ef_0.conda - sha256: 26c1d4c477d539092d7bbb3bf3d9f0862dc4a37591420994a7174e88145894bd - md5: 00c9e4da8b81efc42ed39d85c53b687f - depends: - - libgcc-ng >=12 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - license: MIT - license_family: MIT - size: 135306 - timestamp: 1707314850184 - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda sha256: 355eff81090be83d01ac4ed4e21d4859e181b7268acba6fe516dd09d30b3098a md5: e7ddfa73d200f47af6ad45f556e0a200 @@ -16716,7 +15027,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml-clib?source=hash-mapping size: 121394 timestamp: 1728724633280 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda @@ -16730,7 +15041,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml-clib?source=hash-mapping size: 117668 timestamp: 1728724707305 - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda @@ -16778,8 +15089,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __glibc >=2.17 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -16796,8 +15105,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -16815,8 +15122,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: @@ -16832,36 +15137,12 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping size: 6955958 timestamp: 1736551364965 -- conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.17-he19d79f_0.conda - sha256: 6d1aa582964771a6cf47d120e2c5cdc700fe3744101cd5660af1eb81d47d689a - md5: e25ac9bf10f8e6aa67727b1cdbe762ef - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 349926 - timestamp: 1719619139334 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/s2n-1.4.17-h52a6840_0.conda - sha256: 22019588bdd02a6a6956762c0f43be44444cf50fcc005e2758d7612ec5610f9f - md5: d43af76177a3d24cf735b92496417759 - depends: - - libgcc-ng >=12 - - openssl >=3.3.1,<4.0a0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 346598 - timestamp: 1719619197429 - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac md5: 492a2cd65862d16a4aaf535ae9ccb761 @@ -16873,14 +15154,16 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping + - pkg:pypi/scipy?source=hash-mapping size: 16523290 timestamp: 1716471188947 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda @@ -16894,7 +15177,7 @@ packages: - libgfortran5 >=12.3.0 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -16902,7 +15185,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping + - pkg:pypi/scipy?source=hash-mapping size: 16574369 timestamp: 1716471566067 - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda @@ -16917,14 +15200,14 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping + - pkg:pypi/scipy?source=hash-mapping size: 15635286 timestamp: 1716471538660 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda @@ -16939,7 +15222,7 @@ packages: - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -16947,7 +15230,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping + - pkg:pypi/scipy?source=hash-mapping size: 14699719 timestamp: 1716472126212 - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda @@ -16957,7 +15240,7 @@ packages: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - - numpy <2.3 + - numpy >=1.22.4,<2.3 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -16967,7 +15250,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/scipy?source=conda-forge-mapping + - pkg:pypi/scipy?source=hash-mapping size: 14854560 timestamp: 1716472552464 - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda @@ -16981,6 +15264,17 @@ packages: - pkg:pypi/setuptools?source=conda-forge-mapping size: 1462612 timestamp: 1722586785703 +- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda + sha256: e0778e4f276e9a81b51c56f51ec22a27b4d8fc955abc0be77ad09ca9bea06bb9 + md5: 8f28e299c11afdd79e0ec1e279dcdc52 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/setuptools?source=hash-mapping + size: 775598 + timestamp: 1736512753595 - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl name: setuptools-scm version: 8.1.0 @@ -17003,58 +15297,60 @@ packages: - wheel ; extra == 'test' - typing-extensions ; python_full_version < '3.11' and extra == 'test' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.5-py39h1254fa4_0.conda - sha256: 4698ba5dbce07e5b0e11a6199e7cd79b9189a9bfbf66406a073c25df343b403f - md5: 45474d4a7a104c9758e68d2252f548ae +- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 + md5: b847d20969e3625365852369e2149211 depends: - __glibc >=2.17,<3.0.a0 - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 479888 - timestamp: 1720886330296 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.5-py39he360f98_0.conda - sha256: 0f7f6aec0f5401b70effe84d567ec25b9537a39dc6d9748d773cfe0f8279faf1 - md5: f9a06e423c2377c2ca0666b9fef5c258 + - pkg:pypi/shapely?source=hash-mapping + size: 486589 + timestamp: 1727273575453 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 + md5: 70ed1fa6fd98b3756ff1848f2a973141 depends: - - geos >=3.12.2,<3.12.3.0a0 - - libgcc-ng >=12 + - geos >=3.13.0,<3.13.1.0a0 + - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 482232 - timestamp: 1720888300459 -- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.5-py39h8550d3e_0.conda - sha256: 99ad9eb9ed477493fdda95c361e5172bf2c137cf1e1bebbf6671fe4a6e9023bc - md5: 55ebe2681157db5ccfef1df14edd585a + - pkg:pypi/shapely?source=hash-mapping + size: 481873 + timestamp: 1727274878522 +- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f + md5: 71819d479988b2c904bf728c8b6995f3 depends: - __osx >=10.13 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 450046 - timestamp: 1720886370774 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.5-py39h2abb8a4_0.conda - sha256: 05f01304be09f1fbd350ef4fb7ab46aa0e4a2e2887b26dc346c3d73c672b3d16 - md5: be4607319add171d8b914eb6eb117929 + - pkg:pypi/shapely?source=hash-mapping + size: 452432 + timestamp: 1727273695044 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 + md5: 773437095ce5f268c7caaaf373e0daeb depends: - __osx >=11.0 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython @@ -17062,9 +15358,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 446840 - timestamp: 1720886437798 + - pkg:pypi/shapely?source=hash-mapping + size: 446100 + timestamp: 1727273843206 - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 md5: 544a286f1e78a78070f8cee0bc0e46e6 @@ -17082,58 +15378,63 @@ packages: - pkg:pypi/shapely?source=conda-forge-mapping size: 451280 timestamp: 1720886557328 -- conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.2-py39hd1e30aa_0.conda - sha256: d6b74ce439b9841214af7701f43f49c3516795881b49abd48de4a607671f8da5 - md5: 1e6136536a45d47f034dc9b320d62a39 +- conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda + sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 + md5: 2f093380e510d1913fc6fe2ae4d0ef1a depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108573 - timestamp: 1696596163659 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.2-py39h898b7ef_0.conda - sha256: 5a1e4e6224871eb88e1d1a32739c373d7e1b98f318c68730ec6e49715d4dd13a - md5: 9d57ea3129ab6122b95dd9bceb2b8046 + - pkg:pypi/simplejson?source=hash-mapping + size: 108327 + timestamp: 1724955193580 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda + sha256: 836783dddda6ab1df063663ff7f2c982a022a84e826ab45c7e5a089919f60743 + md5: 3af8d9b18c2bd4c2674d0f812884a6df depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 108659 - timestamp: 1696596061629 -- conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.2-py39ha09f3b3_0.conda - sha256: 0161f81420ebd46c2dd7e14f0f7f8b4bdfc5c2ec701918118a5dafee3390b61a - md5: fc7b83381e7fce8a54ab89a44c21893d + - pkg:pypi/simplejson?source=hash-mapping + size: 108737 + timestamp: 1724955195968 +- conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda + sha256: 98d5c52e7a3c8da3830d919c77bdf5b22993cde5888c44d968937c396bb8cf35 + md5: a91394d7b892dfcda1a7de4cc87b0b9b depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106290 - timestamp: 1696596143189 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.2-py39h17cfd9d_0.conda - sha256: e7fc6b7508df479ebf7ff70797a6b8b121fd94f4ce9471237534f2764cb6bca8 - md5: 4e92b7284d68610a996ba71dc70d4db8 + - pkg:pypi/simplejson?source=hash-mapping + size: 106000 + timestamp: 1724955189827 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda + sha256: a534137183a0fe186a585e79b6d5cc5aaa83e0b2b095c2ccd8dcc65de3266464 + md5: b7b9ec339efa91e3e6b50450c4f5a3ab depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106617 - timestamp: 1696596094406 + - pkg:pypi/simplejson?source=hash-mapping + size: 106761 + timestamp: 1724955213354 - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 @@ -17146,26 +15447,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106701 - timestamp: 1696596379005 -- conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py39h3d6467e_0.conda - sha256: fd50c71dc05daf9d28663d448d17f150b3eb79ae629198c73e2186b5b1e990dc - md5: e667a3ab0df62c54e60e1843d2e6defb - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - packaging - - ply - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/sip?source=conda-forge-mapping - size: 491742 - timestamp: 1697300599649 + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106701 + timestamp: 1696596379005 - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 md5: 0cc5774390ada632ed7975203057c91c @@ -17195,6 +15479,17 @@ packages: - pkg:pypi/six?source=conda-forge-mapping size: 14259 timestamp: 1620240338595 +- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db + md5: a451d576819089b0d672f18768be0f65 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/six?source=hash-mapping + size: 16385 + timestamp: 1733381032766 - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 sha256: 23011cb3e064525bdb8787c75126a2e78d2344a72cd6773922006d1da1f2af16 md5: 62f26a3d1387acee31322208f0cfa3e0 @@ -17206,50 +15501,53 @@ packages: - pkg:pypi/smmap?source=conda-forge-mapping size: 22483 timestamp: 1634310465482 -- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-ha2e4443_0.conda - sha256: dc7c8e0e8c3e8702aae81c52d940bfaabe756953ee51b1f1757e891bab62cf7f - md5: 6b7dcc7349efd123d493d2dbe85a045f +- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda + sha256: ec91e86eeb2c6bbf09d51351b851e945185d70661d2ada67204c9a6419d282d3 + md5: 3b3e64af585eadfb52bb90b553db5edf depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 42465 - timestamp: 1720003704360 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-h1088aeb_0.conda - sha256: 79f5d0a9098acf2ed16e6ecc4c11472b50ccf59feea37a7d585fd43888d7e41f - md5: e4ed5b015f525b56f95c26d85a4ea208 + size: 42739 + timestamp: 1733501881851 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda + sha256: c4a07ae5def8d55128f25a567a296ef9d7bf99a3bc79d46bd5160c076a5f50af + md5: 2fcc6cd1e5550deb509073fd2e6693e1 depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libgcc >=13 + - libstdcxx >=13 license: BSD-3-Clause license_family: BSD purls: [] - size: 42888 - timestamp: 1720003817527 -- conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-he1e6707_0.conda - sha256: a979319cd4916f0e7450aa92bb3cf4c2518afa80be50de99f31d075e693a6dd9 - md5: ddceef5df973c8ff7d6b32353c0cb358 + size: 43032 + timestamp: 1733501964775 +- conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda + sha256: 26e8a2edd2a12618d9adcdcfc6cfd9adaca8da71aa334615d29e803d225b52be + md5: 9d6ae6d5232233e1a01eb7db524078fb depends: - __osx >=10.13 - - libcxx >=16 + - libcxx >=18 license: BSD-3-Clause license_family: BSD purls: [] - size: 37036 - timestamp: 1720003862906 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-hd02b534_0.conda - sha256: cb7a9440241c6092e0f1c795fdca149c4767023e783eaf9cfebc501f906b4897 - md5: 69d0f9694f3294418ee935da3d5f7272 + size: 36813 + timestamp: 1733502097580 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda + sha256: 4242f95b215127a006eb664fe26ed5a82df87e90cbdbc7ce7ff4971f0720997f + md5: ded86dee325290da2967a3fea3800eb5 depends: - __osx >=11.0 - - libcxx >=16 + - libcxx >=18 license: BSD-3-Clause license_family: BSD purls: [] - size: 35708 - timestamp: 1720003794374 + size: 35857 + timestamp: 1733502172664 - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 md5: 7635a408509e20dcfc7653ca305ad799 @@ -17270,7 +15568,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/snowballstemmer?source=conda-forge-mapping + - pkg:pypi/snowballstemmer?source=hash-mapping size: 58824 timestamp: 1637143137377 - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda @@ -17285,60 +15583,29 @@ packages: - pkg:pypi/snuggs?source=conda-forge-mapping size: 11131 timestamp: 1722610712753 +- conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 + md5: 9aa358575bbd4be126eaa5e0039f835c + depends: + - numpy + - pyparsing >=2.1.6 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/snuggs?source=hash-mapping + size: 11313 + timestamp: 1733818738919 - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl name: soupsieve version: '2.5' sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.14.1-hed91bc2_1.conda - sha256: 0c604fe3f78ddb2b612841722bd9b5db24d0484e30ced89fac78c0a3f524dfd6 - md5: 909188c8979846bac8e586908cf1ca6a - depends: - - __glibc >=2.17,<3.0.a0 - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 195665 - timestamp: 1722238295031 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/spdlog-1.14.1-h9d9cc24_1.conda - sha256: bcec80ee6145e30c1aaec1e6b4632318c9165b1fc08def6a090982de16bf299d - md5: 771630cc938de801e261c3a069d22a68 - depends: - - fmt >=11.0.1,<12.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: MIT - license_family: MIT - purls: [] - size: 194216 - timestamp: 1722238356907 -- conda: https://conda.anaconda.org/conda-forge/osx-64/spdlog-1.14.1-h325aa07_1.conda - sha256: ec594f80f82f69472cf518795303a222a03460cc4102c4758b33eab833640024 - md5: 4aa13d84a5c71b5df6642761a6c35ce9 - depends: - - __osx >=10.13 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 171455 - timestamp: 1722238446029 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/spdlog-1.14.1-h6d8af72_1.conda - sha256: f981d4f3555125cb913be49397892f43c6b747705c0d72cba3676f7d98709f92 - md5: 4af518b01539da8e4af17aee5fb92639 - depends: - - __osx >=11.0 - - fmt >=11.0.1,<12.0a0 - - libcxx >=16 - license: MIT - license_family: MIT - purls: [] - size: 164011 - timestamp: 1722238482313 +- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + name: soupsieve + version: '2.6' + sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 + requires_python: '>=3.8' - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf md5: b9bff07144f2be7ee32f0b83a79ef21d @@ -17378,7 +15645,7 @@ packages: license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/sphinx?source=conda-forge-mapping + - pkg:pypi/sphinx?source=hash-mapping size: 1358660 timestamp: 1721487658869 - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl @@ -17401,6 +15668,20 @@ packages: - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping size: 2614217 timestamp: 1701183633165 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + sha256: b81e8b0a66dcff33f308909940c9127e51536b99a51167f3e7266e65e3473f7d + md5: 740536f8a54250b1964e494c0bf5c9c3 + depends: + - docutils >0.18,<0.22 + - python >=3.8 + - sphinx >=6,<9 + - sphinxcontrib-jquery >=4,<5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/sphinx-rtd-theme?source=hash-mapping + size: 4630230 + timestamp: 1730015354284 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 md5: 9075bd8c033f0257122300db914e49c9 @@ -17413,6 +15694,18 @@ packages: - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping size: 29617 timestamp: 1722244567894 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba + md5: 16e3f039c0aa6446513e94ab18a8784b + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-applehelp?source=hash-mapping + size: 29752 + timestamp: 1733754216334 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b md5: b3bcc38c471ebb738854f52a36059b48 @@ -17425,6 +15718,18 @@ packages: - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping size: 24138 timestamp: 1722245127289 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + sha256: 55d5076005d20b84b20bee7844e686b7e60eb9f683af04492e598a622b12d53d + md5: 910f28a05c178feba832f842155cbfff + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-devhelp?source=hash-mapping + size: 24536 + timestamp: 1733754232002 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e md5: e25640d692c02e8acfff0372f547e940 @@ -17437,6 +15742,18 @@ packages: - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping size: 32798 timestamp: 1722248429933 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + sha256: c1492c0262ccf16694bdcd3bb62aa4627878ea8782d5cd3876614ffeb62b3996 + md5: e9fb3fe8a5b758b4aff187d434f94f03 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-htmlhelp?source=hash-mapping + size: 32895 + timestamp: 1733754385092 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca md5: 914897066d5873acfb13e75705276ad1 @@ -17448,6 +15765,17 @@ packages: - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping size: 112985 timestamp: 1678809100921 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + sha256: 69c08d18663b57ebc8e4187c64c8d29b10996bb465a515cd288d87b6f2f52a5e + md5: 403185829255321ea427333f7773dd1f + depends: + - python >=3.9 + - sphinx >=1.8 + license: 0BSD AND MIT + purls: + - pkg:pypi/sphinxcontrib-jquery?source=hash-mapping + size: 112964 + timestamp: 1734344603903 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 md5: da1d979339e2714c30a8e806a33ec087 @@ -17459,6 +15787,17 @@ packages: - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping size: 10431 timestamp: 1691604844204 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + sha256: 578bef5ec630e5b2b8810d898bbbf79b9ae66d49b7938bcc3efc364e679f2a62 + md5: fa839b5ff59e192f411ccc7dae6588bb + depends: + - python >=3.9 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-jsmath?source=hash-mapping + size: 10462 + timestamp: 1733753857224 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b md5: d6e5ea5fe00164ac6c2dcc5d76a42192 @@ -17471,6 +15810,18 @@ packages: - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping size: 26794 timestamp: 1722245959953 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + sha256: c664fefae4acdb5fae973bdde25836faf451f41d04342b64a358f9a7753c92ca + md5: 00534ebcc0375929b45c3039b5ba7636 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-qthelp?source=hash-mapping + size: 26959 + timestamp: 1733753505008 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f md5: e507335cb4ca9cff4c3d0fa9cdab255e @@ -17483,70 +15834,85 @@ packages: - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping size: 28776 timestamp: 1705118378942 -- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda - sha256: e849d576e52bf3e6fc5786f89b7d76978f2e2438587826c95570324cb572e52b - md5: 77ea8dff5cf8550cc8f5629a6af56323 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 + md5: 3bc61f7161d28137797e038263c04c54 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hde9e2c9_0 - - libzlib >=1.2.13,<2.0a0 + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-serializinghtml?source=hash-mapping + size: 28669 + timestamp: 1733750596111 +- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 + md5: 64a954de15d114281535a26fd4d1f294 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libsqlite 3.47.2 hee588c1_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 + arch: x86_64 + platform: linux license: Unlicense purls: [] - size: 860352 - timestamp: 1718050658212 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.46.0-hdc7ab3c_0.conda - sha256: d6425bffe24f02a0a2e4e4f228aeca16bde76074b9bce311a976c948f802aebe - md5: e0e3a71d3b7092af7cb9e0696f6d0869 + size: 884362 + timestamp: 1733761834904 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 + md5: adcede3e145f8372b7b0ab17d24c0259 depends: - - libgcc-ng >=12 - - libsqlite 3.46.0 hf51ef55_0 - - libzlib >=1.2.13,<2.0a0 + - libgcc >=13 + - libsqlite 3.47.2 h5eb1b54_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 1057383 - timestamp: 1718050601668 -- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.46.0-h28673e1_0.conda - sha256: 7d868d34348615450c43cb4737b44987a0e45fdf4759502b323494dc8c931409 - md5: b76e50276ebb3131cb84aac8123ca75d + size: 1070888 + timestamp: 1733761922172 +- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb + md5: 0ecd820a95f5ab8cc2f6ec133eef73ff depends: - __osx >=10.13 - - libsqlite 3.46.0 h1b8f9f3_0 - - libzlib >=1.2.13,<2.0a0 + - libsqlite 3.47.2 hdb6dae5_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 912413 - timestamp: 1718050767696 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.46.0-h5838104_0.conda - sha256: e13b719f70b3a20f40b59f814d32483ae8cd95fef83224127b10091828026f7d - md5: 05c5dc8cd793dcfc5849d0569da9b175 + size: 937962 + timestamp: 1733761877924 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 + md5: fcde11e05577e05f3b69b046822b7529 depends: - __osx >=11.0 - - libsqlite 3.46.0 hfb93653_0 - - libzlib >=1.2.13,<2.0a0 + - libsqlite 3.47.2 h3f77e49_0 + - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 license: Unlicense purls: [] - size: 822635 - timestamp: 1718050678797 -- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.46.0-h2466b09_0.conda - sha256: 204edea00bb813d1e3da31dcd8caf1cb355ded08be3065ca53dea066bf75b827 - md5: f60e557d64002fe9955b929226adf81d + size: 853604 + timestamp: 1733762084934 +- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 + md5: 0ff53f37371775ceded312bf81ca80a4 depends: - - libsqlite 3.46.0 h2466b09_0 + - libsqlite 3.47.2 h67fdade_0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 license: Unlicense purls: [] - size: 885699 - timestamp: 1718051144579 + size: 915915 + timestamp: 1733762142683 - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec md5: e7df0fdd404616638df5ece6e69ba7af @@ -17561,152 +15927,104 @@ packages: - pkg:pypi/stack-data?source=conda-forge-mapping size: 26205 timestamp: 1669632203115 -- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 - md5: 7a566d6e1b00b1a521ef8db68aa95f4c +- conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 + md5: b1b505328da7a6b246787df4b5a49fbc depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.8.1,<4.0 - license: Apache-2.0 - license_family: APACHE + - asttokens + - executing + - pure_eval + - python >=3.9 + license: MIT + license_family: MIT purls: - - pkg:pypi/syrupy?source=conda-forge-mapping - size: 43681 - timestamp: 1707319626819 -- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 - md5: a16e2a639e87c554abee5192ce6ee308 - depends: - - libhwloc >=2.11.1,<2.11.2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 161213 - timestamp: 1720768916898 -- conda: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.25.0-h7d57ca9_4.conda - sha256: 12b3cb91b3f6d6e6aad16cb2fee8108b8df7707277ef2cf850c5fa9b3951f9f7 - md5: 24e00e1e2389d23e18b552d5164eda45 + - pkg:pypi/stack-data?source=hash-mapping + size: 26988 + timestamp: 1733569565672 +- conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda + sha256: df30a9be29f1a8b5a2e314dd5b16ccfbcbd1cc6a4f659340e8bc2bd4de37bc6f + md5: 355898d24394b2af353eb96358db9fdd depends: - __glibc >=2.17,<3.0.a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD purls: [] - size: 4365810 - timestamp: 1722366859381 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tiledb-2.25.0-h12bcfb0_4.conda - sha256: a6c10295a188159c0f46726a1d942086c8367b24069586a29b0e617eba511f64 - md5: ebd263023cce5b0708fcea52ad5345b4 + size: 2746291 + timestamp: 1730246036363 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda + sha256: 2fad2496a21d198ea72f5dabfdace2fae0ced5cc3ea243922cb372fcf4c18222 + md5: efb60b536bbf64772929b57f6b30298b depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgcc-ng >=12 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libgcc >=13 + - libstdcxx >=13 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 4224905 - timestamp: 1722367069441 -- conda: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.25.0-h05a783a_4.conda - sha256: 71d46f835d6b5e733f272b21a4275d919c3334f6546da52292b690ce7b79f00d - md5: acb887661df752adeb836874e793070f + size: 1796731 + timestamp: 1730246027014 +- conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda + sha256: 8cd3878eb1d31ecf21fe982e6d2ca557787100aed2f0c7fd44d01d504e704e30 + md5: c54053b3d1752308a38a9a8c48ce10da depends: - __osx >=10.13 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3869629 - timestamp: 1722367340440 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.25.0-hc5f2d7b_4.conda - sha256: bc6429c71cd32c3141ca463a3c90594d451c96a4c9f18056363efb500c5ae647 - md5: dae109e674096f755cf8a69df74ad1ba + size: 2413474 + timestamp: 1730246540736 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda + sha256: ab876ed8bdd20e22a868dcb8d03e9ce9bbba7762d7e652d49bfff6af768a5b8f + md5: 114c33e9eec335a379c9ee6c498bb807 depends: - __osx >=11.0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.9.0,<9.0a0 - - libcxx >=16 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT + - libcxx >=17 + license: BSD-2-Clause + license_family: BSD purls: [] - size: 3555770 - timestamp: 1722367481999 + size: 1387330 + timestamp: 1730246134730 +- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 + md5: 7a566d6e1b00b1a521ef8db68aa95f4c + depends: + - pytest >=7.0.0,<9.0.0 + - python >=3.8.1,<4.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/syrupy?source=conda-forge-mapping + size: 43681 + timestamp: 1707319626819 +- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda + sha256: 1a2823cfba051c7ccb1268d31392b9631aa68613bed0cc0b6462272920d0751b + md5: ad554cfd6623eceb392664fbbc832205 + depends: + - pytest >=7.0.0,<9.0.0 + - python >=3.9,<4.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/syrupy?source=hash-mapping + size: 45852 + timestamp: 1736865097816 +- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 + md5: a16e2a639e87c554abee5192ce6ee308 + depends: + - libhwloc >=2.11.1,<2.11.2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: APACHE + purls: [] + size: 161213 + timestamp: 1720768916898 - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c md5: b24dfe46997d23f8b8f306446f595349 @@ -17750,12 +16068,25 @@ packages: - pytest ; extra == 'test' - ruff ; extra == 'test' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + name: tinycss2 + version: 1.4.0 + sha256: 3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289 + requires_dist: + - webencodings>=0.4 + - sphinx ; extra == 'doc' + - sphinx-rtd-theme ; extra == 'doc' + - pytest ; extra == 'test' + - ruff ; extra == 'test' + requires_python: '>=3.8' - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e md5: d453b98d9c83e71da0741bb0ff4d76bc depends: - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: linux license: TCL license_family: BSD purls: [] @@ -17826,35 +16157,49 @@ packages: - pkg:pypi/tomli?source=conda-forge-mapping size: 15940 timestamp: 1644342331069 -- conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.1-py39hd3abc70_0.conda - sha256: e9aec6e6a7988729365ab0fc22d95d60075350d8d2ef2d487e0001a3852e9754 - md5: c183e99f9320e5e2d0f9c43efcb3fb22 +- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e + md5: ac944244f1fed2eb49bae07193ae8215 depends: - - libgcc-ng >=12 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/tomli?source=hash-mapping + size: 19167 + timestamp: 1733256819729 +- conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda + sha256: 3c9a90f755ce097ab884bf1ea99ac1033007753a6538cae65747fddc4b74481e + md5: ebfd05ae1501660e995a8b6bbe02a391 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 642638 - timestamp: 1717723015273 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.1-py39ha3e8b56_0.conda - sha256: 1023d451ca7fb3173e421a71d8ef81fb6d66553e2da08cb3bba977c6b6fc8caa - md5: 60ad0fcecca6af49fe5888a408618d8a + - pkg:pypi/tornado?source=hash-mapping + size: 642001 + timestamp: 1732616065142 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda + sha256: 6cab3a12fe8d71c28805c973497412adadc033f7d6a7b8d90c19e49d662fb6a2 + md5: fdf7a3dc0d7e6ca4cc792f1731d282c4 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 643759 - timestamp: 1717724629166 -- conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.1-py39hded5825_0.conda - sha256: b908bc61ebc130cda6193dded464cc3164a081caa369d32ae0ed232c850f85d4 - md5: 416249efe6570c63933ab64c04459bfe + - pkg:pypi/tornado?source=hash-mapping + size: 644629 + timestamp: 1732617765888 +- conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda + sha256: 589d723480096cd23bfc370db73a0e11161317c8ba0484890f40f521becf976c + md5: 26ca7a5ab3334a0a1dc0fc9d5b386435 depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 @@ -17862,12 +16207,12 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 640935 - timestamp: 1717722847607 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.1-py39hfea33bf_0.conda - sha256: 7e88b42380c179f03bf4807dd4f78998c991f6167dae085c7546f89a57bb60a8 - md5: f8c9c4061239770cb5f438df0237e059 + - pkg:pypi/tornado?source=hash-mapping + size: 642149 + timestamp: 1732616108804 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda + sha256: 29b11ca330baf190a478c12a90cd50040e1fff91c419d2604d9964ae4773de81 + md5: 868a36c47fe13a70e940c0e40cea578d depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 @@ -17876,9 +16221,9 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 642855 - timestamp: 1717722852977 + - pkg:pypi/tornado?source=hash-mapping + size: 641997 + timestamp: 1732616121615 - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 md5: 7d1e87f3036af858ce7e248489c3faec @@ -17905,6 +16250,17 @@ packages: - pkg:pypi/traitlets?source=conda-forge-mapping size: 110187 timestamp: 1713535244513 +- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 + md5: 019a7385be9af33791c989871317e1ed + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/traitlets?source=hash-mapping + size: 110051 + timestamp: 1733367480074 - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb md5: ebe6952715e1d5eb567eeebf25250fa7 @@ -17916,43 +16272,17 @@ packages: - pkg:pypi/typing-extensions?source=conda-forge-mapping size: 39888 timestamp: 1717802653893 -- conda: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2024a-h3f72095_0.conda - sha256: d3ea2927cabd6c9f27ee0cb498f893ac0133687d6a9e65e0bce4861c732a18df - md5: 32146e34aaec3745a08b6f49af3f41b0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 69821 - timestamp: 1706868851630 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tzcode-2024a-h31becfc_0.conda - sha256: f1e81a576aa69a06fcd6191f6994af6f6d0bc2f5f7df2098d870c492ef11d1ed - md5: d7691e522a386b757332784ee7f9906f +- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 + md5: d17f13df8b65464ca316cbc000a3cb64 depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 72898 - timestamp: 1706870451825 -- conda: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2024a-h10d778d_0.conda - sha256: e3ee34b2711500f3b1d38309d47cfd7e4d05c0144f0b2b2bdfbc271a28cfdd76 - md5: 8d50ba6668dbd193cd42ccd9099fa2ae - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 63341 - timestamp: 1706869081062 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tzcode-2024a-h93a5062_0.conda - sha256: 70bce0410d77b6ba3c32079aa87a98877ea970d8e96f2e4503e9b81198ece1f4 - md5: 33ebc94eb6420500a4aeb0fc45112bba - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 63845 - timestamp: 1706869030258 + - python >=3.9 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/typing-extensions?source=hash-mapping + size: 39637 + timestamp: 1733188758212 - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 md5: 161081fc7cec0bfda0d86d7cb595f8d8 @@ -17960,6 +16290,13 @@ packages: purls: [] size: 119815 timestamp: 1706886945727 +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf + md5: 8ac3367aafb1cc0a068483c580af8015 + license: LicenseRef-Public-Domain + purls: [] + size: 122354 + timestamp: 1728047496079 - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 md5: 72608f6cd3e5898229c3ea16deb1ac43 @@ -17970,58 +16307,63 @@ packages: purls: [] size: 1283972 timestamp: 1666630199266 -- conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py39hd1e30aa_0.conda - sha256: 90077cbf116112d5112b7beedf896e59c98416d09860ba98c06a770c014829b2 - md5: 1da984bbb6e765743e13388ba7b7b2c8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda + sha256: 75836be77717125151b2473c7c4309ac73061cb6dd7a77a4c42e937d821eed26 + md5: 2011fcaddafa077f4f0313361f4c2731 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373822 - timestamp: 1695848128416 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-15.1.0-py39h898b7ef_0.conda - sha256: ddb1a64567d3927a10a77d6ef9c7c18af9344fc3589705e2bd600b8a02ad40d2 - md5: 8c072c9329aeea97a46005625267a851 + - pkg:pypi/unicodedata2?source=hash-mapping + size: 404490 + timestamp: 1736692618131 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda + sha256: a35adf40ec45deb0026f3c830fdeb3fe08e9c3a94205bb4df04a5e1ec3f749e5 + md5: 460e108eb29394e542aa8d36cf03bb24 depends: - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373906 - timestamp: 1695848199413 -- conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py39hdc70f33_0.conda - sha256: 2c3049ec6ffd44beb61964bf109993f654a7316fa6a368c634d603e8347f9fdf - md5: ede122e9ef2775a8879063d9d3ee819f + - pkg:pypi/unicodedata2?source=hash-mapping + size: 404922 + timestamp: 1736692681705 +- conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda + sha256: 58a37517f4644389c2043d737cb27acac77fcad35adf9706b7142139dad67b19 + md5: a7d02d693d6e81b9c3e767963bffc3ef depends: + - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 369843 - timestamp: 1695848310939 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-15.1.0-py39h0f82c59_0.conda - sha256: 31d33f967f0db811b25a9315bef727cb12a24c76d8ded8947188cc04535b06b0 - md5: 39c745ba9443da902afa7f5a9e9dfcac + - pkg:pypi/unicodedata2?source=hash-mapping + size: 400133 + timestamp: 1736692691144 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda + sha256: 45d6dcdd901073f9729e3db43773221819429eee9d22658d34e27f15b90ecb89 + md5: 041979b8346f5c523dfbcda344d726f6 depends: + - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 376309 - timestamp: 1695848358752 + - pkg:pypi/unicodedata2?source=hash-mapping + size: 410020 + timestamp: 1736692750935 - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a md5: 20ec896e8d97f2ff8be1124e624dc8f2 @@ -18043,6 +16385,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -18108,6 +16452,21 @@ packages: - pkg:pypi/urllib3?source=conda-forge-mapping size: 95048 timestamp: 1719391384778 +- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e + md5: 32674f8dbfb7b26410ed580dd3c10a29 + depends: + - brotli-python >=1.0.9 + - h2 >=4,<5 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.9 + - zstandard >=0.18.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/urllib3?source=hash-mapping + size: 100102 + timestamp: 1734859520452 - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef md5: 8558f367e1d7700554f7cdb823c46faf @@ -18142,6 +16501,35 @@ packages: purls: [] size: 17395 timestamp: 1717709043353 +- conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda + sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 + md5: 0a732427643ae5e0486a727927791da1 + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 321561 + timestamp: 1724530461598 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/wayland-1.23.1-h698ed42_0.conda + sha256: 71c591803459e1f68f9ad206a4f2fa3971147502bad8791e94fd18d8362f8ce6 + md5: 2661f9252065051914f1cdf5835e7430 + depends: + - libexpat >=2.6.2,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=13 + - libstdcxx-ng >=13 + license: MIT + license_family: MIT + purls: [] + size: 324815 + timestamp: 1724530528414 - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 md5: 68f0738df502a14213624b288c60c9ad @@ -18153,6 +16541,17 @@ packages: - pkg:pypi/wcwidth?source=conda-forge-mapping size: 32709 timestamp: 1704731373922 +- conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + sha256: f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5 + md5: b68980f2495d096e71c7fd9d7ccf63e6 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/wcwidth?source=hash-mapping + size: 32581 + timestamp: 1733231433877 - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl name: webencodings version: 0.5.1 @@ -18168,6 +16567,17 @@ packages: - pkg:pypi/wheel?source=conda-forge-mapping size: 57963 timestamp: 1711546009410 +- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce + md5: 75cb7132eb58d97896e173ef12ac9986 + depends: + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/wheel?source=hash-mapping + size: 62931 + timestamp: 1733130309598 - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 md5: 30878ecc4bd36e8deeea1e3c151b2e0b @@ -18179,114 +16589,256 @@ packages: - pkg:pypi/win-inet-pton?source=conda-forge-mapping size: 8191 timestamp: 1667051294134 +- conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 + md5: e7f6ed84d4623d52ee581325c1587a6b + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + arch: x86_64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 3357188 + timestamp: 1646609687141 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/x265-3.5-hdd96247_3.tar.bz2 + sha256: cb2227f2441499900bdc0168eb423d7b2056c8fd5a3541df4e2d05509a88c668 + md5: 786853760099c74a1d4f0da98dd67aea + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1018181 + timestamp: 1646610147365 +- conda: https://conda.anaconda.org/conda-forge/osx-64/x265-3.5-hbb4e6a2_3.tar.bz2 + sha256: 6b6a57710192764d0538f72ea1ccecf2c6174a092e0bc76d790f8ca36bbe90e4 + md5: a3bf3e95b7795871a6734a784400fcea + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 3433205 + timestamp: 1646610148268 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/x265-3.5-hbc6ce65_3.tar.bz2 + sha256: 2fed6987dba7dee07bd9adc1a6f8e6c699efb851431bcb6ebad7de196e87841d + md5: b1f7f2780feffe310b068c021e8ff9b2 + depends: + - libcxx >=12.0.1 + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 1832744 + timestamp: 1646609481185 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] size: 19965 timestamp: 1718843348208 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-0.4.1-h5c728e9_2.conda + sha256: 59f586defd3c1295a32d8eb587036302ab254300d88e605354e8eaa4a27563ec + md5: b4cf8ba6cff9cdf1249bcfe1314222b0 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 20597 + timestamp: 1718844955591 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda + sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b + md5: eb44b3b6deb1cab08d72cb61686fe64c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 20296 + timestamp: 1726125844850 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-cursor-0.1.5-h86ecc28_0.conda + sha256: c2608dc625c7aacffff938813f985c5f21c6d8a4da3280d57b5287ba1b27ec21 + md5: d6bb2038d26fa118d5cbc2761116f3e5 + depends: + - libgcc >=13 + - libxcb >=1.13 + - libxcb >=1.16,<2.0.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + purls: [] + size: 21123 + timestamp: 1726125922919 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 md5: a0901183f08b6c7107aab109733a3c91 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] size: 24551 timestamp: 1718880534789 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-image-0.4.0-h5c728e9_2.conda + sha256: a43058edc001e8fb97f9b291028a6ca16a8969d9b56a998c7aecea083323ac97 + md5: b82e5c78dbbfa931980e8bfe83bce913 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + license: MIT + license_family: MIT + purls: [] + size: 24910 + timestamp: 1718880504308 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 md5: ad748ccca349aec3e91743e08b5e2b50 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] size: 14314 timestamp: 1718846569232 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-keysyms-0.4.1-h5c728e9_0.conda + sha256: 9d92daa7feb0e14f81bf0d4b3f0b6ff1e8cec3ff514df8a0c06c4d49b518c315 + md5: 57ca8564599ddf8b633c4ea6afee6f3a + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 14343 + timestamp: 1718846624153 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df md5: 0e0cbe0564d03a99afd5fd7b362feecd depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] size: 16978 timestamp: 1718848865819 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-renderutil-0.3.10-h5c728e9_0.conda + sha256: 5827f5617c9741599f72bb7f090726f89c6ef91e4bada621895fdc2bbadfb0f1 + md5: 7beeda4223c5484ef72d89fb66b7e8c1 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 18139 + timestamp: 1718849914457 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a md5: 608e0ef8256b81d04456e8d211eee3e8 depends: - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 + - libxcb >=1.16,<2.0.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] size: 51689 timestamp: 1718844051451 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-hac6953d_0.conda - sha256: 75d06ca406f03f653d7a3183f2a1ccfdb3a3c6c830493933ec4c3c98e06a32bb - md5: 63b80ca78d29380fe69e69412dcbe4ac +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xcb-util-wm-0.4.2-h5c728e9_0.conda + sha256: 3f52cd8783e7d953c54266255fd11886c611c2620545eabc28ec8cf470ae8be7 + md5: f14dcda6894722e421da2b7dcffb0b78 depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + purls: [] + size: 50772 + timestamp: 1718845072660 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.5-h988505b_2.conda + sha256: 339ab0ff05170a295e59133cd0fa9a9c4ba32b6941c8a2a73484cc13f81e248a + md5: 9dda9667feba914e0e80b95b82f7402b + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] - size: 1636164 - timestamp: 1703092965257 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-hf13c1fb_0.conda - sha256: 6e64e9dc8d9f8bee4bdef16e946be658da3744e40fdd5ca881ac2219a1aba479 - md5: 5c6a84e179f9fc7f8e0890c28704a8ce + size: 1648243 + timestamp: 1727733890754 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xerces-c-3.2.5-h595f43b_2.conda + sha256: 5be18356d3b28cef354ba53880fe13bf92022022566f602a0b89fe5ad98be485 + md5: d0f7b92f36560299e293569278223e2b depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 + - icu >=75.1,<76.0a0 + - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - - libstdcxx-ng >=12 + - libstdcxx >=13 license: Apache-2.0 license_family: Apache purls: [] - size: 1632056 - timestamp: 1703093218725 -- conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-hbbe9ea5_0.conda - sha256: 10487c0b28ee2303570c6d0867000587a8c36836fffd4d634d8778c494d16965 - md5: ade166000a13c81d9a75f65281e302b0 + size: 1639500 + timestamp: 1727734160362 +- conda: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.5-h197e74d_2.conda + sha256: 6218762b3ecff8e365f2880bb6a762b195e350159510d3f2dba58fa53f90a1bf + md5: 559e2c3fb2fe4bfc985e8486bad8ecaa depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - __osx >=10.13 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 1346161 - timestamp: 1703093374769 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-hf393695_0.conda - sha256: 8ad901a5fe535ebd16b469cf8e46cf174f7e6e4d9b432cc8cc02666a87e7e2ee - md5: 5e4741a1e687aee5fc9c409a0476bef2 + size: 1352475 + timestamp: 1727734320281 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xerces-c-3.2.5-h92fc2f4_2.conda + sha256: 863a7c2a991a4399d362d42c285ebc20748a4ea417647ebd3a171e2220c7457d + md5: 50b7325437ef0901fe25dc5c9e743b88 depends: - - icu >=73.2,<74.0a0 - - libcurl >=8.5.0,<9.0a0 - - libcxx >=15 + - __osx >=11.0 + - icu >=75.1,<76.0a0 + - libcxx >=17 license: Apache-2.0 license_family: Apache purls: [] - size: 1270959 - timestamp: 1703093076013 + size: 1277884 + timestamp: 1727733870250 - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 @@ -18299,49 +16851,43 @@ packages: purls: [] size: 3547000 timestamp: 1721032032254 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda - sha256: 240caab7d9d85154ef373ecbac3ff9fb424add2029dbb124e949c6cbab2996dd - md5: b193af204da1bfb8c13882d131a14bd2 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda + sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 + md5: f725c7425d6d7c15e31f3b99a88ea02f depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 389475 + timestamp: 1727840188958 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xkeyboard-config-2.43-h86ecc28_0.conda + sha256: b3f09cc99b6b7707aa8812bbc7556fd431999ad3a48292e4ff82335b5fda976c + md5: a809b8e3776fbc05696c82f8cf6f5a92 + depends: + - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 388998 - timestamp: 1717817668629 -- conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda - sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - md5: a3c8465bfc71004064a30c0238a74ea3 + size: 391011 + timestamp: 1727840308426 +- conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda + sha256: 7faeec881bf2b791af631abba26e21239da7ec5d4f1eaafdac86ff552aa192c5 + md5: 0a0031d9f82a774de8e9c78d0c112a2a depends: - bmipy - numpy - - python >=3.8 + - python >=3.9 license: CC0-1.0 purls: - - pkg:pypi/xmipy?source=conda-forge-mapping - size: 18460 - timestamp: 1681486998644 -- conda: 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 - license: MIT - license_family: MIT - purls: [] - size: 27338 - timestamp: 1610027759842 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-kbproto-1.0.7-h3557bc0_1002.tar.bz2 - sha256: 421c0a115b31f02082f95c8f06dbba48b2274718f66a72d64d5102141e5a8731 - md5: ec8ce6b3dac3945a4010559a6284b755 - depends: - - libgcc-ng >=9.3.0 - license: MIT - license_family: MIT - purls: [] - size: 27369 - timestamp: 1610028170368 + - pkg:pypi/xmipy?source=hash-mapping + size: 18579 + timestamp: 1735923318779 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 md5: 8d11c1dac4756ca57e78c1bfe173bba4 @@ -18352,26 +16898,29 @@ packages: purls: [] size: 28166 timestamp: 1610028297505 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - md5: b462a33c0be1421532f28bfe8f4a7514 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b + md5: fb901ff28063514abb6046c9ec2c4a45 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 58469 - timestamp: 1685307573114 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.1-h7935292_0.conda - sha256: c889673c9313798372bea7c93640e853561bda5ba361b265ad4b14d7d1295235 - md5: 025968e2637bca910b9b3e7f6743beff + size: 58628 + timestamp: 1734227592886 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libice-1.1.2-h86ecc28_0.conda + sha256: a2ba1864403c7eb4194dacbfe2777acf3d596feae43aada8d1b478617ce45031 + md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 depends: - - libgcc-ng >=12 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 60321 - timestamp: 1685308489806 + size: 60433 + timestamp: 1734229908988 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f md5: 5271e3af4791170e2c55d02818366916 @@ -18384,30 +16933,33 @@ packages: purls: [] size: 158086 timestamp: 1685308072189 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda - sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - md5: 93ee23f12bc2e684548181256edd2cf6 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda + sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 + md5: 4c3e9fab69804ec6077697922d70c6e2 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.1,<2.0a0 + - xorg-libice >=1.1.2,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 27433 - timestamp: 1685453649160 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.4-h5a01bc2_0.conda - sha256: 2678975d4001f1123752ceabf9e2810cab51f740624320077de1ab12b537b498 - md5: d788eca20ecd63bad8eea7219e5c5fb7 + size: 27198 + timestamp: 1734229639785 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libsm-1.2.5-h0808dbd_0.conda + sha256: 2749a32a00ccd8feaab6039d7848ed875880c13d3b2601afd1788600ce5f9075 + md5: 3983c253f53f67a9d8710fc96646950f depends: - - libgcc-ng >=12 + - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.1,<2.0a0 license: MIT license_family: MIT purls: [] - size: 28634 - timestamp: 1685454576261 + size: 28061 + timestamp: 1734232077988 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 md5: 25926681339df15918243d9a7cec25a1 @@ -18420,34 +16972,31 @@ packages: purls: [] size: 86397 timestamp: 1685454296879 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-hb711507_1.conda - sha256: 66eabe62b66c1597c4a755dcd3f4ce2c78adaf7b32e25dfee45504d67d7735c1 - md5: 4a6d410296d7e39f00bacdee7df046e9 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda + sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 + md5: 125f34a17d7b4bea418a83904ea82ea6 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 832198 - timestamp: 1718846846409 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.9-h08be655_1.conda - sha256: 3595f5a30d1fecf2a8b8639eebf9ba831e3b76eef25820b806468fa670ef9d62 - md5: 66470f69e83673153ef02a2ebc018915 + size: 837524 + timestamp: 1733324962639 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libx11-1.8.10-hca56bd8_1.conda + sha256: 5604f295906dfc496a4590e8ec19f775ccb40c5d503e6dfbac0781b5446b5391 + md5: 6e3e980940b26a060e553266ae0181a9 depends: - - libgcc-ng >=12 - - libxcb >=1.16,<1.17.0a0 - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 license: MIT license_family: MIT purls: [] - size: 852985 - timestamp: 1718846843825 + size: 858427 + timestamp: 1733325062374 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 md5: 0296a4de2235cad9ad3112134f8e4519 @@ -18463,42 +17012,49 @@ packages: purls: [] size: 814589 timestamp: 1718847832308 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - md5: 2c80dc38fface310c9bd81b17037fee5 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda + sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 + md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 14468 - timestamp: 1684637984591 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.11-h31becfc_0.conda - sha256: c00a8909e783ba7f4ada7256f0385ae46fc21322f4090fa396c80b4481abd5f4 - md5: 13de34f69cb73165dbe08c1e9148bedb + size: 14780 + timestamp: 1734229004433 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxau-1.0.12-h86ecc28_0.conda + sha256: 7829a0019b99ba462aece7592d2d7f42e12d12ccd3b9614e529de6ddba453685 + md5: d5397424399a66d33c80b1f2345a36a6 depends: - - libgcc-ng >=12 + - libgcc >=13 license: MIT license_family: MIT purls: [] - size: 15380 - timestamp: 1684638889756 -- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - md5: 9566b4c29274125b0266d0177b5eb97b + size: 15873 + timestamp: 1734230458294 +- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda + sha256: b4d2225135aa44e551576c4f3cf999b3252da6ffe7b92f0ad45bb44b887976fc + md5: 4cf40e60b444d56512a64f39d12c20bd + depends: + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 13071 - timestamp: 1684638167647 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda - sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b - md5: ca73dc4f01ea91e44e3ed76602c5ea61 + size: 13290 + timestamp: 1734229077182 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda + sha256: f33e6f013fc36ebc200f09ddead83468544cb5c353a3b50499b07b8c34e28a8d + md5: 50901e0764b7701d8ed7343496f4f301 + depends: + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 13667 - timestamp: 1684638272445 + size: 13593 + timestamp: 1734229104321 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 md5: c46ba8712093cb0114404ae8a7582e1a @@ -18510,42 +17066,134 @@ packages: purls: [] size: 51297 timestamp: 1684638355740 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 - sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - md5: be93aabceefa2fac576e971aef407908 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda + sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f + md5: d3c295b50f092ab525ffe3c2aa4b7413 depends: - - libgcc-ng >=9.3.0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 19126 - timestamp: 1610071769228 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.3-h3557bc0_0.tar.bz2 - sha256: 2aad9a0b57796170b8fb40317598fd79cfc7ae27fa7fb68c417d815e44499d59 - md5: a6c9016ae1ca5c47a3603ed4cd65fedd + size: 13603 + timestamp: 1727884600744 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcomposite-0.4.6-h86ecc28_2.conda + sha256: 0cb82160412adb6d83f03cf50e807a8e944682d556b2215992a6fbe9ced18bc0 + md5: 86051eee0766c3542be24844a9c3cf36 depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + license: MIT + license_family: MIT + purls: [] + size: 13982 + timestamp: 1727884626338 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a + md5: 2ccd714aa2242315acaf0a67faea780b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 32533 + timestamp: 1730908305254 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxcursor-1.2.3-h86ecc28_0.conda + sha256: c5d3692520762322a9598e7448492309f5ee9d8f3aff72d787cf06e77c42507f + md5: f2054759c2203d12d0007005e1f1296d + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: MIT + license_family: MIT + purls: [] + size: 34596 + timestamp: 1730908388714 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 + md5: b5fcc7172d22516e1f965490e65e33a4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 13217 + timestamp: 1727891438799 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdamage-1.1.6-h86ecc28_0.conda + sha256: 3afaa2f43eb4cb679fc0c3d9d7c50f0f2c80cc5d3df01d5d5fd60655d0bfa9be + md5: d5773c4e4d64428d7ddaa01f6f845dc7 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + license: MIT + license_family: MIT + purls: [] + size: 13794 + timestamp: 1727891406431 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda + sha256: 6b250f3e59db07c2514057944a3ea2044d6a8cdde8a47b6497c254520fade1ee + md5: 8035c64cb77ed555e3f150b7b3972480 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 19916 - timestamp: 1610072242320 -- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 - sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - md5: 86ac76d6bf1cbb9621943eb3bd9ae36e + size: 19901 + timestamp: 1727794976192 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxdmcp-1.1.5-h57736b2_0.conda + sha256: efcc150da5926cf244f757b8376d96a4db78bc15b8d90ca9f56ac6e75755971f + md5: 25a5a7b797fe6e084e04ffe2db02fc62 + depends: + - libgcc >=13 + license: MIT + license_family: MIT + purls: [] + size: 20615 + timestamp: 1727796660574 +- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda + sha256: bb4d1ef9cafef535494adf9296130b6193b3a44375883185b5167de03eb1ac7f + md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 + depends: + - __osx >=10.13 license: MIT license_family: MIT purls: [] - size: 17225 - timestamp: 1610071995461 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 - sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 - md5: 6738b13f7fadc18725965abdd4129c36 + size: 18465 + timestamp: 1727794980957 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda + sha256: 9939a166d780700d81023546759102b33fdc2c5f11ef09f5f66c77210fd334c8 + md5: 77c447f48cab5d3a15ac224edb86a968 + depends: + - __osx >=11.0 license: MIT license_family: MIT purls: [] - size: 18164 - timestamp: 1610071737668 + size: 18487 + timestamp: 1727795205022 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 md5: 46878ebb6b9cbd8afcf8088d7ef00ece @@ -18556,30 +17204,31 @@ packages: purls: [] size: 67908 timestamp: 1610072296570 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda - sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - md5: 82b6df12252e6f32402b96dacc656fec +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda + sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 + md5: febbab7d15033c913d53c7a2c102309d depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 50143 - timestamp: 1677036907815 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.4-h2a766a3_2.conda - sha256: 16eff29fb70b2f89b9120d112d2d5df1bf7bd4e95d1e5baafabc61dac4977fa8 - md5: 0cea7d840c8eeaa4e349e0b4775c826d + size: 50060 + timestamp: 1727752228921 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda + sha256: 8e216b024f52e367463b4173f237af97cf7053c77d9ce3e958bc62473a053f71 + md5: bd1e86dd8aa3afd78a4bfdb4ef918165 depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 license: MIT license_family: MIT purls: [] - size: 50856 - timestamp: 1677037784530 + size: 50746 + timestamp: 1727754268156 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 md5: 2aa695ac3c56193fd8d526e3b511e021 @@ -18592,6 +17241,60 @@ packages: purls: [] size: 221821 timestamp: 1677038179908 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda + sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 + md5: 4bdb303603e9821baf5fe5fdff1dc8f8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 19575 + timestamp: 1727794961233 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda + sha256: f5c71e0555681a82a65c483374b91d91b2cb9a9903b3a22ddc00f36719fce549 + md5: 78f8715c002cc66991d7c11e3cf66039 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + license: MIT + license_family: MIT + purls: [] + size: 20289 + timestamp: 1727796500830 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a + md5: 17dcc85db3c7886650b8908b183d6876 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 47179 + timestamp: 1727799254088 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + sha256: 7b587407ecb9ccd2bbaf0fb94c5dbdde4d015346df063e9502dc0ce2b682fb5e + md5: eeee3bdb31c6acde2b81ad1b8c287087 + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + license: MIT + license_family: MIT + purls: [] + size: 48197 + timestamp: 1727801059062 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 md5: 029be9b667bf3896fa28bc32adb1bfc3 @@ -18608,30 +17311,60 @@ packages: purls: [] size: 195881 timestamp: 1696449889560 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - md5: ed67c36f215b310412b2af935bf3e530 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda + sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d + md5: 2de7f99d6581a4a7adbff607b5c278ca depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 37770 - timestamp: 1688300707994 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.11-h7935292_0.conda - sha256: 15ab433c3b565d92bbd9dc83e469bb4ff1076f9002f7cd142b8a39e1b6cbcfab - md5: 8c96b84f7fb97a3cd533a14dbdcd6626 + size: 29599 + timestamp: 1727794874300 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda + sha256: b2588a2b101d1b0a4e852532c8b9c92c59ef584fc762dd700567bdbf8cd00650 + md5: dd3e74283a082381aa3860312e3c721e depends: - - libgcc-ng >=12 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-renderproto + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: MIT + license_family: MIT + purls: [] + size: 30197 + timestamp: 1727794957221 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 + md5: 96d57aba173e878a2089d5638016dc5e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 33005 + timestamp: 1734229037766 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda + sha256: ffd77ee860c9635a28cfda46163dcfe9224dc6248c62404c544ae6b564a0be1f + md5: ae2c2dd0e2d38d249887727db2af960e + depends: + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 37477 - timestamp: 1688300682978 + size: 33649 + timestamp: 1734229123157 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca md5: 511a29edd2ff3d973f63e54f19dcc06e @@ -18648,60 +17381,62 @@ packages: purls: [] size: 671704 timestamp: 1690289114426 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.5-h4bc722e_1.conda - sha256: 109d6b1931d1482faa0bf6de83c7e6d9ca36bbf9d36a00a05df4f63b82fce5c3 - md5: 0c90ad87101001080484b91bd9d2cdef +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a + md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 - license: MIT - license_family: MIT - purls: [] - size: 18443 - timestamp: 1722110433983 -- conda: 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 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 9621 - timestamp: 1614866326326 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-renderproto-0.11.1-h3557bc0_1002.tar.bz2 - sha256: e57e8b4a58f8c3b5011bf6cd66f499fca9fc5067981bb33f828750b168c3698d - md5: 01cbfe96ce66b78a9a270ac305791dd2 + size: 32808 + timestamp: 1727964811275 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda + sha256: 6eaffce5a34fc0a16a21ddeaefb597e792a263b1b0c387c1ce46b0a967d558e1 + md5: c05698071b5c8e0da82a282085845860 depends: - - libgcc-ng >=9.3.0 + - libgcc >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 license: MIT license_family: MIT purls: [] - size: 9612 - timestamp: 1614866892676 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda - sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 - md5: bce9f945da8ad2ae9b1d7165a64d0f87 + size: 33786 + timestamp: 1727964907993 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda + sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b + md5: 5efa5fa6243a622445fdfd72aee15efa depends: - - libgcc-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] - size: 30270 - timestamp: 1677036833037 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xextproto-7.3.0-h2a766a3_1003.conda - sha256: 62298f1c7b963f3a5921a65d9cb6aae82c3ec8b3069319c8264c5b0a3d190286 - md5: 32de1e4422c986e3b6eff59e7edc4d04 + size: 17819 + timestamp: 1734214575628 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxxf86vm-1.1.6-h86ecc28_0.conda + sha256: 012f0d1fd9fb1d949e0dccc0b28d9dd5a8895a1f3e2a7edc1fa2e1b33fc0f233 + md5: d745faa2d7c15092652e40a22bb261ed depends: - - libgcc-ng >=12 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 license: MIT license_family: MIT purls: [] - size: 30267 - timestamp: 1677037618141 + size: 18185 + timestamp: 1734214652726 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 md5: 6e6c2639620e436bddb7c040cd4f3adb @@ -18712,36 +17447,6 @@ packages: purls: [] size: 31034 timestamp: 1677037259999 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 - sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 - md5: 3ceea9668625c18f19530de98b15d5b0 - depends: - - libgcc-ng >=9.3.0 - license: MIT - license_family: MIT - purls: [] - size: 23875 - timestamp: 1620067286978 -- conda: 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 - license: MIT - license_family: MIT - purls: [] - size: 74922 - timestamp: 1607291557628 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-xproto-7.0.31-h3557bc0_1007.tar.bz2 - sha256: 7711ca1898e6f74a8434931fe6c0593ff7201277778aa09ea012d8be8bc7a7f5 - md5: 987e98faa0ad2c667bbea6b6aae260bc - depends: - - libgcc-ng >=9.3.0 - license: MIT - license_family: MIT - purls: [] - size: 74831 - timestamp: 1607291481791 - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 md5: 88f3c65d2ad13826a9e0b162063be023 @@ -18752,38 +17457,6 @@ packages: purls: [] size: 75708 timestamp: 1607292254607 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - md5: 2161070d867d1b1204ea749c8eec4ef0 - depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 418368 - timestamp: 1660346797927 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df - depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 440555 - timestamp: 1660348056328 -- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - md5: a72f9d4ea13d55d745ff1ed594747f10 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 238119 - timestamp: 1660346964847 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 235693 - timestamp: 1660346961024 - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 md5: 515d77642eaa3639413c6b1bc3f94219 @@ -18799,6 +17472,8 @@ packages: md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae depends: - libgcc-ng >=9.4.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: [] @@ -18841,58 +17516,61 @@ packages: purls: [] size: 63274 timestamp: 1641347623319 -- conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h75354e8_4.conda - sha256: bc9aaee39e7be107d7daff237435dfd8f791aca460a98583a36a263615205262 - md5: 03cc8d9838ad9dd0060ab532e81ccb21 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h3b0a872_7.conda + sha256: a4dc72c96848f764bb5a5176aa93dd1e9b9e52804137b99daeebba277b31ea10 + md5: 3947a35e916fcc6b9825449affbf4214 depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 + arch: x86_64 + platform: linux license: MPL-2.0 license_family: MOZILLA purls: [] - size: 353229 - timestamp: 1715607188837 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h28faeed_4.conda - sha256: 99a48b3a52c3a028d5a8aa5b586611c282347b5b76a3c675b2af3807b9d07f0f - md5: ae8c0108b4d6a5981bce484eeaaf1b55 + size: 335400 + timestamp: 1731585026517 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zeromq-4.3.5-h5efb499_7.conda + sha256: a6003096dc0570a86492040ba32b04ce7662b159600be2252b7a0dfb9414e21c + md5: f2f3282559a4b87b7256ecafb4610107 depends: - - krb5 >=1.21.2,<1.22.0a0 - - libgcc-ng >=12 - - libsodium >=1.0.18,<1.0.19.0a0 - - libstdcxx-ng >=12 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - libsodium >=1.0.20,<1.0.21.0a0 + - libstdcxx >=13 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 383549 - timestamp: 1715611199541 -- conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-hde137ed_4.conda - sha256: 871625ce993e6c61649b14659a3d1d6011fbb242b7d6a25cadbc6300b2356f32 - md5: e56609055da6c658aa329d42a6c6b9f2 + size: 371419 + timestamp: 1731589490850 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h7130eaa_7.conda + sha256: b932dce8c9de9a8ffbf0db0365d29677636e599f7763ca51e554c43a0c5f8389 + md5: 6a0a76cd2b3d575e1b7aaeb283b9c3ed depends: - __osx >=10.13 - - krb5 >=1.21.2,<1.22.0a0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libcxx >=18 + - libsodium >=1.0.20,<1.0.21.0a0 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 304498 - timestamp: 1715607961981 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hcc0f68c_4.conda - sha256: c22520d6d66a80f17c5f2b3719ad4a6ee809b210b8ac87d6f05ab98b94b3abda - md5: 39fb79e7a7a880a03f82c1f2eb7f7c73 + size: 292112 + timestamp: 1731585246902 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.5-hc1bb282_7.conda + sha256: 9e585569fe2e7d3bea71972cd4b9f06b1a7ab8fa7c5139f92a31cbceecf25a8a + md5: f7e6b65943cb73bce0143737fded08f1 depends: - __osx >=11.0 - - krb5 >=1.21.2,<1.22.0a0 - - libcxx >=16 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libcxx >=18 + - libsodium >=1.0.20,<1.0.21.0a0 license: MPL-2.0 license_family: MOZILLA purls: [] - size: 298555 - timestamp: 1715607628741 + size: 281565 + timestamp: 1731585108039 - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 md5: b755eb545c2728b9a53729f02e627834 @@ -18918,50 +17596,64 @@ packages: - pkg:pypi/zipp?source=conda-forge-mapping size: 20917 timestamp: 1718013395428 -- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-h4ab18f5_1.conda - sha256: cee16ab07a11303de721915f0a269e8c7a54a5c834aa52f74b1cc3a59000ade8 - md5: 9653f1bf3766164d0e65fa723cabbc54 +- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 + md5: 0c3cc595284c5e8f0f9900a9b228a332 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h4ab18f5_1 + - python >=3.9 + license: MIT + license_family: MIT + purls: + - pkg:pypi/zipp?source=hash-mapping + size: 21809 + timestamp: 1732827613585 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libzlib 1.3.1 hb9d3cd8_2 + arch: x86_64 + platform: linux license: Zlib license_family: Other purls: [] - size: 93004 - timestamp: 1716874213487 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h68df207_1.conda - sha256: 7d4f12a602447c00f65f99fcf332f350cc49161a4f215466e9eb1bbe51852978 - md5: 6031f9e32654fbdb9fdba406ab980517 + size: 92286 + timestamp: 1727963153079 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda + sha256: b4f649aa3ecdae384d5dad7074e198bff120edd3dfb816588e31738fc6d627b1 + md5: bc230abb5d21b63ff4799b0e75204783 depends: - - libgcc-ng >=12 - - libzlib 1.3.1 h68df207_1 + - libgcc >=13 + - libzlib 1.3.1 h86ecc28_2 license: Zlib license_family: Other purls: [] - size: 95770 - timestamp: 1716874148566 -- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-h87427d6_1.conda - sha256: 41bd5fef28b2755d637e3a8ea5c84010628392fbcf80c7e3d7370aaced7ee4fe - md5: 3ac9ef8975965f9698dbedd2a4cc5894 + size: 95582 + timestamp: 1727963203597 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda + sha256: 219edbdfe7f073564375819732cbf7cc0d7c7c18d3f546a09c2dfaf26e4d69f3 + md5: c989e0295dcbdc08106fe5d9e935f0b9 depends: - __osx >=10.13 - - libzlib 1.3.1 h87427d6_1 + - libzlib 1.3.1 hd23fc13_2 license: Zlib license_family: Other purls: [] - size: 88782 - timestamp: 1716874245467 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-hfb2fe0b_1.conda - sha256: 87360c2dc662916aac37cf01e53324b4f4f78db6f399220818076752b093ede5 - md5: f27e021db7862b6ddbc1d3578f10d883 + size: 88544 + timestamp: 1727963189976 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda + sha256: 58f8860756680a4831c1bf4f294e2354d187f2e999791d53b1941834c4b37430 + md5: e3170d898ca6cb48f1bb567afb92f775 depends: - __osx >=11.0 - - libzlib 1.3.1 hfb2fe0b_1 + - libzlib 1.3.1 h8359307_2 license: Zlib license_family: Other purls: [] - size: 78260 - timestamp: 1716874280334 + size: 77606 + timestamp: 1727963209370 - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be md5: f8e0a35bf6df768ad87ed7bbbc36ab04 @@ -18975,29 +17667,31 @@ packages: purls: [] size: 108081 timestamp: 1716874767420 -- conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h623c9ba_0.conda - sha256: ed3512de7f15accf3687cf732ab54d3ff3bc8c6463e63a4474922e5a5e0b8e97 - md5: a19d023682384c637cb356d270c276c0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda + sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad + md5: cd9fa334e11886738f17254f52210bc3 depends: - __glibc >=2.17,<3.0.a0 - cffi >=1.11 - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 406014 - timestamp: 1721044148631 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h6b56de1_0.conda - sha256: 08e39fadaacec8af220f71593c6853488e8cb364d355bb1d068bf499536d179a - md5: 4e9daef09df3b119e1ba338fee682995 + - pkg:pypi/zstandard?source=hash-mapping + size: 407017 + timestamp: 1725305769438 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda + sha256: b2a5b6195ed4918f1b61d016d941eb3b20ce948a8c73058cee3a3736e25411f9 + md5: 43f0ab97684dc1facf7acf5bc24919e5 depends: - cffi >=1.11 - - libgcc-ng >=12 + - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 @@ -19006,12 +17700,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 381522 - timestamp: 1721044290823 -- conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39h32d468b_0.conda - sha256: f5b8c8f4b6260cbba8fc8f74ab6ca7d7edaaef1b108dc55accad4fdb2a5138b5 - md5: b3234fc0ba4b2d4e173ea2f71be11de8 + - pkg:pypi/zstandard?source=hash-mapping + size: 382010 + timestamp: 1725305736783 +- conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda + sha256: a854d10abb45924bd96f2fc94ec0693663b928a2c1a9e373b4437e2662ace38b + md5: 5da66224731aea611c4bf331e057f23d depends: - __osx >=10.13 - cffi >=1.11 @@ -19022,12 +17716,12 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 400897 - timestamp: 1721044460640 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h0b77d07_1.conda - sha256: 6528f99ff980f3f08a5c19099ea5b6c623831d7ee060158e28bd79d0c4cefdf4 - md5: 19831d5658b691425fabd726db342b50 + - pkg:pypi/zstandard?source=hash-mapping + size: 401328 + timestamp: 1725305650930 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda + sha256: c4cb4a1bb5609c16f27a3f4355cddc77e6c0e9e3083340f413f9de9b8266e03f + md5: 8cbaf074d564f304ae7fd29ba39184be depends: - __osx >=11.0 - cffi >=1.11 @@ -19039,9 +17733,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 319867 - timestamp: 1718866678183 + - pkg:pypi/zstandard?source=hash-mapping + size: 320027 + timestamp: 1725305723442 - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 md5: 9658585ffb22b68adb5490e9035b93ba @@ -19067,6 +17761,8 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] From a2d0d8506b7b56d1813f321341f17dc825964945 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 17 Jan 2025 15:39:02 -0500 Subject: [PATCH 24/70] docs(release): add release note for recent PRT fix (#2150) Neglected in 2445835 --- doc/ReleaseNotes/develop.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 18a428a612b..173d33d0345 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -20,6 +20,7 @@ \textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ \underline{BASIC FUNCTIONALITY} \begin{itemize} + \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. \end{itemize} From 216b363d6ea6823da21193f9c16c65782ee85a38 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Fri, 17 Jan 2025 15:41:15 -0600 Subject: [PATCH 25/70] doc(ats): correct error in dtadj description (#2148) --- doc/mf6io/mf6ivar/dfn/utl-ats.dfn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/mf6ivar/dfn/utl-ats.dfn b/doc/mf6io/mf6ivar/dfn/utl-ats.dfn index c43b4de6099..8349aace84a 100644 --- a/doc/mf6io/mf6ivar/dfn/utl-ats.dfn +++ b/doc/mf6io/mf6ivar/dfn/utl-ats.dfn @@ -72,7 +72,7 @@ tagged false reader urword optional false longname time step multiplier factor -description is the time step multiplier factor for this period. If the number of outer solver iterations are less than the product of the maximum number of outer iterations (OUTER\_MAXIMUM) and ATS\_OUTER\_MAXIMUM\_FRACTION (an optional variable in the IMS input file with a default value of 1/3), then the time step length is multiplied by dtadj. If the number of outer solver iterations are greater than the product of the maximum number of outer iterations and ATS\_OUTER\_MAXIMUM\_FRACTION, then the time step length is divided by dtadj. dtadj must be zero, one, or greater than one. If dtadj is zero or one, then it has no effect on the simulation. A value between 2.0 and 5.0 can be used as an initial estimate. +description is the time step multiplier factor for this period. If the number of outer solver iterations are less than the product of the maximum number of outer iterations (OUTER\_MAXIMUM) and ATS\_OUTER\_MAXIMUM\_FRACTION (an optional variable in the IMS input file with a default value of 1/3), then the time step length is multiplied by dtadj. If the number of outer solver iterations are greater than the product of the maximum number of outer iterations and 1.0 minus ATS\_OUTER\_MAXIMUM\_FRACTION, then the time step length is divided by dtadj. dtadj must be zero, one, or greater than one. If dtadj is zero or one, then it has no effect on the simulation. A value between 2.0 and 5.0 can be used as an initial estimate. block perioddata name dtfailadj From 849578f4cf87920e9e245f50226c3a69a21afe52 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sat, 18 Jan 2025 09:16:11 -0500 Subject: [PATCH 26/70] fix(exg-gwf*): check for equal idomain (#2149) Check that models connected to a flow model by an exchange have an idomain identical to the flow model's idomain. This is an easy error to make, and (up to now) hard to detect. I only added a test for PRT for now. The logic is identical in GWT and GWE. #2144 facilitates adding the same check for flow model interface. That will be done in a separate PR since it deserves a separate release note. --- autotest/test_prt_exg.py | 35 +++++++++++++++++++++++++++++++---- doc/ReleaseNotes/develop.tex | 1 + src/Exchange/exg-gwfgwe.f90 | 36 ++++++++++++++++++++++++++++++++++++ src/Exchange/exg-gwfgwt.f90 | 36 ++++++++++++++++++++++++++++++++++++ src/Exchange/exg-gwfprt.f90 | 36 ++++++++++++++++++++++++++++++++++++ 5 files changed, 140 insertions(+), 4 deletions(-) diff --git a/autotest/test_prt_exg.py b/autotest/test_prt_exg.py index 04caca2b396..3de7dbe01bd 100644 --- a/autotest/test_prt_exg.py +++ b/autotest/test_prt_exg.py @@ -8,8 +8,15 @@ Results are compared against a MODPATH 7 model. -This test includes two cases, one which gives -boundnames to particles and one which does not. +This test includes four cases: one which gives +boundnames to particles, one which does not, a +third in which the flow model has a uniformly +active idomain array while the tracking model +does not, and a final case in which flow and +tracking model have different IDOMAIN arrays, +both non-uniform, where the active region is +the same size but consists of different cells. +Both latter cases should be caught as errors. """ from pathlib import Path @@ -30,7 +37,7 @@ ) simname = "prtexg01" -cases = [simname, f"{simname}bnms"] +cases = [simname, f"{simname}bnms", f"{simname}idmu", f"{simname}idmn"] def get_model_name(idx, mdl): @@ -41,18 +48,34 @@ def build_mf6_sim(idx, test): # create simulation name = cases[idx] sim = FlopyReadmeCase.get_gwf_sim(name, test.workspace, test.targets["mf6"]) + gwf = sim.get_model() # create prt model prt_name = get_model_name(idx, "prt") prt = flopy.mf6.ModflowPrt(sim, modelname=prt_name) # create prt discretization + idomain = np.ones( + (FlopyReadmeCase.nlay, FlopyReadmeCase.nrow, FlopyReadmeCase.ncol) + ) + if "idm" in name: + # add an inactive cell to + # tracking model idomain + idomain[-1, -1, -1] = 0 + if "idmn" in name: + # add a (different) inactive + # cell to flow model idomain + gwf_idomain = idomain.copy() + gwf_idomain[-1, -1, -1] = 1 + gwf_idomain[0, 0, 0] = 0 + gwf.dis.idomain = gwf_idomain flopy.mf6.modflow.mfgwfdis.ModflowGwfdis( prt, pname="dis", nlay=FlopyReadmeCase.nlay, nrow=FlopyReadmeCase.nrow, ncol=FlopyReadmeCase.ncol, + idomain=idomain, ) # create mip package @@ -155,7 +178,7 @@ def build_models(idx, test): gwf_name = get_model_name(idx, "gwf") gwf = mf6sim.get_model(gwf_name) mp7sim = build_mp7_sim(idx, test.workspace / "mp7", test.targets["mp7"], gwf) - return mf6sim, mp7sim + return mf6sim, None if "idm" in test.name else mp7sim def check_output(idx, test): @@ -178,6 +201,9 @@ def check_output(idx, test): # extract model grid mg = gwf.modelgrid + if "idm" in name: + return + # check mf6 output files exist gwf_budget_file = f"{gwf_name}.bud" gwf_head_file = f"{gwf_name}.hds" @@ -362,5 +388,6 @@ def test_mf6model(idx, name, function_tmpdir, targets, plot): plot=lambda t: plot_output(idx, t) if plot else None, targets=targets, compare=None, + xfail="idm" in name, ) test.run() diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 173d33d0345..f45a91dc2fc 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -20,6 +20,7 @@ \textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ \underline{BASIC FUNCTIONALITY} \begin{itemize} + \item Previously, GWF Model exchanges with other model types (GWT, GWE, PRT) verified that the flow model and the coupled model had the same number of active nodes, but did not check that the models' IDOMAIN arrays selected precisely the same set. Exchanges will now check that model IDOMAIN arrays are identical. \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. \end{itemize} diff --git a/src/Exchange/exg-gwfgwe.f90 b/src/Exchange/exg-gwfgwe.f90 index 156abe01a74..536a57b232f 100644 --- a/src/Exchange/exg-gwfgwe.f90 +++ b/src/Exchange/exg-gwfgwe.f90 @@ -181,6 +181,9 @@ end subroutine exg_df subroutine exg_ar(this) ! -- modules use MemoryManagerModule, only: mem_checkin + use DisModule, only: DisType + use DisvModule, only: DisvType + use DisuModule, only: DisuType ! -- dummy class(GwfGweExchangeType) :: this ! -- local @@ -194,6 +197,11 @@ subroutine exg_ar(this) & GWF Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & GWE Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & Ensure discretization packages, including IDOMAIN, are identical.')" + character(len=*), parameter :: fmtidomerr = & + "('GWF and GWE Models do not have the same discretization for exchange& + & ',a,'.& + & GWF Model and GWE Model have different IDOMAIN arrays.& + & Ensure discretization packages, including IDOMAIN, are identical.')" ! ! -- set gwfmodel mb => GetBaseModelFromList(basemodellist, this%m1_idx) @@ -220,6 +228,34 @@ subroutine exg_ar(this) call store_error(errmsg, terminate=.TRUE.) end if ! + ! -- Make sure idomains are identical + select type (gwfdis => gwfmodel%dis) + type is (DisType) + select type (gwedis => gwemodel%dis) + type is (DisType) + if (.not. all(gwfdis%idomain == gwedis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisvType) + select type (gwedis => gwemodel%dis) + type is (DisvType) + if (.not. all(gwfdis%idomain == gwedis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisuType) + select type (gwedis => gwemodel%dis) + type is (DisuType) + if (.not. all(gwfdis%idomain == gwedis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + end select + ! ! -- setup pointers to gwf variables allocated in gwf_ar gwemodel%fmi%gwfhead => gwfmodel%x call mem_checkin(gwemodel%fmi%gwfhead, & diff --git a/src/Exchange/exg-gwfgwt.f90 b/src/Exchange/exg-gwfgwt.f90 index d96c1db6ec3..aa198e7a100 100644 --- a/src/Exchange/exg-gwfgwt.f90 +++ b/src/Exchange/exg-gwfgwt.f90 @@ -184,6 +184,9 @@ end subroutine exg_df subroutine exg_ar(this) ! -- modules use MemoryManagerModule, only: mem_checkin + use DisModule, only: DisType + use DisvModule, only: DisvType + use DisuModule, only: DisuType ! -- dummy class(GwfGwtExchangeType) :: this ! -- local @@ -197,6 +200,11 @@ subroutine exg_ar(this) & GWF Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & GWT Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & Ensure discretization packages, including IDOMAIN, are identical.')" + character(len=*), parameter :: fmtidomerr = & + "('GWF and GWT Models do not have the same discretization for exchange& + & ',a,'.& + & GWF Model and GWT Model have different IDOMAIN arrays.& + & Ensure discretization packages, including IDOMAIN, are identical.')" ! ! -- set gwfmodel mb => GetBaseModelFromList(basemodellist, this%m1_idx) @@ -223,6 +231,34 @@ subroutine exg_ar(this) call store_error(errmsg, terminate=.TRUE.) end if ! + ! -- Make sure idomains are identical + select type (gwfdis => gwfmodel%dis) + type is (DisType) + select type (gwtdis => gwtmodel%dis) + type is (DisType) + if (.not. all(gwfdis%idomain == gwtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisvType) + select type (gwtdis => gwtmodel%dis) + type is (DisvType) + if (.not. all(gwfdis%idomain == gwtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisuType) + select type (gwtdis => gwtmodel%dis) + type is (DisuType) + if (.not. all(gwfdis%idomain == gwtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + end select + ! ! -- setup pointers to gwf variables allocated in gwf_ar gwtmodel%fmi%gwfhead => gwfmodel%x call mem_checkin(gwtmodel%fmi%gwfhead, & diff --git a/src/Exchange/exg-gwfprt.f90 b/src/Exchange/exg-gwfprt.f90 index 87393123634..61929f13693 100644 --- a/src/Exchange/exg-gwfprt.f90 +++ b/src/Exchange/exg-gwfprt.f90 @@ -177,6 +177,9 @@ end subroutine exg_df subroutine exg_ar(this) ! -- modules use MemoryManagerModule, only: mem_checkin + use DisModule, only: DisType + use DisvModule, only: DisvType + use DisuModule, only: DisuType ! -- dummy class(GwfPrtExchangeType) :: this ! -- local @@ -190,6 +193,11 @@ subroutine exg_ar(this) & GWF Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & PRT Model has ', i0, ' user nodes and ', i0, ' reduced nodes.& & Ensure discretization packages, including IDOMAIN, are identical.')" + character(len=*), parameter :: fmtidomerr = & + "('GWF and PRT Models do not have the same discretization for exchange& + & ',a,'.& + & GWF Model and PRT Model have different IDOMAIN arrays.& + & Ensure discretization packages, including IDOMAIN, are identical.')" ! ! -- set gwfmodel mb => GetBaseModelFromList(basemodellist, this%m1id) @@ -216,6 +224,34 @@ subroutine exg_ar(this) call store_error(errmsg, terminate=.TRUE.) end if ! + ! -- Make sure idomains are identical + select type (gwfdis => gwfmodel%dis) + type is (DisType) + select type (prtdis => prtmodel%dis) + type is (DisType) + if (.not. all(gwfdis%idomain == prtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisvType) + select type (prtdis => prtmodel%dis) + type is (DisvType) + if (.not. all(gwfdis%idomain == prtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + type is (DisuType) + select type (prtdis => prtmodel%dis) + type is (DisuType) + if (.not. all(gwfdis%idomain == prtdis%idomain)) then + write (errmsg, fmtidomerr) trim(this%name) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + end select + ! ! -- setup pointers to gwf variables allocated in gwf_ar prtmodel%fmi%gwfhead => gwfmodel%x call mem_checkin(prtmodel%fmi%gwfhead, & From c6af83bf824df89da3f37b595b5d9f4b4299702a Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 20 Jan 2025 11:20:01 -0500 Subject: [PATCH 27/70] docs(prt-fmi): clarify only required when post-processing (#2151) The first paragraph in the fmi sections of mf6io could be read to indicate that the fmi file is always required. Clarify that the file is only required when the corresponding model is run as a post-processor to the flow model. Also update a prt test to make sure the head/budget file paths provided via fmi are ignored when the simulation uses an exchange --- autotest/test_prt_exg.py | 20 +++++++++++--------- doc/mf6io/gwe/fmi.tex | 4 ++-- doc/mf6io/gwt/fmi.tex | 4 ++-- doc/mf6io/prt/fmi.tex | 4 ++-- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/autotest/test_prt_exg.py b/autotest/test_prt_exg.py index 3de7dbe01bd..fef907baf02 100644 --- a/autotest/test_prt_exg.py +++ b/autotest/test_prt_exg.py @@ -108,15 +108,17 @@ def build_mf6_sim(idx, test): trackcsv_filerecord=[prt_track_csv_file], ) - # create a flow model interface - # todo Mike Fienen's report (crash when FMI created but not needed) - # flopy.mf6.ModflowPrtfmi( - # prt, - # packagedata=[ - # ("GWFHEAD", gwf_head_file), - # ("GWFBUDGET", gwf_budget_file), - # ], - # ) + # create a flow model interface. should be ignored. + # Mike Fienen reported that an early version of PRT + # crashed if FMI is provided when using an exchange. + flopy.mf6.ModflowPrtfmi( + prt, + packagedata=[ + # garbage paths + ("GWFHEAD", "heads.hds"), + ("GWFBUDGET", "budget.cbc"), + ], + ) # create exchange gwf_name = get_model_name(idx, "gwf") diff --git a/doc/mf6io/gwe/fmi.tex b/doc/mf6io/gwe/fmi.tex index 0c0a972c7d6..898d93f1cc4 100644 --- a/doc/mf6io/gwe/fmi.tex +++ b/doc/mf6io/gwe/fmi.tex @@ -1,6 +1,6 @@ -Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package is optional, but if provided, only one FMI Package can be specified for a GWE model. +Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package file is required only if the GWE Model is running in a separate simulation from a previously run GWF Model. If the GWE Model is coupled to a GWF Model by an exchange, the FMI Package file is not required. Only one FMI Package can be specified for a GWE model. -For most simulations, the GWE Model needs groundwater flows for every cell in the model grid, for all boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the GWE Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: +The GWE Model needs groundwater flows for model grid cells, for boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the GWE Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: \begin{itemize} diff --git a/doc/mf6io/gwt/fmi.tex b/doc/mf6io/gwt/fmi.tex index 49e24c05a8d..f951253b44d 100644 --- a/doc/mf6io/gwt/fmi.tex +++ b/doc/mf6io/gwt/fmi.tex @@ -1,6 +1,6 @@ -Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package is optional, but if provided, only one FMI Package can be specified for a GWT model. +Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package file is required only if the GWT Model is running in a separate simulation from a previously run GWF Model. If the GWT Model is coupled to a GWF Model by an exchange, the FMI Package file is not required. Only one FMI Package can be specified for a GWT model. -For most simulations, the GWT Model needs groundwater flows for every cell in the model grid, for all boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the GWT Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: +The GWT Model needs groundwater flows for model grid cells, for boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the GWT Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: \begin{itemize} diff --git a/doc/mf6io/prt/fmi.tex b/doc/mf6io/prt/fmi.tex index 08ef20bced1..76ec7ef112d 100644 --- a/doc/mf6io/prt/fmi.tex +++ b/doc/mf6io/prt/fmi.tex @@ -1,6 +1,6 @@ -Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package is required, and only one FMI Package can be specified for a PRT model. +Flow Model Interface (FMI) Package information is read from the file that is specified by ``FMI6'' as the file type. The FMI Package file is required only if the PRT Model is running in a separate simulation from a previously run GWF Model. If the PRT Model is coupled to a GWF Model by an exchange, the FMI Package file is not required. Only one FMI Package can be specified for a PRT model. -For most simulations, the PRT Model needs groundwater flows for every cell in the model grid, for all boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the PRT Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: +The PRT Model needs groundwater flows for model grid cells, for boundary conditions, and for other terms, such as the flow of water in or out of storage. The FMI Package is the interface between the PRT Model and simulated groundwater flows provided by a corresponding GWF Model that is running concurrently within the simulation or from binary budget files that were created from a previous GWF model run. The following are several different FMI simulation cases: \begin{itemize} From b3d9bc9eed91844111016f4bda56ba4c8e4cf956 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 20 Jan 2025 13:02:48 -0500 Subject: [PATCH 28/70] ci(release): fix documentation build script (#2154) --- distribution/build_docs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index 8621ff59fa6..eee815e4103 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -358,12 +358,12 @@ def build_documentation( example_model_path=PROJ_ROOT_PATH / ".mf6minsim", ) - # build deprecations table for insertion into LaTex release notes + # build deprecations table LaTeX build_deprecations_tex(force=force) if full: - # convert benchmarks to LaTex, running them first if necessary - build_benchmark_tex(output_path=output_path, force=force, repo_owner=repo_owner) + # build benchmarks table LaTex, running benchmarks first if necessary + build_benchmark_tex(output_path=output_path, force=force) # download example docs pdf_name = "mf6examples.pdf" From b0b0c70fbc590cad283b1fc2a7cfaf9443539037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:43:46 -0500 Subject: [PATCH 29/70] chore(deps): bump dawidd6/action-download-artifact from 7 to 8 (#2157) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_dispatch.yml b/.github/workflows/release_dispatch.yml index edc979176ae..f79ae69b709 100644 --- a/.github/workflows/release_dispatch.yml +++ b/.github/workflows/release_dispatch.yml @@ -252,7 +252,7 @@ jobs: cache-environment: true - name: Download artifacts - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 - name: Draft release working-directory: modflow6 From 2fb2872a4ae8c780596493c0917e992f95f4fd88 Mon Sep 17 00:00:00 2001 From: Sunny Titus <77051845+Manangka@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:03:20 +0100 Subject: [PATCH 30/70] Deallocate all the assigned memory in one go when MODFLOW finalizes (#2156) * Deallocate all the assigned memory in one go when modflow is finalizing * Add DEPRECATED comment to deallocation methods --- src/Utilities/Memory/MemoryManager.f90 | 396 ++----------------------- 1 file changed, 27 insertions(+), 369 deletions(-) diff --git a/src/Utilities/Memory/MemoryManager.f90 b/src/Utilities/Memory/MemoryManager.f90 index ec67a0b24b4..b8083e54213 100644 --- a/src/Utilities/Memory/MemoryManager.f90 +++ b/src/Utilities/Memory/MemoryManager.f90 @@ -1920,42 +1920,14 @@ subroutine reassignptr_dbl2d(adbl, name, mem_path, name_target, mem_path_target) mt%masterPath = mem_path_target end subroutine reassignptr_dbl2d - !> @brief Deallocate a variable-length character string + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_str(sclr, name, mem_path) character(len=*), pointer, intent(inout) :: sclr !< pointer to string character(len=*), intent(in), optional :: name !< variable name character(len=*), intent(in), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%strsclr) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%strsclr, sclr)) then - nullify (mt%strsclr) - found = .true. - exit - end if - end do - end if - if (.not. found) then - call store_error('Programming error in deallocate_str.', terminate=.TRUE.) - else - if (mt%master) then - deallocate (sclr) - else - nullify (sclr) - end if - end if + return end subroutine deallocate_str !> @brief Deallocate an array of defined-length character strings @@ -1971,7 +1943,6 @@ subroutine deallocate_str1d(astr1d, name, mem_path) type(MemoryContainerIteratorType), allocatable :: itr ! -- code ! - ! -- process optional variables found = .false. if (present(name) .and. present(mem_path)) then call get_from_memorystore(name, mem_path, mt, found) @@ -1982,24 +1953,23 @@ subroutine deallocate_str1d(astr1d, name, mem_path) call itr%next() mt => itr%value() if (associated(mt%astr1d, astr1d)) then - nullify (mt%astr1d) found = .true. exit end if end do end if - if (.not. found .and. size(astr1d) > 0) then - call store_error('programming error in deallocate_str1d', terminate=.TRUE.) - else + + if (found) then if (mt%master) then deallocate (astr1d) else nullify (astr1d) end if end if + end subroutine deallocate_str1d - !> @brief Deallocate an array of deferred-length character strings + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !! !< subroutine deallocate_charstr1d(astr1d, name, mem_path) @@ -2007,377 +1977,92 @@ subroutine deallocate_charstr1d(astr1d, name, mem_path) intent(inout) :: astr1d !< array of strings character(len=*), optional, intent(in) :: name !< variable name character(len=*), optional, intent(in) :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr - integer(I4B) :: n ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%acharstr1d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%acharstr1d, astr1d)) then - nullify (mt%acharstr1d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(astr1d) > 0) then - call store_error('programming error in deallocate_charstr1d', & - terminate=.TRUE.) - else - if (mt%master) then - do n = 1, size(astr1d) - call astr1d(n)%destroy() - end do - deallocate (astr1d) - else - nullify (astr1d) - end if - end if + return end subroutine deallocate_charstr1d - !> @brief Deallocate a logical scalar + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_logical(sclr) logical(LGP), pointer, intent(inout) :: sclr !< logical scalar to deallocate - ! -- local - class(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - found = .false. - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%logicalsclr, sclr)) then - nullify (mt%logicalsclr) - found = .true. - exit - end if - end do - if (.not. found) then - call store_error('programming error in deallocate_logical', & - terminate=.TRUE.) - else - if (mt%master) then - deallocate (sclr) - else - nullify (sclr) - end if - end if + return end subroutine deallocate_logical - !> @brief Deallocate a integer scalar + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_int(sclr) integer(I4B), pointer, intent(inout) :: sclr !< integer variable to deallocate - ! -- local - class(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - found = .false. - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%intsclr, sclr)) then - nullify (mt%intsclr) - found = .true. - exit - end if - end do - if (.not. found) then - call store_error('Programming error in deallocate_int.', terminate=.TRUE.) - else - if (mt%master) then - deallocate (sclr) - else - nullify (sclr) - end if - end if + return end subroutine deallocate_int - !> @brief Deallocate a real scalar + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_dbl(sclr) real(DP), pointer, intent(inout) :: sclr !< real variable to deallocate - ! -- local - class(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - found = .false. - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%dblsclr, sclr)) then - nullify (mt%dblsclr) - found = .true. - exit - end if - end do - if (.not. found) then - call store_error('Programming error in deallocate_dbl.', terminate=.TRUE.) - else - if (mt%master) then - deallocate (sclr) - else - nullify (sclr) - end if - end if + return end subroutine deallocate_dbl - !> @brief Deallocate a 1-dimensional integer array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_int1d(aint, name, mem_path) integer(I4B), dimension(:), pointer, contiguous, intent(inout) :: aint !< 1d integer array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%aint1d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%aint1d, aint)) then - nullify (mt%aint1d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(aint) > 0) then - call store_error('programming error in deallocate_int1d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (aint) - else - nullify (aint) - end if - end if + return end subroutine deallocate_int1d - !> @brief Deallocate a 2-dimensional integer array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_int2d(aint, name, mem_path) integer(I4B), dimension(:, :), pointer, contiguous, intent(inout) :: aint !< 2d integer array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%aint2d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%aint2d, aint)) then - nullify (mt%aint2d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(aint) > 0) then - call store_error('programming error in deallocate_int2d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (aint) - else - nullify (aint) - end if - end if + return end subroutine deallocate_int2d - !> @brief Deallocate a 3-dimensional integer array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_int3d(aint, name, mem_path) integer(I4B), dimension(:, :, :), pointer, contiguous, intent(inout) :: aint !< 3d integer array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%aint3d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%aint3d, aint)) then - nullify (mt%aint3d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(aint) > 0) then - call store_error('programming error in deallocate_int3d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (aint) - else - nullify (aint) - end if - end if + return end subroutine deallocate_int3d - !> @brief Deallocate a 1-dimensional real array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_dbl1d(adbl, name, mem_path) real(DP), dimension(:), pointer, contiguous, intent(inout) :: adbl !< 1d real array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%adbl1d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%adbl1d, adbl)) then - nullify (mt%adbl1d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(adbl) > 0) then - call store_error('programming error in deallocate_dbl1d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (adbl) - else - nullify (adbl) - end if - end if + return end subroutine deallocate_dbl1d - !> @brief Deallocate a 2-dimensional real array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_dbl2d(adbl, name, mem_path) real(DP), dimension(:, :), pointer, contiguous, intent(inout) :: adbl !< 2d real array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%adbl2d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%adbl2d, adbl)) then - nullify (mt%adbl2d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(adbl) > 0) then - call store_error('programming error in deallocate_dbl2d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (adbl) - else - nullify (adbl) - end if - end if + return end subroutine deallocate_dbl2d - !> @brief Deallocate a 3-dimensional real array + !> @brief DEPRECATED. The memory manager will handle the deallocation of the pointer. !< subroutine deallocate_dbl3d(adbl, name, mem_path) real(DP), dimension(:, :, :), pointer, contiguous, intent(inout) :: adbl !< 3d real array to deallocate character(len=*), optional :: name !< variable name character(len=*), optional :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - ! -- process optional variables - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%adbl3d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%adbl3d, adbl)) then - nullify (mt%adbl3d) - found = .true. - exit - end if - end do - end if - if (.not. found .and. size(adbl) > 0) then - call store_error('programming error in deallocate_dbl3d', terminate=.TRUE.) - else - if (mt%master) then - deallocate (adbl) - else - nullify (adbl) - end if - end if + return end subroutine deallocate_dbl3d !> @brief Set the memory print option @@ -2779,43 +2464,16 @@ subroutine mem_da() use InputOutputModule, only: UPCASE ! -- local class(MemoryType), pointer :: mt - character(len=LINELENGTH) :: error_msg - character(len=LENVARNAME) :: ucname type(MemoryContainerIteratorType), allocatable :: itr ! -- code itr = memorystore%iterator() do while (itr%has_next()) call itr%next() mt => itr%value() - if (IDEVELOPMODE == 1) then - ! - ! -- check if memory has been deallocated - if (mt%mt_associated() .and. mt%element_size == -1) then - error_msg = trim(adjustl(mt%path))//' '// & - trim(adjustl(mt%name))//' has invalid element size' - call store_error(trim(error_msg)) - end if - ! - ! -- check if memory has been deallocated - if (mt%mt_associated() .and. mt%isize > 0) then - error_msg = trim(adjustl(mt%path))//' '// & - trim(adjustl(mt%name))//' not deallocated' - call store_error(trim(error_msg)) - end if - ! - ! -- check case of varname - ucname = mt%name - call UPCASE(ucname) - if (mt%name /= ucname) then - error_msg = trim(adjustl(mt%path))//' '// & - trim(adjustl(mt%name))//' not upper case' - call store_error(trim(error_msg)) - end if - end if - ! - ! -- deallocate instance of memory type + call mt%mt_deallocate() deallocate (mt) end do + call memorystore%clear() if (count_errors() > 0) then call store_error('Could not clear memory list.', terminate=.TRUE.) From 3f6af239fd25e15651dae3cb90c99aa96d6e2e94 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Fri, 24 Jan 2025 07:48:53 -0600 Subject: [PATCH 31/70] feat(swf-pcp): add precipitation package for CHF and OLF models (#2160) * feat(swf-pcp): add precipitation package for CHF and OLF models * fprettify * update makefile * update io guide * apply precip to maximum top width of the channel ensure cross sections are defined by at least 2 points ensure precip is greater than or equal to zero --- autotest/test_chf_dfw_swrt2.py | 30 +- autotest/test_olf_dfw_swrt2dis.py | 34 +- doc/mf6io/chf/chf.tex | 4 + doc/mf6io/chf/pcp.tex | 47 ++ doc/mf6io/mf6ivar/dfn/chf-cxs.dfn | 2 +- doc/mf6io/mf6ivar/dfn/chf-pcp.dfn | 211 +++++++ doc/mf6io/mf6ivar/dfn/olf-flw.dfn | 4 +- doc/mf6io/mf6ivar/dfn/olf-pcp.dfn | 211 +++++++ doc/mf6io/mf6ivar/dfn/swf-pcp.dfn | 211 +++++++ .../mf6ivar/examples/chf-pcp-example.dat | 13 + .../mf6ivar/examples/olf-pcp-example.dat | 13 + doc/mf6io/mf6ivar/mf6ivar.py | 6 +- doc/mf6io/olf/olf.tex | 4 + doc/mf6io/olf/pcp.tex | 47 ++ make/makefile | 118 ++-- msvs/mf6core.vfproj | 4 + src/Idm/chf-pcpidm.f90 | 437 ++++++++++++++ src/Idm/olf-pcpidm.f90 | 437 ++++++++++++++ src/Idm/selector/IdmChfDfnSelector.f90 | 13 + src/Idm/selector/IdmDfnSelector.f90 | 15 + src/Idm/selector/IdmOlfDfnSelector.f90 | 13 + src/Idm/selector/IdmSwfDfnSelector.f90 | 13 + src/Idm/swf-disv1didm.f90 | 56 +- src/Idm/swf-pcpidm.f90 | 437 ++++++++++++++ src/Idm/utl-ncfidm.f90 | 12 +- src/Model/ChannelFlow/chf.f90 | 2 +- src/Model/Discretization/Disv2d.f90 | 9 + .../ModelUtilities/DiscretizationBase.f90 | 49 +- src/Model/OverlandFlow/olf.f90 | 2 +- src/Model/SurfaceWaterFlow/swf-cdb.f90 | 2 +- src/Model/SurfaceWaterFlow/swf-cxs.f90 | 117 +++- src/Model/SurfaceWaterFlow/swf-dfw.f90 | 8 +- src/Model/SurfaceWaterFlow/swf-pcp.f90 | 536 ++++++++++++++++++ src/Model/SurfaceWaterFlow/swf-sto.f90 | 4 +- src/Model/SurfaceWaterFlow/swf.f90 | 6 +- src/meson.build | 4 + utils/idmloader/dfns.txt | 17 + 37 files changed, 2992 insertions(+), 156 deletions(-) create mode 100644 doc/mf6io/chf/pcp.tex create mode 100644 doc/mf6io/mf6ivar/dfn/chf-pcp.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/olf-pcp.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-pcp.dfn create mode 100644 doc/mf6io/mf6ivar/examples/chf-pcp-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/olf-pcp-example.dat create mode 100644 doc/mf6io/olf/pcp.tex create mode 100644 src/Idm/chf-pcpidm.f90 create mode 100644 src/Idm/olf-pcpidm.f90 create mode 100644 src/Idm/swf-pcpidm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf-pcp.f90 diff --git a/autotest/test_chf_dfw_swrt2.py b/autotest/test_chf_dfw_swrt2.py index 8dfb56d9cd5..2dd772cef7b 100644 --- a/autotest/test_chf_dfw_swrt2.py +++ b/autotest/test_chf_dfw_swrt2.py @@ -17,12 +17,14 @@ from framework import TestFramework cases = [ - "chf-swr-t2", + "chf-swrt2-01", + "chf-swrt2-02", ] def build_models(idx, test): dx = 500.0 + width = dx nreach = 11 nper = 1 perlen = [5040 * 2 * 60.0] # 7 days (in seconds) @@ -89,7 +91,7 @@ def build_models(idx, test): export_array_ascii=True, nodes=nodes, nvert=nvert, - width=dx, + width=width, bottom=reach_bottom, idomain=1, vertices=vertices, @@ -131,13 +133,23 @@ def build_models(idx, test): # flw inflow_reach = 0 qinflow = 23.570 - flw = flopy.mf6.ModflowChfflw( - chf, - maxbound=1, - print_input=True, - print_flows=True, - stress_period_data=[(inflow_reach, qinflow)], - ) + if idx == 0: + flw = flopy.mf6.ModflowChfflw( + chf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(inflow_reach, qinflow)], + ) + + if idx == 1: + pcp = flopy.mf6.ModflowOlfpcp( + chf, + maxbound=1, + print_input=True, + print_flows=True, + stress_period_data=[(inflow_reach, qinflow / dx / width)], + ) chd = flopy.mf6.ModflowChfchd( chf, diff --git a/autotest/test_olf_dfw_swrt2dis.py b/autotest/test_olf_dfw_swrt2dis.py index e33a150e041..05e7edb07dd 100644 --- a/autotest/test_olf_dfw_swrt2dis.py +++ b/autotest/test_olf_dfw_swrt2dis.py @@ -15,7 +15,8 @@ from framework import TestFramework cases = [ - "olf-swr-t2-dis", + "olf-swrt2-dis01", + "olf-swrt2-dis02", ] @@ -113,16 +114,29 @@ def build_models(idx, test): ], ) - # flw qinflow = 23.570 - spd = [(i, 0, qinflow) for i in range(nrow)] - flw = flopy.mf6.ModflowOlfflw( - olf, - maxbound=len(spd), - print_input=True, - print_flows=True, - stress_period_data=spd, - ) + + if idx == 0: + # apply inflow with flw package + spd = [(i, 0, qinflow) for i in range(nrow)] + flw = flopy.mf6.ModflowOlfflw( + olf, + maxbound=len(spd), + print_input=True, + print_flows=True, + stress_period_data=spd, + ) + + if idx == 1: + # apply inflow with pcp package + spd = spd = [(i, 0, qinflow / dx**2) for i in range(nrow)] + pcp = flopy.mf6.ModflowOlfpcp( + olf, + maxbound=len(spd), + print_input=True, + print_flows=True, + stress_period_data=spd, + ) spd = [(i, ncol - 1, 1.05) for i in range(nrow)] chd = flopy.mf6.ModflowOlfchd( diff --git a/doc/mf6io/chf/chf.tex b/doc/mf6io/chf/chf.tex index 607cdb070d8..5279aeeb9c6 100644 --- a/doc/mf6io/chf/chf.tex +++ b/doc/mf6io/chf/chf.tex @@ -46,6 +46,10 @@ \subsection{Constant Head (CHD) Package} \subsection{Inflow (FLW) Package} \input{chf/flw} +\newpage +\subsection{Precipitation (PCP) Package} +\input{chf/pcp} + \newpage \subsection{Zero-Depth Gradient (ZDG) Package} \input{chf/zdg} diff --git a/doc/mf6io/chf/pcp.tex b/doc/mf6io/chf/pcp.tex new file mode 100644 index 00000000000..82e3f65a228 --- /dev/null +++ b/doc/mf6io/chf/pcp.tex @@ -0,0 +1,47 @@ +Input to the Precipitation (PCP) Package is read from the file that has type ``PCP6'' in the Name File. Any number of PCP Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-pcp-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-pcp-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-pcp-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/chf-pcp-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/chf-pcp-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/doc/mf6io/mf6ivar/dfn/chf-cxs.dfn b/doc/mf6io/mf6ivar/dfn/chf-cxs.dfn index 259cf04920c..0fe273aa84c 100644 --- a/doc/mf6io/mf6ivar/dfn/chf-cxs.dfn +++ b/doc/mf6io/mf6ivar/dfn/chf-cxs.dfn @@ -56,7 +56,7 @@ tagged false in_record true reader urword longname number of points used to define cross section -description integer value that defines the number of points used to define the define the shape of a section. NXSPOINTS must be greater than zero or the program will terminate with an error. NXSPOINTS defines the number of points that must be entered for the reach in the CROSSSECTIONDATA block. The sum of NXSPOINTS for all sections must equal the NPOINTS dimension. +description integer value that defines the number of points used to define the define the shape of a section. NXSPOINTS must be greater than 1 or the program will terminate with an error. NXSPOINTS defines the number of points that must be entered for the reach in the CROSSSECTIONDATA block. The sum of NXSPOINTS for all sections must equal the NPOINTS dimension. # --------------------- chf cxs crosssectiondata --------------------- diff --git a/doc/mf6io/mf6ivar/dfn/chf-pcp.dfn b/doc/mf6io/mf6ivar/dfn/chf-pcp.dfn new file mode 100644 index 00000000000..c3c69ce8298 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/chf-pcp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf pcp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'precipitation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'precipitation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'precipitation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print precipitation rates to listing file +description REPLACE print_flows {'{#1}': 'precipitation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save precipitation to budget file +description REPLACE save_flows {'{#1}': 'precipitation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Precipitation'} + +# --------------------- swf pcp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of precipitation cells +description REPLACE maxbound {'{#1}': 'precipitation cells'} + + +# --------------------- swf pcp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid precipitation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name precipitation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname precipitation rate +description is the precipitation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the surface area of the cell to calculate the volumetric precipitation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'precipitation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname precipitation name +description REPLACE boundname {'{#1}': 'precipitation'} diff --git a/doc/mf6io/mf6ivar/dfn/olf-flw.dfn b/doc/mf6io/mf6ivar/dfn/olf-flw.dfn index fca9ff08763..cd6426fcb75 100644 --- a/doc/mf6io/mf6ivar/dfn/olf-flw.dfn +++ b/doc/mf6io/mf6ivar/dfn/olf-flw.dfn @@ -180,8 +180,8 @@ tagged false in_record true reader urword time_series true -longname well rate -description is the volumetric inflow rate. A positive value indicates inflow to the stream. Negative values are not allows. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. +longname flow rate +description is the volumetric inflow rate. A positive value indicates inflow to the stream. Negative values are not allowed. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. block period name aux diff --git a/doc/mf6io/mf6ivar/dfn/olf-pcp.dfn b/doc/mf6io/mf6ivar/dfn/olf-pcp.dfn new file mode 100644 index 00000000000..c3c69ce8298 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/olf-pcp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf pcp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'precipitation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'precipitation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'precipitation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print precipitation rates to listing file +description REPLACE print_flows {'{#1}': 'precipitation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save precipitation to budget file +description REPLACE save_flows {'{#1}': 'precipitation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Precipitation'} + +# --------------------- swf pcp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of precipitation cells +description REPLACE maxbound {'{#1}': 'precipitation cells'} + + +# --------------------- swf pcp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid precipitation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name precipitation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname precipitation rate +description is the precipitation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the surface area of the cell to calculate the volumetric precipitation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'precipitation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname precipitation name +description REPLACE boundname {'{#1}': 'precipitation'} diff --git a/doc/mf6io/mf6ivar/dfn/swf-pcp.dfn b/doc/mf6io/mf6ivar/dfn/swf-pcp.dfn new file mode 100644 index 00000000000..c3c69ce8298 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-pcp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf pcp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'precipitation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'precipitation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'precipitation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print precipitation rates to listing file +description REPLACE print_flows {'{#1}': 'precipitation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save precipitation to budget file +description REPLACE save_flows {'{#1}': 'precipitation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Precipitation'} + +# --------------------- swf pcp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of precipitation cells +description REPLACE maxbound {'{#1}': 'precipitation cells'} + + +# --------------------- swf pcp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid precipitation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name precipitation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname precipitation rate +description is the precipitation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the surface area of the cell to calculate the volumetric precipitation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'precipitation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname precipitation name +description REPLACE boundname {'{#1}': 'precipitation'} diff --git a/doc/mf6io/mf6ivar/examples/chf-pcp-example.dat b/doc/mf6io/mf6ivar/examples/chf-pcp-example.dat new file mode 100644 index 00000000000..d6c462d1c26 --- /dev/null +++ b/doc/mf6io/mf6ivar/examples/chf-pcp-example.dat @@ -0,0 +1,13 @@ +BEGIN OPTIONS + PRINT_INPUT + PRINT_FLOWS +END OPTIONS + +BEGIN dimensions + MAXBOUND 2 +END dimensions + +BEGIN PERIOD 1 + 1 0.005 + 2 0.007 +END PERIOD 1 diff --git a/doc/mf6io/mf6ivar/examples/olf-pcp-example.dat b/doc/mf6io/mf6ivar/examples/olf-pcp-example.dat new file mode 100644 index 00000000000..d6c462d1c26 --- /dev/null +++ b/doc/mf6io/mf6ivar/examples/olf-pcp-example.dat @@ -0,0 +1,13 @@ +BEGIN OPTIONS + PRINT_INPUT + PRINT_FLOWS +END OPTIONS + +BEGIN dimensions + MAXBOUND 2 +END dimensions + +BEGIN PERIOD 1 + 1 0.005 + 2 0.007 +END PERIOD 1 diff --git a/doc/mf6io/mf6ivar/mf6ivar.py b/doc/mf6io/mf6ivar/mf6ivar.py index 1faeffaa07a..064579587dc 100644 --- a/doc/mf6io/mf6ivar/mf6ivar.py +++ b/doc/mf6io/mf6ivar/mf6ivar.py @@ -189,6 +189,7 @@ def parse_mf6var_file(fname): MF6IVAR_DIR_PATH = Path(__file__).parent +MF6IO_DIR_PATH = Path(__file__).parents[1] DFNS_DIR_PATH = MF6IVAR_DIR_PATH / "dfn" EXAMPLES_DIR_PATH = MF6IVAR_DIR_PATH / "examples" MD_DIR_PATH = MF6IVAR_DIR_PATH / "md" @@ -196,7 +197,10 @@ def parse_mf6var_file(fname): RTD_DOC_DIR_PATH = Path(__file__).parents[3] / ".build_rtd_docs" / "_mf6io" COMMON_DFN_PATH = parse_mf6var_file(DFNS_DIR_PATH / "common.dfn") COMMON_DIR_PATH = MF6IVAR_DIR_PATH.parent.parent / "Common" -DEFAULT_MODELS = ["gwf", "gwt", "gwe", "prt"] # , "chf", "olf"] +DEFAULT_MODELS = ["gwf", "gwt", "gwe", "prt"] +DEVELOP_MODELS = ["chf", "olf"] +if (MF6IO_DIR_PATH / "develop.version").is_file(): + DEFAULT_MODELS += DEVELOP_MODELS VALID_TYPES = [ "integer", "double precision", diff --git a/doc/mf6io/olf/olf.tex b/doc/mf6io/olf/olf.tex index 7158fb53531..74e75f288cc 100644 --- a/doc/mf6io/olf/olf.tex +++ b/doc/mf6io/olf/olf.tex @@ -46,6 +46,10 @@ \subsection{Constant Head (CHD) Package} \subsection{Inflow (FLW) Package} \input{olf/flw} +\newpage +\subsection{Inflow (PCP) Package} +\input{olf/pcp} + \newpage \subsection{Zero-Depth Gradient (ZDG) Package} \input{olf/zdg} diff --git a/doc/mf6io/olf/pcp.tex b/doc/mf6io/olf/pcp.tex new file mode 100644 index 00000000000..9ba86be57a4 --- /dev/null +++ b/doc/mf6io/olf/pcp.tex @@ -0,0 +1,47 @@ +Input to the Precipitation (PCP) Package is read from the file that has type ``PCP6'' in the Name File. Any number of PCP Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-pcp-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-pcp-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-pcp-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/olf-pcp-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/olf-pcp-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/make/makefile b/make/makefile index 27d99da2582..c2502cc85d0 100644 --- a/make/makefile +++ b/make/makefile @@ -1,51 +1,51 @@ -# makefile created by pymake (version 1.2.10.dev0) for the 'mf6' executable. +# makefile created by pymake (version 1.2.11.dev0) for the 'mf6' executable. include ./makedefaults # Define the source file directories SOURCEDIR1=../src -SOURCEDIR2=../src/Distributed -SOURCEDIR3=../src/Exchange -SOURCEDIR4=../src/Idm -SOURCEDIR5=../src/Idm/selector -SOURCEDIR6=../src/Model -SOURCEDIR7=../src/Model/ChannelFlow -SOURCEDIR8=../src/Model/Connection -SOURCEDIR9=../src/Model/Discretization -SOURCEDIR10=../src/Model/Geometry -SOURCEDIR11=../src/Model/GroundWaterEnergy -SOURCEDIR12=../src/Model/GroundWaterFlow -SOURCEDIR13=../src/Model/GroundWaterFlow/submodules -SOURCEDIR14=../src/Model/GroundWaterTransport -SOURCEDIR15=../src/Model/ModelUtilities -SOURCEDIR16=../src/Model/OverlandFlow -SOURCEDIR17=../src/Model/ParticleTracking -SOURCEDIR18=../src/Model/SurfaceWaterFlow -SOURCEDIR19=../src/Model/TransportModel -SOURCEDIR20=../src/Solution -SOURCEDIR21=../src/Solution/LinearMethods -SOURCEDIR22=../src/Solution/ParticleTracker -SOURCEDIR23=../src/Solution/PETSc -SOURCEDIR24=../src/Timing -SOURCEDIR25=../src/Utilities -SOURCEDIR26=../src/Utilities/ArrayRead -SOURCEDIR27=../src/Utilities/Export -SOURCEDIR28=../src/Utilities/Idm -SOURCEDIR29=../src/Utilities/Idm/mf6blockfile -SOURCEDIR30=../src/Utilities/Idm/netcdf -SOURCEDIR31=../src/Utilities/Libraries -SOURCEDIR32=../src/Utilities/Libraries/blas -SOURCEDIR33=../src/Utilities/Libraries/daglib -SOURCEDIR34=../src/Utilities/Libraries/rcm -SOURCEDIR35=../src/Utilities/Libraries/sparsekit -SOURCEDIR36=../src/Utilities/Libraries/sparskit2 -SOURCEDIR37=../src/Utilities/Matrix -SOURCEDIR38=../src/Utilities/Memory -SOURCEDIR39=../src/Utilities/Observation -SOURCEDIR40=../src/Utilities/OutputControl -SOURCEDIR41=../src/Utilities/TimeSeries -SOURCEDIR42=../src/Utilities/Vector +SOURCEDIR2=../src/Idm +SOURCEDIR3=../src/Idm/selector +SOURCEDIR4=../src/Exchange +SOURCEDIR5=../src/Distributed +SOURCEDIR6=../src/Solution +SOURCEDIR7=../src/Solution/LinearMethods +SOURCEDIR8=../src/Solution/ParticleTracker +SOURCEDIR9=../src/Solution/PETSc +SOURCEDIR10=../src/Timing +SOURCEDIR11=../src/Utilities +SOURCEDIR12=../src/Utilities/Idm +SOURCEDIR13=../src/Utilities/Idm/mf6blockfile +SOURCEDIR14=../src/Utilities/Idm/netcdf +SOURCEDIR15=../src/Utilities/TimeSeries +SOURCEDIR16=../src/Utilities/Memory +SOURCEDIR17=../src/Utilities/OutputControl +SOURCEDIR18=../src/Utilities/ArrayRead +SOURCEDIR19=../src/Utilities/Libraries +SOURCEDIR20=../src/Utilities/Libraries/rcm +SOURCEDIR21=../src/Utilities/Libraries/blas +SOURCEDIR22=../src/Utilities/Libraries/sparskit2 +SOURCEDIR23=../src/Utilities/Libraries/daglib +SOURCEDIR24=../src/Utilities/Libraries/sparsekit +SOURCEDIR25=../src/Utilities/Export +SOURCEDIR26=../src/Utilities/Vector +SOURCEDIR27=../src/Utilities/Matrix +SOURCEDIR28=../src/Utilities/Observation +SOURCEDIR29=../src/Model +SOURCEDIR30=../src/Model/Connection +SOURCEDIR31=../src/Model/ChannelFlow +SOURCEDIR32=../src/Model/OverlandFlow +SOURCEDIR33=../src/Model/ParticleTracking +SOURCEDIR34=../src/Model/SurfaceWaterFlow +SOURCEDIR35=../src/Model/GroundWaterTransport +SOURCEDIR36=../src/Model/ModelUtilities +SOURCEDIR37=../src/Model/GroundWaterFlow +SOURCEDIR38=../src/Model/GroundWaterFlow/submodules +SOURCEDIR39=../src/Model/Discretization +SOURCEDIR40=../src/Model/TransportModel +SOURCEDIR41=../src/Model/Geometry +SOURCEDIR42=../src/Model/GroundWaterEnergy VPATH = \ ${SOURCEDIR1} \ @@ -125,6 +125,7 @@ $(OBJDIR)/utl-ncfidm.o \ $(OBJDIR)/utl-hpcidm.o \ $(OBJDIR)/swf-zdgidm.o \ $(OBJDIR)/swf-stoidm.o \ +$(OBJDIR)/swf-pcpidm.o \ $(OBJDIR)/swf-namidm.o \ $(OBJDIR)/swf-icidm.o \ $(OBJDIR)/swf-flwidm.o \ @@ -143,14 +144,13 @@ $(OBJDIR)/prt-disvidm.o \ $(OBJDIR)/prt-disidm.o \ $(OBJDIR)/olf-zdgidm.o \ $(OBJDIR)/olf-stoidm.o \ +$(OBJDIR)/olf-pcpidm.o \ $(OBJDIR)/olf-namidm.o \ $(OBJDIR)/olf-icidm.o \ $(OBJDIR)/olf-flwidm.o \ $(OBJDIR)/olf-disv2didm.o \ -$(OBJDIR)/olf-disv1didm.o \ $(OBJDIR)/olf-dis2didm.o \ $(OBJDIR)/olf-dfwidm.o \ -$(OBJDIR)/olf-cxsidm.o \ $(OBJDIR)/olf-chdidm.o \ $(OBJDIR)/olf-cdbidm.o \ $(OBJDIR)/gwt-namidm.o \ @@ -193,12 +193,11 @@ $(OBJDIR)/exg-gwegweidm.o \ $(OBJDIR)/exg-chfgwfidm.o \ $(OBJDIR)/chf-zdgidm.o \ $(OBJDIR)/chf-stoidm.o \ +$(OBJDIR)/chf-pcpidm.o \ $(OBJDIR)/chf-namidm.o \ $(OBJDIR)/chf-icidm.o \ $(OBJDIR)/chf-flwidm.o \ -$(OBJDIR)/chf-disv2didm.o \ $(OBJDIR)/chf-disv1didm.o \ -$(OBJDIR)/chf-dis2didm.o \ $(OBJDIR)/chf-dfwidm.o \ $(OBJDIR)/chf-cxsidm.o \ $(OBJDIR)/chf-chdidm.o \ @@ -256,17 +255,17 @@ $(OBJDIR)/TimeArraySeriesManager.o \ $(OBJDIR)/PackageMover.o \ $(OBJDIR)/Obs.o \ $(OBJDIR)/NumericalPackage.o \ +$(OBJDIR)/Particle.o \ $(OBJDIR)/PackageBudget.o \ $(OBJDIR)/HeadFileReader.o \ $(OBJDIR)/BudgetObject.o \ $(OBJDIR)/BoundaryPackage.o \ $(OBJDIR)/CellDefn.o \ -$(OBJDIR)/Particle.o \ +$(OBJDIR)/TrackFile.o \ $(OBJDIR)/sort.o \ $(OBJDIR)/FlowModelInterface.o \ $(OBJDIR)/Cell.o \ $(OBJDIR)/Subcell.o \ -$(OBJDIR)/TrackFile.o \ $(OBJDIR)/TrackControl.o \ $(OBJDIR)/TimeSelect.o \ $(OBJDIR)/prt-fmi.o \ @@ -308,6 +307,7 @@ $(OBJDIR)/MethodSubcellPool.o \ $(OBJDIR)/CellPoly.o \ $(OBJDIR)/CellRectQuad.o \ $(OBJDIR)/CellRect.o \ +$(OBJDIR)/SwfCxsUtils.o \ $(OBJDIR)/VirtualModel.o \ $(OBJDIR)/BaseExchange.o \ $(OBJDIR)/TspSpc.o \ @@ -332,8 +332,9 @@ $(OBJDIR)/MethodCellTernary.o \ $(OBJDIR)/MethodCellPollockQuad.o \ $(OBJDIR)/MethodCellPollock.o \ $(OBJDIR)/MethodCellPassToBot.o \ -$(OBJDIR)/SwfCxsUtils.o \ $(OBJDIR)/Disv1dGeom.o \ +$(OBJDIR)/VectorInterpolation.o \ +$(OBJDIR)/swf-cxs.o \ $(OBJDIR)/CellWithNbrs.o \ $(OBJDIR)/NumericalExchange.o \ $(OBJDIR)/tsp-ssm.o \ @@ -360,20 +361,19 @@ $(OBJDIR)/VirtualSolution.o \ $(OBJDIR)/SparseMatrix.o \ $(OBJDIR)/LinearSolverBase.o \ $(OBJDIR)/ImsReordering.o \ -$(OBJDIR)/StructVector.o \ $(OBJDIR)/ModflowInput.o \ +$(OBJDIR)/DefinitionSelect.o \ +$(OBJDIR)/StructVector.o \ $(OBJDIR)/IdmLogger.o \ $(OBJDIR)/NCFileVars.o \ $(OBJDIR)/Integer1dReader.o \ $(OBJDIR)/Double2dReader.o \ $(OBJDIR)/Double1dReader.o \ -$(OBJDIR)/DefinitionSelect.o \ $(OBJDIR)/MethodCellPool.o \ $(OBJDIR)/CellUtil.o \ -$(OBJDIR)/swf-cxs.o \ $(OBJDIR)/Disv1d.o \ +$(OBJDIR)/swf-dfw.o \ $(OBJDIR)/swf-ic.o \ -$(OBJDIR)/VectorInterpolation.o \ $(OBJDIR)/VirtualExchange.o \ $(OBJDIR)/GridSorting.o \ $(OBJDIR)/DisConnExchange.o \ @@ -411,20 +411,20 @@ $(OBJDIR)/gwe-cnd.o \ $(OBJDIR)/RouterBase.o \ $(OBJDIR)/ImsLinearSolver.o \ $(OBJDIR)/ImsLinearBase.o \ +$(OBJDIR)/DynamicPackageParams.o \ $(OBJDIR)/StructArray.o \ $(OBJDIR)/LoadNCInput.o \ $(OBJDIR)/LayeredArrayReader.o \ -$(OBJDIR)/DynamicPackageParams.o \ $(OBJDIR)/InputLoadType.o \ $(OBJDIR)/ReleaseSchedule.o \ $(OBJDIR)/MethodDisv.o \ $(OBJDIR)/MethodDis.o \ $(OBJDIR)/swf-zdg.o \ $(OBJDIR)/swf-sto.o \ +$(OBJDIR)/swf-pcp.o \ $(OBJDIR)/swf-oc.o \ $(OBJDIR)/swf-obs.o \ $(OBJDIR)/swf-flw.o \ -$(OBJDIR)/swf-dfw.o \ $(OBJDIR)/swf-cdb.o \ $(OBJDIR)/Disv2d.o \ $(OBJDIR)/Dis2d.o \ @@ -440,9 +440,9 @@ $(OBJDIR)/Timer.o \ $(OBJDIR)/LinearSolverFactory.o \ $(OBJDIR)/ImsLinear.o \ $(OBJDIR)/BaseSolution.o \ +$(OBJDIR)/BoundInputContext.o \ $(OBJDIR)/LoadMf6File.o \ $(OBJDIR)/AsciiInputLoadType.o \ -$(OBJDIR)/BoundInputContext.o \ $(OBJDIR)/prt-prp.o \ $(OBJDIR)/prt-oc.o \ $(OBJDIR)/prt-mip.o \ @@ -513,7 +513,11 @@ $(OBJDIR)/gwf-sfr-constant.o \ $(OBJDIR)/RectangularGeometry.o \ $(OBJDIR)/CircularGeometry.o \ $(OBJDIR)/ExplicitModel.o \ -$(OBJDIR)/exg-swfgwfidm.o +$(OBJDIR)/olf-disv1didm.o \ +$(OBJDIR)/olf-cxsidm.o \ +$(OBJDIR)/exg-swfgwfidm.o \ +$(OBJDIR)/chf-disv2didm.o \ +$(OBJDIR)/chf-dis2didm.o # Define the objects that make up the program $(PROGRAM) : $(OBJECTS) diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index a90fddd986e..c97b8e6638a 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -148,6 +148,7 @@ + @@ -199,6 +200,7 @@ + @@ -217,6 +219,7 @@ + @@ -354,6 +357,7 @@ + diff --git a/src/Idm/chf-pcpidm.f90 b/src/Idm/chf-pcpidm.f90 new file mode 100644 index 00000000000..006168835a7 --- /dev/null +++ b/src/Idm/chf-pcpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module ChfPcpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public chf_pcp_param_definitions + public chf_pcp_aggregate_definitions + public chf_pcp_block_definitions + public ChfPcpParamFoundType + public chf_pcp_multi_package + public chf_pcp_subpackages + + type ChfPcpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: precipitation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type ChfPcpParamFoundType + + logical :: chf_pcp_multi_package = .true. + + character(len=16), parameter :: & + chf_pcp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + chfpcp_auxiliary = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_auxmultname = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_boundnames = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_iprpak = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_iprflow = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print precipitation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_ipakcb = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save precipitation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_ts_filerecord = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_ts6 = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_filein = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_ts6_filename = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_obs_filerecord = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_obs6 = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_obs6_filename = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_maxbound = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of precipitation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_cellid = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_precipitation = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'PRECIPITATION', & ! tag name + 'PRECIPITATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'precipitation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_auxvar = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfpcp_boundname = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'precipitation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chf_pcp_param_definitions(*) = & + [ & + chfpcp_auxiliary, & + chfpcp_auxmultname, & + chfpcp_boundnames, & + chfpcp_iprpak, & + chfpcp_iprflow, & + chfpcp_ipakcb, & + chfpcp_ts_filerecord, & + chfpcp_ts6, & + chfpcp_filein, & + chfpcp_ts6_filename, & + chfpcp_obs_filerecord, & + chfpcp_obs6, & + chfpcp_obs6_filename, & + chfpcp_maxbound, & + chfpcp_cellid, & + chfpcp_precipitation, & + chfpcp_auxvar, & + chfpcp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + chfpcp_spd = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chf_pcp_aggregate_definitions(*) = & + [ & + chfpcp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + chf_pcp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module ChfPcpInputModule diff --git a/src/Idm/olf-pcpidm.f90 b/src/Idm/olf-pcpidm.f90 new file mode 100644 index 00000000000..d430f39e177 --- /dev/null +++ b/src/Idm/olf-pcpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module OlfPcpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public olf_pcp_param_definitions + public olf_pcp_aggregate_definitions + public olf_pcp_block_definitions + public OlfPcpParamFoundType + public olf_pcp_multi_package + public olf_pcp_subpackages + + type OlfPcpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: precipitation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type OlfPcpParamFoundType + + logical :: olf_pcp_multi_package = .true. + + character(len=16), parameter :: & + olf_pcp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + olfpcp_auxiliary = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_auxmultname = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_boundnames = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_iprpak = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_iprflow = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print precipitation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_ipakcb = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save precipitation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_ts_filerecord = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_ts6 = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_filein = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_ts6_filename = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_obs_filerecord = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_obs6 = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_obs6_filename = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_maxbound = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of precipitation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_cellid = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_precipitation = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'PRECIPITATION', & ! tag name + 'PRECIPITATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'precipitation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_auxvar = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfpcp_boundname = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'precipitation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olf_pcp_param_definitions(*) = & + [ & + olfpcp_auxiliary, & + olfpcp_auxmultname, & + olfpcp_boundnames, & + olfpcp_iprpak, & + olfpcp_iprflow, & + olfpcp_ipakcb, & + olfpcp_ts_filerecord, & + olfpcp_ts6, & + olfpcp_filein, & + olfpcp_ts6_filename, & + olfpcp_obs_filerecord, & + olfpcp_obs6, & + olfpcp_obs6_filename, & + olfpcp_maxbound, & + olfpcp_cellid, & + olfpcp_precipitation, & + olfpcp_auxvar, & + olfpcp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + olfpcp_spd = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olf_pcp_aggregate_definitions(*) = & + [ & + olfpcp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + olf_pcp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module OlfPcpInputModule diff --git a/src/Idm/selector/IdmChfDfnSelector.f90 b/src/Idm/selector/IdmChfDfnSelector.f90 index 62b0f3c00c0..e44bd63aa0e 100644 --- a/src/Idm/selector/IdmChfDfnSelector.f90 +++ b/src/Idm/selector/IdmChfDfnSelector.f90 @@ -13,6 +13,7 @@ module IdmChfDfnSelectorModule use ChfCdbInputModule use ChfChdInputModule use ChfFlwInputModule + use ChfPcpInputModule use ChfStoInputModule use ChfZdgInputModule @@ -66,6 +67,8 @@ function chf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, chf_chd_param_definitions) case ('FLW') call set_param_pointer(input_definition, chf_flw_param_definitions) + case ('PCP') + call set_param_pointer(input_definition, chf_pcp_param_definitions) case ('STO') call set_param_pointer(input_definition, chf_sto_param_definitions) case ('ZDG') @@ -96,6 +99,8 @@ function chf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, chf_chd_aggregate_definitions) case ('FLW') call set_param_pointer(input_definition, chf_flw_aggregate_definitions) + case ('PCP') + call set_param_pointer(input_definition, chf_pcp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, chf_sto_aggregate_definitions) case ('ZDG') @@ -126,6 +131,8 @@ function chf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, chf_chd_block_definitions) case ('FLW') call set_block_pointer(input_definition, chf_flw_block_definitions) + case ('PCP') + call set_block_pointer(input_definition, chf_pcp_block_definitions) case ('STO') call set_block_pointer(input_definition, chf_sto_block_definitions) case ('ZDG') @@ -155,6 +162,8 @@ function chf_idm_multi_package(subcomponent) result(multi_package) multi_package = chf_chd_multi_package case ('FLW') multi_package = chf_flw_multi_package + case ('PCP') + multi_package = chf_pcp_multi_package case ('STO') multi_package = chf_sto_multi_package case ('ZDG') @@ -187,6 +196,8 @@ function chf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, chf_chd_subpackages) case ('FLW') call set_subpkg_pointer(subpackages, chf_flw_subpackages) + case ('PCP') + call set_subpkg_pointer(subpackages, chf_pcp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, chf_sto_subpackages) case ('ZDG') @@ -217,6 +228,8 @@ function chf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('FLW') integrated = .true. + case ('PCP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/selector/IdmDfnSelector.f90 b/src/Idm/selector/IdmDfnSelector.f90 index 7612c2c8d6d..2efc8d0b9fb 100644 --- a/src/Idm/selector/IdmDfnSelector.f90 +++ b/src/Idm/selector/IdmDfnSelector.f90 @@ -9,6 +9,7 @@ module IdmDfnSelectorModule use IdmGwfDfnSelectorModule use IdmGwtDfnSelectorModule use IdmGweDfnSelectorModule + use IdmSwfDfnSelectorModule use IdmChfDfnSelectorModule use IdmOlfDfnSelectorModule use IdmPrtDfnSelectorModule @@ -41,6 +42,8 @@ function param_definitions(component, subcomponent) result(input_definition) input_definition => gwt_param_definitions(subcomponent) case ('GWE') input_definition => gwe_param_definitions(subcomponent) + case ('SWF') + input_definition => swf_param_definitions(subcomponent) case ('CHF') input_definition => chf_param_definitions(subcomponent) case ('OLF') @@ -70,6 +73,8 @@ function aggregate_definitions(component, subcomponent) result(input_definition) input_definition => gwt_aggregate_definitions(subcomponent) case ('GWE') input_definition => gwe_aggregate_definitions(subcomponent) + case ('SWF') + input_definition => swf_aggregate_definitions(subcomponent) case ('CHF') input_definition => chf_aggregate_definitions(subcomponent) case ('OLF') @@ -99,6 +104,8 @@ function block_definitions(component, subcomponent) result(input_definition) input_definition => gwt_block_definitions(subcomponent) case ('GWE') input_definition => gwe_block_definitions(subcomponent) + case ('SWF') + input_definition => swf_block_definitions(subcomponent) case ('CHF') input_definition => chf_block_definitions(subcomponent) case ('OLF') @@ -127,6 +134,8 @@ function idm_multi_package(component, subcomponent) result(multi_package) multi_package = gwt_idm_multi_package(subcomponent) case ('GWE') multi_package = gwe_idm_multi_package(subcomponent) + case ('SWF') + multi_package = swf_idm_multi_package(subcomponent) case ('CHF') multi_package = chf_idm_multi_package(subcomponent) case ('OLF') @@ -158,6 +167,8 @@ function idm_subpackages(component, subcomponent) result(subpackages) subpackages => gwt_idm_subpackages(subcomponent) case ('GWE') subpackages => gwe_idm_subpackages(subcomponent) + case ('SWF') + subpackages => swf_idm_subpackages(subcomponent) case ('CHF') subpackages => chf_idm_subpackages(subcomponent) case ('OLF') @@ -190,6 +201,8 @@ function idm_integrated(component, subcomponent) result(integrated) integrated = gwt_idm_integrated(subcomponent) case ('GWE') integrated = gwe_idm_integrated(subcomponent) + case ('SWF') + integrated = swf_idm_integrated(subcomponent) case ('CHF') integrated = chf_idm_integrated(subcomponent) case ('OLF') @@ -218,6 +231,8 @@ function idm_component(component) result(integrated) integrated = .true. case ('GWE') integrated = .true. + case ('SWF') + integrated = .true. case ('CHF') integrated = .true. case ('OLF') diff --git a/src/Idm/selector/IdmOlfDfnSelector.f90 b/src/Idm/selector/IdmOlfDfnSelector.f90 index 00cf9913120..33587530db8 100644 --- a/src/Idm/selector/IdmOlfDfnSelector.f90 +++ b/src/Idm/selector/IdmOlfDfnSelector.f90 @@ -13,6 +13,7 @@ module IdmOlfDfnSelectorModule use OlfCdbInputModule use OlfChdInputModule use OlfFlwInputModule + use OlfPcpInputModule use OlfStoInputModule use OlfZdgInputModule @@ -66,6 +67,8 @@ function olf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, olf_chd_param_definitions) case ('FLW') call set_param_pointer(input_definition, olf_flw_param_definitions) + case ('PCP') + call set_param_pointer(input_definition, olf_pcp_param_definitions) case ('STO') call set_param_pointer(input_definition, olf_sto_param_definitions) case ('ZDG') @@ -96,6 +99,8 @@ function olf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, olf_chd_aggregate_definitions) case ('FLW') call set_param_pointer(input_definition, olf_flw_aggregate_definitions) + case ('PCP') + call set_param_pointer(input_definition, olf_pcp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, olf_sto_aggregate_definitions) case ('ZDG') @@ -126,6 +131,8 @@ function olf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, olf_chd_block_definitions) case ('FLW') call set_block_pointer(input_definition, olf_flw_block_definitions) + case ('PCP') + call set_block_pointer(input_definition, olf_pcp_block_definitions) case ('STO') call set_block_pointer(input_definition, olf_sto_block_definitions) case ('ZDG') @@ -155,6 +162,8 @@ function olf_idm_multi_package(subcomponent) result(multi_package) multi_package = olf_chd_multi_package case ('FLW') multi_package = olf_flw_multi_package + case ('PCP') + multi_package = olf_pcp_multi_package case ('STO') multi_package = olf_sto_multi_package case ('ZDG') @@ -187,6 +196,8 @@ function olf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, olf_chd_subpackages) case ('FLW') call set_subpkg_pointer(subpackages, olf_flw_subpackages) + case ('PCP') + call set_subpkg_pointer(subpackages, olf_pcp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, olf_sto_subpackages) case ('ZDG') @@ -217,6 +228,8 @@ function olf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('FLW') integrated = .true. + case ('PCP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/selector/IdmSwfDfnSelector.f90 b/src/Idm/selector/IdmSwfDfnSelector.f90 index dd881700d1c..c09d0cc160e 100644 --- a/src/Idm/selector/IdmSwfDfnSelector.f90 +++ b/src/Idm/selector/IdmSwfDfnSelector.f90 @@ -15,6 +15,7 @@ module IdmSwfDfnSelectorModule use SwfCdbInputModule use SwfChdInputModule use SwfFlwInputModule + use SwfPcpInputModule use SwfStoInputModule use SwfZdgInputModule @@ -72,6 +73,8 @@ function swf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, swf_chd_param_definitions) case ('FLW') call set_param_pointer(input_definition, swf_flw_param_definitions) + case ('PCP') + call set_param_pointer(input_definition, swf_pcp_param_definitions) case ('STO') call set_param_pointer(input_definition, swf_sto_param_definitions) case ('ZDG') @@ -106,6 +109,8 @@ function swf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, swf_chd_aggregate_definitions) case ('FLW') call set_param_pointer(input_definition, swf_flw_aggregate_definitions) + case ('PCP') + call set_param_pointer(input_definition, swf_pcp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, swf_sto_aggregate_definitions) case ('ZDG') @@ -140,6 +145,8 @@ function swf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, swf_chd_block_definitions) case ('FLW') call set_block_pointer(input_definition, swf_flw_block_definitions) + case ('PCP') + call set_block_pointer(input_definition, swf_pcp_block_definitions) case ('STO') call set_block_pointer(input_definition, swf_sto_block_definitions) case ('ZDG') @@ -173,6 +180,8 @@ function swf_idm_multi_package(subcomponent) result(multi_package) multi_package = swf_chd_multi_package case ('FLW') multi_package = swf_flw_multi_package + case ('PCP') + multi_package = swf_pcp_multi_package case ('STO') multi_package = swf_sto_multi_package case ('ZDG') @@ -209,6 +218,8 @@ function swf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, swf_chd_subpackages) case ('FLW') call set_subpkg_pointer(subpackages, swf_flw_subpackages) + case ('PCP') + call set_subpkg_pointer(subpackages, swf_pcp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, swf_sto_subpackages) case ('ZDG') @@ -243,6 +254,8 @@ function swf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('FLW') integrated = .true. + case ('PCP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/swf-disv1didm.f90 b/src/Idm/swf-disv1didm.f90 index 8ac4c5119e0..d7c523bf538 100644 --- a/src/Idm/swf-disv1didm.f90 +++ b/src/Idm/swf-disv1didm.f90 @@ -20,14 +20,13 @@ module SwfDisv1DInputModule logical :: export_ascii = .false. logical :: nodes = .false. logical :: nvert = .false. - logical :: length = .false. logical :: width = .false. logical :: bottom = .false. logical :: idomain = .false. logical :: iv = .false. logical :: xv = .false. logical :: yv = .false. - logical :: icell2d = .false. + logical :: icell1d = .false. logical :: fdc = .false. logical :: ncvert = .false. logical :: icvert = .false. @@ -185,24 +184,6 @@ module SwfDisv1DInputModule .false. & ! timeseries ) - type(InputParamDefinitionType), parameter :: & - swfdisv1d_length = InputParamDefinitionType & - ( & - 'SWF', & ! component - 'DISV1D', & ! subcomponent - 'GRIDDATA', & ! block - 'LENGTH', & ! tag name - 'LENGTH', & ! fortran variable - 'DOUBLE1D', & ! type - 'NODES', & ! shape - 'length', & ! longname - .true., & ! required - .false., & ! multi-record - .false., & ! preserve case - .false., & ! layered - .false. & ! timeseries - ) - type(InputParamDefinitionType), parameter :: & swfdisv1d_width = InputParamDefinitionType & ( & @@ -312,16 +293,16 @@ module SwfDisv1DInputModule ) type(InputParamDefinitionType), parameter :: & - swfdisv1d_icell2d = InputParamDefinitionType & + swfdisv1d_icell1d = InputParamDefinitionType & ( & 'SWF', & ! component 'DISV1D', & ! subcomponent - 'CELL2D', & ! block - 'ICELL2D', & ! tag name - 'ICELL2D', & ! fortran variable + 'CELL1D', & ! block + 'ICELL1D', & ! tag name + 'ICELL1D', & ! fortran variable 'INTEGER', & ! type '', & ! shape - 'cell2d number', & ! longname + 'cell1d number', & ! longname .true., & ! required .true., & ! multi-record .false., & ! preserve case @@ -334,7 +315,7 @@ module SwfDisv1DInputModule ( & 'SWF', & ! component 'DISV1D', & ! subcomponent - 'CELL2D', & ! block + 'CELL1D', & ! block 'FDC', & ! tag name 'FDC', & ! fortran variable 'DOUBLE', & ! type @@ -352,7 +333,7 @@ module SwfDisv1DInputModule ( & 'SWF', & ! component 'DISV1D', & ! subcomponent - 'CELL2D', & ! block + 'CELL1D', & ! block 'NCVERT', & ! tag name 'NCVERT', & ! fortran variable 'INTEGER', & ! type @@ -370,7 +351,7 @@ module SwfDisv1DInputModule ( & 'SWF', & ! component 'DISV1D', & ! subcomponent - 'CELL2D', & ! block + 'CELL1D', & ! block 'ICVERT', & ! tag name 'ICVERT', & ! fortran variable 'INTEGER1D', & ! type @@ -394,14 +375,13 @@ module SwfDisv1DInputModule swfdisv1d_export_ascii, & swfdisv1d_nodes, & swfdisv1d_nvert, & - swfdisv1d_length, & swfdisv1d_width, & swfdisv1d_bottom, & swfdisv1d_idomain, & swfdisv1d_iv, & swfdisv1d_xv, & swfdisv1d_yv, & - swfdisv1d_icell2d, & + swfdisv1d_icell1d, & swfdisv1d_fdc, & swfdisv1d_ncvert, & swfdisv1d_icvert & @@ -426,16 +406,16 @@ module SwfDisv1DInputModule ) type(InputParamDefinitionType), parameter :: & - swfdisv1d_cell2d = InputParamDefinitionType & + swfdisv1d_cell1d = InputParamDefinitionType & ( & 'SWF', & ! component 'DISV1D', & ! subcomponent - 'CELL2D', & ! block - 'CELL2D', & ! tag name - 'CELL2D', & ! fortran variable - 'RECARRAY ICELL2D FDC NCVERT ICVERT', & ! type + 'CELL1D', & ! block + 'CELL1D', & ! tag name + 'CELL1D', & ! fortran variable + 'RECARRAY ICELL1D FDC NCVERT ICVERT', & ! type 'NODES', & ! shape - 'cell2d data', & ! longname + 'cell1d data', & ! longname .true., & ! required .false., & ! multi-record .false., & ! preserve case @@ -447,7 +427,7 @@ module SwfDisv1DInputModule swf_disv1d_aggregate_definitions(*) = & [ & swfdisv1d_vertices, & - swfdisv1d_cell2d & + swfdisv1d_cell1d & ] type(InputBlockDefinitionType), parameter :: & @@ -478,7 +458,7 @@ module SwfDisv1DInputModule .false. & ! block_variable ), & InputBlockDefinitionType( & - 'CELL2D', & ! blockname + 'CELL1D', & ! blockname .true., & ! required .true., & ! aggregate .false. & ! block_variable diff --git a/src/Idm/swf-pcpidm.f90 b/src/Idm/swf-pcpidm.f90 new file mode 100644 index 00000000000..1ccd8a3cc79 --- /dev/null +++ b/src/Idm/swf-pcpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfPcpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_pcp_param_definitions + public swf_pcp_aggregate_definitions + public swf_pcp_block_definitions + public SwfPcpParamFoundType + public swf_pcp_multi_package + public swf_pcp_subpackages + + type SwfPcpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: precipitation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type SwfPcpParamFoundType + + logical :: swf_pcp_multi_package = .true. + + character(len=16), parameter :: & + swf_pcp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + swfpcp_auxiliary = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_auxmultname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_boundnames = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_iprpak = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_iprflow = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print precipitation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_ipakcb = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save precipitation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_ts_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_ts6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_ts6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_maxbound = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of precipitation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_cellid = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_precipitation = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'PRECIPITATION', & ! tag name + 'PRECIPITATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'precipitation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_auxvar = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfpcp_boundname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'precipitation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_pcp_param_definitions(*) = & + [ & + swfpcp_auxiliary, & + swfpcp_auxmultname, & + swfpcp_boundnames, & + swfpcp_iprpak, & + swfpcp_iprflow, & + swfpcp_ipakcb, & + swfpcp_ts_filerecord, & + swfpcp_ts6, & + swfpcp_filein, & + swfpcp_ts6_filename, & + swfpcp_obs_filerecord, & + swfpcp_obs6, & + swfpcp_obs6_filename, & + swfpcp_maxbound, & + swfpcp_cellid, & + swfpcp_precipitation, & + swfpcp_auxvar, & + swfpcp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + swfpcp_spd = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'PCP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_pcp_aggregate_definitions(*) = & + [ & + swfpcp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_pcp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module SwfPcpInputModule diff --git a/src/Idm/utl-ncfidm.f90 b/src/Idm/utl-ncfidm.f90 index 3df61da5b00..4b01f8388ac 100644 --- a/src/Idm/utl-ncfidm.f90 +++ b/src/Idm/utl-ncfidm.f90 @@ -99,8 +99,8 @@ module UtlNcfInputModule 'INTEGER', & ! type '', & ! shape 'chunking parameter for the time dimension', & ! longname - .true., & ! required - .true., & ! multi-record + .false., & ! required + .false., & ! multi-record .false., & ! preserve case .false., & ! layered .false. & ! timeseries @@ -118,7 +118,7 @@ module UtlNcfInputModule '', & ! shape 'chunking parameter for the mesh face dimension', & ! longname .false., & ! required - .true., & ! multi-record + .false., & ! multi-record .false., & ! preserve case .false., & ! layered .false. & ! timeseries @@ -136,7 +136,7 @@ module UtlNcfInputModule '', & ! shape 'chunking parameter for structured z', & ! longname .false., & ! required - .true., & ! multi-record + .false., & ! multi-record .false., & ! preserve case .false., & ! layered .false. & ! timeseries @@ -154,7 +154,7 @@ module UtlNcfInputModule '', & ! shape 'chunking parameter for structured y', & ! longname .false., & ! required - .true., & ! multi-record + .false., & ! multi-record .false., & ! preserve case .false., & ! layered .false. & ! timeseries @@ -172,7 +172,7 @@ module UtlNcfInputModule '', & ! shape 'chunking parameter for structured x', & ! longname .false., & ! required - .true., & ! multi-record + .false., & ! multi-record .false., & ! preserve case .false., & ! layered .false. & ! timeseries diff --git a/src/Model/ChannelFlow/chf.f90 b/src/Model/ChannelFlow/chf.f90 index 9402a2a8676..5a05cd10075 100644 --- a/src/Model/ChannelFlow/chf.f90 +++ b/src/Model/ChannelFlow/chf.f90 @@ -41,7 +41,7 @@ module ChfModule !< candidates for input and these will be loaded in the order specified. integer(I4B), parameter :: CHF_NMULTIPKG = 50 character(len=LENPACKAGETYPE), dimension(CHF_NMULTIPKG) :: CHF_MULTIPKG - data CHF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', ' ', & ! 5 + data CHF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', 'PCP6 ', & ! 5 &45*' '/ ! 50 ! size of supported model package arrays diff --git a/src/Model/Discretization/Disv2d.f90 b/src/Model/Discretization/Disv2d.f90 index e0eb136bf27..31abe7a717a 100644 --- a/src/Model/Discretization/Disv2d.f90 +++ b/src/Model/Discretization/Disv2d.f90 @@ -36,6 +36,7 @@ module Disv2dModule procedure :: dis_da => disv2d_da procedure :: disv2d_load procedure :: get_dis_type => get_dis_type + procedure :: get_dis_enum => get_dis_enum procedure, public :: record_array procedure, public :: record_srcdst_list_header ! -- helper functions @@ -957,6 +958,14 @@ subroutine get_dis_type(this, dis_type) ! end subroutine get_dis_type + !> @brief Get the discretization type enumeration + function get_dis_enum(this) result(dis_enum) + use ConstantsModule, only: DISV2D + class(Disv2dType), intent(in) :: this + integer(I4B) :: dis_enum + dis_enum = DISV2D + end function get_dis_enum + !> @brief Allocate and initialize scalars !< subroutine allocate_scalars(this, name_model, input_mempath) diff --git a/src/Model/ModelUtilities/DiscretizationBase.f90 b/src/Model/ModelUtilities/DiscretizationBase.f90 index 05151ad9dbd..f71032c2656 100644 --- a/src/Model/ModelUtilities/DiscretizationBase.f90 +++ b/src/Model/ModelUtilities/DiscretizationBase.f90 @@ -2,7 +2,11 @@ module BaseDisModule use KindModule, only: DP, I4B, LGP use ConstantsModule, only: LENMODELNAME, LENAUXNAME, LINELENGTH, & - DZERO, LENMEMPATH, DPIO180 + DZERO, LENMEMPATH, DPIO180, DISUNDEF, & + DIS, DISV, DISU, & + DIS2D, DISV2D, DISU2D, & + DIS1D, DISV1D, DISU1D + use SmoothingModule, only: sQuadraticSaturation use ConnectionsModule, only: ConnectionsType use InputOutputModule, only: URWORD, ubdsv1, ubdsvd @@ -112,7 +116,9 @@ module BaseDisModule procedure, public :: get_area procedure, public :: get_area_factor procedure, public :: get_flow_width - + procedure, public :: is_3d + procedure, public :: is_2d + procedure, public :: is_1d end type DisBaseType contains @@ -1158,4 +1164,43 @@ subroutine get_flow_width(this, n, m, idx_conn, width_n, width_m) end subroutine get_flow_width + !> @Brief return true if grid is three dimensional + function is_3d(this) result(r) + ! dummy + class(DisBaseType) :: this + ! return + logical(LGP) :: r + r = .false. + select case (this%get_dis_enum()) + case (DIS, DISV, DISU) + r = .true. + end select + end function is_3d + + !> @Brief return true if grid is two dimensional + function is_2d(this) result(r) + ! dummy + class(DisBaseType) :: this + ! return + logical(LGP) :: r + r = .false. + select case (this%get_dis_enum()) + case (DIS2D, DISV2D, DISU2D) + r = .true. + end select + end function is_2d + + !> @Brief return true if grid is one dimensional + function is_1d(this) result(r) + ! dummy + class(DisBaseType) :: this + ! return + logical(LGP) :: r + r = .false. + select case (this%get_dis_enum()) + case (DIS1D, DISV1D, DISU1D) + r = .true. + end select + end function is_1d + end module BaseDisModule diff --git a/src/Model/OverlandFlow/olf.f90 b/src/Model/OverlandFlow/olf.f90 index 23a5b19d99b..3a2dc7fa4e7 100644 --- a/src/Model/OverlandFlow/olf.f90 +++ b/src/Model/OverlandFlow/olf.f90 @@ -41,7 +41,7 @@ module OlfModule !< candidates for input and these will be loaded in the order specified. integer(I4B), parameter :: OLF_NMULTIPKG = 50 character(len=LENPACKAGETYPE), dimension(OLF_NMULTIPKG) :: OLF_MULTIPKG - data OLF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', ' ', & ! 5 + data OLF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', 'PCP6 ', & ! 5 &45*' '/ ! 50 ! size of supported model package arrays diff --git a/src/Model/SurfaceWaterFlow/swf-cdb.f90 b/src/Model/SurfaceWaterFlow/swf-cdb.f90 index d52305906e8..121e66a79b5 100644 --- a/src/Model/SurfaceWaterFlow/swf-cdb.f90 +++ b/src/Model/SurfaceWaterFlow/swf-cdb.f90 @@ -36,7 +36,7 @@ module SwfCdbModule real(DP), dimension(:), pointer, contiguous :: width => null() !< channel width real(DP), pointer :: gravconv => null() !< conversion factor gravity in m/s^2 to model units - ! -- pointers other objects + ! pointers other objects type(SwfCxsType), pointer :: cxs contains diff --git a/src/Model/SurfaceWaterFlow/swf-cxs.f90 b/src/Model/SurfaceWaterFlow/swf-cxs.f90 index 2751f83fc5c..3e3a6cd1b10 100644 --- a/src/Model/SurfaceWaterFlow/swf-cxs.f90 +++ b/src/Model/SurfaceWaterFlow/swf-cxs.f90 @@ -9,7 +9,7 @@ module SwfCxsModule use MemoryHelperModule, only: create_mem_path use MemoryManagerModule, only: mem_allocate use SimVariablesModule, only: errmsg - use SimModule, only: store_error + use SimModule, only: store_error, store_error_filename, count_errors use NumericalPackageModule, only: NumericalPackageType use BaseDisModule, only: DisBaseType @@ -41,6 +41,7 @@ module SwfCxsModule procedure :: log_dimensions procedure :: source_packagedata procedure :: log_packagedata + procedure :: check_packagedata procedure :: source_crosssectiondata procedure :: log_crosssectiondata procedure :: cxs_da @@ -50,6 +51,8 @@ module SwfCxsModule procedure :: get_roughness procedure :: get_conveyance => cxs_conveyance procedure :: get_hydraulic_radius + procedure :: get_wetted_top_width + procedure :: get_maximum_top_width procedure :: write_cxs_table end type SwfCxsType @@ -287,44 +290,47 @@ end subroutine allocate_arrays !> @brief Copy options from IDM into package !< subroutine source_packagedata(this) - ! -- modules + ! modules use KindModule, only: LGP use MemoryManagerExtModule, only: mem_set_value use SimVariablesModule, only: idm_context use SwfCxsInputModule, only: SwfCxsParamFoundType - ! -- dummy + ! dummy class(SwfCxsType) :: this - ! -- locals + ! locals character(len=LENMEMPATH) :: idmMemoryPath type(SwfCxsParamFoundType) :: found - ! - ! -- set memory path + + ! set memory path idmMemoryPath = create_mem_path(this%name_model, 'CXS', idm_context) - ! - ! -- update defaults with idm sourced values + + ! update defaults with idm sourced values call mem_set_value(this%idcxs, 'IDCXS', idmMemoryPath, & found%idcxs) call mem_set_value(this%nxspoints, 'NXSPOINTS', idmMemoryPath, & found%nxspoints) - ! - ! -- ensure idcxs was found + + ! ensure idcxs was found if (.not. found%idcxs) then write (errmsg, '(a)') 'Error in PACKAGEDATA block: IDCXS not found.' call store_error(errmsg) end if - ! - ! -- ensure nxspoints was found + + ! ensure nxspoints was found if (.not. found%nxspoints) then write (errmsg, '(a)') 'Error in PACKAGEDATA block: NXSPOINTS not found.' call store_error(errmsg) end if - ! - ! -- log values to list file + + ! log values to list file if (this%iout > 0) then call this%log_packagedata(found) end if - ! - ! -- Calculate the iacross index array using nxspoints + + ! Check to make sure package data is valid + call this%check_packagedata() + + ! Calculate the iacross index array using nxspoints call calc_iacross(this%nxspoints, this%iacross) end subroutine source_packagedata @@ -340,6 +346,41 @@ subroutine calc_iacross(nxspoints, iacross) end do end subroutine calc_iacross + !> @brief Check packagedata + !< + subroutine check_packagedata(this) + ! dummy arguments + class(SwfCxsType) :: this !< this instance + ! local variables + integer(I4B) :: i + + ! Check that all cross section IDs are in range + do i = 1, size(this%idcxs) + if (this%idcxs(i) <= 0 .or. this%idcxs(i) > this%nsections) then + write (errmsg, '(a, i0, a)') & + 'IDCXS values must be greater than 0 and less than NSECTIONS. & + &Found ', this%idcxs(i), '.' + call store_error(errmsg) + end if + end do + + ! Check that nxspoints are greater than one + do i = 1, size(this%nxspoints) + if (this%nxspoints(i) <= 1) then + write (errmsg, '(a, i0, a, i0, a)') & + 'NXSPOINTS values must be greater than 1 for each cross section. & + &Found ', this%nxspoints(i), ' for cross section ', this%idcxs(i), '.' + call store_error(errmsg) + end if + end do + + ! write summary of package error messages + if (count_errors() > 0) then + call store_error_filename(this%input_fname) + end if + + end subroutine check_packagedata + !> @brief Write user packagedata to list file !< subroutine log_packagedata(this, found) @@ -722,4 +763,48 @@ function get_hydraulic_radius(this, idcxs, width, depth, area) result(r) end if end function get_hydraulic_radius + function get_wetted_top_width(this, idcxs, width, depth) result(r) + ! modules + use SwfCxsUtilsModule, only: get_wetted_topwidth + ! dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id + real(DP), intent(in) :: width !< width in reach + real(DP), intent(in) :: depth !< stage in reach + ! local + real(DP) :: r !< calculated hydraulic radius + integer(I4B) :: i0 + integer(I4B) :: i1 + integer(I4B) :: npts + integer(I4B) :: icalcmeth + call this%get_cross_section_info(idcxs, i0, i1, npts, icalcmeth) + if (npts == 0) then + r = width + else + r = get_wetted_topwidth(npts, this%xfraction(i0:i1), & + this%height(i0:i1), width, depth) + end if + end function get_wetted_top_width + + function get_maximum_top_width(this, idcxs, width) result(r) + ! modules + use SwfCxsUtilsModule, only: get_saturated_topwidth + ! dummy + class(SwfCxsType) :: this + integer(I4B), intent(in) :: idcxs !< cross section id + real(DP), intent(in) :: width !< width in reach + ! local + real(DP) :: r !< calculated hydraulic radius + integer(I4B) :: i0 + integer(I4B) :: i1 + integer(I4B) :: npts + integer(I4B) :: icalcmeth + call this%get_cross_section_info(idcxs, i0, i1, npts, icalcmeth) + if (npts == 0) then + r = width + else + r = get_saturated_topwidth(npts, this%xfraction(i0:i1)) + end if + end function get_maximum_top_width + end module SwfCxsModule diff --git a/src/Model/SurfaceWaterFlow/swf-dfw.f90 b/src/Model/SurfaceWaterFlow/swf-dfw.f90 index 65b0885f584..87d3c30962d 100644 --- a/src/Model/SurfaceWaterFlow/swf-dfw.f90 +++ b/src/Model/SurfaceWaterFlow/swf-dfw.f90 @@ -163,18 +163,12 @@ subroutine dfw_df(this, dis) ! dummy class(SwfDfwType) :: this !< this instance class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization - ! locals - character(len=10) :: distype = '' ! Set a pointers to passed in objects this%dis => dis ! Set the distype (either DISV1D or DIS2D) - call this%dis%get_dis_type(distype) - if (distype == "DIS2D") then - this%is2d = 1 - end if - if (distype == "DISV2D") then + if (this%dis%is_2d()) then this%is2d = 1 end if diff --git a/src/Model/SurfaceWaterFlow/swf-pcp.f90 b/src/Model/SurfaceWaterFlow/swf-pcp.f90 new file mode 100644 index 00000000000..28c85938b96 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf-pcp.f90 @@ -0,0 +1,536 @@ +!> @brief This module contains the precipitation (PCP) package methods +!! +!! This module can be used to represent precipitation onto streams and +!! overland flow cells. +!< +module SwfPcpModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: DZERO, LENFTYPE, LENPACKAGENAME, MAXCHARLEN, & + LINELENGTH + use MemoryHelperModule, only: create_mem_path + use BndModule, only: BndType + use BndExtModule, only: BndExtType + use SimModule, only: store_error, store_error_filename, count_errors + use SimVariablesModule, only: errmsg + use ObsModule, only: DefaultObsIdProcessor + use TimeArraySeriesLinkModule, only: TimeArraySeriesLinkType + use BlockParserModule, only: BlockParserType + use CharacterStringModule, only: CharacterStringType + use MatrixBaseModule + use GeomUtilModule, only: get_node + use BaseDisModule, only: DisBaseType + use Disv1dModule, only: Disv1dType + use SwfDfwModule, only: SwfDfwType + use SwfCxsModule, only: SwfCxsType + + implicit none + + private + public :: pcp_create + + character(len=LENFTYPE) :: ftype = 'PCP' + character(len=LENPACKAGENAME) :: text = ' PCP' + ! character(len=LENPACKAGENAME) :: texta = ' PCPA' + + type, extends(BndExtType) :: SwfPcpType + real(DP), dimension(:), pointer, contiguous :: precipitation => null() !< boundary precipitation array + logical, pointer, private :: read_as_arrays + + ! pointers to other objects + type(SwfDfwType), pointer :: dfw + type(SwfCxsType), pointer :: cxs + + contains + + procedure :: pcp_allocate_scalars + procedure :: allocate_arrays => pcp_allocate_arrays + procedure :: source_options => pcp_source_options + procedure :: source_dimensions => pcp_source_dimensions + procedure :: log_pcp_options + procedure :: read_initial_attr => pcp_read_initial_attr + procedure :: bnd_rp => pcp_rp + procedure :: bnd_ck => pcp_ck + procedure :: bnd_cf => pcp_cf + procedure :: bnd_fc => pcp_fc + procedure :: bnd_da => pcp_da + procedure :: define_listlabel => pcp_define_listlabel + procedure :: bound_value => pcp_bound_value + procedure, private :: default_nodelist + procedure, private :: reach_length_pointer + ! for observations + procedure, public :: bnd_obs_supported => pcp_obs_supported + procedure, public :: bnd_df_obs => pcp_df_obs + + end type SwfPcpType + +contains + + !> @brief Create a Precipitation Package + !< + subroutine pcp_create(packobj, id, ibcnum, inunit, iout, namemodel, pakname, & + mempath, dis, dfw, cxs) + ! dummy + class(BndType), pointer :: packobj !< pointer to default package type + integer(I4B), intent(in) :: id !< package id + integer(I4B), intent(in) :: ibcnum !< boundary condition number + integer(I4B), intent(in) :: inunit !< unit number of CDB package input file + integer(I4B), intent(in) :: iout !< unit number of model listing file + character(len=*), intent(in) :: namemodel !< model name + character(len=*), intent(in) :: pakname !< package name + character(len=*), intent(in) :: mempath !< input mempath + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + type(SwfDfwType), pointer, intent(in) :: dfw !< the pointer to the dfw package + type(SwfCxsType), pointer, intent(in) :: cxs !< the pointer to the cxs package + ! local + type(SwfPcpType), pointer :: pcpobj + + ! allocate precipitation object and scalar variables + allocate (pcpobj) + packobj => pcpobj + + ! create name and memory path + call packobj%set_names(ibcnum, namemodel, pakname, ftype, mempath) + packobj%text = text + + ! allocate scalars + call pcpobj%pcp_allocate_scalars() + + ! initialize package + call packobj%pack_initialize() + + packobj%inunit = inunit + packobj%iout = iout + packobj%id = id + packobj%ibcnum = ibcnum + packobj%ictMemPath = create_mem_path(namemodel, 'DFW') + + ! store pointer to dis + pcpobj%dis => dis + + ! store pointer to dfw + pcpobj%dfw => dfw + + ! store pointer to cxs + pcpobj%cxs => cxs + end subroutine pcp_create + + !> @brief Allocate scalar members + !< + subroutine pcp_allocate_scalars(this) + ! dummy + class(SwfPcpType), intent(inout) :: this + + ! allocate base scalars + call this%BndExtType%allocate_scalars() + + ! allocate internal members + allocate (this%read_as_arrays) + + ! Set values + this%read_as_arrays = .false. + end subroutine pcp_allocate_scalars + + !> @brief Allocate package arrays + !< + subroutine pcp_allocate_arrays(this, nodelist, auxvar) + ! modules + use MemoryManagerModule, only: mem_setptr, mem_checkin + ! dummy + class(SwfPcpType) :: this + integer(I4B), dimension(:), pointer, contiguous, optional :: nodelist + real(DP), dimension(:, :), pointer, contiguous, optional :: auxvar + + ! allocate base arrays + call this%BndExtType%allocate_arrays(nodelist, auxvar) + + ! set input context pointers + call mem_setptr(this%precipitation, 'PRECIPITATION', this%input_mempath) + + ! checkin input context pointers + call mem_checkin(this%precipitation, 'PRECIPITATION', this%memoryPath, & + 'PRECIPITATION', this%input_mempath) + end subroutine pcp_allocate_arrays + + !> @brief Source options specific to PCPType + !< + subroutine pcp_source_options(this) + ! modules + use MemoryManagerExtModule, only: mem_set_value + implicit none + ! dummy + class(SwfPcpType), intent(inout) :: this + ! local + logical(LGP) :: found_readasarrays = .false. + + ! source common bound options + call this%BndExtType%source_options() + + ! update defaults with idm sourced values + call mem_set_value(this%read_as_arrays, 'READASARRAYS', this%input_mempath, & + found_readasarrays) + + ! log pcp params + call this%log_pcp_options(found_readasarrays) + end subroutine pcp_source_options + + !> @brief Log options specific to SwfPcpType + !< + subroutine log_pcp_options(this, found_readasarrays) + implicit none + ! dummy + class(SwfPcpType), intent(inout) :: this + logical(LGP), intent(in) :: found_readasarrays + ! formats + character(len=*), parameter :: fmtreadasarrays = & + &"(4x, 'PRECIPITATION INPUT WILL BE READ AS ARRAY(S).')" + + ! log found options + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text)) & + //' OPTIONS' + + if (found_readasarrays) then + write (this%iout, fmtreadasarrays) + end if + + ! close logging block + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' OPTIONS' + end subroutine log_pcp_options + + !> @brief Source the dimensions for this package + !< + subroutine pcp_source_dimensions(this) + ! dummy + class(SwfPcpType), intent(inout) :: this + + if (this%read_as_arrays) then + + ! Set maxbound to the number of cells per layer, which is simply + ! nrow * ncol for a dis2d grid, and nodesuser for disv2d and disv1d + this%maxbound = this%dis%get_ncpl() + + ! verify dimensions were set + if (this%maxbound <= 0) then + write (errmsg, '(a)') & + 'MAXBOUND must be an integer greater than zero.' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end if + + else + + ! source maxbound + call this%BndExtType%source_dimensions() + + end if + + ! Call define_listlabel to construct the list label that is written + ! when PRINT_INPUT option is used. + call this%define_listlabel() + end subroutine pcp_source_dimensions + + !> @brief Part of allocate and read + !< + subroutine pcp_read_initial_attr(this) + ! dummy + class(SwfPcpType), intent(inout) :: this + + if (this%read_as_arrays) then + call this%default_nodelist() + end if + end subroutine pcp_read_initial_attr + + !> @brief Read and Prepare + !! + !! Read itmp and read new boundaries if itmp > 0 + !< + subroutine pcp_rp(this) + ! modules + use TdisModule, only: kper + implicit none + ! dummy + class(SwfPcpType), intent(inout) :: this + + if (this%iper /= kper) return + + if (this%read_as_arrays) then + ! no need to do anything because this%precipitation points directly to + ! the input context precipitation, which is automatically updated by idm + else + call this%BndExtType%bnd_rp() + end if + + ! Write the list to iout if requested + if (this%iprpak /= 0) then + call this%write_list() + end if + end subroutine pcp_rp + + !> @brief Ensure precipitation is positive + !< + subroutine pcp_ck(this) + ! dummy + class(SwfPcpType), intent(inout) :: this + ! local + character(len=30) :: nodestr + integer(I4B) :: i, nr + character(len=*), parameter :: fmterr = & + &"('Specified stress ',i0, & + &' precipitation (',g0,') is less than zero for cell', a)" + + ! Ensure precipitation rates are positive + do i = 1, this%nbound + nr = this%nodelist(i) + if (nr <= 0) cycle + if (this%precipitation(i) < DZERO) then + call this%dis%noder_to_string(nr, nodestr) + write (errmsg, fmt=fmterr) i, this%precipitation(i), trim(nodestr) + call store_error(errmsg) + end if + end do + + ! write summary of package error messages + if (count_errors() > 0) then + call store_error_filename(this%input_fname) + end if + end subroutine pcp_ck + + !> @brief Formulate the HCOF and RHS terms + !! + !! Skip if no precipitation. Otherwise, calculate hcof and rhs + !< + subroutine pcp_cf(this) + ! dummy + class(SwfPcpType) :: this + ! local + integer(I4B) :: i + integer(I4B) :: node + integer(I4B) :: idcxs + real(DP) :: qpcp + real(DP) :: area + real(DP) :: width_channel + real(DP) :: top_width + real(DP), dimension(:), pointer :: reach_length + + ! Return if no precipitation + if (this%nbound == 0) return + + ! Set pointer to reach_length for 1d + reach_length => this%reach_length_pointer() + + ! Calculate hcof and rhs for each precipitation entry + do i = 1, this%nbound + + ! Find the node number + node = this%nodelist(i) + + ! cycle if nonexistent bound + if (node <= 0) then + this%hcof(i) = DZERO + this%rhs(i) = DZERO + cycle + end if + + ! Initialize hcof + this%hcof(i) = DZERO + + ! Determine the water surface area + if (this%dis%is_2d()) then + ! this is for overland flow case + area = this%dis%get_area(node) + else if (this%dis%is_1d()) then + ! this is for channel case + idcxs = this%dfw%idcxs(node) + top_width = this%cxs%get_maximum_top_width(idcxs, width_channel) + area = reach_length(node) * top_width + end if + + ! calculate volumetric precipitation flow in L^3/T + qpcp = this%precipitation(i) * area + + ! multiplier + if (this%iauxmultcol > 0) then + qpcp = qpcp * this%auxvar(this%iauxmultcol, i) + end if + + ! rhs contribution + this%rhs(i) = -qpcp + + ! zero out contribution if cell is inactive or constant head + if (this%ibound(node) <= 0) then + this%rhs(i) = DZERO + cycle + end if + + end do + end subroutine pcp_cf + + !> @brief Copy rhs and hcof into solution rhs and amat + !< + subroutine pcp_fc(this, rhs, ia, idxglo, matrix_sln) + ! dummy + class(SwfPcpType) :: this + real(DP), dimension(:), intent(inout) :: rhs + integer(I4B), dimension(:), intent(in) :: ia + integer(I4B), dimension(:), intent(in) :: idxglo + class(MatrixBaseType), pointer :: matrix_sln + ! local + integer(I4B) :: i, n, ipos + + ! Copy package rhs and hcof into solution rhs and amat + do i = 1, this%nbound + n = this%nodelist(i) + if (n <= 0) cycle + rhs(n) = rhs(n) + this%rhs(i) + ipos = ia(n) + call matrix_sln%add_value_pos(idxglo(ipos), this%hcof(i)) + end do + end subroutine pcp_fc + + !> @brief Deallocate memory + !< + subroutine pcp_da(this) + ! modules + use MemoryManagerModule, only: mem_deallocate + ! dummy + class(SwfPcpType) :: this + + ! Deallocate parent package + call this%BndExtType%bnd_da() + + ! scalars + deallocate (this%read_as_arrays) + + ! arrays + call mem_deallocate(this%precipitation, 'PRECIPITATION', this%memoryPath) + + ! pointers + nullify (this%dis) + nullify (this%dfw) + nullify (this%cxs) + end subroutine pcp_da + + !> @brief Define the list heading that is written to iout when PRINT_INPUT + !! option is used. + !< + subroutine pcp_define_listlabel(this) + ! dummy + class(SwfPcpType), intent(inout) :: this + ! + ! create the header list label + this%listlabel = trim(this%filtyp)//' NO.' + if (this%dis%ndim == 3) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'ROW' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'COL' + elseif (this%dis%ndim == 2) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'CELL2D' + else + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'NODE' + end if + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'PRECIPITATION' +! if(this%multindex > 0) & +! write(this%listlabel, '(a, a16)') trim(this%listlabel), 'MULTIPLIER' + if (this%inamedbound == 1) then + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'BOUNDARY NAME' + end if + end subroutine pcp_define_listlabel + + !> @brief Assign default nodelist when READASARRAYS is specified. + !< + subroutine default_nodelist(this) + ! dummy + class(SwfPcpType) :: this + ! local + integer(I4B) :: nodeu, noder + + ! This is only called for readasarrays, so nodelist will be the size of + ! the user grid, and will have a value of 0 for any entries where idomain + ! is not 1 + do nodeu = 1, this%maxbound + noder = this%dis%get_nodenumber(nodeu, 0) + this%nodelist(nodeu) = noder + end do + + ! Assign nbound + this%nbound = this%maxbound + + end subroutine default_nodelist + + ! Procedures related to observations + + !> @brief + !! + !! Overrides BndType%bnd_obs_supported() + !< + logical function pcp_obs_supported(this) + implicit none + ! dummy + class(SwfPcpType) :: this + pcp_obs_supported = .true. + end function pcp_obs_supported + + !> @brief Implements bnd_df_obs + !! + !! Store observation type supported by PCP package. Overrides + !! BndType%bnd_df_obs + !< + subroutine pcp_df_obs(this) + implicit none + ! dummy + class(SwfPcpType) :: this + ! local + integer(I4B) :: indx + + call this%obs%StoreObsType('pcp', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + end subroutine pcp_df_obs + + !> @brief Return requested boundary value + !< + function pcp_bound_value(this, col, row) result(bndval) + ! modules + use ConstantsModule, only: DZERO + ! dummy + class(SwfPcpType), intent(inout) :: this !< BndExtType object + integer(I4B), intent(in) :: col + integer(I4B), intent(in) :: row + ! result + real(DP) :: bndval + + select case (col) + case (1) + if (this%iauxmultcol > 0) then + bndval = this%precipitation(row) * this%auxvar(this%iauxmultcol, row) + else + bndval = this%precipitation(row) + end if + case default + errmsg = 'Programming error. PCP bound value requested column '& + &'outside range of ncolbnd (1).' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end select + end function pcp_bound_value + + function reach_length_pointer(this) result(ptr) + ! dummy + class(SwfPcpType) :: this !< this instance + ! return + real(DP), dimension(:), pointer :: ptr + ! local + class(DisBaseType), pointer :: dis + + ptr => null() + dis => this%dis + select type (dis) + type is (Disv1dType) + ptr => dis%length + end select + + end function reach_length_pointer + +end module SwfPcpModule + diff --git a/src/Model/SurfaceWaterFlow/swf-sto.f90 b/src/Model/SurfaceWaterFlow/swf-sto.f90 index dd0c5db739d..74bf6fa0eaf 100644 --- a/src/Model/SurfaceWaterFlow/swf-sto.f90 +++ b/src/Model/SurfaceWaterFlow/swf-sto.f90 @@ -209,7 +209,6 @@ subroutine sto_fc(this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs) integer(I4B), intent(in), dimension(:) :: idxglo real(DP), intent(inout), dimension(:) :: rhs ! -- local - character(len=LINELENGTH) :: distype = '' ! -- formats character(len=*), parameter :: fmtsperror = & &"('Detected time step length of zero. SWF Storage Package cannot be ', & @@ -224,8 +223,7 @@ subroutine sto_fc(this, kiter, stage_old, stage_new, matrix_sln, idxglo, rhs) call store_error(errmsg, terminate=.TRUE.) end if - call this%dis%get_dis_type(distype) - if (distype == 'DISV1D') then + if (this%dis%is_1d()) then call this%sto_fc_dis1d(kiter, stage_old, stage_new, matrix_sln, idxglo, rhs) else call this%sto_fc_dis2d(kiter, stage_old, stage_new, matrix_sln, idxglo, rhs) diff --git a/src/Model/SurfaceWaterFlow/swf.f90 b/src/Model/SurfaceWaterFlow/swf.f90 index 7d8c50144cb..70223ee3f4e 100644 --- a/src/Model/SurfaceWaterFlow/swf.f90 +++ b/src/Model/SurfaceWaterFlow/swf.f90 @@ -836,6 +836,7 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & use ChdModule, only: chd_create use SwfCdbModule, only: cdb_create use SwfZdgModule, only: zdg_create + use SwfPcpModule, only: pcp_create ! dummy class(SwfModelType) :: this character(len=*), intent(in) :: filtyp @@ -867,6 +868,9 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & case ('ZDG6') call zdg_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & pakname, mempath, this%dis, this%cxs, this%dfw%unitconv) + case ('PCP6') + call pcp_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & + pakname, mempath, this%dis, this%dfw, this%cxs) case default write (errmsg, *) 'Invalid package type: ', filtyp call store_error(errmsg) @@ -1071,7 +1075,7 @@ subroutine create_packages(this) this%inoc = inunit case ('OBS6') this%inobs = inunit - case ('CHD6', 'FLW6', 'CDB6', 'ZDG6') + case ('CHD6', 'FLW6', 'CDB6', 'ZDG6', 'PCP6') call expandarray(bndpkgs) bndpkgs(size(bndpkgs)) = n case default diff --git a/src/meson.build b/src/meson.build index 0cd60f953c5..3049d11692b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -90,6 +90,7 @@ modflow_sources = files( 'Idm' / 'swf-flwidm.f90', 'Idm' / 'swf-chdidm.f90', 'Idm' / 'swf-cdbidm.f90', + 'Idm' / 'swf-pcpidm.f90', 'Idm' / 'swf-stoidm.f90', 'Idm' / 'swf-zdgidm.f90', 'Idm' / 'chf-disv1didm.f90', @@ -102,6 +103,7 @@ modflow_sources = files( 'Idm' / 'chf-flwidm.f90', 'Idm' / 'chf-chdidm.f90', 'Idm' / 'chf-cdbidm.f90', + 'Idm' / 'chf-pcpidm.f90', 'Idm' / 'chf-stoidm.f90', 'Idm' / 'chf-zdgidm.f90', 'Idm' / 'olf-disv1didm.f90', @@ -114,6 +116,7 @@ modflow_sources = files( 'Idm' / 'olf-flwidm.f90', 'Idm' / 'olf-chdidm.f90', 'Idm' / 'olf-cdbidm.f90', + 'Idm' / 'olf-pcpidm.f90', 'Idm' / 'olf-stoidm.f90', 'Idm' / 'olf-zdgidm.f90', 'Idm' / 'sim-namidm.f90', @@ -214,6 +217,7 @@ modflow_sources = files( 'Model' / 'SurfaceWaterFlow' / 'swf-obs.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-oc.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-flw.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf-pcp.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-sto.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-cdb.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-zdg.f90', diff --git a/utils/idmloader/dfns.txt b/utils/idmloader/dfns.txt index d95d93e4757..de3f3604364 100644 --- a/utils/idmloader/dfns.txt +++ b/utils/idmloader/dfns.txt @@ -42,6 +42,21 @@ gwe-disv.dfn gwe-disu.dfn gwe-dis.dfn +# swf model +swf-nam.dfn +swf-disv1d.dfn +swf-dis2d.dfn +swf-disv2d.dfn +swf-cxs.dfn +swf-dfw.dfn +swf-ic.dfn +swf-cdb.dfn +swf-chd.dfn +swf-flw.dfn +swf-pcp.dfn +swf-sto.dfn +swf-zdg.dfn + # chf model chf-nam.dfn chf-disv1d.dfn @@ -51,6 +66,7 @@ chf-ic.dfn chf-cdb.dfn chf-chd.dfn chf-flw.dfn +chf-pcp.dfn chf-sto.dfn chf-zdg.dfn @@ -63,6 +79,7 @@ olf-ic.dfn olf-cdb.dfn olf-chd.dfn olf-flw.dfn +olf-pcp.dfn olf-sto.dfn olf-zdg.dfn From ccfe0e9f8b4ab6fdecba41f1d02b6ee64d16932b Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 24 Jan 2025 19:38:49 -0500 Subject: [PATCH 32/70] feat(fmi): support binary grid file (#2153) Support an optional GWFGRID entry in FMI for the flow model's binary grid file. If provided, check the grids have the same size and idomain like we do in EXG as of #2149. This makes for the same error-checking in the exg (coupled) and fmi (post-processing) cases. Tentative idea is to make the grid file entry optional for some time (1-2 releases), then begin to require it. At which point the reader could be modified to load the full dis, and we could consolidate these haphazard checks into a robust grid comparison. The grb file reader in zonebudget is moved to a new GridFileReader module in the main src dir. The reader now loads headers and builds an index at init time, after which variables can be read as necessary. --- autotest/test_prt_fmi.py | 2 + autotest/test_prt_voronoi2.py | 2 + doc/ReleaseNotes/develop.tex | 3 +- doc/mf6io/gwe/fmi.tex | 1 + doc/mf6io/gwt/fmi.tex | 1 + doc/mf6io/mf6ivar/dfn/gwe-fmi.dfn | 2 +- doc/mf6io/mf6ivar/dfn/gwt-fmi.dfn | 2 +- doc/mf6io/mf6ivar/dfn/prt-fmi.dfn | 2 +- doc/mf6io/prt/fmi.tex | 1 + make/makefile | 17 +- msvs/mf6core.vfproj | 1 + .../ModelUtilities/FlowModelInterface.f90 | 200 +++++++--- src/Model/TransportModel/tsp-fmi.f90 | 1 + src/Utilities/GridFileReader.f90 | 350 ++++++++++++++++++ src/meson.build | 1 + utils/mf5to6/make/makefile | 2 +- utils/zonebudget/make/makefile | 5 +- utils/zonebudget/meson.build | 1 - utils/zonebudget/msvs/zonebudget.vfproj | 3 +- utils/zonebudget/pymake/extrafiles.txt | 2 + utils/zonebudget/src/grb.f90 | 168 --------- utils/zonebudget/src/zbud6.f90 | 9 +- 22 files changed, 545 insertions(+), 231 deletions(-) create mode 100644 src/Utilities/GridFileReader.f90 delete mode 100644 utils/zonebudget/src/grb.f90 diff --git a/autotest/test_prt_fmi.py b/autotest/test_prt_fmi.py index 1664cf13bf4..85f2969a789 100644 --- a/autotest/test_prt_fmi.py +++ b/autotest/test_prt_fmi.py @@ -135,9 +135,11 @@ def build_prt_sim(name, gwf_ws, prt_ws, mf6): gwf_name = get_model_name(name, "gwf") gwf_budget_file = gwf_ws / f"{gwf_name}.bud" gwf_head_file = gwf_ws / f"{gwf_name}.hds" + grb_file = gwf_ws / f"{gwf_name}.dis.grb" flopy.mf6.ModflowPrtfmi( prt, packagedata=[ + ("GWFGRID", grb_file), ("GWFHEAD", gwf_head_file), ("GWFBUDGET", gwf_budget_file), ], diff --git a/autotest/test_prt_voronoi2.py b/autotest/test_prt_voronoi2.py index 59ff282a2bb..d5004e8cfad 100644 --- a/autotest/test_prt_voronoi2.py +++ b/autotest/test_prt_voronoi2.py @@ -175,9 +175,11 @@ def build_prt_sim(name, gwf_ws, prt_ws, targets, cell_ids): ) gwf_budget_file = gwf_ws / f"{gwf_name}.bud" gwf_head_file = gwf_ws / f"{gwf_name}.hds" + grb_file = gwf_ws / f"{gwf_name}.disv.grb" flopy.mf6.ModflowPrtfmi( prt, packagedata=[ + ("GWFGRID", grb_file), ("GWFHEAD", gwf_head_file), ("GWFBUDGET", gwf_budget_file), ], diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index f45a91dc2fc..f3407df54de 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -20,7 +20,8 @@ \textbf{\underline{BUG FIXES AND OTHER CHANGES TO EXISTING FUNCTIONALITY}} \\ \underline{BASIC FUNCTIONALITY} \begin{itemize} - \item Previously, GWF Model exchanges with other model types (GWT, GWE, PRT) verified that the flow model and the coupled model had the same number of active nodes, but did not check that the models' IDOMAIN arrays selected precisely the same set. Exchanges will now check that model IDOMAIN arrays are identical. + \item GWT, GWE and PRT Models require a grid identical to the grid of the corresponding GWF Model. Previously, GWT, GWE and PRT exchanges performed a minimal check that the grids have the same number of active nodes. Exchanges will now also perform an additional check that grid IDOMAIN arrays are identical. + \item GWT, GWE and PRT FMI Packages can now read a GWF Model's binary grid file via a new GWFGRID entry. This allows FMI Packages to perform the same grid equivalence checks as exchanges, which guarantees identical error-checking behavior whether a GWT, GWE or PRT Model is coupled to a GWF Model or running as a post-processor. The GWFGRID file entry is optional but recommended. A future version may make the GWFGRID entry mandatory. \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. \end{itemize} diff --git a/doc/mf6io/gwe/fmi.tex b/doc/mf6io/gwe/fmi.tex index 898d93f1cc4..fbcaadf1818 100644 --- a/doc/mf6io/gwe/fmi.tex +++ b/doc/mf6io/gwe/fmi.tex @@ -31,6 +31,7 @@ \item If the binary budget and head files have more than one time step for a single stress period, then the budget and head information must be contained within the binary file for every time step in the simulation stress period. \item The binary budget and head files must correspond in terms of information stored for each time step and stress period. \item If the binary budget and head files have information provided for only the first time step of a given stress period, this information will be used for all time steps in that stress period in the GWE simulation. If the final stress period (which may be the only stress period) in the binary budget and head files has information provided for only one time step, this information will be used for any subsequent time steps and stress periods in the GWE simulation. This makes it possible to provide flows, for example, from a steady-state GWF stress period and have those flows used for all GWE time steps in that stress period, for all remaining time steps in the GWE simulation, or for all time steps throughout the entire GWE simulation. With this option, it is possible to have smaller time steps in the GWE simulation than the time steps used in the GWF simulation. Note that this cannot be done when the GWF and GWE models are run in the same simulation, because in that case, both models are solved for each time step in the stress period, as listed in the TDIS Package. This option for reading flows from a previous GWF simulation may offer an efficient alternative to running both models in the same simulation, but it comes at the cost of having potentially very large budget files. +\item The binary grid file is optional but recommended, as it allows \mf to verify that the GWF and GWE model grids are identical. \end{itemize} \end{itemize} diff --git a/doc/mf6io/gwt/fmi.tex b/doc/mf6io/gwt/fmi.tex index f951253b44d..7108f1ea301 100644 --- a/doc/mf6io/gwt/fmi.tex +++ b/doc/mf6io/gwt/fmi.tex @@ -31,6 +31,7 @@ \item If the binary budget and head files have more than one time step for a single stress period, then the budget and head information must be contained within the binary file for every time step in the simulation stress period. \item The binary budget and head files must correspond in terms of information stored for each time step and stress period. \item If the binary budget and head files have information provided for only the first time step of a given stress period, this information will be used for all time steps in that stress period in the GWT simulation. If the final stress period (which may be the only stress period) in the binary budget and head files has information provided for only one time step, this information will be used for any subsequent time steps and stress periods in the GWT simulation. This makes it possible to provide flows, for example, from a steady-state GWF stress period and have those flows used for all GWT time steps in that stress period, for all remaining time steps in the GWT simulation, or for all time steps throughout the entire GWT simulation. With this option, it is possible to have smaller time steps in the GWT simulation than the time steps used in the GWF simulation. Note that this cannot be done when the GWF and GWT models are run in the same simulation, because in that case, both models are solved for each time step in the stress period, as listed in the TDIS Package. This option for reading flows from a previous GWF simulation may offer an efficient alternative to running both models in the same simulation, but it comes at the cost of having potentially very large budget files. +\item The binary grid file is optional but recommended, as it allows \mf to verify that the GWF and GWT model grids are identical. \end{itemize} \end{itemize} diff --git a/doc/mf6io/mf6ivar/dfn/gwe-fmi.dfn b/doc/mf6io/mf6ivar/dfn/gwe-fmi.dfn index fb71131e605..0a4dfad871a 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-fmi.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-fmi.dfn @@ -33,7 +33,7 @@ type string tagged false reader urword longname flow type -description is the word GWFBUDGET, GWFHEAD, GWFMOVER or the name of an advanced GWF stress package. If GWFBUDGET is specified, then the corresponding file must be a budget file from a previous GWF Model run. If an advanced GWF stress package name appears then the corresponding file must be the budget file saved by a LAK, SFR, MAW or UZF Package. +description is the word GWFBUDGET, GWFHEAD, GWFGRID, GWFMOVER or the name of an advanced GWF stress package from a previous model run. If GWFBUDGET is specified, then the corresponding file must be a budget file. If GWFHEAD is specified, the file must be a head file. If GWFGRID is specified, the file must be a binary grid file. If GWFMOVER is specified, the file must be a mover file. If an advanced GWF stress package name appears then the corresponding file must be the budget file saved by a LAK, SFR, MAW or UZF Package. block packagedata name filein diff --git a/doc/mf6io/mf6ivar/dfn/gwt-fmi.dfn b/doc/mf6io/mf6ivar/dfn/gwt-fmi.dfn index b1293717932..5fe314ff5d7 100644 --- a/doc/mf6io/mf6ivar/dfn/gwt-fmi.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwt-fmi.dfn @@ -33,7 +33,7 @@ type string tagged false reader urword longname flow type -description is the word GWFBUDGET, GWFHEAD, GWFMOVER or the name of an advanced GWF stress package. If GWFBUDGET is specified, then the corresponding file must be a budget file from a previous GWF Model run. If an advanced GWF stress package name appears then the corresponding file must be the budget file saved by a LAK, SFR, MAW or UZF Package. +description is the word GWFBUDGET, GWFHEAD, GWFMOVER or the name of an advanced GWF stress package. If GWFBUDGET is specified, then the corresponding file must be a budget file. If GWFHEAD is specified, the file must be a head file. If GWFGRID is specified, the file must be a binary grid file. If an advanced GWF stress package name appears then the corresponding file must be the budget file saved by a LAK, SFR, MAW or UZF Package. block packagedata name filein diff --git a/doc/mf6io/mf6ivar/dfn/prt-fmi.dfn b/doc/mf6io/mf6ivar/dfn/prt-fmi.dfn index 3deb36646fd..37895ad3e70 100644 --- a/doc/mf6io/mf6ivar/dfn/prt-fmi.dfn +++ b/doc/mf6io/mf6ivar/dfn/prt-fmi.dfn @@ -25,7 +25,7 @@ type string tagged false reader urword longname flow type -description is the word GWFBUDGET or GWFHEAD. If GWFBUDGET is specified, then the corresponding file must be a budget file from a previous GWF Model run. +description is the word GWFBUDGET, GWFHEAD, or GWFGRID. If GWFBUDGET is specified, then the corresponding file must be a budget file. If GWFHEAD is specified, the file must be a head file. If GWFGRID is specified, the file must be a binary grid file. block packagedata name filein diff --git a/doc/mf6io/prt/fmi.tex b/doc/mf6io/prt/fmi.tex index 76ec7ef112d..236a1d51f5b 100644 --- a/doc/mf6io/prt/fmi.tex +++ b/doc/mf6io/prt/fmi.tex @@ -28,6 +28,7 @@ \item If the binary budget and head files have more than one time step for a single stress period, then the budget and head information must be contained within the binary file for every time step in the simulation stress period. \item The binary budget and head files must correspond in terms of information stored for each time step and stress period. \item If the binary budget and head files have information provided for only the first time step of a given stress period, this information will be used for all time steps in that stress period in the PRT simulation. If the final (or only) stress period in the binary budget and head files contains data for only one time step, this information will be used for any subsequent time steps and stress periods in the PRT simulation. This makes it possible to provide flows, for example, from a steady-state GWF stress period and have those flows used for all PRT time steps in that stress period, for all remaining time steps in the PRT simulation, or for all time steps throughout the entire PRT simulation. With this option, it is possible to have smaller time steps in the PRT simulation than the time steps used in the GWF simulation. Note that this cannot be done when the GWF and PRT models are run in the same simulation, because in that case, both models are solved over the same sequence of time steps and stress periods, as listed in the TDIS Package. The option to read flows from a previous GWF simulation via Flow Model Interface may offer an efficient alternative to running both models in the same simulation, but comes at the cost of having potentially very large budget files. +\item The binary grid file is optional but recommended, as it allows \mf to verify that the GWF and PRT model grids are identical. \end{itemize} \end{itemize} diff --git a/make/makefile b/make/makefile index c2502cc85d0..89b829517ba 100644 --- a/make/makefile +++ b/make/makefile @@ -1,4 +1,4 @@ -# makefile created by pymake (version 1.2.11.dev0) for the 'mf6' executable. +# makefile created by pymake (version 1.4.0.dev0) for the 'mf6' executable. include ./makedefaults @@ -249,6 +249,7 @@ $(OBJDIR)/BudgetFileReader.o \ $(OBJDIR)/TimeArraySeriesLink.o \ $(OBJDIR)/ObsUtility.o \ $(OBJDIR)/ObsContainer.o \ +$(OBJDIR)/Disv1dGeom.o \ $(OBJDIR)/BudgetTerm.o \ $(OBJDIR)/Budget.o \ $(OBJDIR)/TimeArraySeriesManager.o \ @@ -258,6 +259,13 @@ $(OBJDIR)/NumericalPackage.o \ $(OBJDIR)/Particle.o \ $(OBJDIR)/PackageBudget.o \ $(OBJDIR)/HeadFileReader.o \ +$(OBJDIR)/GridFileReader.o \ +$(OBJDIR)/Disv.o \ +$(OBJDIR)/Disv2d.o \ +$(OBJDIR)/Disv1d.o \ +$(OBJDIR)/Disu.o \ +$(OBJDIR)/Dis.o \ +$(OBJDIR)/Dis2d.o \ $(OBJDIR)/BudgetObject.o \ $(OBJDIR)/BoundaryPackage.o \ $(OBJDIR)/CellDefn.o \ @@ -332,7 +340,6 @@ $(OBJDIR)/MethodCellTernary.o \ $(OBJDIR)/MethodCellPollockQuad.o \ $(OBJDIR)/MethodCellPollock.o \ $(OBJDIR)/MethodCellPassToBot.o \ -$(OBJDIR)/Disv1dGeom.o \ $(OBJDIR)/VectorInterpolation.o \ $(OBJDIR)/swf-cxs.o \ $(OBJDIR)/CellWithNbrs.o \ @@ -342,9 +349,6 @@ $(OBJDIR)/tsp-oc.o \ $(OBJDIR)/tsp-obs.o \ $(OBJDIR)/tsp-mvt.o \ $(OBJDIR)/tsp-adv.o \ -$(OBJDIR)/Disv.o \ -$(OBJDIR)/Disu.o \ -$(OBJDIR)/Dis.o \ $(OBJDIR)/gwf-uzf.o \ $(OBJDIR)/tsp-apt.o \ $(OBJDIR)/gwt-mst.o \ @@ -371,7 +375,6 @@ $(OBJDIR)/Double2dReader.o \ $(OBJDIR)/Double1dReader.o \ $(OBJDIR)/MethodCellPool.o \ $(OBJDIR)/CellUtil.o \ -$(OBJDIR)/Disv1d.o \ $(OBJDIR)/swf-dfw.o \ $(OBJDIR)/swf-ic.o \ $(OBJDIR)/VirtualExchange.o \ @@ -426,8 +429,6 @@ $(OBJDIR)/swf-oc.o \ $(OBJDIR)/swf-obs.o \ $(OBJDIR)/swf-flw.o \ $(OBJDIR)/swf-cdb.o \ -$(OBJDIR)/Disv2d.o \ -$(OBJDIR)/Dis2d.o \ $(OBJDIR)/GridConnection.o \ $(OBJDIR)/DistributedVariable.o \ $(OBJDIR)/gwt.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index c97b8e6638a..c003b23875c 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -628,6 +628,7 @@ + diff --git a/src/Model/ModelUtilities/FlowModelInterface.f90 b/src/Model/ModelUtilities/FlowModelInterface.f90 index 60a4729e257..00636e8bc8c 100644 --- a/src/Model/ModelUtilities/FlowModelInterface.f90 +++ b/src/Model/ModelUtilities/FlowModelInterface.f90 @@ -10,6 +10,7 @@ module FlowModelInterfaceModule use ListModule, only: ListType use BudgetFileReaderModule, only: BudgetFileReaderType use HeadFileReaderModule, only: HeadFileReaderType + use GridFileReaderModule, only: GridFileReaderType use PackageBudgetModule, only: PackageBudgetType use BudgetObjectModule, only: BudgetObjectType, budgetobject_cr_bfr @@ -23,7 +24,7 @@ module FlowModelInterfaceModule logical, pointer :: flows_from_file => null() !< if .false., then flows come from GWF through GWF-Model exg type(ListType), pointer :: gwfbndlist => null() !< list of gwf stress packages integer(I4B), pointer :: iflowsupdated => null() !< flows were updated for this time step - integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to Model ibound + integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to this model ibound real(DP), dimension(:), pointer, contiguous :: gwfflowja => null() !< pointer to the GWF flowja array real(DP), dimension(:, :), pointer, contiguous :: gwfspdis => null() !< pointer to npf specific discharge array real(DP), dimension(:), pointer, contiguous :: gwfhead => null() !< pointer to the GWF head array @@ -37,12 +38,14 @@ module FlowModelInterfaceModule integer(I4B), pointer :: iubud => null() !< unit number GWF budget file integer(I4B), pointer :: iuhds => null() !< unit number GWF head file integer(I4B), pointer :: iumvr => null() !< unit number GWF mover budget file + integer(I4B), pointer :: iugrb => null() !< unit number binary grid file integer(I4B), pointer :: nflowpack => null() !< number of GWF flow packages integer(I4B), dimension(:), pointer, contiguous :: igwfmvrterm => null() !< flag to indicate that gwf package is a mover term type(BudgetFileReaderType) :: bfr !< budget file reader type(HeadFileReaderType) :: hfr !< head file reader + type(GridFileReaderType) :: gfr !< grid file reader type(PackageBudgetType), dimension(:), allocatable :: gwfpackages !< used to get flows between a package and gwf - type(BudgetObjectType), pointer :: mvrbudobj => null() !< pointer to the mover budget budget object + type(BudgetObjectType), pointer :: mvrbudobj => null() !< pointer to the mover budget object character(len=16), dimension(:), allocatable :: flowpacknamearray !< array of boundary package names (e.g. LAK-1, SFR-3, etc.) character(len=LENVARNAME) :: depvartype = '' @@ -181,6 +184,7 @@ subroutine fmi_da(this) call mem_deallocate(this%iubud) call mem_deallocate(this%iuhds) call mem_deallocate(this%iumvr) + call mem_deallocate(this%iugrb) call mem_deallocate(this%nflowpack) call mem_deallocate(this%idryinactive) ! @@ -208,6 +212,7 @@ subroutine allocate_scalars(this) call mem_allocate(this%iubud, 'IUBUD', this%memoryPath) call mem_allocate(this%iuhds, 'IUHDS', this%memoryPath) call mem_allocate(this%iumvr, 'IUMVR', this%memoryPath) + call mem_allocate(this%iugrb, 'IUGRB', this%memoryPath) call mem_allocate(this%nflowpack, 'NFLOWPACK', this%memoryPath) call mem_allocate(this%idryinactive, "IDRYINACTIVE", this%memoryPath) ! @@ -220,6 +225,7 @@ subroutine allocate_scalars(this) this%iubud = 0 this%iuhds = 0 this%iumvr = 0 + this%iugrb = 0 this%nflowpack = 0 this%idryinactive = 1 end subroutine allocate_scalars @@ -331,6 +337,12 @@ subroutine read_packagedata(this) use ConstantsModule, only: LINELENGTH, DEM6, LENPACKAGENAME use InputOutputModule, only: getunit, openfile, urdaux use SimModule, only: store_error, store_error_unit + use DisModule, only: DisType + use DisvModule, only: DisvType + use DisuModule, only: DisuType + use Dis2dModule, only: Dis2dType + use Disv2dModule, only: Disv2dType + use Disv1dModule, only: Disv1dType ! -- dummy class(FlowModelInterfaceType) :: this ! -- local @@ -338,20 +350,34 @@ subroutine read_packagedata(this) integer(I4B) :: ierr integer(I4B) :: inunit integer(I4B) :: iapt + integer(I4B) :: nodes logical :: isfound, endOfBlock logical :: blockrequired logical :: exist + integer(I4B), allocatable :: idomain1d(:), idomain2d(:, :), idomain3d(:, :, :) + ! -- formats + character(len=*), parameter :: fmtdiserr = & + "('Models do not have the same discretization& + & ',a,'.& + & GWF model has ', i0, ' user nodes and ', i0, ' reduced nodes.& + & This model has ', i0, ' user nodes and ', i0, ' reduced nodes.& + & Ensure discretization packages, including IDOMAIN, are identical.')" + character(len=*), parameter :: fmtidomerr = & + "('Models do not have the same discretization& + & ',a,'.& + & Models have different IDOMAIN arrays.& + & Ensure discretization packages, including IDOMAIN, are identical.')" ! ! -- initialize iapt = 0 blockrequired = .true. ! - ! -- get options block + ! -- get packagedata block call this%parser%GetBlock('PACKAGEDATA', isfound, ierr, & blockRequired=blockRequired, & supportOpenClose=.true.) ! - ! -- parse options block if detected + ! -- parse packagedata block if detected if (isfound) then write (this%iout, '(1x,a)') 'PROCESSING FMI PACKAGEDATA' do @@ -410,6 +436,126 @@ subroutine read_packagedata(this) call budgetobject_cr_bfr(this%mvrbudobj, 'MVT', this%iumvr, & this%iout) call this%mvrbudobj%fill_from_bfr(this%dis, this%iout) + case ('GWFGRID') + call this%parser%GetStringCaps(keyword) + if (keyword /= 'FILEIN') then + call store_error('GWFGRID KEYWORD MUST BE FOLLOWED BY '// & + '"FILEIN" then by filename.') + call this%parser%StoreErrorUnit() + end if + call this%parser%GetString(fname) + inunit = getunit() + call openfile(inunit, this%iout, fname, 'DATA(BINARY)', & + FORM, ACCESS, 'UNKNOWN') + this%iugrb = inunit + call this%gfr%initialize(this%iugrb) + + ! check grid equivalence + select case (this%gfr%grid_type) + case ('DIS') + select type (dis => this%dis) + type is (DisType) + nodes = this%gfr%read_int("NCELLS") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + idomain3d = reshape(idomain1d, [ & + this%gfr%read_int("NCOL"), & + this%gfr%read_int("NROW"), & + this%gfr%read_int("NLAY") & + ]) + if (.not. all(dis%idomain == idomain3d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + case ('DISV') + select type (dis => this%dis) + type is (DisvType) + nodes = this%gfr%read_int("NCELLS") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + idomain2d = reshape(idomain1d, [ & + this%gfr%read_int("NCPL"), & + this%gfr%read_int("NLAY") & + ]) + if (.not. all(dis%idomain == idomain2d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + case ('DISU') + select type (dis => this%dis) + type is (DisuType) + nodes = this%gfr%read_int("NODES") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + if (.not. all(dis%idomain == idomain1d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + case ('DIS2D') + select type (dis => this%dis) + type is (Dis2dType) + nodes = this%gfr%read_int("NCELLS") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + idomain2d = reshape(idomain1d, [ & + this%gfr%read_int("NCOL"), & + this%gfr%read_int("NROW") & + ]) + if (.not. all(dis%idomain == idomain2d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + case ('DISV2D') + select type (dis => this%dis) + type is (Disv2dType) + nodes = this%gfr%read_int("NODES") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + if (.not. all(dis%idomain == idomain1d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + case ('DISV1D') + select type (dis => this%dis) + type is (Disv1dType) + nodes = this%gfr%read_int("NCELLS") + if (nodes /= this%dis%nodes) then + write (errmsg, fmtdiserr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + idomain1d = this%gfr%read_int_1d("IDOMAIN") + if (.not. all(dis%idomain == idomain1d)) then + write (errmsg, fmtidomerr) trim(this%text) + call store_error(errmsg, terminate=.TRUE.) + end if + end select + end select + + if (allocated(idomain3d)) deallocate (idomain3d) + if (allocated(idomain2d)) deallocate (idomain2d) + if (allocated(idomain1d)) deallocate (idomain1d) + + call this%gfr%finalize() case default write (errmsg, '(a,3(1x,a))') & 'UNKNOWN', trim(adjustl(this%text)), 'PACKAGEDATA:', trim(keyword) @@ -421,25 +567,18 @@ subroutine read_packagedata(this) end subroutine read_packagedata !> @brief Initialize the budget file reader - !< subroutine initialize_bfr(this) - ! -- modules class(FlowModelInterfaceType) :: this - ! -- dummy integer(I4B) :: ncrbud - ! - ! -- Initialize the budget file reader call this%bfr%initialize(this%iubud, this%iout, ncrbud) - ! - ! -- todo: need to run through the budget terms - ! and do some checking + ! todo: need to run through the budget terms + ! and do some checking end subroutine initialize_bfr !> @brief Advance the budget file reader !! !! Advance the budget file reader by reading the next chunk !! of information for the current time step and stress period. - !! !< subroutine advance_bfr(this) ! -- modules @@ -586,35 +725,22 @@ subroutine advance_bfr(this) end subroutine advance_bfr !> @brief Finalize the budget file reader - !< subroutine finalize_bfr(this) - ! -- modules class(FlowModelInterfaceType) :: this - ! -- dummy - ! - ! -- Finalize the budget file reader call this%bfr%finalize() - ! end subroutine finalize_bfr !> @brief Initialize the head file reader - !< subroutine initialize_hfr(this) - ! -- modules class(FlowModelInterfaceType) :: this - ! -- dummy - ! - ! -- Initialize the budget file reader call this%hfr%initialize(this%iuhds, this%iout) - ! - ! -- todo: need to run through the head terms - ! and do some checking + ! todo: need to run through the head terms + ! and do some checking end subroutine initialize_hfr !> @brief Advance the head file reader - !< subroutine advance_hfr(this) - ! -- modules + ! modules use TdisModule, only: kstp, kper class(FlowModelInterfaceType) :: this integer(I4B) :: nu, nr, i, ilay @@ -705,22 +831,15 @@ subroutine advance_hfr(this) end subroutine advance_hfr !> @brief Finalize the head file reader - !< subroutine finalize_hfr(this) - ! -- modules class(FlowModelInterfaceType) :: this - ! -- dummy - ! - ! -- Finalize the head file reader close (this%iuhds) - ! end subroutine finalize_hfr !> @brief Initialize gwf terms from budget file !! !! initialize terms and figure out how many !! different terms and packages are contained within the file - !! !< subroutine initialize_gwfterms_from_bfr(this) ! -- modules @@ -818,7 +937,6 @@ subroutine initialize_gwfterms_from_bfr(this) end subroutine initialize_gwfterms_from_bfr !> @brief Initialize gwf terms from a GWF exchange - !< subroutine initialize_gwfterms_from_gwfbndlist(this) ! -- modules use BndModule, only: BndType, GetBndFromList @@ -918,22 +1036,16 @@ subroutine allocate_gwfpackages(this, ngwfterms) end subroutine allocate_gwfpackages !> @brief Deallocate memory in the gwfpackages array - !< subroutine deallocate_gwfpackages(this) - ! -- modules - ! -- dummy class(FlowModelInterfaceType) :: this - ! -- local integer(I4B) :: n - ! - ! -- initialize + do n = 1, this%nflowpack call this%gwfpackages(n)%da() end do end subroutine deallocate_gwfpackages !> @brief Find the package index for the package with the given name - !< subroutine get_package_index(this, name, idx) use BndModule, only: BndType, GetBndFromList class(FlowModelInterfaceType) :: this diff --git a/src/Model/TransportModel/tsp-fmi.f90 b/src/Model/TransportModel/tsp-fmi.f90 index bd696f98fab..caed1abf753 100644 --- a/src/Model/TransportModel/tsp-fmi.f90 +++ b/src/Model/TransportModel/tsp-fmi.f90 @@ -351,6 +351,7 @@ subroutine gwtfmi_da(this) call mem_deallocate(this%iubud) call mem_deallocate(this%iuhds) call mem_deallocate(this%iumvr) + call mem_deallocate(this%iugrb) call mem_deallocate(this%nflowpack) call mem_deallocate(this%idryinactive) ! diff --git a/src/Utilities/GridFileReader.f90 b/src/Utilities/GridFileReader.f90 new file mode 100644 index 00000000000..6ac8bcd9424 --- /dev/null +++ b/src/Utilities/GridFileReader.f90 @@ -0,0 +1,350 @@ +module GridFileReaderModule + + use KindModule + use SimModule, only: store_error, store_error_unit + use SimVariablesModule, only: errmsg + use ConstantsModule, only: LINELENGTH + use InputOutputModule, only: urword, openfile + use HashTableModule, only: HashTableType, hash_table_cr, hash_table_da + use ArrayHandlersModule, only: ExpandArray + + implicit none + + public :: GridFileReaderType + + type :: GridFileReaderType + private + integer(I4B), public :: inunit !< file unit + ! header + character(len=10), public :: grid_type !< DIS, DISV, DISU, etc + integer(I4B), public :: version !< binary grid file format version + integer(I4B) :: ntxt !< number of variables + integer(I4B) :: lentxt !< header line length per variable + ! index + type(HashTableType), pointer :: dim !< map variable name to number of dims + type(HashTableType), pointer :: pos !< map variable name to position in file + type(HashTableType), pointer :: typ !< map variable name to type (1=int, 2=dbl) + type(HashTableType), pointer :: shp_idx !< map variable name to index in shp + integer(I4B), allocatable :: shp(:) !< flat array of variable shapes + character(len=10), allocatable, public :: keys(:) !< variable names + contains + procedure, public :: initialize + procedure, public :: finalize + procedure, public :: read_int + procedure, public :: read_dbl + procedure, public :: read_int_1d + procedure, public :: read_dbl_1d + procedure, public :: read_grid_shape + procedure, private :: read_header + procedure, private :: read_header_meta + procedure, private :: read_header_body + end type GridFileReaderType + +contains + + !> @Brief Initialize the grid file reader. + subroutine initialize(this, iu) + class(GridFileReaderType) :: this + integer(I4B), intent(in) :: iu + + this%inunit = iu + call hash_table_cr(this%dim) + call hash_table_cr(this%pos) + call hash_table_cr(this%typ) + call hash_table_cr(this%shp_idx) + allocate (this%shp(0)) + call this%read_header() + + end subroutine initialize + + !> @brief Finalize the grid file reader. + subroutine finalize(this) + class(GridFileReaderType) :: this + + close (this%inunit) + call hash_table_da(this%dim) + call hash_table_da(this%pos) + call hash_table_da(this%typ) + call hash_table_da(this%shp_idx) + deallocate (this%shp) + + end subroutine finalize + + !> @brief Read the file's self-describing header. Internal use only. + subroutine read_header(this) + class(GridFileReaderType) :: this + call this%read_header_meta() + call this%read_header_body() + end subroutine read_header + + !> @brief Read self-describing metadata (first four lines). Internal use only. + subroutine read_header_meta(this) + ! dummy + class(GridFileReaderType) :: this + ! local + character(len=50) :: line + integer(I4B) :: lloc, istart, istop + integer(I4B) :: ival + real(DP) :: rval + + ! grid type + read (this%inunit) line + lloc = 1 + call urword(line, lloc, istart, istop, 1, ival, rval, 0, 0) + if (line(istart:istop) /= 'GRID') then + call store_error('Binary grid file must begin with "GRID". '//& + &'Found: '//line(istart:istop)) + call store_error_unit(this%inunit) + end if + call urword(line, lloc, istart, istop, 1, ival, rval, 0, 0) + this%grid_type = line(istart:istop) + + ! version + read (this%inunit) line + lloc = 1 + call urword(line, lloc, istart, istop, 0, ival, rval, 0, 0) + call urword(line, lloc, istart, istop, 2, ival, rval, 0, 0) + this%version = ival + + ! ntxt + read (this%inunit) line + lloc = 1 + call urword(line, lloc, istart, istop, 0, ival, rval, 0, 0) + call urword(line, lloc, istart, istop, 2, ival, rval, 0, 0) + this%ntxt = ival + + ! lentxt + read (this%inunit) line + lloc = 1 + call urword(line, lloc, istart, istop, 0, ival, rval, 0, 0) + call urword(line, lloc, istart, istop, 2, ival, rval, 0, 0) + this%lentxt = ival + + end subroutine read_header_meta + + !> @brief Read the header body section (text following first + !< four "meta" lines) and build an index. Internal use only. + subroutine read_header_body(this) + ! dummy + class(GridFileReaderType) :: this + ! local + character(len=:), allocatable :: body + character(len=:), allocatable :: line + character(len=10) :: key, dtype + real(DP) :: rval + integer(I4B) :: i, lloc, istart, istop, ival, pos + integer(I4B) :: nvars, ndim, dim, ishp + integer(I4B), allocatable :: shp(:) + + allocate (this%keys(this%ntxt)) + allocate (character(len=this%lentxt*this%ntxt) :: body) + allocate (character(len=this%lentxt) :: line) + + nvars = 0 + read (this%inunit) body + inquire (this%inunit, pos=pos) + do i = 1, this%lentxt * this%ntxt, this%lentxt + line = body(i:i + this%lentxt - 1) + lloc = 1 + + ! key + lloc = 1 + call urword(line, lloc, istart, istop, 1, ival, rval, 0, 0) + key = line(istart:istop) + nvars = nvars + 1 + this%keys(nvars) = key + + ! type + call urword(line, lloc, istart, istop, 1, ival, rval, 0, 0) + dtype = line(istart:istop) + if (dtype == "INTEGER") then + call this%typ%add(key, 1) + else if (dtype == "DOUBLE") then + call this%typ%add(key, 2) + end if + + ! dims + call urword(line, lloc, istart, istop, 0, ival, rval, 0, 0) + call urword(line, lloc, istart, istop, 2, ival, rval, 0, 0) + ndim = ival + call this%dim%add(key, ndim) + + ! shape + if (allocated(shp)) deallocate (shp) + allocate (shp(ndim)) + if (ndim > 0) then + do dim = 1, ndim + call urword(line, lloc, istart, istop, 2, ival, rval, 0, 0) + shp(dim) = ival + end do + ishp = size(this%shp) + call ExpandArray(this%shp, increment=ndim) + this%shp(ishp + 1:ishp + ndim) = shp + call this%shp_idx%add(key, ishp + 1) + end if + + ! position + call this%pos%add(key, pos) + if (ndim == 0) then + if (dtype == "INTEGER") then + pos = pos + 4 + else if (dtype == "DOUBLE") then + pos = pos + 8 + end if + else + if (dtype == "INTEGER") then + pos = pos + (product(shp) * 4) + else if (dtype == "DOUBLE") then + pos = pos + (product(shp) * 8) + end if + end if + end do + + rewind (this%inunit) + + end subroutine read_header_body + + !> @brief Read an integer scalar from a grid file. + function read_int(this, key) result(v) + class(GridFileReaderType), intent(inout) :: this + character(len=*), intent(in) :: key + integer(I4B) :: v + ! local + integer(I4B) :: ndim, pos, typ + character(len=:), allocatable :: msg + + msg = 'Variable '//trim(key)//' is not an integer scalar' + ndim = this%dim%get(key) + if (ndim /= 0) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + typ = this%typ%get(key) + if (typ /= 1) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + pos = this%pos%get(key) + read (this%inunit, pos=pos) v + rewind (this%inunit) + + end function read_int + + !> @brief Read a double precision scalar from a grid file. + function read_dbl(this, key) result(v) + class(GridFileReaderType), intent(inout) :: this + character(len=*), intent(in) :: key + real(DP) :: v + ! local + integer(I4B) :: ndim, pos, typ + character(len=:), allocatable :: msg + + msg = 'Variable '//trim(key)//' is not a double precision scalar' + ndim = this%dim%get(key) + if (ndim /= 0) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + typ = this%typ%get(key) + if (typ /= 2) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + pos = this%pos%get(key) + read (this%inunit, pos=pos) v + rewind (this%inunit) + + end function read_dbl + + !> @brief Read a 1D integer array from a grid file. + function read_int_1d(this, key) result(v) + class(GridFileReaderType), intent(inout) :: this + character(len=*), intent(in) :: key + integer(I4B), allocatable :: v(:) + ! local + integer(I4B) :: idx, ndim, nvals, pos, typ + character(len=:), allocatable :: msg + + msg = 'Variable '//trim(key)//' is not a 1D integer array' + ndim = this%dim%get(key) + if (ndim /= 1) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + typ = this%typ%get(key) + if (typ /= 1) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + idx = this%shp_idx%get(key) + pos = this%pos%get(key) + nvals = this%shp(idx) + allocate (v(nvals)) + read (this%inunit, pos=pos) v + rewind (this%inunit) + + end function read_int_1d + + !> @brief Read a 1D double array from a grid file. + function read_dbl_1d(this, key) result(v) + class(GridFileReaderType), intent(inout) :: this + character(len=*), intent(in) :: key + real(DP), allocatable :: v(:) + ! local + integer(I4B) :: idx, ndim, nvals, pos, typ + character(len=:), allocatable :: msg + + msg = 'Variable '//trim(key)//' is not a 1D double array' + ndim = this%dim%get(key) + if (ndim /= 1) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + typ = this%typ%get(key) + if (typ /= 2) then + write (errmsg, '(a)') msg + call store_error(errmsg, terminate=.TRUE.) + end if + idx = this%shp_idx%get(key) + pos = this%pos%get(key) + nvals = this%shp(idx) + allocate (v(nvals)) + read (this%inunit, pos=pos) v + rewind (this%inunit) + + end function read_dbl_1d + + !> @brief Read the grid shape from a grid file. + function read_grid_shape(this) result(v) + ! dummy + class(GridFileReaderType) :: this + integer(I4B), allocatable :: v(:) + + select case (this%grid_type) + case ("DIS") + allocate (v(3)) + v(1) = this%read_int("NLAY") + v(2) = this%read_int("NROW") + v(3) = this%read_int("NCOL") + case ("DISV") + allocate (v(2)) + v(1) = this%read_int("NLAY") + v(2) = this%read_int("NCPL") + case ("DISU") + allocate (v(1)) + v(1) = this%read_int("NODES") + case ("DIS2D") + allocate (v(2)) + v(1) = this%read_int("NROW") + v(2) = this%read_int("NCOL") + case ("DISV2D") + allocate (v(1)) + v(1) = this%read_int("NODES") + case ("DISV1D") + allocate (v(1)) + v(1) = this%read_int("NCELLS") + end select + + end function read_grid_shape + +end module GridFileReaderModule diff --git a/src/meson.build b/src/meson.build index 3049d11692b..bf059f34b6c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -387,6 +387,7 @@ modflow_sources = files( 'Utilities' / 'DevFeature.f90', 'Utilities' / 'ErrorUtil.f90', 'Utilities' / 'GeomUtil.f90', + 'Utilities' / 'GridFileReader.f90', 'Utilities' / 'HashTable.f90', 'Utilities' / 'HeadFileReader.f90', 'Utilities' / 'HGeoUtil.f90', diff --git a/utils/mf5to6/make/makefile b/utils/mf5to6/make/makefile index 0d16924fd33..90f577019cb 100644 --- a/utils/mf5to6/make/makefile +++ b/utils/mf5to6/make/makefile @@ -1,4 +1,4 @@ -# makefile created by pymake (version 1.2.11.dev0) for the 'mf5to6' executable. +# makefile created by pymake (version 1.4.0.dev0) for the 'mf5to6' executable. include ./makedefaults diff --git a/utils/zonebudget/make/makefile b/utils/zonebudget/make/makefile index 4cb973e9759..c3eb5789bc3 100644 --- a/utils/zonebudget/make/makefile +++ b/utils/zonebudget/make/makefile @@ -1,4 +1,4 @@ -# makefile created by pymake (version 1.2.10.dev0) for the 'zbud6' executable. +# makefile created by pymake (version 1.4.0.dev0) for the 'zbud6' executable. include ./makedefaults @@ -34,8 +34,9 @@ $(OBJDIR)/BlockParser.o \ $(OBJDIR)/ArrayReaders.o \ $(OBJDIR)/zone.o \ $(OBJDIR)/Budget.o \ +$(OBJDIR)/HashTable.o \ $(OBJDIR)/zoneoutput.o \ -$(OBJDIR)/grb.o \ +$(OBJDIR)/GridFileReader.o \ $(OBJDIR)/budgetdata.o \ $(OBJDIR)/MathUtil.o \ $(OBJDIR)/GeomUtil.o \ diff --git a/utils/zonebudget/meson.build b/utils/zonebudget/meson.build index 1c9d4fb3e43..b147c5260f9 100644 --- a/utils/zonebudget/meson.build +++ b/utils/zonebudget/meson.build @@ -1,6 +1,5 @@ zonebudget_sources = files( 'src' / 'budgetdata.f90', - 'src' / 'grb.f90', 'src' / 'zbud6.f90', 'src' / 'zone.f90', 'src' / 'zoneoutput.f90', diff --git a/utils/zonebudget/msvs/zonebudget.vfproj b/utils/zonebudget/msvs/zonebudget.vfproj index 89a64a5816f..52f0b30bd5c 100644 --- a/utils/zonebudget/msvs/zonebudget.vfproj +++ b/utils/zonebudget/msvs/zonebudget.vfproj @@ -44,6 +44,8 @@ + + @@ -58,7 +60,6 @@ - diff --git a/utils/zonebudget/pymake/extrafiles.txt b/utils/zonebudget/pymake/extrafiles.txt index d33ec55b1a4..58d26f0ca9e 100644 --- a/utils/zonebudget/pymake/extrafiles.txt +++ b/utils/zonebudget/pymake/extrafiles.txt @@ -19,3 +19,5 @@ ../../../src/Utilities/version.f90 ../../../src/Utilities/DevFeature.f90 ../../../src/Utilities/Message.f90 +../../../src/Utilities/GridFileReader.f90 +../../../src/Utilities/HashTable.f90 diff --git a/utils/zonebudget/src/grb.f90 b/utils/zonebudget/src/grb.f90 deleted file mode 100644 index ec205703e03..00000000000 --- a/utils/zonebudget/src/grb.f90 +++ /dev/null @@ -1,168 +0,0 @@ -module GrbModule - - use KindModule - use SimVariablesModule, only: iout - use SimModule, only: store_error, store_error_unit, ustop - implicit none - private - public :: read_grb - -contains - - subroutine read_grb(inunit, ia, ja, mshape) -! ****************************************************************************** -! read_grb -! ****************************************************************************** -! -! SPECIFICATIONS: -! ------------------------------------------------------------------------------ - ! -- modules - use InputOutputModule, only: urword - ! -- dummy - integer(I4B), intent(in) :: inunit - integer(I4B), allocatable, dimension(:), intent(out) :: ia - integer(I4B), allocatable, dimension(:), intent(out) :: ja - integer(I4B), allocatable, dimension(:), intent(out) :: mshape - ! -- local - character(len=50) :: hdrtxt - integer(I4B) :: lloc, istart, istop - character(len=50) :: dataname - character(len=50) :: datatype - integer(I4B) :: ntxt, lentxt, ndim, i, j, n, nval - integer(I4B) :: nja, ncells - real(DP) :: r, d - character(len=:), allocatable :: line - character(len=:), allocatable :: dfntxt - integer(I4B), dimension(:), allocatable :: ishape - integer(I4B), dimension(:), allocatable :: itmp - real(DP), dimension(:), allocatable :: dtmp -! ------------------------------------------------------------------------------ - ! - ! -- message - write (iout, '(/,a)') 'Processing Binary Grid File' - ! -- grid keyword - read (inunit) hdrtxt - lloc = 1 - call urword(hdrtxt, lloc, istart, istop, 0, i, r, iout, inunit) - if (hdrtxt(istart:istop) /= 'GRID') then - call store_error('GRB FILE MUST BEGIN WITH WORD GRID. FOUND: '// & - hdrtxt(istart:istop)) - call store_error_unit(inunit) - end if - ! - ! -- grid type, allocate mshape accordingly - call urword(hdrtxt, lloc, istart, istop, 0, i, r, iout, inunit) - if (hdrtxt(istart:istop) == 'DIS') then - write (iout, '(2x, a)') 'Detected regular MODFLOW grid (DIS)' - allocate (mshape(3)) - elseif (hdrtxt(istart:istop) == 'DISV') then - write (iout, '(2x, a)') 'Detected Discretization by Vertices grid (DISV)' - allocate (mshape(2)) - elseif (hdrtxt(istart:istop) == 'DISU') then - write (iout, '(2x, a)') 'Detected unstructured grid (DISU)' - allocate (mshape(1)) - else - call store_error('UNKNOWN GRID TYPE IN GRB FILE: '//hdrtxt(istart:istop)) - call store_error_unit(inunit) - end if - mshape(:) = 0 - ! - ! -- version - read (inunit) hdrtxt - write (iout, '(2x, a, a)') 'Detected ', trim(hdrtxt(1:49)) - ! - ! -- ntxt - read (inunit) hdrtxt - write (iout, '(2x, a, a)') 'Detected ', trim(hdrtxt(1:49)) - lloc = 1 - call urword(hdrtxt, lloc, istart, istop, 0, i, r, iout, inunit) - call urword(hdrtxt, lloc, istart, istop, 2, ntxt, r, iout, inunit) - - ! -- lentxt - read (inunit) hdrtxt - write (iout, '(2x, a, a)') 'Detected ', trim(hdrtxt(1:49)) - lloc = 1 - call urword(hdrtxt, lloc, istart, istop, 0, i, r, iout, inunit) - call urword(hdrtxt, lloc, istart, istop, 2, lentxt, r, iout, inunit) - ! - ! -- read txt definitions - allocate (character(len=lentxt) :: line) - allocate (character(len=lentxt*ntxt) :: dfntxt) - read (inunit) dfntxt - ! -- read each data record - do n = 1, lentxt * ntxt, lentxt - line = dfntxt(n:n + lentxt - 1) - lloc = 1 - call urword(line, lloc, istart, istop, 0, i, r, iout, inunit) - dataname = line(istart:istop) - call urword(line, lloc, istart, istop, 0, i, r, iout, inunit) - datatype = line(istart:istop) - call urword(line, lloc, istart, istop, 0, i, r, iout, inunit) - call urword(line, lloc, istart, istop, 2, ndim, r, iout, inunit) - allocate (ishape(ndim)) - do j = 1, ndim - call urword(line, lloc, istart, istop, 2, ishape(j), r, iout, inunit) - end do - select case (trim(datatype)) - case ('INTEGER') - if (ndim == 0) then - read (inunit) i - write (iout, '(2x, a, a, a, i0)') & - 'Detected ', trim(dataname), ' = ', i - if (trim(dataname) == 'NLAY') mshape(1) = i - if (trim(dataname) == 'NROW') mshape(2) = i - if (trim(dataname) == 'NCOL') mshape(3) = i - if (trim(dataname) == 'NCPL') mshape(2) = i - if (trim(dataname) == 'NJA') nja = i - if (trim(dataname) == 'NCELLS') ncells = i - if (trim(dataname) == 'NODES') then - ncells = i - mshape(1) = i - end if - else - write (iout, '(2x, a, a)') 'Detected integer array ', trim(dataname) - nval = 1 - do j = 1, ndim - nval = nval * ishape(j) - end do - allocate (itmp(nval)) - read (inunit) itmp - if (trim(dataname) == 'IA') then - allocate (ia(ncells + 1)) - ia = itmp - elseif (trim(dataname) == 'JA') then - allocate (ja(nja)) - ja = itmp - end if - deallocate (itmp) - end if - case ('DOUBLE') - if (ndim == 0) then - read (inunit) d - write (iout, '(2x, a, a, a, G0)') & - 'Detected ', trim(dataname), ' = ', d - else - write (iout, '(2x, a, a)') 'Detected double array ', trim(dataname) - nval = 1 - do j = 1, ndim - nval = nval * ishape(j) - end do - allocate (dtmp(nval)) - read (inunit) dtmp - deallocate (dtmp) - end if - end select - deallocate (ishape) - end do - close (inunit) - write (iout, '(a)') 'Done processing Binary Grid File' - ! - ! -- deallocate local storage - deallocate (line) - deallocate (dfntxt) - ! - ! -- return - return - end subroutine read_grb - -end module GrbModule diff --git a/utils/zonebudget/src/zbud6.f90 b/utils/zonebudget/src/zbud6.f90 index 29a5c98e85e..784cb850fd4 100644 --- a/utils/zonebudget/src/zbud6.f90 +++ b/utils/zonebudget/src/zbud6.f90 @@ -158,7 +158,7 @@ subroutine process_budget(iunit_csv, iunit_bud, iunit_zon, iunit_grb) zone_finalize, nmznfl, vbvl, vbznfl, maxzone use ZoneOutputModule, only: zoneoutput_init, zoneoutput_write, & zoneoutput_finalize - use GrbModule, only: read_grb + use GridFileReaderModule, only: GridFileReaderType use MessageModule, only: write_message, write_message_centered implicit none ! -- dummy @@ -181,6 +181,7 @@ subroutine process_budget(iunit_csv, iunit_bud, iunit_zon, iunit_grb) logical :: success logical :: hasiaja = .false. logical :: foundchd = .false. + type(GridFileReaderType) :: gfr ! ------------------------------------------------------------------------------ ! ! -- initialize local variables @@ -195,7 +196,11 @@ subroutine process_budget(iunit_csv, iunit_bud, iunit_zon, iunit_grb) inquire (unit=iunit_grb, opened=opengrb) if (opengrb) then hasiaja = .true. - call read_grb(iunit_grb, ia, ja, mshape) + call gfr%initialize(iunit_grb) + mshape = gfr%read_grid_shape() + ia = gfr%read_int_1d("IA") + ja = gfr%read_int_1d("JA") + call gfr%finalize() ncrgrb = size(ia) - 1 else errmsg = 'BUDGET FILE HAS "FLOW-JA-FACE" RECORD BUT NO GRB FILE SPECIFIED.' From 810c27d5ed70f2c57d288f99a5d1a936b2bf7278 Mon Sep 17 00:00:00 2001 From: martclanor Date: Sat, 25 Jan 2025 22:50:15 +0100 Subject: [PATCH 33/70] docs(styleguide): fix style guide link (#2165) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c170bf13230..6dc3c8f1bd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ MODFLOW 6 source code is formatted automatically with the [fprettify formatter]( ### Style guide -Automated tools like `fprettify` cannot directly address all style concerns. Please review our [style guide](https://modflow6.readthedocs.io/en/latest/styleguide.html) before submitting your code. +Automated tools like `fprettify` cannot directly address all style concerns. Please review our [style guide](https://modflow6.readthedocs.io/en/latest/_dev/styleguide.html) before submitting your code. ## Commit messages From 0247b7e6289c16658e5401f48239aed2da5d56a1 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Tue, 28 Jan 2025 05:25:21 -0600 Subject: [PATCH 34/70] refactor(get-wetted-station): simplify and speed up calculation (#2167) * refactor(get-wetted-station): simplify and speed up calculation * updates to comments --- src/Idm/olf-flwidm.f90 | 2 +- .../ModelUtilities/SfrCrossSectionUtils.f90 | 39 ++++++++----------- src/Model/ModelUtilities/SwfCxsUtils.f90 | 39 ++++++++----------- 3 files changed, 35 insertions(+), 45 deletions(-) diff --git a/src/Idm/olf-flwidm.f90 b/src/Idm/olf-flwidm.f90 index 7a232e08f58..440da519aa6 100644 --- a/src/Idm/olf-flwidm.f90 +++ b/src/Idm/olf-flwidm.f90 @@ -320,7 +320,7 @@ module OlfFlwInputModule 'Q', & ! fortran variable 'DOUBLE', & ! type '', & ! shape - 'well rate', & ! longname + 'flow rate', & ! longname .true., & ! required .true., & ! multi-record .false., & ! preserve case diff --git a/src/Model/ModelUtilities/SfrCrossSectionUtils.f90 b/src/Model/ModelUtilities/SfrCrossSectionUtils.f90 index 419491bea9d..dcb51c35d74 100644 --- a/src/Model/ModelUtilities/SfrCrossSectionUtils.f90 +++ b/src/Model/ModelUtilities/SfrCrossSectionUtils.f90 @@ -529,42 +529,37 @@ pure subroutine get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) real(DP) :: xlen real(DP) :: dlen real(DP) :: slope - real(DP) :: dx real(DP) :: xt - real(DP) :: xt0 - real(DP) :: xt1 ! ! -- calculate the minimum and maximum depth dmin = min(d0, d1) dmax = max(d0, d1) ! - ! -- if d is less than or equal to the minimum value the - ! station length (xlen) is zero + ! -- calculate x0 and x1 if (d <= dmin) then + ! -- if d is less than or equal to the minimum value the + ! station length (xlen) is zero x1 = x0 - ! -- if d is between dmin and dmax station length is less + else if (d >= dmax) then + ! x0 and x1 unchanged (full wetted width) + continue + else + ! -- if d is between dmin and dmax, station length is less ! than d1 - d0 - else if (d < dmax) then xlen = x1 - x0 dlen = d1 - d0 - if (abs(dlen) > DZERO) then - slope = xlen / dlen - else - slope = DZERO - end if + ! because of preceding checks + ! we know dmindmin, dlen > 0 + ! no need to check for dlen == 0 + slope = xlen / dlen + xt = x0 + slope * (d - d0) if (d0 > d1) then - dx = (d - d1) * slope - xt = x1 + dx - xt0 = xt - xt1 = x1 + ! x1 unchanged + x0 = xt else - dx = (d - d0) * slope - xt = x0 + dx - xt0 = x0 - xt1 = xt + !x0 unchanged + x1 = xt end if - x0 = xt0 - x1 = xt1 end if end subroutine get_wetted_station diff --git a/src/Model/ModelUtilities/SwfCxsUtils.f90 b/src/Model/ModelUtilities/SwfCxsUtils.f90 index 39672088f9a..1770d907a05 100644 --- a/src/Model/ModelUtilities/SwfCxsUtils.f90 +++ b/src/Model/ModelUtilities/SwfCxsUtils.f90 @@ -1043,42 +1043,37 @@ pure subroutine get_wetted_station(x0, x1, d0, d1, dmax, dmin, d) real(DP) :: xlen real(DP) :: dlen real(DP) :: slope - real(DP) :: dx real(DP) :: xt - real(DP) :: xt0 - real(DP) :: xt1 ! ! -- calculate the minimum and maximum depth dmin = min(d0, d1) dmax = max(d0, d1) ! - ! -- if d is less than or equal to the minimum value the - ! station length (xlen) is zero + ! -- calculate x0 and x1 if (d <= dmin) then + ! -- if d is less than or equal to the minimum value the + ! station length (xlen) is zero x1 = x0 - ! -- if d is between dmin and dmax station length is less + else if (d >= dmax) then + ! x0 and x1 unchanged (full wetted width) + continue + else + ! -- if d is between dmin and dmax, station length is less ! than d1 - d0 - else if (d < dmax) then xlen = x1 - x0 dlen = d1 - d0 - if (abs(dlen) > DZERO) then - slope = xlen / dlen - else - slope = DZERO - end if + ! because of preceding checks + ! we know dmindmin, dlen > 0 + ! no need to check for dlen == 0 + slope = xlen / dlen + xt = x0 + slope * (d - d0) if (d0 > d1) then - dx = (d - d1) * slope - xt = x1 + dx - xt0 = xt - xt1 = x1 + ! x1 unchanged + x0 = xt else - dx = (d - d0) * slope - xt = x0 + dx - xt0 = x0 - xt1 = xt + !x0 unchanged + x1 = xt end if - x0 = xt0 - x1 = xt1 end if end subroutine get_wetted_station From 54f6595c6701e95896b39596ee02acc57fda3901 Mon Sep 17 00:00:00 2001 From: mjr-deltares <45555666+mjr-deltares@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:32:18 +0100 Subject: [PATCH 35/70] feat(Profiler): add a profiling module (#2162) * - first working version * - add timed sections on the go - print aggregates * - coupled profiler to input configuration - print to listing file depending on option - add STL stack for int - update makefiles - add more timed sections * - update msvs * - removed global variables and made profiler object reinitializable (for api) * - regenerate makefile * - fix typo * - removed static variables * - bis * - correct memory deallocation - enable debug for win action * - removed mpi_timer option for now * - fix router dealloc - undo debug build for win * - clear MPI types before MPI finalize * - add to release notes * - escape underscore --- autotest/test_par_gwf01.py | 1 + doc/ReleaseNotes/develop.tex | 1 + doc/mf6io/mf6ivar/dfn/sim-nam.dfn | 9 + make/makefile | 88 ++--- msvs/mf6core.vfproj | 3 + src/Distributed/MpiMessageCache.f90 | 20 ++ src/Distributed/MpiRouter.f90 | 27 +- src/Distributed/MpiRunControl.F90 | 22 +- src/Distributed/MpiUnitCache.f90 | 21 +- src/Distributed/RouterBase.f90 | 6 + src/Distributed/RouterFactory.F90 | 6 +- src/Distributed/SerialRouter.f90 | 7 + src/Distributed/VirtualDataManager.f90 | 3 +- src/Idm/sim-namidm.f90 | 20 ++ src/RunControl.f90 | 9 + src/SimulationCreate.f90 | 8 +- src/Solution/NumericalSolution.f90 | 54 ++++ src/Solution/ParallelSolution.f90 | 36 +++ src/Utilities/Performance/Profiler.f90 | 423 +++++++++++++++++++++++++ src/Utilities/STLStackInt.f90 | 86 +++++ src/Utilities/STLVecInt.f90 | 17 +- src/meson.build | 2 + src/mf6core.f90 | 65 +++- 23 files changed, 874 insertions(+), 60 deletions(-) create mode 100644 src/Utilities/Performance/Profiler.f90 create mode 100644 src/Utilities/STLStackInt.f90 diff --git a/autotest/test_par_gwf01.py b/autotest/test_par_gwf01.py index 3a47a73fc22..6e0d58e055b 100644 --- a/autotest/test_par_gwf01.py +++ b/autotest/test_par_gwf01.py @@ -71,6 +71,7 @@ def get_model(idx, dir): version="mf6", exe_name="mf6", sim_ws=dir, + profile_option="detail", ) tdis = flopy.mf6.ModflowTdis(sim, time_units="DAYS", nper=nper, perioddata=tdis_rc) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index f3407df54de..973dae2d8a9 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -24,6 +24,7 @@ \item GWT, GWE and PRT FMI Packages can now read a GWF Model's binary grid file via a new GWFGRID entry. This allows FMI Packages to perform the same grid equivalence checks as exchanges, which guarantees identical error-checking behavior whether a GWT, GWE or PRT Model is coupled to a GWF Model or running as a post-processor. The GWFGRID file entry is optional but recommended. A future version may make the GWFGRID entry mandatory. \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. + \item A profiling module is added for more enhanced performance diagnostics of the program. It can be activated through the PROFILE\_OPTION in the simulation name file. \end{itemize} \underline{INTERNAL FLOW PACKAGES} diff --git a/doc/mf6io/mf6ivar/dfn/sim-nam.dfn b/doc/mf6io/mf6ivar/dfn/sim-nam.dfn index c22dbc7f1c9..3e0955f068f 100644 --- a/doc/mf6io/mf6ivar/dfn/sim-nam.dfn +++ b/doc/mf6io/mf6ivar/dfn/sim-nam.dfn @@ -25,6 +25,15 @@ longname memory print option description is a flag that controls printing of detailed memory manager usage to the end of the simulation list file. NONE means do not print detailed information. SUMMARY means print only the total memory for each simulation component. ALL means print information for each variable stored in the memory manager. NONE is default if MEMORY\_PRINT\_OPTION is not specified. mf6internal prmem +block options +name profile_option +type string +reader urword +optional true +longname profiling option +description is a flag that controls performance profiling and reporting. NONE disables profiling. SUMMARY means to measure and print a coarse performance profile. DETAIL means collect and print information with the highest resolution available. NONE is default if PROFILE\_OPTION is not specified. +mf6internal prprof + block options name maxerrors type integer diff --git a/make/makefile b/make/makefile index 89b829517ba..10d4273d1cb 100644 --- a/make/makefile +++ b/make/makefile @@ -5,47 +5,48 @@ include ./makedefaults # Define the source file directories SOURCEDIR1=../src -SOURCEDIR2=../src/Idm -SOURCEDIR3=../src/Idm/selector -SOURCEDIR4=../src/Exchange -SOURCEDIR5=../src/Distributed -SOURCEDIR6=../src/Solution -SOURCEDIR7=../src/Solution/LinearMethods -SOURCEDIR8=../src/Solution/ParticleTracker -SOURCEDIR9=../src/Solution/PETSc -SOURCEDIR10=../src/Timing -SOURCEDIR11=../src/Utilities -SOURCEDIR12=../src/Utilities/Idm -SOURCEDIR13=../src/Utilities/Idm/mf6blockfile -SOURCEDIR14=../src/Utilities/Idm/netcdf -SOURCEDIR15=../src/Utilities/TimeSeries -SOURCEDIR16=../src/Utilities/Memory -SOURCEDIR17=../src/Utilities/OutputControl -SOURCEDIR18=../src/Utilities/ArrayRead -SOURCEDIR19=../src/Utilities/Libraries -SOURCEDIR20=../src/Utilities/Libraries/rcm -SOURCEDIR21=../src/Utilities/Libraries/blas -SOURCEDIR22=../src/Utilities/Libraries/sparskit2 -SOURCEDIR23=../src/Utilities/Libraries/daglib -SOURCEDIR24=../src/Utilities/Libraries/sparsekit -SOURCEDIR25=../src/Utilities/Export -SOURCEDIR26=../src/Utilities/Vector -SOURCEDIR27=../src/Utilities/Matrix -SOURCEDIR28=../src/Utilities/Observation -SOURCEDIR29=../src/Model -SOURCEDIR30=../src/Model/Connection -SOURCEDIR31=../src/Model/ChannelFlow -SOURCEDIR32=../src/Model/OverlandFlow -SOURCEDIR33=../src/Model/ParticleTracking -SOURCEDIR34=../src/Model/SurfaceWaterFlow -SOURCEDIR35=../src/Model/GroundWaterTransport -SOURCEDIR36=../src/Model/ModelUtilities -SOURCEDIR37=../src/Model/GroundWaterFlow -SOURCEDIR38=../src/Model/GroundWaterFlow/submodules -SOURCEDIR39=../src/Model/Discretization -SOURCEDIR40=../src/Model/TransportModel -SOURCEDIR41=../src/Model/Geometry -SOURCEDIR42=../src/Model/GroundWaterEnergy +SOURCEDIR2=../src/Solution +SOURCEDIR3=../src/Solution/LinearMethods +SOURCEDIR4=../src/Solution/PETSc +SOURCEDIR5=../src/Solution/ParticleTracker +SOURCEDIR6=../src/Model +SOURCEDIR7=../src/Model/GroundWaterFlow +SOURCEDIR8=../src/Model/GroundWaterFlow/submodules +SOURCEDIR9=../src/Model/GroundWaterEnergy +SOURCEDIR10=../src/Model/ChannelFlow +SOURCEDIR11=../src/Model/Geometry +SOURCEDIR12=../src/Model/TransportModel +SOURCEDIR13=../src/Model/Connection +SOURCEDIR14=../src/Model/Discretization +SOURCEDIR15=../src/Model/ParticleTracking +SOURCEDIR16=../src/Model/SurfaceWaterFlow +SOURCEDIR17=../src/Model/OverlandFlow +SOURCEDIR18=../src/Model/GroundWaterTransport +SOURCEDIR19=../src/Model/ModelUtilities +SOURCEDIR20=../src/Utilities +SOURCEDIR21=../src/Utilities/TimeSeries +SOURCEDIR22=../src/Utilities/Vector +SOURCEDIR23=../src/Utilities/Export +SOURCEDIR24=../src/Utilities/Matrix +SOURCEDIR25=../src/Utilities/Observation +SOURCEDIR26=../src/Utilities/Memory +SOURCEDIR27=../src/Utilities/Performance +SOURCEDIR28=../src/Utilities/OutputControl +SOURCEDIR29=../src/Utilities/Idm +SOURCEDIR30=../src/Utilities/Idm/mf6blockfile +SOURCEDIR31=../src/Utilities/Idm/netcdf +SOURCEDIR32=../src/Utilities/Libraries +SOURCEDIR33=../src/Utilities/Libraries/sparskit2 +SOURCEDIR34=../src/Utilities/Libraries/daglib +SOURCEDIR35=../src/Utilities/Libraries/rcm +SOURCEDIR36=../src/Utilities/Libraries/sparsekit +SOURCEDIR37=../src/Utilities/Libraries/blas +SOURCEDIR38=../src/Utilities/ArrayRead +SOURCEDIR39=../src/Idm +SOURCEDIR40=../src/Idm/selector +SOURCEDIR41=../src/Exchange +SOURCEDIR42=../src/Timing +SOURCEDIR43=../src/Distributed VPATH = \ ${SOURCEDIR1} \ @@ -89,7 +90,8 @@ ${SOURCEDIR38} \ ${SOURCEDIR39} \ ${SOURCEDIR40} \ ${SOURCEDIR41} \ -${SOURCEDIR42} +${SOURCEDIR42} \ +${SOURCEDIR43} .SUFFIXES: .f90 .F90 .o @@ -412,6 +414,7 @@ $(OBJDIR)/gwe-esl.o \ $(OBJDIR)/gwe-ctp.o \ $(OBJDIR)/gwe-cnd.o \ $(OBJDIR)/RouterBase.o \ +$(OBJDIR)/STLStackInt.o \ $(OBJDIR)/ImsLinearSolver.o \ $(OBJDIR)/ImsLinearBase.o \ $(OBJDIR)/DynamicPackageParams.o \ @@ -438,6 +441,7 @@ $(OBJDIR)/GwfExchangeMover.o \ $(OBJDIR)/gwe.o \ $(OBJDIR)/SerialRouter.o \ $(OBJDIR)/Timer.o \ +$(OBJDIR)/Profiler.o \ $(OBJDIR)/LinearSolverFactory.o \ $(OBJDIR)/ImsLinear.o \ $(OBJDIR)/BaseSolution.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index c003b23875c..503b4142631 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -568,6 +568,8 @@ + + @@ -656,6 +658,7 @@ + diff --git a/src/Distributed/MpiMessageCache.f90 b/src/Distributed/MpiMessageCache.f90 index 222a4f2ac27..66aee404b0c 100644 --- a/src/Distributed/MpiMessageCache.f90 +++ b/src/Distributed/MpiMessageCache.f90 @@ -28,6 +28,7 @@ module MpiMessageCacheModule procedure :: init => mmc_init procedure :: get => mmc_get procedure :: put => mmc_put + procedure :: clear => mmc_clear procedure :: destroy => mmc_destroy end type MpiMessageCacheType @@ -105,6 +106,25 @@ subroutine mmc_put(this, unit, rank, stage, msg_id, mpi_type) end subroutine mmc_put + !< @brief Clear the MPI type cache system + !< + subroutine mmc_clear(this) + class(MpiMessageCacheType) :: this !< the message cache + ! local + integer(I4B) :: i + class(*), pointer :: obj_ptr + + ! clear caches + do i = 1, this%cached_ids%size + obj_ptr => this%unit_caches%GetItem(i) + select type (obj_ptr) + class is (MpiUnitCacheType) + call obj_ptr%clear() + end select + end do + + end subroutine mmc_clear + !< @brief Destroy the MPI type cache system. !< subroutine mmc_destroy(this) diff --git a/src/Distributed/MpiRouter.f90 b/src/Distributed/MpiRouter.f90 index 3d5eed1bed6..8e7834ad453 100644 --- a/src/Distributed/MpiRouter.f90 +++ b/src/Distributed/MpiRouter.f90 @@ -1,9 +1,10 @@ module MpiRouterModule use RouterBaseModule use KindModule, only: I4B, LGP + use ProfilerModule, only: g_prof use STLVecIntModule use SimVariablesModule, only: proc_id, nr_procs - use SimStagesModule, only: STG_TO_STR + use SimStagesModule, only: STG_TO_STR, NR_SIM_STAGES use VirtualDataListsModule, only: virtual_model_list, & virtual_exchange_list use VirtualBaseModule, only: NR_VDC_ELEMENT_MAPS @@ -32,10 +33,12 @@ module MpiRouterModule type(MpiWorldType), pointer :: mpi_world => null() integer(I4B) :: imon !< the output file unit for the mpi monitor logical(LGP) :: enable_monitor !< when true, log diagnostics + integer(I4B), dimension(:, :), allocatable :: tmr_mpi_wait !< array with timer handles for MPI_Wait calls contains procedure :: initialize => mr_initialize procedure :: route_all => mr_route_all procedure :: route_sln => mr_route_sln + procedure :: finalize => mr_finalize procedure :: destroy => mr_destroy ! private procedure, private :: activate @@ -73,6 +76,10 @@ subroutine mr_initialize(this) class(VirtualDataContainerType), pointer :: vdc character(len=LINELENGTH) :: monitor_file + ! allocate timer handles: global + nr. solutions + allocate (this%tmr_mpi_wait(NR_SIM_STAGES, this%nr_virt_solutions + 1)) + this%tmr_mpi_wait = -1 + ! routing over all when starting this%halo_activated = .false. @@ -322,7 +329,10 @@ subroutine route_active(this, unit, stage) end do ! wait for exchange of all messages + call g_prof%start("MPI_WaitAll ("//trim(STG_TO_STR(stage))//")", & + this%tmr_mpi_wait(stage, unit + 1)) call MPI_WaitAll(this%senders%size, rcv_req, rcv_stat, ierr) + call g_prof%stop(this%tmr_mpi_wait(stage, unit + 1)) call CHECK_MPI(ierr) deallocate (rcv_req, snd_req, rcv_stat) @@ -438,7 +448,10 @@ subroutine compose_messages(this, unit, stage, body_snd_t, body_rcv_t) end do ! wait for exchange of all headers + call g_prof%start("MPI_WaitAll ("//trim(STG_TO_STR(stage))//")", & + this%tmr_mpi_wait(stage, unit + 1)) call MPI_WaitAll(this%receivers%size, rcv_req, rcv_stat, ierr) + call g_prof%stop(this%tmr_mpi_wait(stage, unit + 1)) call CHECK_MPI(ierr) ! reinit handles @@ -508,7 +521,10 @@ subroutine compose_messages(this, unit, stage, body_snd_t, body_rcv_t) end do ! wait on receiving maps + call g_prof%start("MPI_WaitAll ("//trim(STG_TO_STR(stage))//")", & + this%tmr_mpi_wait(stage, unit + 1)) call MPI_WaitAll(this%receivers%size, rcv_req, rcv_stat, ierr) + call g_prof%stop(this%tmr_mpi_wait(stage, unit + 1)) call CHECK_MPI(ierr) ! print maps @@ -700,6 +716,13 @@ function is_cached(this, unit, stage) result(in_cache) end function is_cached + subroutine mr_finalize(this) + class(MpiRouterType) :: this + + call this%msg_cache%clear() + + end subroutine mr_finalize + subroutine mr_destroy(this) class(MpiRouterType) :: this @@ -712,6 +735,8 @@ subroutine mr_destroy(this) deallocate (this%all_models) deallocate (this%all_exchanges) + deallocate (this%tmr_mpi_wait) + end subroutine mr_destroy end module MpiRouterModule diff --git a/src/Distributed/MpiRunControl.F90 b/src/Distributed/MpiRunControl.F90 index 3c95253d8f9..f8157e9c867 100644 --- a/src/Distributed/MpiRunControl.F90 +++ b/src/Distributed/MpiRunControl.F90 @@ -9,7 +9,8 @@ module MpiRunControlModule use MpiWorldModule use SimVariablesModule, only: proc_id, nr_procs use SimStagesModule - use KindModule, only: I4B, LGP + use ProfilerModule + use KindModule, only: I4B, LGP, DP use STLVecIntModule use NumericalSolutionModule use RunControlModule, only: RunControlType @@ -42,6 +43,8 @@ end function create_mpi_run_control subroutine mpi_ctrl_start(this) use ErrorUtilModule, only: pstop_alternative + ! local + integer(I4B) :: tmr_init_par class(MpiRunControlType) :: this ! local @@ -50,6 +53,10 @@ subroutine mpi_ctrl_start(this) logical(LGP) :: petsc_db_exists, wait_dbg, is_parallel_mode type(MpiWorldType), pointer :: mpi_world + ! add timed section for parallel initialization + tmr_init_par = -1 + call g_prof%start("Initialize MPI and PETSc", tmr_init_par) + ! set mpi abort function pstop_alternative => mpi_stop @@ -101,6 +108,9 @@ subroutine mpi_ctrl_start(this) ! possibly wait to attach debugger here if (wait_dbg) call this%wait_for_debugger() + ! done with parallel pre-work + call g_prof%stop(tmr_init_par) + ! start everything else by calling parent call this%RunControlType%start() @@ -128,6 +138,14 @@ subroutine mpi_ctrl_finish(this) class(MpiRunControlType) :: this ! local integer :: ierr + integer(I4B) :: tmr_final_par + + ! timer + tmr_final_par = -1 + call g_prof%start("Finalize MPI and PETSc", tmr_final_par) + + ! release MPI related memory in router before MPI_Finalize + call this%virtual_data_mgr%router%finalize() ! finish mpi #if defined(__WITH_PETSC__) @@ -142,6 +160,8 @@ subroutine mpi_ctrl_finish(this) pstop_alternative => null() + call g_prof%stop(tmr_final_par) + ! finish everything else by calling parent call this%RunControlType%finish() diff --git a/src/Distributed/MpiUnitCache.f90 b/src/Distributed/MpiUnitCache.f90 index 51bf4a546f1..3e66bd93b62 100644 --- a/src/Distributed/MpiUnitCache.f90 +++ b/src/Distributed/MpiUnitCache.f90 @@ -3,6 +3,7 @@ module MpiUnitCacheModule use ListModule use STLVecIntModule use SimStagesModule, only: NR_SIM_STAGES + use MpiWorldModule, only: CHECK_MPI use mpi implicit none private @@ -18,7 +19,8 @@ module MpiUnitCacheModule contains procedure :: init => cc_init procedure :: get_cached => cc_get_cached - procedure :: cache => mc_cache + procedure :: cache => cc_cache + procedure :: clear => cc_clear procedure :: destroy => cc_destroy ! private procedure, private :: is_rank_cached @@ -65,7 +67,7 @@ end function cc_get_cached !> @brief Cache the mpi datatype for this particular !! rank and stage. The datatype should be committed !< to the type database externally. - subroutine mc_cache(this, rank, stage, msg_id, mpi_type) + subroutine cc_cache(this, rank, stage, msg_id, mpi_type) class(MpiUnitCacheType) :: this integer(I4B) :: rank integer(I4B) :: stage @@ -84,7 +86,7 @@ subroutine mc_cache(this, rank, stage, msg_id, mpi_type) msg_idx = this%get_msg_index(rank, stage, msg_id) call this%cached_messages%set(msg_idx, mpi_type) - end subroutine mc_cache + end subroutine cc_cache function is_rank_cached(this, rank) result(in_cache) class(MpiUnitCacheType) :: this @@ -143,9 +145,9 @@ function get_msg_index(this, rank, stage, msg_id) result(msg_index) end function get_msg_index - !> @brief Clean up the unit cache. + !> @brief Clear the cache: free MPI types !< - subroutine cc_destroy(this) + subroutine cc_clear(this) class(MpiUnitCacheType) :: this ! local integer(I4B) :: i @@ -155,8 +157,17 @@ subroutine cc_destroy(this) mpi_type = this%cached_messages%at(i) if (mpi_type /= NO_CACHED_VALUE) then call MPI_Type_free(mpi_type, ierr) + call CHECK_MPI(ierr) end if end do + call this%cached_messages%clear() + + end subroutine cc_clear + + !> @brief Destroy unit cache. + !< + subroutine cc_destroy(this) + class(MpiUnitCacheType) :: this call this%cached_ranks%destroy() call this%cached_messages%destroy() diff --git a/src/Distributed/RouterBase.f90 b/src/Distributed/RouterBase.f90 index e08db1c0be4..9b13df3c9ef 100644 --- a/src/Distributed/RouterBase.f90 +++ b/src/Distributed/RouterBase.f90 @@ -6,11 +6,13 @@ module RouterBaseModule type, abstract, public :: RouterBaseType logical(LGP) :: halo_activated !< when true, the halo has been activated + integer(I4B) :: nr_virt_solutions !< number of virtual solution to be routed !< (allowing more efficient routing of virtual data) contains procedure(initialize_if), deferred :: initialize procedure(route_all_if), deferred :: route_all procedure(route_sln_if), deferred :: route_sln + procedure(finalize_if), deferred :: finalize procedure(destroy_if), deferred :: destroy end type RouterBaseType @@ -30,6 +32,10 @@ subroutine route_sln_if(this, virtual_sol, stage) type(VirtualSolutionType) :: virtual_sol integer(I4B) :: stage end subroutine route_sln_if + subroutine finalize_if(this) + import RouterBaseType + class(RouterBaseType) :: this + end subroutine finalize_if subroutine destroy_if(this) import RouterBaseType class(RouterBaseType) :: this diff --git a/src/Distributed/RouterFactory.F90 b/src/Distributed/RouterFactory.F90 index b8c1218bed3..49ce6a4f0ba 100644 --- a/src/Distributed/RouterFactory.F90 +++ b/src/Distributed/RouterFactory.F90 @@ -1,4 +1,5 @@ module RouterFactoryModule + use KindModule, only: I4B use RouterBaseModule use SerialRouterModule, only: create_serial_router #if defined(__WITH_MPI__) @@ -15,15 +16,18 @@ module RouterFactoryModule !! simulation mode (parallel or sequential) and type !! of build (with or without mpi) !< - function create_router(sim_mode) result(router) + function create_router(sim_mode, nr_sols) result(router) character(len=*) :: sim_mode !< simulation mode: SEQUENTIAL or PARALLEL + integer(I4B) :: nr_sols !< nr. of solutions class(RouterBaseType), pointer :: router !< the router object if (sim_mode == 'SEQUENTIAL') then router => create_serial_router() + router%nr_virt_solutions = nr_sols #if defined(__WITH_MPI__) else if (sim_mode == 'PARALLEL') then router => create_mpi_router() + router%nr_virt_solutions = nr_sols #endif else router => null() diff --git a/src/Distributed/SerialRouter.f90 b/src/Distributed/SerialRouter.f90 index 96bb3442cb6..e1be4c70a86 100644 --- a/src/Distributed/SerialRouter.f90 +++ b/src/Distributed/SerialRouter.f90 @@ -7,11 +7,14 @@ module SerialRouterModule public :: create_serial_router + !> @brief Serial router: currently doesn't do anything + !< type, public, extends(RouterBaseType) :: SerialRouterType contains procedure :: initialize => sr_initialize procedure :: route_all => sr_route_all procedure :: route_sln => sr_route_sln + procedure :: finalize => sr_finalize procedure :: destroy => sr_destroy end type SerialRouterType @@ -46,6 +49,10 @@ subroutine sr_route_sln(this, virtual_sol, stage) end subroutine sr_route_sln + subroutine sr_finalize(this) + class(SerialRouterType) :: this + end subroutine sr_finalize + subroutine sr_destroy(this) class(SerialRouterType) :: this end subroutine sr_destroy diff --git a/src/Distributed/VirtualDataManager.f90 b/src/Distributed/VirtualDataManager.f90 index e92b8883d99..9366c040a31 100644 --- a/src/Distributed/VirtualDataManager.f90 +++ b/src/Distributed/VirtualDataManager.f90 @@ -66,7 +66,7 @@ subroutine vds_create(this, sim_mode) this%nr_solutions = 0 ! create a router, sequential or parallel - this%router => create_router(sim_mode) + this%router => create_router(sim_mode, nr_sol) end subroutine vds_create @@ -454,6 +454,7 @@ subroutine destroy(this) end do deallocate (this%virtual_solutions) + call this%router%destroy() deallocate (this%router) end subroutine destroy diff --git a/src/Idm/sim-namidm.f90 b/src/Idm/sim-namidm.f90 index 21d91522715..8ba7f74b3a8 100644 --- a/src/Idm/sim-namidm.f90 +++ b/src/Idm/sim-namidm.f90 @@ -15,6 +15,7 @@ module SimNamInputModule logical :: continue = .false. logical :: nocheck = .false. logical :: prmem = .false. + logical :: prprof = .false. logical :: maxerrors = .false. logical :: print_input = .false. logical :: hpc_filerecord = .false. @@ -97,6 +98,24 @@ module SimNamInputModule .false. & ! timeseries ) + type(InputParamDefinitionType), parameter :: & + simnam_prprof = InputParamDefinitionType & + ( & + 'SIM', & ! component + 'NAM', & ! subcomponent + 'OPTIONS', & ! block + 'PROFILE_OPTION', & ! tag name + 'PRPROF', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'profiling option', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + type(InputParamDefinitionType), parameter :: & simnam_maxerrors = InputParamDefinitionType & ( & @@ -427,6 +446,7 @@ module SimNamInputModule simnam_continue, & simnam_nocheck, & simnam_prmem, & + simnam_prprof, & simnam_maxerrors, & simnam_print_input, & simnam_hpc_filerecord, & diff --git a/src/RunControl.f90 b/src/RunControl.f90 index e17b1b92360..781c699fc48 100644 --- a/src/RunControl.f90 +++ b/src/RunControl.f90 @@ -5,6 +5,7 @@ module RunControlModule use MapperModule use ListsModule, only: basesolutionlist use NumericalSolutionModule, only: NumericalSolutionType + use ProfilerModule implicit none private @@ -19,6 +20,7 @@ module RunControlModule procedure :: at_stage => ctrl_at_stage procedure :: finish => ctrl_finish procedure :: after_con_cr => ctrl_after_con_cr + ! private procedure, private :: init_handler procedure, private :: before_con_df @@ -55,6 +57,13 @@ subroutine ctrl_finish(this) ! -- Write memory usage, elapsed time and terminate call mem_write_usage(iout) call mem_da() + + ! stop and print timings + call g_prof%stop(g_prof%tmr_finalize) + call g_prof%stop(g_prof%tmr_run) + call g_prof%print(iout) + call g_prof%destroy() + call elapsed_time(iout, 1) call final_message() diff --git a/src/SimulationCreate.f90 b/src/SimulationCreate.f90 index fd23108b6d0..2a02bc0ca25 100644 --- a/src/SimulationCreate.f90 +++ b/src/SimulationCreate.f90 @@ -98,12 +98,13 @@ subroutine options_create() use MemoryManagerModule, only: mem_setptr use SimVariablesModule, only: idm_context use MemoryManagerModule, only: mem_set_print_option + use ProfilerModule, only: g_prof use SimVariablesModule, only: isimcontinue, isimcheck ! -- dummy ! -- locals character(len=LENMEMPATH) :: input_mempath integer(I4B), pointer :: simcontinue, nocheck, maxerror - character(len=:), pointer :: prmem + character(len=:), pointer :: prmem, prprof character(len=LINELENGTH) :: errmsg ! ! -- set input memory path @@ -113,6 +114,7 @@ subroutine options_create() call mem_setptr(simcontinue, 'CONTINUE', input_mempath) call mem_setptr(nocheck, 'NOCHECK', input_mempath) call mem_setptr(prmem, 'PRMEM', input_mempath) + call mem_setptr(prprof, 'PRPROF', input_mempath) call mem_setptr(maxerror, 'MAXERRORS', input_mempath) ! ! -- update sim options @@ -127,6 +129,10 @@ subroutine options_create() call store_error(errmsg, .true.) end if end if + + ! set profiler print option + call g_prof%set_print_option(prprof) + ! ! -- log values to list file if (iout > 0) then diff --git a/src/Solution/NumericalSolution.f90 b/src/Solution/NumericalSolution.f90 index ddb728916ba..980de8eea44 100644 --- a/src/Solution/NumericalSolution.f90 +++ b/src/Solution/NumericalSolution.f90 @@ -4,6 +4,7 @@ module NumericalSolutionModule use KindModule, only: DP, I4B, LGP use ErrorUtilModule, only: pstop use TimerModule, only: code_timer + use ProfilerModule use ConstantsModule, only: LINELENGTH, LENSOLUTIONNAME, LENPAKLOC, & DPREC, DZERO, DEM20, DEM15, DEM6, & DEM4, DEM3, DEM2, DEM1, DHALF, DONETHIRD, & @@ -128,6 +129,16 @@ module NumericalSolutionModule real(DP), pointer :: ptcdel0 => null() !< initial PTC delta value real(DP), pointer :: ptcexp => null() !< PTC exponent ! + ! -- timer handles + integer(I4B) :: tmr_prep_solve !< timer - prepare solve + integer(I4B) :: tmr_solve !< timer - solve + integer(I4B) :: tmr_final_solve !< timer - finalize solve + integer(I4B) :: tmr_formulate !< timer - formulate + integer(I4B) :: tmr_linsolve !< timer - linear solve + integer(I4B) :: tmr_flows !< timer - calculate flows + integer(I4B) :: tmr_budgets !< timer - calculate budgets + character(len=24) :: id_postfix !< solution id based postfix for timer titles + ! ! -- adaptive time step real(DP), pointer :: atsfrac => null() !< adaptive time step faction ! @@ -493,6 +504,17 @@ subroutine sln_df(this) ! ! -- Assign connections, fill ia/ja, map connections call this%sln_connect() + + ! add timers + write (this%id_postfix, '(a,i0,a)') " (", this%id, ")" + this%tmr_prep_solve = -1 + this%tmr_solve = -1 + this%tmr_final_solve = -1 + this%tmr_formulate = -1 + this%tmr_linsolve = -1 + this%tmr_flows = -1 + this%tmr_budgets = -1 + end subroutine sln_df !> @ brief Allocate and read data @@ -1421,6 +1443,9 @@ subroutine prepareSolve(this) class(NumericalExchangeType), pointer :: cp => null() class(NumericalModelType), pointer :: mp => null() + ! start timer + call g_prof%start("Prepare solve"//this%id_postfix, this%tmr_prep_solve) + ! synchronize for AD call this%synchronize(STG_BFR_EXG_AD, this%synchronize_ctx) @@ -1439,6 +1464,9 @@ subroutine prepareSolve(this) ! advance solution call this%sln_ad() + ! stop timer + call g_prof%stop(this%tmr_prep_solve) + end subroutine prepareSolve !> @ brief Build and solve the simulation @@ -1493,6 +1521,10 @@ subroutine solve(this, kiter) real(DP) :: ttsoln real(DP) :: dpak real(DP) :: outer_hncg + + ! start timer + call g_prof%start("Solve"//this%id_postfix, this%tmr_solve) + ! ! -- initialize local variables icsv0 = max(1, this%itertot_sim + 1) @@ -1546,6 +1578,7 @@ subroutine solve(this, kiter) end if ! call code_timer(0, ttform, this%ttform) + call g_prof%start("Formulate", this%tmr_formulate) ! ! -- (re)build the solution matrix call this%sln_buildsystem(kiter, inewton=1) @@ -1559,10 +1592,13 @@ subroutine solve(this, kiter) call mp%model_nr(kiter, this%system_matrix, 1) end do call code_timer(1, ttform, this%ttform) + call g_prof%stop(this%tmr_formulate) ! ! -- linear solve call code_timer(0, ttsoln, this%ttsoln) + call g_prof%start("Linear solve", this%tmr_linsolve) call this%sln_ls(kiter, kstp, kper, iter, iptc, ptcf) + call g_prof%stop(this%tmr_linsolve) call code_timer(1, ttsoln, this%ttsoln) ! ! -- increment counters storing the total number of linear and @@ -1795,6 +1831,9 @@ subroutine solve(this, kiter) kiter, iter, icsv0, kcsv0) end if + ! stop timer + call g_prof%stop(this%tmr_solve) + end subroutine solve !> @ brief finalize a solution @@ -1821,6 +1860,10 @@ subroutine finalizeSolve(this, kiter, isgcnvg, isuppress_output) character(len=*), parameter :: fmtcnvg = & "(1X, I0, ' CALLS TO NUMERICAL SOLUTION ', 'IN TIME STEP ', I0, & &' STRESS PERIOD ',I0,/1X,I0,' TOTAL ITERATIONS')" + + ! start timer + call g_prof%start("Finalize solve"//this%id_postfix, this%tmr_final_solve) + ! ! -- finalize the outer iteration table if (this%iprims > 0) then @@ -1856,6 +1899,9 @@ subroutine finalizeSolve(this, kiter, isgcnvg, isuppress_output) ! ! -- set solution group convergence flag if (this%icnvg == 0) isgcnvg = 0 + + call g_prof%start("Calculate flows", this%tmr_flows) + ! ! -- Calculate flow for each model do im = 1, this%modellist%Count() @@ -1868,6 +1914,10 @@ subroutine finalizeSolve(this, kiter, isgcnvg, isuppress_output) cp => GetNumericalExchangeFromList(this%exchangelist, ic) call cp%exg_cq(isgcnvg, isuppress_output, this%id) end do + + call g_prof%stop(this%tmr_flows) + call g_prof%start("Calculate budgets", this%tmr_budgets) + ! ! -- Budget terms for each model do im = 1, this%modellist%Count() @@ -1881,6 +1931,10 @@ subroutine finalizeSolve(this, kiter, isgcnvg, isuppress_output) call cp%exg_bd(isgcnvg, isuppress_output, this%id) end do + ! stop timer + call g_prof%stop(this%tmr_budgets) + call g_prof%stop(this%tmr_final_solve) + end subroutine finalizeSolve ! helper routine to calculate coefficients and setup the solution matrix diff --git a/src/Solution/ParallelSolution.f90 b/src/Solution/ParallelSolution.f90 index 22d5353d522..6d7de0834ac 100644 --- a/src/Solution/ParallelSolution.f90 +++ b/src/Solution/ParallelSolution.f90 @@ -1,6 +1,7 @@ module ParallelSolutionModule use KindModule, only: DP, LGP, I4B use ConstantsModule, only: LENPAKLOC, DONE, DZERO + use ProfilerModule use NumericalSolutionModule, only: NumericalSolutionType use mpi use MpiWorldModule @@ -10,6 +11,13 @@ module ParallelSolutionModule public :: ParallelSolutionType type, extends(NumericalSolutionType) :: ParallelSolutionType + integer(I4B) :: tmr_convergence = -1 !< timer for convergence check + integer(I4B) :: tmr_pkg_cnvg = -1 !< timer for package convergence check + integer(I4B) :: tmr_sync_nur = -1 !< timer for NUR synchronization + integer(I4B) :: tmr_nur_cnvg = -1 !< timer for NUR convergence check + integer(I4B) :: tmr_calcptc = -1 !< timer for PTC calculation + integer(I4B) :: tmr_underrelax = -1 !< timer for underrelaxation + integer(I4B) :: tmr_backtracking = -1 !< timer for backtracking contains ! override procedure :: sln_has_converged => par_has_converged @@ -37,6 +45,8 @@ function par_has_converged(this, max_dvc) result(has_converged) integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (cnvg check)", this%tmr_convergence) + mpi_world => get_mpi_world() has_converged = .false. @@ -48,6 +58,8 @@ function par_has_converged(this, max_dvc) result(has_converged) has_converged = .true. end if + call g_prof%stop(this%tmr_convergence) + end function par_has_converged function par_package_convergence(this, dpak, cpakout, iend) & @@ -62,6 +74,8 @@ function par_package_convergence(this, dpak, cpakout, iend) & integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (package cnvg)", this%tmr_pkg_cnvg) + mpi_world => get_mpi_world() icnvg_local = & @@ -71,6 +85,8 @@ function par_package_convergence(this, dpak, cpakout, iend) & MPI_MIN, mpi_world%comm, ierr) call CHECK_MPI(ierr) + call g_prof%stop(this%tmr_pkg_cnvg) + end function par_package_convergence function par_sync_newtonur_flag(this, inewtonur) result(ivalue) @@ -81,11 +97,15 @@ function par_sync_newtonur_flag(this, inewtonur) result(ivalue) integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (NUR)", this%tmr_sync_nur) + mpi_world => get_mpi_world() call MPI_Allreduce(inewtonur, ivalue, 1, MPI_INTEGER, & MPI_MAX, mpi_world%comm, ierr) call CHECK_MPI(ierr) + call g_prof%stop(this%tmr_sync_nur) + end function par_sync_newtonur_flag function par_nur_has_converged(this, dxold_max, hncg) & @@ -100,6 +120,8 @@ function par_nur_has_converged(this, dxold_max, hncg) & integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (NUR cnvg)", this%tmr_nur_cnvg) + mpi_world => get_mpi_world() has_converged = .false. @@ -114,6 +136,8 @@ function par_nur_has_converged(this, dxold_max, hncg) & call CHECK_MPI(ierr) if (icnvg_global == 1) has_converged = .true. + call g_prof%stop(this%tmr_nur_cnvg) + end function par_nur_has_converged !> @brief Calculate pseudo-transient continuation factor @@ -128,6 +152,8 @@ subroutine par_calc_ptc(this, iptc, ptcf) integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (PTC calc)", this%tmr_calcptc) + mpi_world => get_mpi_world() call this%NumericalSolutionType%sln_calc_ptc(iptc_loc, ptcf_loc) if (iptc_loc == 0) ptcf_loc = DZERO @@ -144,6 +170,8 @@ subroutine par_calc_ptc(this, iptc, ptcf) ptcf = ptcf_glo_max end if + call g_prof%stop(this%tmr_calcptc) + end subroutine par_calc_ptc !> @brief apply under-relaxation in sync over all processes @@ -161,6 +189,8 @@ subroutine par_underrelax(this, kiter, bigch, neq, active, x, xtemp) integer :: ierr type(MpiWorldType), pointer :: mpi_world + call g_prof%start("Parallel Solution (underrelax)", this%tmr_underrelax) + mpi_world => get_mpi_world() ! first reduce largest change over all processes @@ -179,6 +209,8 @@ subroutine par_underrelax(this, kiter, bigch, neq, active, x, xtemp) call this%NumericalSolutionType%sln_underrelax(kiter, dvc_global_max, & neq, active, x, xtemp) + call g_prof%stop(this%tmr_underrelax) + end subroutine par_underrelax !> @brief synchronize backtracking flag over processes @@ -192,6 +224,8 @@ subroutine par_backtracking_xupdate(this, bt_flag) type(MpiWorldType), pointer :: mpi_world integer :: ierr + call g_prof%start("Parallel Solution (backtrack)", this%tmr_backtracking) + mpi_world => get_mpi_world() ! get local bt flag @@ -207,6 +241,8 @@ subroutine par_backtracking_xupdate(this, bt_flag) call this%NumericalSolutionType%apply_backtracking() end if + call g_prof%stop(this%tmr_backtracking) + end subroutine par_backtracking_xupdate end module ParallelSolutionModule diff --git a/src/Utilities/Performance/Profiler.f90 b/src/Utilities/Performance/Profiler.f90 new file mode 100644 index 00000000000..482c53777d4 --- /dev/null +++ b/src/Utilities/Performance/Profiler.f90 @@ -0,0 +1,423 @@ +module ProfilerModule + use KindModule, only: I4B, DP, LGP + use ConstantsModule, only: DNODATA, DZERO, LENMEMPATH, LINELENGTH + use STLStackIntModule + use STLVecIntModule + implicit none + private + + ! constants for memory allocation + integer(I4B), parameter :: MAX_NR_TIMED_SECTIONS = 75 + integer(I4B), public, parameter :: LEN_SECTION_TITLE = 128 + + ! data structure to store measurements for a section + type, private :: MeasuredSectionType + character(len=LEN_SECTION_TITLE) :: title !< title to identify timed section in log + real(DP) :: walltime !< walltime spent in section + integer(I4B) :: count !< number of times section was entered + integer(I4B) :: status !< =1 means section timer started, =0 otherwise + integer(I4B) :: parent_id !< id of parent, or 0 when root + type(STLVecInt) :: children !< ids of children + end type MeasuredSectionType + + !> @brief A public type for profiling performance in the application. + !! The ProfilerType is used to measure and record the performance of various + !! parts of the application. It provides mechanisms to start, stop, and + !< report on the performance metrics collected during execution. + type, public :: ProfilerType + ! handles for the global simulation structure (with no simulation objects to store them) + integer(I4B) :: tmr_run !< handle to timed section "Run" + integer(I4B) :: tmr_init !< handle to timed section "Initialize" + integer(I4B) :: tmr_update !< handle to timed section "Update" + integer(I4B) :: tmr_finalize !< handle to timed section "Finalize" + integer(I4B) :: tmr_prep_tstp !< handle to timed section "Prepare time step" + integer(I4B) :: tmr_do_tstp !< handle to timed section "Do time step" + integer(I4B) :: tmr_final_tstp !< handle to timed section "Finalize time step" + integer(I4B) :: tmr_output !< handle to timed section "Write output" + integer(I4B) :: tmr_nc_export !< handle to timed section "NetCDF export" + ! private + integer(I4B), private :: iout !< output unit number, typically simulation listing file + integer(I4B), private :: pr_option !< 0 = NONE, 1 = SUMMARY, 2 = DETAIL + integer(I4B), private :: nr_sections !< number of sections + integer(I4B), private, dimension(3) :: top_three !< top three leaf sections based on walltime + integer(I4B), private :: max_title_len !< maximum title length + integer(I4B), private :: root_id !< currently only one root section is supported, this is the id + type(MeasuredSectionType), dimension(:), pointer :: all_sections => null() !< all timed sections (up to MAX_NR_TIMED_SECTIONS) + type(STLStackInt) :: callstack !< call stack of section ids + contains + procedure :: initialize + procedure :: add_section + procedure :: start + procedure :: stop + procedure :: print + procedure :: destroy + procedure :: is_initialized + procedure :: set_print_option + ! private + procedure, private :: print_section + procedure, private :: print_total + procedure, private :: aggregate_walltime + procedure, private :: aggregate_counts + procedure, private :: largest_title_length + procedure, private :: sort_by_walltime + end type ProfilerType + + type(ProfilerType), public :: g_prof !< the global timer object (to reduce trivial lines of code) + +contains + + !< @brief Initialize the CPU timer object + !< + subroutine initialize(this) + class(ProfilerType) :: this + ! local + integer(I4B) :: i + + this%tmr_run = -1 + this%tmr_init = -1 + this%tmr_update = -1 + this%tmr_finalize = -1 + this%tmr_prep_tstp = -1 + this%tmr_do_tstp = -1 + this%tmr_final_tstp = -1 + this%tmr_output = -1 + this%tmr_nc_export = -1 + + call this%callstack%init() + + allocate (this%all_sections(MAX_NR_TIMED_SECTIONS)) + do i = 1, MAX_NR_TIMED_SECTIONS + this%all_sections(i)%title = "undefined" + this%all_sections(i)%status = 0 + this%all_sections(i)%walltime = DZERO + this%all_sections(i)%count = 0 + this%all_sections(i)%parent_id = 0 + call this%all_sections(i)%children%init() + end do + + this%nr_sections = 0 + this%root_id = 0 + this%top_three = [0, 0, 0] + + end subroutine initialize + + !> @brief Add a new timed section to the tree, + !! passing the parent id will add it as a child + !< in the tree + function add_section(this, title, parent_id) result(section_id) + use SimModule, only: ustop + class(ProfilerType) :: this + character(len=*) :: title + integer(I4B) :: parent_id + integer(I4B) :: section_id + + ! increment to new section id + this%nr_sections = this%nr_sections + 1 + section_id = this%nr_sections + if (section_id > size(this%all_sections)) then + write (*, *) "Internal error: Too many profiled sections, "& + &"increase MAX_NR_TIMED_SECTIONS" + call ustop() + end if + + ! initialize new section + this%all_sections(section_id)%title = title + this%all_sections(section_id)%walltime = DZERO + this%all_sections(section_id)%status = 0 + + ! if parent, otherwise root section + if (parent_id > 0) then + ! add child to parent + this%all_sections(section_id)%parent_id = parent_id + call this%all_sections(parent_id)%children%push_back(section_id) + else + ! this is the root, assume there's only one! + this%all_sections(section_id)%parent_id = 0 + this%root_id = section_id + end if + + end function add_section + + !> @brief Start section timing, add when not exist yet (i.e. when id < 1) + !< + subroutine start(this, title, section_id) + class(ProfilerType) :: this + character(len=*) :: title + integer(I4B) :: section_id + ! local + integer(I4B) :: parent_id + real(DP) :: start_time + type(MeasuredSectionType), pointer :: section + + call cpu_time(start_time) + + if (section_id == -1) then + ! add section if not exist + parent_id = 0 ! root + if (this%callstack%size() > 0) then + parent_id = this%callstack%top() + end if + section_id = this%add_section(title, parent_id) + end if + call this%callstack%push(section_id) + + section => this%all_sections(section_id) + section%count = section%count + 1 + section%status = 1 + section%walltime = section%walltime - start_time + + end subroutine start + + subroutine stop(this, section_id) + class(ProfilerType) :: this + integer(I4B) :: section_id + ! local + real(DP) :: end_time + type(MeasuredSectionType), pointer :: section + + call cpu_time(end_time) + + ! nett result (c.f. start(...)) is adding (dt = end_time - start_time) + section => this%all_sections(section_id) + section%status = 0 + section%walltime = section%walltime + end_time + + ! pop from call stack + call this%callstack%pop() + + end subroutine stop + + subroutine print(this, output_unit) + class(ProfilerType) :: this + integer(I4B), intent(in) :: output_unit + ! local + integer(I4B) :: level, i, top_idx + integer(I4B), dimension(:), allocatable :: sorted_idxs + + this%iout = output_unit + if (this%pr_option == 0) return + + ! get top three leaf sections based on walltime + top_idx = 1 + sorted_idxs = (/(i, i=1, this%nr_sections)/) + call this%sort_by_walltime(sorted_idxs) + do i = 1, this%nr_sections + if (this%all_sections(sorted_idxs(i))%children%size == 0) then ! leaf node + if (top_idx > 3) exit + this%top_three(top_idx) = sorted_idxs(i) + top_idx = top_idx + 1 + end if + end do + + this%max_title_len = this%largest_title_length() + + if (this%pr_option > 1) then + ! print timing call stack + level = 0 + write (this%iout, '(/1x,a/)') & + repeat('-', 18)//" Profiler: Call Stack "//repeat('-', 18) + call this%print_section(this%root_id, level) + end if + + ! print walltime per category from substring (if exist) + ! note: the sections containing the substring should not be nested, + ! otherwise the walltime will be counted multiple times + write (this%iout, '(1x,a/)') & + repeat('-', 20)//" Profiler: Totals "//repeat('-', 20) + call this%print_total("Formulate") + call this%print_total("Linear solve") + call this%print_total("Calculate flows") + call this%print_total("Calculate budgets") + call this%print_total("Write output") + call this%print_total("Parallel Solution") + call this%print_total("MPI_WaitAll") + write (this%iout, '(/1x,a/)') & + repeat('-', 22)//" End Profiler "//repeat('-', 22) + + end subroutine print + + recursive subroutine print_section(this, section_id, level) + use ArrayHandlersModule, only: ifind + class(ProfilerType) :: this + integer(I4B) :: section_id + integer(I4B) :: level + ! local + integer(I4B) :: i, new_level, nr_padding, idx_top + real(DP) :: percent + type(MeasuredSectionType), pointer :: section + character(len=:), allocatable :: title_padded + character(len=LINELENGTH) :: top_marker + + section => this%all_sections(section_id) + + ! calculate percentage + percent = 1.0_DP + if (section%parent_id /= 0) then + percent = section%walltime / this%all_sections(this%root_id)%walltime + end if + percent = percent * 100.0_DP + + ! determine if section should be marked as top three + top_marker = "" + idx_top = ifind(this%top_three, section_id) + if (idx_top > 0) then + nr_padding = max(0, 32 - level * 4) + write (top_marker, '(a,i0)') repeat(" ", nr_padding)//"<== #", idx_top + end if + + ! print section timing + nr_padding = this%max_title_len - len_trim(section%title) + 2 + title_padded = trim(section%title)//":"//repeat(' ', nr_padding) + write (this%iout, '(3a,f6.2,2a,f14.6,2a,i0,a,a)') " ", & + repeat('....', level), "[", percent, "%] ", title_padded, & + section%walltime, "s", " (", section%count, "x)", trim(top_marker) + + ! print children + new_level = level + 1 + do i = 1, section%children%size + call this%print_section(section%children%at(i), new_level) + end do + + if (level == 0) write (this%iout, *) + + end subroutine print_section + + subroutine print_total(this, subtitle) + class(ProfilerType) :: this + character(len=*) :: subtitle + ! local + integer(I4B) :: count + real(DP) :: walltime, percent + integer(I4B) :: nr_padding + character(len=:), allocatable :: title_padded + + ! get maximum length of title + nr_padding = this%max_title_len - len_trim(subtitle) + title_padded = trim(subtitle)//repeat(' ', nr_padding) + + count = this%aggregate_counts(subtitle) + if (count > 0) then + walltime = aggregate_walltime(this, subtitle) + percent = (walltime / this%all_sections(this%root_id)%walltime) * 100.0_DP + write (this%iout, '(2a,f6.2,3a,f14.6,2a,i0,a)') " ", "[", percent, & + "%] ", title_padded, ": ", walltime, "s", " (", count, "x)" + end if + + end subroutine print_total + + !> @brief Aggregate walltime over sections with a certain title + !< + function aggregate_walltime(this, title) result(walltime) + class(ProfilerType) :: this + character(len=*) :: title + real(DP) :: walltime + ! local + integer(I4B) :: i + + walltime = DZERO + do i = 1, this%nr_sections + if (index(this%all_sections(i)%title, trim(title)) > 0) then + walltime = walltime + this%all_sections(i)%walltime + end if + end do + + end function aggregate_walltime + + !> @brief Aggregate counts over sections with a certain title + !< + function aggregate_counts(this, title) result(counts) + class(ProfilerType) :: this + character(len=*) :: title + integer(I4B) :: counts + ! local + integer(I4B) :: i + + counts = 0 + do i = 1, this%nr_sections + if (index(this%all_sections(i)%title, trim(title)) > 0) then + counts = counts + this%all_sections(i)%count + end if + end do + + end function aggregate_counts + + !> @brief Set the profile option from the user input + !< + subroutine set_print_option(this, profile_option) + class(ProfilerType) :: this + character(len=*), intent(in) :: profile_option + + select case (trim(profile_option)) + case ("NONE") + this%pr_option = 0 + case ("SUMMARY") + this%pr_option = 1 + case ("DETAIL") + this%pr_option = 2 + case default + this%pr_option = 0 + end select + + end subroutine set_print_option + + !> @brief Clean up the CPU timer object + !< + subroutine destroy(this) + class(ProfilerType) :: this + ! local + integer(I4B) :: i + + call this%callstack%destroy() + + do i = 1, MAX_NR_TIMED_SECTIONS + call this%all_sections(i)%children%destroy() + end do + deallocate (this%all_sections) + nullify (this%all_sections) + + end subroutine destroy + + function is_initialized(this) result(initialized) + class(ProfilerType) :: this + logical(LGP) :: initialized + + initialized = associated(this%all_sections) + + end function is_initialized + + !> @brief Calculate the largest title length + !< + function largest_title_length(this) result(max_length) + class(ProfilerType) :: this + integer(I4B) :: max_length + integer(I4B) :: i + + max_length = 0 + do i = 1, this%nr_sections + max_length = max(max_length, len_trim(this%all_sections(i)%title)) + end do + + end function largest_title_length + + !> @brief Sort section indexes based on walltime + !< + subroutine sort_by_walltime(this, idxs) + class(ProfilerType) :: this + integer(I4B), dimension(:), allocatable :: idxs !< array with unsorted section idxs + integer(I4B) :: i, j, temp + + ! Simple bubble sort for demonstration purposes + do i = 1, size(idxs) - 1 + do j = 1, size(idxs) - i + if (this%all_sections(idxs(j))%walltime < & + this%all_sections(idxs(j + 1))%walltime) then + temp = idxs(j) + idxs(j) = idxs(j + 1) + idxs(j + 1) = temp + end if + end do + end do + + end subroutine sort_by_walltime + +end module ProfilerModule diff --git a/src/Utilities/STLStackInt.f90 b/src/Utilities/STLStackInt.f90 new file mode 100644 index 00000000000..9cb1a9fe768 --- /dev/null +++ b/src/Utilities/STLStackInt.f90 @@ -0,0 +1,86 @@ +module STLStackIntModule + use KindModule, only: I4B, LGP + use STLVecIntModule + use SimModule, only: ustop + implicit none + private + public :: STLStackInt + + !> @brief A derived type representing a stack of integers. + !! + !! This type provides a stack data structure specifically for integers. + !! It includes methods for typical stack operations such as push, pop, + !< and checking if the stack is empty. + type :: STLStackInt + type(STLVecInt), private :: stack !< the internal stack + contains + procedure, pass(this) :: init !< allocate memory, init size and capacity + procedure, pass(this) :: destroy !< deletes the memory + procedure, pass(this) :: push !< adds an element at the end of the vector + procedure, pass(this) :: pop !< removes the last element + procedure, pass(this) :: top !< returns the last element (without removing it) + procedure, pass(this) :: size !< returns the size of the stack + end type STLStackInt + +contains ! module routines + + subroutine init(this, capacity) + class(STLStackInt), intent(inout) :: this + integer(I4B), intent(in), optional :: capacity ! the initial capacity, when given + + ! init the vector + if (present(capacity)) then + call this%stack%init(capacity) + else + call this%stack%init() + end if + + end subroutine init + + subroutine push(this, newValue) + class(STLStackInt), intent(inout) :: this + integer(I4B) :: newValue + + call this%stack%push_back(newValue) + + end subroutine push + + subroutine pop(this) + class(STLStackInt), intent(inout) :: this + + if (this%stack%size == 0) then + write (*, *) 'STLStackInt exception: cannot pop an empty stack' + call ustop() + end if + this%stack%size = this%stack%size - 1 + + end subroutine pop + + function top(this) result(top_value) + class(STLStackInt), intent(in) :: this + integer(I4B) :: top_value + + if (this%stack%size == 0) then + write (*, *) 'STLStackInt exception: cannot get top of an empty stack' + call ustop() + end if + top_value = this%stack%at(this%stack%size) + + end function top + + function size(this) result(size_value) + class(STLStackInt), intent(in) :: this + integer(I4B) :: size_value + + size_value = this%stack%size + + end function size + + subroutine destroy(this) + class(STLStackInt), intent(inout) :: this + + call this%stack%destroy() + + end subroutine destroy + +end module STLStackIntModule diff --git a/src/Utilities/STLVecInt.f90 b/src/Utilities/STLVecInt.f90 index 7431da49026..322df0a0e2b 100644 --- a/src/Utilities/STLVecInt.f90 +++ b/src/Utilities/STLVecInt.f90 @@ -11,12 +11,13 @@ module STLVecIntModule ! This is a dynamic vector type for integers type :: STLVecInt integer(I4B), private, allocatable :: values(:) !< the internal array for storage - integer(I4B) :: size !< the number of elements (technically this stuff should be unsigned) - integer(I4B) :: capacity !< the reserved storage + integer(I4B) :: size !< the number of elements + integer(I4B), private :: capacity !< the reserved storage contains procedure, pass(this) :: init !< allocate memory, init size and capacity procedure, pass(this) :: push_back !< adds an element at the end of the vector procedure, pass(this) :: push_back_unique !< adds an element at the end of the vector, if not present yet + procedure, pass(this) :: pop !< removes the last element procedure, pass(this) :: add_array !< adds elements of array at the end of the vector procedure, pass(this) :: add_array_unique !< adds elements of array at the end of the vector, if not present yet procedure, pass(this) :: at !< random access, unsafe, no bounds checking @@ -72,6 +73,18 @@ subroutine push_back_unique(this, newValue) end subroutine push_back_unique + subroutine pop(this) + class(STLVecInt), intent(inout) :: this + + if (this%size > 0) then + this%size = this%size - 1 + else + write (*, *) 'STLVecInt exception: cannot pop from an empty array' + call ustop() + end if + + end subroutine + subroutine add_array(this, array) class(STLVecInt), intent(inout) :: this integer(I4B), dimension(:), pointer :: array diff --git a/src/meson.build b/src/meson.build index bf059f34b6c..6546decb4d4 100644 --- a/src/meson.build +++ b/src/meson.build @@ -360,6 +360,7 @@ modflow_sources = files( 'Utilities' / 'OutputControl' / 'OutputControl.f90', 'Utilities' / 'OutputControl' / 'OutputControlData.f90', 'Utilities' / 'OutputControl' / 'PrintSaveManager.f90', + 'Utilities' / 'Performance' / 'Profiler.f90', 'Utilities' / 'TimeSeries' / 'TimeArray.f90', 'Utilities' / 'TimeSeries' / 'TimeArraySeries.f90', 'Utilities' / 'TimeSeries' / 'TimeArraySeriesLink.f90', @@ -415,6 +416,7 @@ modflow_sources = files( 'Utilities' / 'SmoothingFunctions.f90', 'Utilities' / 'sort.f90', 'Utilities' / 'Sparse.f90', + 'Utilities' / 'STLStackInt.f90', 'Utilities' / 'STLVecInt.f90', 'Utilities' / 'StringList.f90', 'Utilities' / 'Table.f90', diff --git a/src/mf6core.f90 b/src/mf6core.f90 index 1c3cedbf8e7..5103be86548 100644 --- a/src/mf6core.f90 +++ b/src/mf6core.f90 @@ -18,6 +18,7 @@ module Mf6CoreModule use SolutionGroupModule, only: SolutionGroupType, GetSolutionGroupFromList use RunControlModule, only: RunControlType use SimStagesModule + use ProfilerModule implicit none class(RunControlType), pointer :: run_ctrl => null() !< the run controller for this simulation @@ -72,6 +73,11 @@ subroutine Mf6Initialize() use SimulationCreateModule, only: simulation_cr use SourceLoadModule, only: export_cr + ! init timer and start + call g_prof%initialize() + call g_prof%start("Run", g_prof%tmr_run) + call g_prof%start("Initialize", g_prof%tmr_init) + ! -- get the run controller for sequential or parallel builds run_ctrl => create_run_control() call run_ctrl%start() @@ -97,6 +103,9 @@ subroutine Mf6Initialize() ! -- create model exports call export_cr() + ! -- stop the timer + call g_prof%stop(g_prof%tmr_init) + end subroutine Mf6Initialize !> @brief Run a time step @@ -107,8 +116,9 @@ end subroutine Mf6Initialize !! !< function Mf6Update() result(hasConverged) - ! -- return variable logical(LGP) :: hasConverged + ! start timer + call g_prof%start("Update", g_prof%tmr_update) ! ! -- prepare timestep call Mf6PrepareTimestep() @@ -118,7 +128,10 @@ function Mf6Update() result(hasConverged) ! ! -- after timestep hasConverged = Mf6FinalizeTimestep() - ! + + ! stop timer + call g_prof%stop(g_prof%tmr_update) + end function Mf6Update !> @brief Finalize the simulation @@ -147,7 +160,11 @@ subroutine Mf6Finalize() class(BaseModelType), pointer :: mp => null() class(BaseExchangeType), pointer :: ep => null() class(SpatialModelConnectionType), pointer :: mc => null() - ! + integer(I4B) :: tmr_dealloc + + ! start timer + call g_prof%start("Finalize", g_prof%tmr_finalize) + ! ! -- FINAL PROCESSING (FP) ! -- Final processing for each model @@ -167,6 +184,11 @@ subroutine Mf6Finalize() sp => GetBaseSolutionFromList(basesolutionlist, is) call sp%sln_fp() end do + + ! start timer for deallocation + tmr_dealloc = -1 + call g_prof%start("Deallocate", tmr_dealloc) + ! ! -- DEALLOCATE (DA) ! -- Deallocate tdis @@ -211,10 +233,14 @@ subroutine Mf6Finalize() call export_da() call simulation_da() call lists_da() - ! - ! -- finish gently (No calls after this) + + ! stop timer + call g_prof%stop(tmr_dealloc) + + ! finish gently (No calls after this) + ! timer is stopped inside because this call does not return call run_ctrl%finish() - ! + end subroutine Mf6Finalize !> @brief print initial message @@ -494,6 +520,10 @@ subroutine Mf6PrepareTimestep() integer(I4B) :: ie integer(I4B) :: ic integer(I4B) :: is + + ! start timer + call g_prof%start("Prepare time step", g_prof%tmr_prep_tstp) + ! ! -- initialize fmt fmt = "(/,a,/)" @@ -574,6 +604,9 @@ subroutine Mf6PrepareTimestep() ! -- set time step call tdis_set_timestep() + ! stop timer + call g_prof%stop(g_prof%tmr_prep_tstp) + end subroutine Mf6PrepareTimestep !> @brief Run time step @@ -596,6 +629,9 @@ subroutine Mf6DoTimestep() integer(I4B) :: isg logical :: finishedTrying + ! start timer + call g_prof%start("Do time step", g_prof%tmr_do_tstp) + ! -- By default, the solution groups will be solved once, and ! may fail. But if adaptive stepping is active, then ! the solution groups may be solved over and over with @@ -618,6 +654,9 @@ subroutine Mf6DoTimestep() end do retryloop + ! stop timer + call g_prof%stop(g_prof%tmr_do_tstp) + end subroutine Mf6DoTimestep !> @brief Rerun time step @@ -694,6 +733,10 @@ function Mf6FinalizeTimestep() result(hasConverged) ! -- initialize format and line fmt = "(/,a,/)" line = 'end timestep' + + ! start timer + call g_prof%start("Finalize time step", g_prof%tmr_final_tstp) + ! ! -- evaluate simulation mode select case (isim_mode) @@ -705,6 +748,8 @@ function Mf6FinalizeTimestep() result(hasConverged) call mp%model_message(line, fmt=fmt) end do case (MNORMAL) + + call g_prof%start("Write output", g_prof%tmr_output) ! ! -- Write output and final message for timestep for each model do im = 1, basemodellist%Count() @@ -732,11 +777,19 @@ function Mf6FinalizeTimestep() result(hasConverged) end do ! ! -- update exports + call g_prof%start("NetCDF export", g_prof%tmr_nc_export) call export_post_step() + call g_prof%stop(g_prof%tmr_nc_export) + + call g_prof%stop(g_prof%tmr_output) end select ! ! -- Check if we're done call converge_check(hasConverged) + + ! stop timer + call g_prof%stop(g_prof%tmr_final_tstp) + end function Mf6FinalizeTimestep end module Mf6CoreModule From c3f663fbc47caa50dac8be45dcf9b6c164f0754b Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Tue, 28 Jan 2025 08:47:28 -0600 Subject: [PATCH 36/70] refactor(makefiles): regenerate makefiles with updated pymake (#2171) --- environment.yml | 2 +- make/makedefaults | 2 +- make/makefile | 84 +++++++++++++++--------------- utils/mf5to6/make/makedefaults | 2 +- utils/mf5to6/make/makefile | 10 ++-- utils/zonebudget/make/makedefaults | 2 +- utils/zonebudget/make/makefile | 2 +- 7 files changed, 52 insertions(+), 52 deletions(-) diff --git a/environment.yml b/environment.yml index 0d3356569f0..a45b4a83e6d 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: modflow6 channels: - conda-forge - - defaults + - nodefaults dependencies: - python>=3.9 diff --git a/make/makedefaults b/make/makedefaults index fbc271913d7..efd53aa4f46 100644 --- a/make/makedefaults +++ b/make/makedefaults @@ -1,4 +1,4 @@ -# makedefaults created by pymake (version 1.2.10) for the 'mf6' executable. +# makedefaults created by pymake for the 'mf6' executable. # determine OS ifeq ($(OS), Windows_NT) diff --git a/make/makefile b/make/makefile index 10d4273d1cb..cb6c48993aa 100644 --- a/make/makefile +++ b/make/makefile @@ -1,52 +1,52 @@ -# makefile created by pymake (version 1.4.0.dev0) for the 'mf6' executable. +# makefile created by pymake for the 'mf6' executable. include ./makedefaults # Define the source file directories SOURCEDIR1=../src -SOURCEDIR2=../src/Solution -SOURCEDIR3=../src/Solution/LinearMethods -SOURCEDIR4=../src/Solution/PETSc -SOURCEDIR5=../src/Solution/ParticleTracker +SOURCEDIR2=../src/Distributed +SOURCEDIR3=../src/Exchange +SOURCEDIR4=../src/Idm +SOURCEDIR5=../src/Idm/selector SOURCEDIR6=../src/Model -SOURCEDIR7=../src/Model/GroundWaterFlow -SOURCEDIR8=../src/Model/GroundWaterFlow/submodules -SOURCEDIR9=../src/Model/GroundWaterEnergy -SOURCEDIR10=../src/Model/ChannelFlow -SOURCEDIR11=../src/Model/Geometry -SOURCEDIR12=../src/Model/TransportModel -SOURCEDIR13=../src/Model/Connection -SOURCEDIR14=../src/Model/Discretization -SOURCEDIR15=../src/Model/ParticleTracking -SOURCEDIR16=../src/Model/SurfaceWaterFlow -SOURCEDIR17=../src/Model/OverlandFlow -SOURCEDIR18=../src/Model/GroundWaterTransport -SOURCEDIR19=../src/Model/ModelUtilities -SOURCEDIR20=../src/Utilities -SOURCEDIR21=../src/Utilities/TimeSeries -SOURCEDIR22=../src/Utilities/Vector -SOURCEDIR23=../src/Utilities/Export -SOURCEDIR24=../src/Utilities/Matrix -SOURCEDIR25=../src/Utilities/Observation -SOURCEDIR26=../src/Utilities/Memory -SOURCEDIR27=../src/Utilities/Performance -SOURCEDIR28=../src/Utilities/OutputControl -SOURCEDIR29=../src/Utilities/Idm -SOURCEDIR30=../src/Utilities/Idm/mf6blockfile -SOURCEDIR31=../src/Utilities/Idm/netcdf -SOURCEDIR32=../src/Utilities/Libraries -SOURCEDIR33=../src/Utilities/Libraries/sparskit2 -SOURCEDIR34=../src/Utilities/Libraries/daglib -SOURCEDIR35=../src/Utilities/Libraries/rcm -SOURCEDIR36=../src/Utilities/Libraries/sparsekit -SOURCEDIR37=../src/Utilities/Libraries/blas -SOURCEDIR38=../src/Utilities/ArrayRead -SOURCEDIR39=../src/Idm -SOURCEDIR40=../src/Idm/selector -SOURCEDIR41=../src/Exchange -SOURCEDIR42=../src/Timing -SOURCEDIR43=../src/Distributed +SOURCEDIR7=../src/Model/ChannelFlow +SOURCEDIR8=../src/Model/Connection +SOURCEDIR9=../src/Model/Discretization +SOURCEDIR10=../src/Model/Geometry +SOURCEDIR11=../src/Model/GroundWaterEnergy +SOURCEDIR12=../src/Model/GroundWaterFlow +SOURCEDIR13=../src/Model/GroundWaterFlow/submodules +SOURCEDIR14=../src/Model/GroundWaterTransport +SOURCEDIR15=../src/Model/ModelUtilities +SOURCEDIR16=../src/Model/OverlandFlow +SOURCEDIR17=../src/Model/ParticleTracking +SOURCEDIR18=../src/Model/SurfaceWaterFlow +SOURCEDIR19=../src/Model/TransportModel +SOURCEDIR20=../src/Solution +SOURCEDIR21=../src/Solution/LinearMethods +SOURCEDIR22=../src/Solution/PETSc +SOURCEDIR23=../src/Solution/ParticleTracker +SOURCEDIR24=../src/Timing +SOURCEDIR25=../src/Utilities +SOURCEDIR26=../src/Utilities/ArrayRead +SOURCEDIR27=../src/Utilities/Export +SOURCEDIR28=../src/Utilities/Idm +SOURCEDIR29=../src/Utilities/Idm/mf6blockfile +SOURCEDIR30=../src/Utilities/Idm/netcdf +SOURCEDIR31=../src/Utilities/Libraries +SOURCEDIR32=../src/Utilities/Libraries/blas +SOURCEDIR33=../src/Utilities/Libraries/daglib +SOURCEDIR34=../src/Utilities/Libraries/rcm +SOURCEDIR35=../src/Utilities/Libraries/sparsekit +SOURCEDIR36=../src/Utilities/Libraries/sparskit2 +SOURCEDIR37=../src/Utilities/Matrix +SOURCEDIR38=../src/Utilities/Memory +SOURCEDIR39=../src/Utilities/Observation +SOURCEDIR40=../src/Utilities/OutputControl +SOURCEDIR41=../src/Utilities/Performance +SOURCEDIR42=../src/Utilities/TimeSeries +SOURCEDIR43=../src/Utilities/Vector VPATH = \ ${SOURCEDIR1} \ diff --git a/utils/mf5to6/make/makedefaults b/utils/mf5to6/make/makedefaults index bd14743c5f7..9d92dd00f38 100644 --- a/utils/mf5to6/make/makedefaults +++ b/utils/mf5to6/make/makedefaults @@ -1,4 +1,4 @@ -# makedefaults created by pymake (version 1.2.10) for the 'mf5to6' executable. +# makedefaults created by pymake for the 'mf5to6' executable. # determine OS ifeq ($(OS), Windows_NT) diff --git a/utils/mf5to6/make/makefile b/utils/mf5to6/make/makefile index 90f577019cb..fd3e810f25d 100644 --- a/utils/mf5to6/make/makefile +++ b/utils/mf5to6/make/makefile @@ -1,14 +1,14 @@ -# makefile created by pymake (version 1.4.0.dev0) for the 'mf5to6' executable. +# makefile created by pymake for the 'mf5to6' executable. include ./makedefaults # Define the source file directories SOURCEDIR1=../src -SOURCEDIR2=../src/NWT -SOURCEDIR3=../src/LGR -SOURCEDIR4=../src/Preproc -SOURCEDIR5=../src/MF2005 +SOURCEDIR2=../src/LGR +SOURCEDIR3=../src/MF2005 +SOURCEDIR4=../src/NWT +SOURCEDIR5=../src/Preproc SOURCEDIR6=../../../src/Utilities/Memory SOURCEDIR7=../../../src/Utilities/TimeSeries SOURCEDIR8=../../../src/Utilities diff --git a/utils/zonebudget/make/makedefaults b/utils/zonebudget/make/makedefaults index 741467b2273..991eb997dd5 100644 --- a/utils/zonebudget/make/makedefaults +++ b/utils/zonebudget/make/makedefaults @@ -1,4 +1,4 @@ -# makedefaults created by pymake (version 1.2.10) for the 'zbud6' executable. +# makedefaults created by pymake for the 'zbud6' executable. # determine OS ifeq ($(OS), Windows_NT) diff --git a/utils/zonebudget/make/makefile b/utils/zonebudget/make/makefile index c3eb5789bc3..e7059b27818 100644 --- a/utils/zonebudget/make/makefile +++ b/utils/zonebudget/make/makefile @@ -1,4 +1,4 @@ -# makefile created by pymake (version 1.4.0.dev0) for the 'zbud6' executable. +# makefile created by pymake for the 'zbud6' executable. include ./makedefaults From fc53d71f3e195073fc70edaa39ff170a95628b8d Mon Sep 17 00:00:00 2001 From: mjr-deltares <45555666+mjr-deltares@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:59:29 +0100 Subject: [PATCH 37/70] refactor(spdis): improve performance of specific discharge calculation for models with (large) exchanges (#2170) * allocate work arrays once * fix loop over edges in calc_spdis * split off worker array class in separate file * update makefile * update release notes --- doc/ReleaseNotes/develop.tex | 2 +- make/makefile | 1 + msvs/mf6core.vfproj | 1 + src/Model/GroundWaterFlow/gwf-npf.f90 | 269 ++++++++++++-------- src/Model/ModelUtilities/SpdisWorkArray.f90 | 98 +++++++ src/meson.build | 1 + 6 files changed, 263 insertions(+), 109 deletions(-) create mode 100644 src/Model/ModelUtilities/SpdisWorkArray.f90 diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 973dae2d8a9..ca398879d04 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -30,7 +30,7 @@ \underline{INTERNAL FLOW PACKAGES} \begin{itemize} \item CSUB package observations that could be specified using BOUNDNAMES was inconsistent with the input and output guide and allowed BOUNDNAMES to be specified for observations that should not be able to be accumulated. CSUB package observations have been modified so that flow observations are the only observations that can be specified using BOUNDNAMES. -% \item xxx + \item NPF performance: a significant improvement has been made to the run time of simulations that rely on the calculation of specific discharge in NPF and have multiple GWF models connected with GWF-GWF exchanges. The improvement is most apparent for cases with a large number of exchange nodes (NEXG). The resulting values have not changed. % \item xxx % \item xxx \end{itemize} diff --git a/make/makefile b/make/makefile index cb6c48993aa..cadd1133491 100644 --- a/make/makefile +++ b/make/makefile @@ -329,6 +329,7 @@ $(OBJDIR)/TspAdvOptions.o \ $(OBJDIR)/UzfCellGroup.o \ $(OBJDIR)/Xt3dInterface.o \ $(OBJDIR)/gwf-tvk.o \ +$(OBJDIR)/SpdisWorkArray.o \ $(OBJDIR)/HGeoUtil.o \ $(OBJDIR)/gwf-vsc.o \ $(OBJDIR)/GwfNpfOptions.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index 503b4142631..c8b4dfcc745 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -328,6 +328,7 @@ + diff --git a/src/Model/GroundWaterFlow/gwf-npf.f90 b/src/Model/GroundWaterFlow/gwf-npf.f90 index 80110f634b1..9226a79e4c0 100644 --- a/src/Model/GroundWaterFlow/gwf-npf.f90 +++ b/src/Model/GroundWaterFlow/gwf-npf.f90 @@ -14,6 +14,7 @@ module GwfNpfModule use GwfIcModule, only: GwfIcType use GwfVscModule, only: GwfVscType use Xt3dModule, only: Xt3dType + use SpdisWorkArrayModule, only: SpdisWorkArrayType use InputOutputModule, only: GetUnit, openfile use TvkModule, only: TvkType, tvk_cr use MemoryManagerModule, only: mem_allocate, mem_reallocate, & @@ -85,13 +86,16 @@ module GwfNpfModule real(DP), dimension(:), pointer, contiguous :: sat => null() !< saturation (0. to 1.) for each cell real(DP), dimension(:), pointer, contiguous :: condsat => null() !< saturated conductance (symmetric array) integer(I4B), dimension(:), pointer, contiguous :: ibotnode => null() !< bottom node used if igwfnewtonur /= 0 - ! + ! spdis machinery: real(DP), dimension(:, :), pointer, contiguous :: spdis => null() !< specific discharge : qx, qy, qz (nodes, 3) integer(I4B), pointer :: nedges => null() !< number of cell edges integer(I4B), pointer :: lastedge => null() !< last edge number integer(I4B), dimension(:), pointer, contiguous :: nodedge => null() !< array of node numbers that have edges integer(I4B), dimension(:), pointer, contiguous :: ihcedge => null() !< edge type (horizontal or vertical) real(DP), dimension(:, :), pointer, contiguous :: propsedge => null() !< edge properties (Q, area, nx, ny, distance) + integer(I4B), dimension(:), pointer, contiguous :: iedge_ptr => null() !< csr pointer into edge index array + integer(I4B), dimension(:), pointer, contiguous :: edge_idxs => null() !< sorted edge indexes for faster lookup + type(SpdisWorkArrayType), pointer :: spdis_wa => null() !< work arrays for spdis calculation ! integer(I4B), pointer :: intvk => null() ! TVK (time-varying K) unit number (0 if unused) integer(I4B), pointer :: invsc => null() ! VSC (viscosity) unit number (0 if unused); viscosity leads to time-varying K's @@ -141,7 +145,8 @@ module GwfNpfModule procedure, public :: increase_edge_count procedure, public :: set_edge_properties procedure, public :: calcSatThickness - + procedure, private :: calc_max_conns + procedure, private :: prepare_edge_lookup end type contains @@ -183,6 +188,10 @@ subroutine npf_cr(npfobj, name_model, input_mempath, inunit, iout) ! -- Print a message identifying the node property flow package. write (iout, fmtheader) input_mempath end if + + ! allocate spdis structure + allocate (npfobj%spdis_wa) + end subroutine npf_cr !> @brief Define the NPF package instance @@ -296,7 +305,16 @@ subroutine npf_ar(this, ic, vsc, ibound, hnew) call mem_reallocate(this%ihcedge, this%nedges, 'IHCEDGE', this%memoryPath) call mem_reallocate(this%propsedge, 5, this%nedges, 'PROPSEDGE', & this%memoryPath) + call mem_reallocate(this%iedge_ptr, this%dis%nodes + 1, & + 'NREDGESNODE', this%memoryPath) + call mem_reallocate(this%edge_idxs, this%nedges, & + 'EDGEIDXS', this%memoryPath) + + do n = 1, this%nedges + this%edge_idxs(n) = 0 + end do do n = 1, this%dis%nodes + this%iedge_ptr(n) = 0 this%spdis(:, n) = DZERO end do end if @@ -930,6 +948,10 @@ subroutine npf_da(this) use SimVariablesModule, only: idm_context ! -- dummy class(GwfNpftype) :: this + + ! free spdis work structure + if (this%icalcspdis == 1) call this%spdis_wa%destroy() + deallocate (this%spdis_wa) ! ! -- Deallocate input memory call memorystore_remove(this%name_model, 'NPF', idm_context) @@ -1002,6 +1024,8 @@ subroutine npf_da(this) call mem_deallocate(this%nodedge) call mem_deallocate(this%ihcedge) call mem_deallocate(this%propsedge) + call mem_deallocate(this%iedge_ptr) + call mem_deallocate(this%edge_idxs) call mem_deallocate(this%spdis, 'SPDIS', this%memoryPath) call mem_deallocate(this%nodekchange) ! @@ -1163,6 +1187,8 @@ subroutine allocate_arrays(this, ncells, njas) call mem_allocate(this%nodedge, 0, 'NODEDGE', this%memoryPath) call mem_allocate(this%ihcedge, 0, 'IHCEDGE', this%memoryPath) call mem_allocate(this%propsedge, 0, 0, 'PROPSEDGE', this%memoryPath) + call mem_allocate(this%iedge_ptr, 0, 'NREDGESNODE', this%memoryPath) + call mem_allocate(this%edge_idxs, 0, 'EDGEIDXS', this%memoryPath) ! ! -- Optional arrays only needed when vsc package is active call mem_allocate(this%k11input, 0, 'K11INPUT', this%memoryPath) @@ -2340,6 +2366,7 @@ subroutine calc_spdis(this, flowja) integer(I4B) :: n integer(I4B) :: m integer(I4B) :: ipos + integer(I4B) :: iedge integer(I4B) :: isympos integer(I4B) :: ihc integer(I4B) :: ic @@ -2368,18 +2395,8 @@ subroutine calc_spdis(this, flowja) real(DP) :: dz real(DP) :: axy real(DP) :: ayx - real(DP), allocatable, dimension(:) :: vi - real(DP), allocatable, dimension(:) :: di - real(DP), allocatable, dimension(:) :: viz - real(DP), allocatable, dimension(:) :: diz - real(DP), allocatable, dimension(:) :: nix - real(DP), allocatable, dimension(:) :: niy - real(DP), allocatable, dimension(:) :: wix - real(DP), allocatable, dimension(:) :: wiy - real(DP), allocatable, dimension(:) :: wiz - real(DP), allocatable, dimension(:) :: bix - real(DP), allocatable, dimension(:) :: biy logical :: nozee = .true. + type(SpdisWorkArrayType), pointer :: swa => null() !< pointer to spdis work arrays structure ! ! -- Ensure dis has necessary information if (this%icalcspdis /= 0 .and. this%dis%con%ianglex == 0) then @@ -2387,37 +2404,15 @@ subroutine calc_spdis(this, flowja) 'discretization file. ANGLDEGX required for '// & 'calculation of specific discharge.', terminate=.TRUE.) end if - ! - ! -- Find max number of connections and allocate weight arrays - nc = 0 - do n = 1, this%dis%nodes - ! - ! -- Count internal model connections - ic = this%dis%con%ia(n + 1) - this%dis%con%ia(n) - 1 - ! - ! -- Count edge connections - do m = 1, this%nedges - if (this%nodedge(m) == n) then - ic = ic + 1 - end if - end do - ! - ! -- Set max number of connections for any cell - if (ic > nc) nc = ic - end do - ! - ! -- Allocate storage arrays needed for cell-centered spdis calculation - allocate (vi(nc)) - allocate (di(nc)) - allocate (viz(nc)) - allocate (diz(nc)) - allocate (nix(nc)) - allocate (niy(nc)) - allocate (wix(nc)) - allocate (wiy(nc)) - allocate (wiz(nc)) - allocate (bix(nc)) - allocate (biy(nc)) + + swa => this%spdis_wa + if (.not. swa%is_created()) then + ! prepare work arrays + call this%spdis_wa%create(this%calc_max_conns()) + + ! prepare lookup table + if (this%nedges > 0) call this%prepare_edge_lookup() + end if ! ! -- Go through each cell and calculate specific discharge do n = 1, this%dis%nodes @@ -2426,12 +2421,10 @@ subroutine calc_spdis(this, flowja) ! the specific discharge at a face (vi) ic = 0 iz = 0 - vi(:) = DZERO - di(:) = DZERO - viz(:) = DZERO - diz(:) = DZERO - nix(:) = DZERO - niy(:) = DZERO + + ! reset work arrays + call swa%reset() + do ipos = this%dis%con%ia(n) + 1, this%dis%con%ia(n + 1) - 1 m = this%dis%con%ja(ipos) isympos = this%dis%con%jas(ipos) @@ -2451,10 +2444,10 @@ subroutine calc_spdis(this, flowja) cl2 = this%dis%con%cl1(isympos) end if ooclsum = DONE / (cl1 + cl2) - diz(iz) = dltot * cl1 * ooclsum + swa%diz(iz) = dltot * cl1 * ooclsum qz = flowja(ipos) if (n > m) qz = -qz - viz(iz) = qz / area + swa%viz(iz) = qz / area else ! ! -- horizontal connection @@ -2476,42 +2469,42 @@ subroutine calc_spdis(this, flowja) cl2 = this%dis%con%cl1(isympos) end if ooclsum = DONE / (cl1 + cl2) - nix(ic) = -xn - niy(ic) = -yn - di(ic) = dltot * cl1 * ooclsum + swa%nix(ic) = -xn + swa%niy(ic) = -yn + swa%di(ic) = dltot * cl1 * ooclsum if (area > DZERO) then - vi(ic) = flowja(ipos) / area + swa%vi(ic) = flowja(ipos) / area else - vi(ic) = DZERO + swa%vi(ic) = DZERO end if end if end do - ! - ! -- Look through edge flows that may have been provided by an exchange - ! and incorporate them into the averaging arrays - do m = 1, this%nedges - if (this%nodedge(m) == n) then - ! - ! -- propsedge: (Q, area, nx, ny, distance) - ihc = this%ihcedge(m) - area = this%propsedge(2, m) + + ! add contribution from edge flows (i.e. from exchanges) + if (this%nedges > 0) then + do ipos = this%iedge_ptr(n), this%iedge_ptr(n + 1) - 1 + iedge = this%edge_idxs(ipos) + + ! propsedge: (Q, area, nx, ny, distance) + ihc = this%ihcedge(iedge) + area = this%propsedge(2, iedge) if (ihc == C3D_VERTICAL) then iz = iz + 1 - viz(iz) = this%propsedge(1, m) / area - diz(iz) = this%propsedge(5, m) + swa%viz(iz) = this%propsedge(1, iedge) / area + swa%diz(iz) = this%propsedge(5, iedge) else ic = ic + 1 - nix(ic) = -this%propsedge(3, m) - niy(ic) = -this%propsedge(4, m) - di(ic) = this%propsedge(5, m) + swa%nix(ic) = -this%propsedge(3, iedge) + swa%niy(ic) = -this%propsedge(4, iedge) + swa%di(ic) = this%propsedge(5, iedge) if (area > DZERO) then - vi(ic) = this%propsedge(1, m) / area + swa%vi(ic) = this%propsedge(1, iedge) / area else - vi(ic) = DZERO + swa%vi(ic) = DZERO end if end if - end if - end do + end do + end if ! ! -- Assign number of vertical and horizontal connections ncz = iz @@ -2519,27 +2512,27 @@ subroutine calc_spdis(this, flowja) ! ! -- calculate z weight (wiz) and z velocity if (ncz == 1) then - wiz(1) = DONE + swa%wiz(1) = DONE else dsumz = DZERO do iz = 1, ncz - dsumz = dsumz + diz(iz) + dsumz = dsumz + swa%diz(iz) end do denom = (ncz - DONE) if (denom < DZERO) denom = DZERO dsumz = dsumz + DEM10 * dsumz do iz = 1, ncz - if (dsumz > DZERO) wiz(iz) = DONE - diz(iz) / dsumz + if (dsumz > DZERO) swa%wiz(iz) = DONE - swa%diz(iz) / dsumz if (denom > 0) then - wiz(iz) = wiz(iz) / denom + swa%wiz(iz) = swa%wiz(iz) / denom else - wiz(iz) = DZERO + swa%wiz(iz) = DZERO end if end do end if vz = DZERO do iz = 1, ncz - vz = vz + wiz(iz) * viz(iz) + vz = vz + swa%wiz(iz) * swa%viz(iz) end do ! ! -- distance-based weighting @@ -2548,10 +2541,10 @@ subroutine calc_spdis(this, flowja) dsumy = DZERO dsumz = DZERO do ic = 1, nc - wix(ic) = di(ic) * abs(nix(ic)) - wiy(ic) = di(ic) * abs(niy(ic)) - dsumx = dsumx + wix(ic) - dsumy = dsumy + wiy(ic) + swa%wix(ic) = swa%di(ic) * abs(swa%nix(ic)) + swa%wiy(ic) = swa%di(ic) * abs(swa%niy(ic)) + dsumx = dsumx + swa%wix(ic) + dsumy = dsumy + swa%wiy(ic) end do ! ! -- Finish computing omega weights. Add a tiny bit @@ -2561,28 +2554,28 @@ subroutine calc_spdis(this, flowja) dsumx = dsumx + DEM10 * dsumx dsumy = dsumy + DEM10 * dsumy do ic = 1, nc - wix(ic) = (dsumx - wix(ic)) * abs(nix(ic)) - wiy(ic) = (dsumy - wiy(ic)) * abs(niy(ic)) + swa%wix(ic) = (dsumx - swa%wix(ic)) * abs(swa%nix(ic)) + swa%wiy(ic) = (dsumy - swa%wiy(ic)) * abs(swa%niy(ic)) end do ! ! -- compute B weights dsumx = DZERO dsumy = DZERO do ic = 1, nc - bix(ic) = wix(ic) * sign(DONE, nix(ic)) - biy(ic) = wiy(ic) * sign(DONE, niy(ic)) - dsumx = dsumx + wix(ic) * abs(nix(ic)) - dsumy = dsumy + wiy(ic) * abs(niy(ic)) + swa%bix(ic) = swa%wix(ic) * sign(DONE, swa%nix(ic)) + swa%biy(ic) = swa%wiy(ic) * sign(DONE, swa%niy(ic)) + dsumx = dsumx + swa%wix(ic) * abs(swa%nix(ic)) + dsumy = dsumy + swa%wiy(ic) * abs(swa%niy(ic)) end do if (dsumx > DZERO) dsumx = DONE / dsumx if (dsumy > DZERO) dsumy = DONE / dsumy axy = DZERO ayx = DZERO do ic = 1, nc - bix(ic) = bix(ic) * dsumx - biy(ic) = biy(ic) * dsumy - axy = axy + bix(ic) * niy(ic) - ayx = ayx + biy(ic) * nix(ic) + swa%bix(ic) = swa%bix(ic) * dsumx + swa%biy(ic) = swa%biy(ic) * dsumy + axy = axy + swa%bix(ic) * swa%niy(ic) + ayx = ayx + swa%biy(ic) * swa%nix(ic) end do ! ! -- Calculate specific discharge. The divide by zero checking below @@ -2595,8 +2588,8 @@ subroutine calc_spdis(this, flowja) vx = DZERO vy = DZERO do ic = 1, nc - vx = vx + (bix(ic) - axy * biy(ic)) * vi(ic) - vy = vy + (biy(ic) - ayx * bix(ic)) * vi(ic) + vx = vx + (swa%bix(ic) - axy * swa%biy(ic)) * swa%vi(ic) + vy = vy + (swa%biy(ic) - ayx * swa%bix(ic)) * swa%vi(ic) end do denom = DONE - axy * ayx if (denom /= DZERO) then @@ -2609,17 +2602,7 @@ subroutine calc_spdis(this, flowja) this%spdis(3, n) = vz ! end do - ! - ! -- cleanup - deallocate (vi) - deallocate (di) - deallocate (nix) - deallocate (niy) - deallocate (wix) - deallocate (wiy) - deallocate (wiz) - deallocate (bix) - deallocate (biy) + end subroutine calc_spdis !> @brief Save specific discharge in binary format to ibinun @@ -2692,6 +2675,33 @@ subroutine increase_edge_count(this, nedges) this%nedges = this%nedges + nedges end subroutine increase_edge_count + !> @brief Calculate the maximum number of connections for any cell + !< + function calc_max_conns(this) result(max_conns) + class(GwfNpfType) :: this + integer(I4B) :: max_conns + ! local + integer(I4B) :: n, m, ic + + max_conns = 0 + do n = 1, this%dis%nodes + + ! Count internal model connections + ic = this%dis%con%ia(n + 1) - this%dis%con%ia(n) - 1 + + ! Add edge connections + do m = 1, this%nedges + if (this%nodedge(m) == n) then + ic = ic + 1 + end if + end do + + ! Set max number of connections for any cell + if (ic > max_conns) max_conns = ic + end do + + end function calc_max_conns + !> @brief Provide the npf package with edge properties !< subroutine set_edge_properties(this, nodedge, ihcedge, q, area, nx, ny, & @@ -2723,6 +2733,49 @@ subroutine set_edge_properties(this, nodedge, ihcedge, q, area, nx, ny, & if (this%lastedge == this%nedges) this%lastedge = 0 end subroutine set_edge_properties + subroutine prepare_edge_lookup(this) + class(GwfNpfType) :: this + ! local + integer(I4B) :: i, inode, iedge + integer(I4B) :: n, start, end + integer(I4B) :: prev_cnt, strt_idx, ipos + + do i = 1, size(this%iedge_ptr) + this%iedge_ptr(i) = 0 + end do + do i = 1, size(this%edge_idxs) + this%edge_idxs(i) = 0 + end do + + ! count + do iedge = 1, this%nedges + n = this%nodedge(iedge) + this%iedge_ptr(n) = this%iedge_ptr(n) + 1 + end do + + ! determine start indexes + prev_cnt = this%iedge_ptr(1) + this%iedge_ptr(1) = 1 + do inode = 2, this%dis%nodes + 1 + strt_idx = this%iedge_ptr(inode - 1) + prev_cnt + prev_cnt = this%iedge_ptr(inode) + this%iedge_ptr(inode) = strt_idx + end do + + ! loop over edges to fill lookup table + do iedge = 1, this%nedges + n = this%nodedge(iedge) + start = this%iedge_ptr(n) + end = this%iedge_ptr(n + 1) - 1 + do ipos = start, end + if (this%edge_idxs(ipos) > 0) cycle ! go to next + this%edge_idxs(ipos) = iedge + exit + end do + end do + + end subroutine prepare_edge_lookup + !> Calculate saturated thickness between cell n and m !< function calcSatThickness(this, n, m, ihc) result(satThickness) diff --git a/src/Model/ModelUtilities/SpdisWorkArray.f90 b/src/Model/ModelUtilities/SpdisWorkArray.f90 new file mode 100644 index 00000000000..a41ed2089ca --- /dev/null +++ b/src/Model/ModelUtilities/SpdisWorkArray.f90 @@ -0,0 +1,98 @@ +module SpdisWorkArrayModule + use ConstantsModule, only: DZERO + use KindModule, only: I4B, DP, LGP + implicit none + private + + !> Helper class with work arrays for the SPDIS calculation in NPF + !< + type, public :: SpdisWorkArrayType + real(DP), allocatable, dimension(:) :: vi + real(DP), allocatable, dimension(:) :: di + real(DP), allocatable, dimension(:) :: viz + real(DP), allocatable, dimension(:) :: diz + real(DP), allocatable, dimension(:) :: nix + real(DP), allocatable, dimension(:) :: niy + real(DP), allocatable, dimension(:) :: wix + real(DP), allocatable, dimension(:) :: wiy + real(DP), allocatable, dimension(:) :: wiz + real(DP), allocatable, dimension(:) :: bix + real(DP), allocatable, dimension(:) :: biy + contains + procedure :: create + procedure :: is_created + procedure :: reset + procedure :: destroy + end type SpdisWorkArrayType + +contains + + !< @brief Create the worker arrays + !< + subroutine create(this, nr_conns) + class(SpdisWorkArrayType) :: this + integer(I4B) :: nr_conns + + allocate (this%vi(nr_conns)) + allocate (this%di(nr_conns)) + allocate (this%viz(nr_conns)) + allocate (this%diz(nr_conns)) + allocate (this%nix(nr_conns)) + allocate (this%niy(nr_conns)) + allocate (this%wix(nr_conns)) + allocate (this%wiy(nr_conns)) + allocate (this%wiz(nr_conns)) + allocate (this%bix(nr_conns)) + allocate (this%biy(nr_conns)) + + end subroutine create + + !< @brief True when created (= allocated) + !< + function is_created(this) result(created) + class(SpdisWorkArrayType) :: this + logical(LGP) :: created + + created = allocated(this%vi) + + end function is_created + + !< @brief Sets all arrays to zero + !< + subroutine reset(this) + class(SpdisWorkArrayType) :: this + + this%vi(:) = DZERO + this%di(:) = DZERO + this%viz(:) = DZERO + this%diz(:) = DZERO + this%nix(:) = DZERO + this%niy(:) = DZERO + this%wix(:) = DZERO + this%wiy(:) = DZERO + this%wiz(:) = DZERO + this%bix(:) = DZERO + this%biy(:) = DZERO + + end subroutine reset + + !< @brief Clean up memory (only when create has been called) + !< + subroutine destroy(this) + class(SpdisWorkArrayType) :: this + + deallocate (this%vi) + deallocate (this%di) + deallocate (this%viz) + deallocate (this%diz) + deallocate (this%nix) + deallocate (this%niy) + deallocate (this%wix) + deallocate (this%wiy) + deallocate (this%wiz) + deallocate (this%bix) + deallocate (this%biy) + + end subroutine destroy + +end module SpdisWorkArrayModule diff --git a/src/meson.build b/src/meson.build index 6546decb4d4..ff840c7d8fc 100644 --- a/src/meson.build +++ b/src/meson.build @@ -249,6 +249,7 @@ modflow_sources = files( 'Model' / 'ModelUtilities' / 'ReleaseSchedule.f90', 'Model' / 'ModelUtilities' / 'SfrCrossSectionManager.f90', 'Model' / 'ModelUtilities' / 'SfrCrossSectionUtils.f90', + 'Model' / 'ModelUtilities' / 'SpdisWorkArray.f90', 'Model' / 'ModelUtilities' / 'SwfCxsUtils.f90', 'Model' / 'ModelUtilities' / 'TspAdvOptions.f90', 'Model' / 'ModelUtilities' / 'TspSpc.f90', From 3238386e5e452af848b5ac21459300db6a28f766 Mon Sep 17 00:00:00 2001 From: Sunny Titus <77051845+Manangka@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:49:46 +0100 Subject: [PATCH 38/70] Replace the recursive clear_nodes method by a do while loop (#2143) * Replace the recursive clear_nodes method by a do while loop * Add documentation string --- src/Utilities/KeyValueList.f90 | 38 ++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/Utilities/KeyValueList.f90 b/src/Utilities/KeyValueList.f90 index 7c1382c71d9..910c4e5a8b8 100644 --- a/src/Utilities/KeyValueList.f90 +++ b/src/Utilities/KeyValueList.f90 @@ -103,32 +103,44 @@ function count(this) result(val) subroutine clear(this) class(KeyValueListType) :: this - if (associated(this%first)) call clear_node(this%first) + call clear_nodes(this%first) + this%first => null() this%last => null() this%cnt = 0 end subroutine - !> @brief Clears the node + !> @brief Clears the node and all subsequent nodes !! - !! Recursive method that clears the next node before clearing itself !< - recursive subroutine clear_node(node) + subroutine clear_nodes(node) type(KeyValueNodeType), pointer :: node + type(KeyValueNodeType), pointer :: next - if (associated(node)) then - call clear_node(node%next) + do while (associated(node)) + next => node%next - deallocate (node%key) + call clear_node(node) + deallocate (node) - nullify (node%key) - nullify (node%value) - nullify (node%next) + node => next + end do - deallocate (node) - end if + end subroutine clear_nodes - end subroutine clear_node + !> @brief Clears a single node + !! + !< + subroutine clear_node(node) + type(KeyValueNodeType), pointer :: node + + deallocate (node%key) + + nullify (node%key) + nullify (node%value) + nullify (node%next) + + end subroutine end module KeyValueListModule From 98478b558d3d3066f3bec57b821ceab3453c41dc Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 29 Jan 2025 21:25:37 -0500 Subject: [PATCH 39/70] docs(prt-prp): fix block order (#2176) Close #2174 --- doc/mf6io/prt/prp.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/prt/prp.tex b/doc/mf6io/prt/prp.tex index 5b3ac83e6b9..51709045734 100644 --- a/doc/mf6io/prt/prp.tex +++ b/doc/mf6io/prt/prp.tex @@ -8,8 +8,8 @@ \subsubsection{Structure of Blocks} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-options.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-dimensions.dat} -\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-releasetimes.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-packagedata.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-releasetimes.dat} \vspace{5mm} \noindent \textit{FOR ANY STRESS PERIOD} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/prt-prp-period.dat} From 7d471921ebd9236893fa2a1fdf300dc1b00106e8 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 29 Jan 2025 21:26:54 -0500 Subject: [PATCH 40/70] Revert "ci(release): don't download benchmark artifacts in build_docs.py (#2147)" (#2175) This reverts commit 9180c2cc0c191d5e8347801c1b2b6e5904c6c849. --- distribution/build_docs.py | 73 +++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index eee815e4103..7602f347b28 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -4,6 +4,7 @@ import shutil import sys import textwrap +from datetime import datetime from os import PathLike, environ from pathlib import Path from pprint import pprint @@ -14,12 +15,15 @@ import pytest from benchmark import run_benchmarks +from flaky import flaky from modflow_devtools.build import meson_build from modflow_devtools.download import ( download_and_unzip, + download_artifact, get_release, + list_artifacts, ) -from modflow_devtools.markers import no_parallel, requires_exe +from modflow_devtools.markers import no_parallel, requires_exe, requires_github from modflow_devtools.misc import run_cmd, run_py_script, set_dir from utils import assert_match, convert_line_endings, get_project_root_path, glob, match @@ -67,20 +71,73 @@ ] +def download_benchmarks( + output_path: PathLike, + verbose: bool = False, + repo_owner: str = "MODFLOW-USGS", +) -> Optional[Path]: + """Try to download MF6 benchmarks from GitHub Actions.""" + + output_path = Path(output_path).expanduser().absolute() + name = "run-time-comparison" # todo make configurable + repo = f"{repo_owner}/modflow6" # todo make configurable, add pytest/cli args + artifacts = list_artifacts(repo, name=name, verbose=verbose) + artifacts = sorted( + artifacts, + key=lambda a: datetime.strptime(a["created_at"], "%Y-%m-%dT%H:%M:%SZ"), + reverse=True, + ) + artifacts = [ + a + for a in artifacts + if a["workflow_run"]["head_branch"] == "develop" # todo make configurable + ] + most_recent = next(iter(artifacts), None) + print(f"Found most recent benchmarks (artifact {most_recent['id']})") + if most_recent: + print(f"Downloading benchmarks (artifact {most_recent['id']})") + download_artifact(repo, id=most_recent["id"], path=output_path, verbose=verbose) + print(f"Downloaded benchmarks to {output_path}") + path = output_path / f"{name}.md" + assert path.is_file() + return path + else: + print("No benchmarks found") + return None + + @pytest.fixture def github_user() -> Optional[str]: return environ.get("GITHUB_USER", None) +@flaky +@no_parallel +@requires_github +def test_download_benchmarks(tmp_path, github_user): + path = download_benchmarks( + tmp_path, + verbose=True, + repo_owner=github_user if github_user else "MODFLOW-USGS", + ) + if path: + assert path.name == "run-time-comparison.md" + + def build_benchmark_tex( output_path: PathLike, force: bool = False, + repo_owner: str = "MODFLOW-USGS", ): """Build LaTeX files for MF6 performance benchmarks to go into the release notes.""" BENCHMARKS_PATH.mkdir(parents=True, exist_ok=True) benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" + # download benchmark artifacts if any exist on GitHub + if not benchmarks_path.is_file(): + benchmarks_path = download_benchmarks(BENCHMARKS_PATH, repo_owner=repo_owner) + # run benchmarks again if no benchmarks found on GitHub or overwrite requested if force or not benchmarks_path.is_file(): run_benchmarks( @@ -105,6 +162,20 @@ def build_benchmark_tex( assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file() +@flaky +@no_parallel +@requires_github +def test_build_benchmark_tex(tmp_path): + benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" + tex_path = DISTRIBUTION_PATH / f"{benchmarks_path.stem}.tex" + + try: + build_benchmark_tex(tmp_path) + assert benchmarks_path.is_file() + finally: + tex_path.unlink(missing_ok=True) + + def build_deprecations_tex(force: bool = False): """Build LaTeX files for the deprecations table to go into the release notes.""" From 32c5ccfa978944cd1df8a8ae8f9431654ff36384 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 29 Jan 2025 22:43:06 -0500 Subject: [PATCH 41/70] Revert "Revert "ci(release): don't download benchmark artifacts in build_docs.py (#2147)" (#2175)" (#2178) This reverts commit 7d471921ebd9236893fa2a1fdf300dc1b00106e8. --- distribution/build_docs.py | 73 +------------------------------------- 1 file changed, 1 insertion(+), 72 deletions(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index 7602f347b28..eee815e4103 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -4,7 +4,6 @@ import shutil import sys import textwrap -from datetime import datetime from os import PathLike, environ from pathlib import Path from pprint import pprint @@ -15,15 +14,12 @@ import pytest from benchmark import run_benchmarks -from flaky import flaky from modflow_devtools.build import meson_build from modflow_devtools.download import ( download_and_unzip, - download_artifact, get_release, - list_artifacts, ) -from modflow_devtools.markers import no_parallel, requires_exe, requires_github +from modflow_devtools.markers import no_parallel, requires_exe from modflow_devtools.misc import run_cmd, run_py_script, set_dir from utils import assert_match, convert_line_endings, get_project_root_path, glob, match @@ -71,73 +67,20 @@ ] -def download_benchmarks( - output_path: PathLike, - verbose: bool = False, - repo_owner: str = "MODFLOW-USGS", -) -> Optional[Path]: - """Try to download MF6 benchmarks from GitHub Actions.""" - - output_path = Path(output_path).expanduser().absolute() - name = "run-time-comparison" # todo make configurable - repo = f"{repo_owner}/modflow6" # todo make configurable, add pytest/cli args - artifacts = list_artifacts(repo, name=name, verbose=verbose) - artifacts = sorted( - artifacts, - key=lambda a: datetime.strptime(a["created_at"], "%Y-%m-%dT%H:%M:%SZ"), - reverse=True, - ) - artifacts = [ - a - for a in artifacts - if a["workflow_run"]["head_branch"] == "develop" # todo make configurable - ] - most_recent = next(iter(artifacts), None) - print(f"Found most recent benchmarks (artifact {most_recent['id']})") - if most_recent: - print(f"Downloading benchmarks (artifact {most_recent['id']})") - download_artifact(repo, id=most_recent["id"], path=output_path, verbose=verbose) - print(f"Downloaded benchmarks to {output_path}") - path = output_path / f"{name}.md" - assert path.is_file() - return path - else: - print("No benchmarks found") - return None - - @pytest.fixture def github_user() -> Optional[str]: return environ.get("GITHUB_USER", None) -@flaky -@no_parallel -@requires_github -def test_download_benchmarks(tmp_path, github_user): - path = download_benchmarks( - tmp_path, - verbose=True, - repo_owner=github_user if github_user else "MODFLOW-USGS", - ) - if path: - assert path.name == "run-time-comparison.md" - - def build_benchmark_tex( output_path: PathLike, force: bool = False, - repo_owner: str = "MODFLOW-USGS", ): """Build LaTeX files for MF6 performance benchmarks to go into the release notes.""" BENCHMARKS_PATH.mkdir(parents=True, exist_ok=True) benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" - # download benchmark artifacts if any exist on GitHub - if not benchmarks_path.is_file(): - benchmarks_path = download_benchmarks(BENCHMARKS_PATH, repo_owner=repo_owner) - # run benchmarks again if no benchmarks found on GitHub or overwrite requested if force or not benchmarks_path.is_file(): run_benchmarks( @@ -162,20 +105,6 @@ def build_benchmark_tex( assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file() -@flaky -@no_parallel -@requires_github -def test_build_benchmark_tex(tmp_path): - benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" - tex_path = DISTRIBUTION_PATH / f"{benchmarks_path.stem}.tex" - - try: - build_benchmark_tex(tmp_path) - assert benchmarks_path.is_file() - finally: - tex_path.unlink(missing_ok=True) - - def build_deprecations_tex(force: bool = False): """Build LaTeX files for the deprecations table to go into the release notes.""" From 89c8dbb43596b08df7b7f1df4f5828d766375e15 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Thu, 30 Jan 2025 08:48:34 -0800 Subject: [PATCH 42/70] doc(v6.6.0.tex): retroactively mention the addition of the VSC and ATES examples (#2180) --- doc/ReleaseNotes/previous/v6.6.0.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ReleaseNotes/previous/v6.6.0.tex b/doc/ReleaseNotes/previous/v6.6.0.tex index 65474abf157..0eccb0a6699 100644 --- a/doc/ReleaseNotes/previous/v6.6.0.tex +++ b/doc/ReleaseNotes/previous/v6.6.0.tex @@ -17,6 +17,8 @@ \subsection{Version mf6.6.0---December 19, 2024} \item A new Toth example was added to show how the classic groundwater problem consisting of local, intermediate, and regional flow paths can be simulated with MODFLOW. \item A new Streamflow Routing (SFR) Package example based on the Pinder-Sauer problem \citep{pinder1971numerical} modified by \cite{lal2001modification} was added to demonstrate the capabilities of the kinematic-wave approximation option. \item A new Barends example was added to demonstrate the use of the Groundwater Energy (GWE) Model for simulating heat transport in a groundwater reservoir overlain by a low-permeability overburden. + \item A new example demonstrating application of the Viscosity (VSC) Package was added. The example demonstrates differences that may arise in the solute transport solution with and without accounting for the effects of viscosity. + \item Another new example for demonstrating GWE capabilities, titled ``Aquifer Thermal Energy Storage'' (ATES) shows thermal energy being added and removed from the middle layer of a three layer system. Thermal bleeding into the over- and underlying layers is visually depicted. % \item xxx \end{itemize} From 94c91d8905bdc71d05d2aa73dd00838c5dd47d5e Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Thu, 30 Jan 2025 16:40:25 -0600 Subject: [PATCH 43/70] feat(swf-evp): add new evaporation package for surface water models (#2168) * feat(swf-evp): add new evaporation package for surface water models * better evap add test * update makefile * add flow reduction variables --- autotest/test_chf_evp.py | 222 ++++++ doc/mf6io/chf/chf.tex | 4 + doc/mf6io/chf/evp.tex | 47 ++ doc/mf6io/chf/namefile.tex | 2 + doc/mf6io/mf6ivar/dfn/chf-evp.dfn | 211 ++++++ doc/mf6io/mf6ivar/dfn/olf-evp.dfn | 211 ++++++ doc/mf6io/mf6ivar/dfn/swf-evp.dfn | 211 ++++++ .../mf6ivar/examples/chf-evp-example.dat | 13 + .../mf6ivar/examples/olf-evp-example.dat | 13 + doc/mf6io/olf/evp.tex | 47 ++ doc/mf6io/olf/namefile.tex | 2 + doc/mf6io/olf/olf.tex | 6 +- make/makefile | 4 + msvs/mf6core.vfproj | 4 + src/Idm/chf-evpidm.f90 | 437 ++++++++++++ src/Idm/olf-evpidm.f90 | 437 ++++++++++++ src/Idm/selector/IdmChfDfnSelector.f90 | 13 + src/Idm/selector/IdmOlfDfnSelector.f90 | 13 + src/Idm/selector/IdmSwfDfnSelector.f90 | 13 + src/Idm/swf-evpidm.f90 | 437 ++++++++++++ src/Model/ChannelFlow/chf.f90 | 3 +- src/Model/ModelUtilities/SwfCxsUtils.f90 | 12 +- src/Model/OverlandFlow/olf.f90 | 3 +- src/Model/SurfaceWaterFlow/swf-cxs.f90 | 2 +- src/Model/SurfaceWaterFlow/swf-evp.f90 | 647 ++++++++++++++++++ src/Model/SurfaceWaterFlow/swf-pcp.f90 | 3 + src/Model/SurfaceWaterFlow/swf.f90 | 6 +- src/meson.build | 4 + utils/idmloader/dfns.txt | 3 + 29 files changed, 3023 insertions(+), 7 deletions(-) create mode 100644 autotest/test_chf_evp.py create mode 100644 doc/mf6io/chf/evp.tex create mode 100644 doc/mf6io/mf6ivar/dfn/chf-evp.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/olf-evp.dfn create mode 100644 doc/mf6io/mf6ivar/dfn/swf-evp.dfn create mode 100644 doc/mf6io/mf6ivar/examples/chf-evp-example.dat create mode 100644 doc/mf6io/mf6ivar/examples/olf-evp-example.dat create mode 100644 doc/mf6io/olf/evp.tex create mode 100644 src/Idm/chf-evpidm.f90 create mode 100644 src/Idm/olf-evpidm.f90 create mode 100644 src/Idm/swf-evpidm.f90 create mode 100644 src/Model/SurfaceWaterFlow/swf-evp.f90 diff --git a/autotest/test_chf_evp.py b/autotest/test_chf_evp.py new file mode 100644 index 00000000000..217b4efe6f1 --- /dev/null +++ b/autotest/test_chf_evp.py @@ -0,0 +1,222 @@ +""" + +Test the evaporation package for the channel model. +This example is tough to converge, because evaporation +removes all of the water in the cell. The model did +not converge well until newton unrelaxation was added +and delta-bar-delta underrelaxation was also activated. + +""" + +import flopy +import numpy as np +import pytest +from framework import TestFramework + +cases = [ + "chf-evp01", +] + +# grid size +dx = 1.0 +nreach = 2 +total_length = dx * nreach +vertices = [] +vertices = [[j, j * dx, 0.0] for j in range(nreach + 1)] +cell1d = [] +for j in range(nreach): + cell1d.append([j, 0.5, 2, j, j + 1]) +nodes = len(cell1d) +nvert = len(vertices) +xorigin = 0.0 +yorigin = 0.0 +angrot = 0.0 + +idomain = np.ones((nodes,), dtype=int) + + +def build_models(idx, test): + perlen = [1] # 1 second + nstp = [10] + tsmult = [1.0] + nper = len(perlen) + + tdis_rc = [] + for i in range(nper): + tdis_rc.append((perlen[i], nstp[i], tsmult[i])) + + name = "chf" + + # build MODFLOW 6 files + ws = test.workspace + sim = flopy.mf6.MFSimulation( + sim_name=f"{name}_sim", version="mf6", exe_name="mf6", sim_ws=ws + ) + # create tdis package + tdis = flopy.mf6.ModflowTdis( + sim, time_units="SECONDS", nper=nper, perioddata=tdis_rc + ) + + nouter, ninner = 100, 50 + hclose, rclose, relax = 1e-6, 1e-8, 1.0 + ims = flopy.mf6.ModflowIms( + sim, + print_option="SUMMARY", + outer_dvclose=hclose, + outer_maximum=nouter, + under_relaxation="DBD", + under_relaxation_theta=0.9, + under_relaxation_kappa=0.0001, + under_relaxation_gamma=0.0, + inner_maximum=ninner, + inner_dvclose=hclose, + linear_acceleration="BICGSTAB", + scaling_method="NONE", + reordering_method="NONE", + relaxation_factor=relax, + # backtracking_number=5, + # backtracking_tolerance=1.0, + # backtracking_reduction_factor=0.3, + # backtracking_residual_limit=100.0, + ) + + add_chf_model_disv1d(sim) + + return sim, None + + +def add_chf_model_disv1d(sim): + name = "channel" + chf = flopy.mf6.ModflowChf( + sim, modelname=name, save_flows=True, newtonoptions="UNDER_RELAXATION" + ) + + disv1d = flopy.mf6.ModflowChfdisv1D( + chf, + nodes=nodes, + nvert=nvert, + width=1.0, + bottom=0.0, + idomain=idomain, + vertices=vertices, + cell1d=cell1d, + xorigin=xorigin, + yorigin=yorigin, + angrot=angrot, + ) + + dfw = flopy.mf6.ModflowChfdfw( + chf, + print_flows=True, + save_flows=True, + length_conversion=1.0, + time_conversion=86400.0, + manningsn=0.035, + idcxs=0, + ) + + xfraction = np.array([0.0, 1.0, 2.0]) + height = [1.0, 0.0, 1.0] + npts = len(height) + mannfraction = npts * [1.0] + cxsdata = list(zip(xfraction, height, mannfraction)) + cxs = flopy.mf6.ModflowChfcxs( + chf, + nsections=1, + npoints=npts, + packagedata=[(0, npts)], + crosssectiondata=cxsdata, + ) + + ic = flopy.mf6.ModflowChfic(chf, strt=1.0) + + sto = flopy.mf6.ModflowChfsto( + chf, + steady_state={0: False}, + transient={0: True}, + ) + + evp_rate = 1.0 + evp_spd = [ + (0, evp_rate), + (1, evp_rate), + ] + + pcp = flopy.mf6.ModflowChfevp( + chf, maxbound=1, print_input=True, print_flows=True, stress_period_data=evp_spd + ) + + # output control + oc = flopy.mf6.ModflowChfoc( + chf, + budget_filerecord=f"{name}.bud", + stage_filerecord=f"{name}.stage", + saverecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + printrecord=[ + ("STAGE", "ALL"), + ("BUDGET", "ALL"), + ], + ) + + return + + +def plot_output(idx, test): + import matplotlib.pyplot as plt + + mfsim = test.sims[0] + chf = mfsim.chf[0] + + sobj = chf.output.stage() + times = np.array(sobj.times) + ntimes = times.shape[0] + nreach = 2 + stage = sobj.get_alldata().reshape((ntimes, nreach)) + + bobj = chf.output.budget() + evap_list = bobj.get_data(text="EVP") + evap = [] + for rec in evap_list: + evap.append(rec[0]["q"]) + evap = np.array(evap) + + fig, ax = plt.subplots(1, 1) + ax.plot(times, stage[:, 0], label="stage") + ax.plot(times, -evap, label="Qevap") + plt.legend() + + fname = test.workspace / "results.png" + plt.savefig(fname) + + +def check_output(idx, test): + print(f"evaluating model for case {idx}...") + + mfsim = test.sims[0] + chf = mfsim.chf[0] + + # read binary stage file + sobj = chf.output.stage() + times = np.array(sobj.times) + ntimes = times.shape[0] + nreach = 2 + stage = sobj.get_alldata().reshape((ntimes, nreach)) + answer = np.linspace(0.9, 0, ntimes) + assert np.allclose(stage[:, 0], answer, atol=1.0e-5), "stage is not correct" + + +@pytest.mark.developmode +@pytest.mark.parametrize("idx, name", enumerate(cases)) +def test_mf6model(idx, name, function_tmpdir, targets, plot): + test = TestFramework( + name=name, + workspace=function_tmpdir, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + plot=lambda t: plot_output(idx, t) if plot else None, + targets=targets, + ) + test.run() diff --git a/doc/mf6io/chf/chf.tex b/doc/mf6io/chf/chf.tex index 5279aeeb9c6..c9b50a82ab1 100644 --- a/doc/mf6io/chf/chf.tex +++ b/doc/mf6io/chf/chf.tex @@ -50,6 +50,10 @@ \subsection{Inflow (FLW) Package} \subsection{Precipitation (PCP) Package} \input{chf/pcp} +\newpage +\subsection{Evaporation (EVP) Package} +\input{chf/evp} + \newpage \subsection{Zero-Depth Gradient (ZDG) Package} \input{chf/zdg} diff --git a/doc/mf6io/chf/evp.tex b/doc/mf6io/chf/evp.tex new file mode 100644 index 00000000000..6be1cdb883b --- /dev/null +++ b/doc/mf6io/chf/evp.tex @@ -0,0 +1,47 @@ +Input to the Evaporation (EVP) Package is read from the file that has type ``EVP6'' in the Name File. Any number of EVP Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-evp-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-evp-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/chf-evp-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/chf-evp-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/chf-evp-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/doc/mf6io/chf/namefile.tex b/doc/mf6io/chf/namefile.tex index bda985534de..65e1df2168c 100644 --- a/doc/mf6io/chf/namefile.tex +++ b/doc/mf6io/chf/namefile.tex @@ -30,6 +30,8 @@ \subsubsection{Explanation of Variables} STO6 & Storage Package \\ CHD6 & Constant Head Package & * \\ FLW6 & Inflow Package & * \\ +PCP6 & Precipitation Package & * \\ +EVP6 & Evaporation Package & * \\ ZDG6 & Zero-Depth Gradient Package & * \\ CDB6 & Critical Depth Boundary Package & * \\ OBS6 & Observations Option \\ diff --git a/doc/mf6io/mf6ivar/dfn/chf-evp.dfn b/doc/mf6io/mf6ivar/dfn/chf-evp.dfn new file mode 100644 index 00000000000..e2c7321ac41 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/chf-evp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf evp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'evaporation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'evaporation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'evaporation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print evaporation rates to listing file +description REPLACE print_flows {'{#1}': 'evaporation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save evaporation to budget file +description REPLACE save_flows {'{#1}': 'evaporation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Evaporation'} + +# --------------------- swf evp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of evaporation cells +description REPLACE maxbound {'{#1}': 'evaporation cells'} + + +# --------------------- swf evp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid evaporation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name evaporation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname evaporation rate +description is the evaporation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the water surface area of the cell to calculate the volumetric evaporation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'evaporation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname evaporation name +description REPLACE boundname {'{#1}': 'evaporation'} diff --git a/doc/mf6io/mf6ivar/dfn/olf-evp.dfn b/doc/mf6io/mf6ivar/dfn/olf-evp.dfn new file mode 100644 index 00000000000..e2c7321ac41 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/olf-evp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf evp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'evaporation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'evaporation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'evaporation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print evaporation rates to listing file +description REPLACE print_flows {'{#1}': 'evaporation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save evaporation to budget file +description REPLACE save_flows {'{#1}': 'evaporation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Evaporation'} + +# --------------------- swf evp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of evaporation cells +description REPLACE maxbound {'{#1}': 'evaporation cells'} + + +# --------------------- swf evp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid evaporation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name evaporation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname evaporation rate +description is the evaporation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the water surface area of the cell to calculate the volumetric evaporation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'evaporation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname evaporation name +description REPLACE boundname {'{#1}': 'evaporation'} diff --git a/doc/mf6io/mf6ivar/dfn/swf-evp.dfn b/doc/mf6io/mf6ivar/dfn/swf-evp.dfn new file mode 100644 index 00000000000..e2c7321ac41 --- /dev/null +++ b/doc/mf6io/mf6ivar/dfn/swf-evp.dfn @@ -0,0 +1,211 @@ +# --------------------- swf evp options --------------------- +# flopy multi-package + +block options +name auxiliary +type string +shape (naux) +reader urword +optional true +longname keyword to specify aux variables +description REPLACE auxnames {'{#1}': 'Surface Water Flow'} + +block options +name auxmultname +type string +shape +reader urword +optional true +longname name of auxiliary variable for multiplier +description REPLACE auxmultname {'{#1}': 'evaporation'} + +block options +name boundnames +type keyword +shape +reader urword +optional true +longname +description REPLACE boundnames {'{#1}': 'evaporation'} + +block options +name print_input +type keyword +reader urword +optional true +longname print input to listing file +description REPLACE print_input {'{#1}': 'evaporation'} +mf6internal iprpak + +block options +name print_flows +type keyword +reader urword +optional true +longname print evaporation rates to listing file +description REPLACE print_flows {'{#1}': 'evaporation'} +mf6internal iprflow + +block options +name save_flows +type keyword +reader urword +optional true +longname save evaporation to budget file +description REPLACE save_flows {'{#1}': 'evaporation'} +mf6internal ipakcb + +block options +name ts_filerecord +type record ts6 filein ts6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name ts6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname head keyword +description keyword to specify that record corresponds to a time-series file. + +block options +name filein +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname file keyword +description keyword to specify that an input filename is expected next. + +block options +name ts6_filename +type string +preserve_case true +in_record true +reader urword +optional false +tagged false +longname file name of time series information +description REPLACE timeseriesfile {} + +block options +name obs_filerecord +type record obs6 filein obs6_filename +shape +reader urword +tagged true +optional true +longname +description + +block options +name obs6 +type keyword +shape +in_record true +reader urword +tagged true +optional false +longname obs keyword +description keyword to specify that record corresponds to an observations file. + +block options +name obs6_filename +type string +preserve_case true +in_record true +tagged false +reader urword +optional false +longname obs6 input filename +description REPLACE obs6_filename {'{#1}': 'Evaporation'} + +# --------------------- swf evp dimensions --------------------- + +block dimensions +name maxbound +type integer +reader urword +optional false +longname maximum number of evaporation cells +description REPLACE maxbound {'{#1}': 'evaporation cells'} + + +# --------------------- swf evp period --------------------- + +block period +name iper +type integer +block_variable True +in_record true +tagged false +shape +valid +reader urword +optional false +longname stress period number +description REPLACE iper {} + +block period +name stress_period_data +type recarray cellid evaporation aux boundname +shape (maxbound) +reader urword +longname +description +mf6internal spd + +block period +name cellid +type integer +shape (ncelldim) +tagged false +in_record true +reader urword +longname cell identifier +description REPLACE cellid {} + +block period +name evaporation +type double precision +shape +tagged false +in_record true +reader urword +time_series true +longname evaporation rate +description is the evaporation flux rate ($LT^{-1}$). This rate is multiplied inside the program by the water surface area of the cell to calculate the volumetric evaporation rate. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. + +block period +name aux +type double precision +in_record true +tagged false +shape (naux) +reader urword +optional true +time_series true +longname auxiliary variables +description REPLACE aux {'{#1}': 'evaporation'} +mf6internal auxvar + +block period +name boundname +type string +shape +tagged false +in_record true +reader urword +optional true +longname evaporation name +description REPLACE boundname {'{#1}': 'evaporation'} diff --git a/doc/mf6io/mf6ivar/examples/chf-evp-example.dat b/doc/mf6io/mf6ivar/examples/chf-evp-example.dat new file mode 100644 index 00000000000..d6c462d1c26 --- /dev/null +++ b/doc/mf6io/mf6ivar/examples/chf-evp-example.dat @@ -0,0 +1,13 @@ +BEGIN OPTIONS + PRINT_INPUT + PRINT_FLOWS +END OPTIONS + +BEGIN dimensions + MAXBOUND 2 +END dimensions + +BEGIN PERIOD 1 + 1 0.005 + 2 0.007 +END PERIOD 1 diff --git a/doc/mf6io/mf6ivar/examples/olf-evp-example.dat b/doc/mf6io/mf6ivar/examples/olf-evp-example.dat new file mode 100644 index 00000000000..d6c462d1c26 --- /dev/null +++ b/doc/mf6io/mf6ivar/examples/olf-evp-example.dat @@ -0,0 +1,13 @@ +BEGIN OPTIONS + PRINT_INPUT + PRINT_FLOWS +END OPTIONS + +BEGIN dimensions + MAXBOUND 2 +END dimensions + +BEGIN PERIOD 1 + 1 0.005 + 2 0.007 +END PERIOD 1 diff --git a/doc/mf6io/olf/evp.tex b/doc/mf6io/olf/evp.tex new file mode 100644 index 00000000000..515bae0425a --- /dev/null +++ b/doc/mf6io/olf/evp.tex @@ -0,0 +1,47 @@ +Input to the Evaporation (EVP) Package is read from the file that has type ``EVP6'' in the Name File. Any number of EVP Packages can be specified for a single surface water flow model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\vspace{5mm} + +\noindent \textit{FOR EACH SIMULATION} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-evp-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-evp-dimensions.dat} +\vspace{5mm} +\noindent \textit{FOR ANY STRESS PERIOD} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/olf-evp-period.dat} +\packageperioddescription + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/olf-evp-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/olf-evp-example.dat} + +%\vspace{5mm} +%\subsubsection{Available observation types} +%Well Package observations include the simulated well rates (\texttt{wel}), the well discharge that is available for the MVR package (\texttt{to-mvr}), and the reduction in the specified \texttt{q} when the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The data required for each WEL Package observation type is defined in table~\ref{table:gwf-welobstype}. The sum of \texttt{wel} and \texttt{to-mvr} is equal to the simulated well discharge rate, which may be less than the specified \texttt{q} if the \texttt{AUTO\_FLOW\_REDUCE} option is enabled. The \texttt{DNODATA} value is returned if the \texttt{wel-reduction} observation is specified but the \texttt{AUTO\_FLOW\_REDUCE} option is not enabled. Negative and positive values for an observation represent a loss from and gain to the GWF model, respectively. + +%\begin{longtable}{p{2cm} p{2.75cm} p{2cm} p{1.25cm} p{7cm}} +%\caption{Available WEL Package observation types} \tabularnewline + +%\hline +%\hline +%\textbf{Stress Package} & \textbf{Observation type} & \textbf{ID} & \textbf{ID2} & \textbf{Description} \\ +%\hline +%\endhead + +%\hline +%\endfoot + +%\input{../Common/gwf-welobs.tex} +%\label{table:gwf-welobstype} +%\end{longtable} + +%\vspace{5mm} +%\subsubsection{Example Observation Input File} +%\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwf-wel-example-obs.dat} diff --git a/doc/mf6io/olf/namefile.tex b/doc/mf6io/olf/namefile.tex index fe1e94e7707..b83d68c2232 100644 --- a/doc/mf6io/olf/namefile.tex +++ b/doc/mf6io/olf/namefile.tex @@ -30,6 +30,8 @@ \subsubsection{Explanation of Variables} STO6 & Storage Package \\ CHD6 & Constant Head Package & * \\ FLW6 & Inflow Package & * \\ +PCP6 & Precipitation Package & * \\ +EVP6 & Evaporation Package & * \\ ZDG6 & Zero-Depth Gradient Package & * \\ CDB6 & Critical Depth Boundary Package & * \\ OBS6 & Observations Option \\ diff --git a/doc/mf6io/olf/olf.tex b/doc/mf6io/olf/olf.tex index 74e75f288cc..a164a937794 100644 --- a/doc/mf6io/olf/olf.tex +++ b/doc/mf6io/olf/olf.tex @@ -47,9 +47,13 @@ \subsection{Inflow (FLW) Package} \input{olf/flw} \newpage -\subsection{Inflow (PCP) Package} +\subsection{Precipitation (PCP) Package} \input{olf/pcp} +\newpage +\subsection{Evaporation (EVP) Package} +\input{olf/evp} + \newpage \subsection{Zero-Depth Gradient (ZDG) Package} \input{olf/zdg} diff --git a/make/makefile b/make/makefile index cadd1133491..905a319d484 100644 --- a/make/makefile +++ b/make/makefile @@ -131,6 +131,7 @@ $(OBJDIR)/swf-pcpidm.o \ $(OBJDIR)/swf-namidm.o \ $(OBJDIR)/swf-icidm.o \ $(OBJDIR)/swf-flwidm.o \ +$(OBJDIR)/swf-evpidm.o \ $(OBJDIR)/swf-disv2didm.o \ $(OBJDIR)/swf-disv1didm.o \ $(OBJDIR)/swf-dis2didm.o \ @@ -150,6 +151,7 @@ $(OBJDIR)/olf-pcpidm.o \ $(OBJDIR)/olf-namidm.o \ $(OBJDIR)/olf-icidm.o \ $(OBJDIR)/olf-flwidm.o \ +$(OBJDIR)/olf-evpidm.o \ $(OBJDIR)/olf-disv2didm.o \ $(OBJDIR)/olf-dis2didm.o \ $(OBJDIR)/olf-dfwidm.o \ @@ -199,6 +201,7 @@ $(OBJDIR)/chf-pcpidm.o \ $(OBJDIR)/chf-namidm.o \ $(OBJDIR)/chf-icidm.o \ $(OBJDIR)/chf-flwidm.o \ +$(OBJDIR)/chf-evpidm.o \ $(OBJDIR)/chf-disv1didm.o \ $(OBJDIR)/chf-dfwidm.o \ $(OBJDIR)/chf-cxsidm.o \ @@ -432,6 +435,7 @@ $(OBJDIR)/swf-pcp.o \ $(OBJDIR)/swf-oc.o \ $(OBJDIR)/swf-obs.o \ $(OBJDIR)/swf-flw.o \ +$(OBJDIR)/swf-evp.o \ $(OBJDIR)/swf-cdb.o \ $(OBJDIR)/GridConnection.o \ $(OBJDIR)/DistributedVariable.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index c8b4dfcc745..173962bf69b 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -145,6 +145,7 @@ + @@ -197,6 +198,7 @@ + @@ -216,6 +218,7 @@ + @@ -354,6 +357,7 @@ + diff --git a/src/Idm/chf-evpidm.f90 b/src/Idm/chf-evpidm.f90 new file mode 100644 index 00000000000..ea7f5836092 --- /dev/null +++ b/src/Idm/chf-evpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module ChfEvpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public chf_evp_param_definitions + public chf_evp_aggregate_definitions + public chf_evp_block_definitions + public ChfEvpParamFoundType + public chf_evp_multi_package + public chf_evp_subpackages + + type ChfEvpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: evaporation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type ChfEvpParamFoundType + + logical :: chf_evp_multi_package = .true. + + character(len=16), parameter :: & + chf_evp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + chfevp_auxiliary = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_auxmultname = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_boundnames = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_iprpak = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_iprflow = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print evaporation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_ipakcb = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save evaporation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_ts_filerecord = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_ts6 = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_filein = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_ts6_filename = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_obs_filerecord = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_obs6 = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_obs6_filename = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_maxbound = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of evaporation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_cellid = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_evaporation = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'EVAPORATION', & ! tag name + 'EVAPORATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'evaporation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_auxvar = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chfevp_boundname = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'evaporation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chf_evp_param_definitions(*) = & + [ & + chfevp_auxiliary, & + chfevp_auxmultname, & + chfevp_boundnames, & + chfevp_iprpak, & + chfevp_iprflow, & + chfevp_ipakcb, & + chfevp_ts_filerecord, & + chfevp_ts6, & + chfevp_filein, & + chfevp_ts6_filename, & + chfevp_obs_filerecord, & + chfevp_obs6, & + chfevp_obs6_filename, & + chfevp_maxbound, & + chfevp_cellid, & + chfevp_evaporation, & + chfevp_auxvar, & + chfevp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + chfevp_spd = InputParamDefinitionType & + ( & + 'CHF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID EVAPORATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + chf_evp_aggregate_definitions(*) = & + [ & + chfevp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + chf_evp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module ChfEvpInputModule diff --git a/src/Idm/olf-evpidm.f90 b/src/Idm/olf-evpidm.f90 new file mode 100644 index 00000000000..e6d8369522d --- /dev/null +++ b/src/Idm/olf-evpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module OlfEvpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public olf_evp_param_definitions + public olf_evp_aggregate_definitions + public olf_evp_block_definitions + public OlfEvpParamFoundType + public olf_evp_multi_package + public olf_evp_subpackages + + type OlfEvpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: evaporation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type OlfEvpParamFoundType + + logical :: olf_evp_multi_package = .true. + + character(len=16), parameter :: & + olf_evp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + olfevp_auxiliary = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_auxmultname = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_boundnames = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_iprpak = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_iprflow = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print evaporation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_ipakcb = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save evaporation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_ts_filerecord = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_ts6 = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_filein = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_ts6_filename = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_obs_filerecord = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_obs6 = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_obs6_filename = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_maxbound = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of evaporation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_cellid = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_evaporation = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'EVAPORATION', & ! tag name + 'EVAPORATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'evaporation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_auxvar = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olfevp_boundname = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'evaporation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olf_evp_param_definitions(*) = & + [ & + olfevp_auxiliary, & + olfevp_auxmultname, & + olfevp_boundnames, & + olfevp_iprpak, & + olfevp_iprflow, & + olfevp_ipakcb, & + olfevp_ts_filerecord, & + olfevp_ts6, & + olfevp_filein, & + olfevp_ts6_filename, & + olfevp_obs_filerecord, & + olfevp_obs6, & + olfevp_obs6_filename, & + olfevp_maxbound, & + olfevp_cellid, & + olfevp_evaporation, & + olfevp_auxvar, & + olfevp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + olfevp_spd = InputParamDefinitionType & + ( & + 'OLF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID EVAPORATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + olf_evp_aggregate_definitions(*) = & + [ & + olfevp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + olf_evp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module OlfEvpInputModule diff --git a/src/Idm/selector/IdmChfDfnSelector.f90 b/src/Idm/selector/IdmChfDfnSelector.f90 index e44bd63aa0e..a55f9e3f2bc 100644 --- a/src/Idm/selector/IdmChfDfnSelector.f90 +++ b/src/Idm/selector/IdmChfDfnSelector.f90 @@ -14,6 +14,7 @@ module IdmChfDfnSelectorModule use ChfChdInputModule use ChfFlwInputModule use ChfPcpInputModule + use ChfEvpInputModule use ChfStoInputModule use ChfZdgInputModule @@ -69,6 +70,8 @@ function chf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, chf_flw_param_definitions) case ('PCP') call set_param_pointer(input_definition, chf_pcp_param_definitions) + case ('EVP') + call set_param_pointer(input_definition, chf_evp_param_definitions) case ('STO') call set_param_pointer(input_definition, chf_sto_param_definitions) case ('ZDG') @@ -101,6 +104,8 @@ function chf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, chf_flw_aggregate_definitions) case ('PCP') call set_param_pointer(input_definition, chf_pcp_aggregate_definitions) + case ('EVP') + call set_param_pointer(input_definition, chf_evp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, chf_sto_aggregate_definitions) case ('ZDG') @@ -133,6 +138,8 @@ function chf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, chf_flw_block_definitions) case ('PCP') call set_block_pointer(input_definition, chf_pcp_block_definitions) + case ('EVP') + call set_block_pointer(input_definition, chf_evp_block_definitions) case ('STO') call set_block_pointer(input_definition, chf_sto_block_definitions) case ('ZDG') @@ -164,6 +171,8 @@ function chf_idm_multi_package(subcomponent) result(multi_package) multi_package = chf_flw_multi_package case ('PCP') multi_package = chf_pcp_multi_package + case ('EVP') + multi_package = chf_evp_multi_package case ('STO') multi_package = chf_sto_multi_package case ('ZDG') @@ -198,6 +207,8 @@ function chf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, chf_flw_subpackages) case ('PCP') call set_subpkg_pointer(subpackages, chf_pcp_subpackages) + case ('EVP') + call set_subpkg_pointer(subpackages, chf_evp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, chf_sto_subpackages) case ('ZDG') @@ -230,6 +241,8 @@ function chf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('PCP') integrated = .true. + case ('EVP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/selector/IdmOlfDfnSelector.f90 b/src/Idm/selector/IdmOlfDfnSelector.f90 index 33587530db8..7dee5ec1afe 100644 --- a/src/Idm/selector/IdmOlfDfnSelector.f90 +++ b/src/Idm/selector/IdmOlfDfnSelector.f90 @@ -14,6 +14,7 @@ module IdmOlfDfnSelectorModule use OlfChdInputModule use OlfFlwInputModule use OlfPcpInputModule + use OlfEvpInputModule use OlfStoInputModule use OlfZdgInputModule @@ -69,6 +70,8 @@ function olf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, olf_flw_param_definitions) case ('PCP') call set_param_pointer(input_definition, olf_pcp_param_definitions) + case ('EVP') + call set_param_pointer(input_definition, olf_evp_param_definitions) case ('STO') call set_param_pointer(input_definition, olf_sto_param_definitions) case ('ZDG') @@ -101,6 +104,8 @@ function olf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, olf_flw_aggregate_definitions) case ('PCP') call set_param_pointer(input_definition, olf_pcp_aggregate_definitions) + case ('EVP') + call set_param_pointer(input_definition, olf_evp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, olf_sto_aggregate_definitions) case ('ZDG') @@ -133,6 +138,8 @@ function olf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, olf_flw_block_definitions) case ('PCP') call set_block_pointer(input_definition, olf_pcp_block_definitions) + case ('EVP') + call set_block_pointer(input_definition, olf_evp_block_definitions) case ('STO') call set_block_pointer(input_definition, olf_sto_block_definitions) case ('ZDG') @@ -164,6 +171,8 @@ function olf_idm_multi_package(subcomponent) result(multi_package) multi_package = olf_flw_multi_package case ('PCP') multi_package = olf_pcp_multi_package + case ('EVP') + multi_package = olf_evp_multi_package case ('STO') multi_package = olf_sto_multi_package case ('ZDG') @@ -198,6 +207,8 @@ function olf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, olf_flw_subpackages) case ('PCP') call set_subpkg_pointer(subpackages, olf_pcp_subpackages) + case ('EVP') + call set_subpkg_pointer(subpackages, olf_evp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, olf_sto_subpackages) case ('ZDG') @@ -230,6 +241,8 @@ function olf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('PCP') integrated = .true. + case ('EVP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/selector/IdmSwfDfnSelector.f90 b/src/Idm/selector/IdmSwfDfnSelector.f90 index c09d0cc160e..73c2ff1ffa2 100644 --- a/src/Idm/selector/IdmSwfDfnSelector.f90 +++ b/src/Idm/selector/IdmSwfDfnSelector.f90 @@ -16,6 +16,7 @@ module IdmSwfDfnSelectorModule use SwfChdInputModule use SwfFlwInputModule use SwfPcpInputModule + use SwfEvpInputModule use SwfStoInputModule use SwfZdgInputModule @@ -75,6 +76,8 @@ function swf_param_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, swf_flw_param_definitions) case ('PCP') call set_param_pointer(input_definition, swf_pcp_param_definitions) + case ('EVP') + call set_param_pointer(input_definition, swf_evp_param_definitions) case ('STO') call set_param_pointer(input_definition, swf_sto_param_definitions) case ('ZDG') @@ -111,6 +114,8 @@ function swf_aggregate_definitions(subcomponent) result(input_definition) call set_param_pointer(input_definition, swf_flw_aggregate_definitions) case ('PCP') call set_param_pointer(input_definition, swf_pcp_aggregate_definitions) + case ('EVP') + call set_param_pointer(input_definition, swf_evp_aggregate_definitions) case ('STO') call set_param_pointer(input_definition, swf_sto_aggregate_definitions) case ('ZDG') @@ -147,6 +152,8 @@ function swf_block_definitions(subcomponent) result(input_definition) call set_block_pointer(input_definition, swf_flw_block_definitions) case ('PCP') call set_block_pointer(input_definition, swf_pcp_block_definitions) + case ('EVP') + call set_block_pointer(input_definition, swf_evp_block_definitions) case ('STO') call set_block_pointer(input_definition, swf_sto_block_definitions) case ('ZDG') @@ -182,6 +189,8 @@ function swf_idm_multi_package(subcomponent) result(multi_package) multi_package = swf_flw_multi_package case ('PCP') multi_package = swf_pcp_multi_package + case ('EVP') + multi_package = swf_evp_multi_package case ('STO') multi_package = swf_sto_multi_package case ('ZDG') @@ -220,6 +229,8 @@ function swf_idm_subpackages(subcomponent) result(subpackages) call set_subpkg_pointer(subpackages, swf_flw_subpackages) case ('PCP') call set_subpkg_pointer(subpackages, swf_pcp_subpackages) + case ('EVP') + call set_subpkg_pointer(subpackages, swf_evp_subpackages) case ('STO') call set_subpkg_pointer(subpackages, swf_sto_subpackages) case ('ZDG') @@ -256,6 +267,8 @@ function swf_idm_integrated(subcomponent) result(integrated) integrated = .true. case ('PCP') integrated = .true. + case ('EVP') + integrated = .true. case ('STO') integrated = .true. case ('ZDG') diff --git a/src/Idm/swf-evpidm.f90 b/src/Idm/swf-evpidm.f90 new file mode 100644 index 00000000000..9ced28097e0 --- /dev/null +++ b/src/Idm/swf-evpidm.f90 @@ -0,0 +1,437 @@ +! ** Do Not Modify! MODFLOW 6 system generated file. ** +module SwfEvpInputModule + use ConstantsModule, only: LENVARNAME + use InputDefinitionModule, only: InputParamDefinitionType, & + InputBlockDefinitionType + private + public swf_evp_param_definitions + public swf_evp_aggregate_definitions + public swf_evp_block_definitions + public SwfEvpParamFoundType + public swf_evp_multi_package + public swf_evp_subpackages + + type SwfEvpParamFoundType + logical :: auxiliary = .false. + logical :: auxmultname = .false. + logical :: boundnames = .false. + logical :: iprpak = .false. + logical :: iprflow = .false. + logical :: ipakcb = .false. + logical :: ts_filerecord = .false. + logical :: ts6 = .false. + logical :: filein = .false. + logical :: ts6_filename = .false. + logical :: obs_filerecord = .false. + logical :: obs6 = .false. + logical :: obs6_filename = .false. + logical :: maxbound = .false. + logical :: cellid = .false. + logical :: evaporation = .false. + logical :: auxvar = .false. + logical :: boundname = .false. + end type SwfEvpParamFoundType + + logical :: swf_evp_multi_package = .true. + + character(len=16), parameter :: & + swf_evp_subpackages(*) = & + [ & + ' ' & + ] + + type(InputParamDefinitionType), parameter :: & + swfevp_auxiliary = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXILIARY', & ! tag name + 'AUXILIARY', & ! fortran variable + 'STRING', & ! type + 'NAUX', & ! shape + 'keyword to specify aux variables', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_auxmultname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'AUXMULTNAME', & ! tag name + 'AUXMULTNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'name of auxiliary variable for multiplier', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_boundnames = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'BOUNDNAMES', & ! tag name + 'BOUNDNAMES', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_iprpak = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_INPUT', & ! tag name + 'IPRPAK', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print input to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_iprflow = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'PRINT_FLOWS', & ! tag name + 'IPRFLOW', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'print evaporation rates to listing file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_ipakcb = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'SAVE_FLOWS', & ! tag name + 'IPAKCB', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'save evaporation to budget file', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_ts_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS_FILERECORD', & ! tag name + 'TS_FILERECORD', & ! fortran variable + 'RECORD TS6 FILEIN TS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_ts6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6', & ! tag name + 'TS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'head keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_filein = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'FILEIN', & ! tag name + 'FILEIN', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'file keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_ts6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'TS6_FILENAME', & ! tag name + 'TS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'file name of time series information', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_obs_filerecord = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS_FILERECORD', & ! tag name + 'OBS_FILERECORD', & ! fortran variable + 'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type + '', & ! shape + '', & ! longname + .false., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_obs6 = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6', & ! tag name + 'OBS6', & ! fortran variable + 'KEYWORD', & ! type + '', & ! shape + 'obs keyword', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_obs6_filename = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'OPTIONS', & ! block + 'OBS6_FILENAME', & ! tag name + 'OBS6_FILENAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'obs6 input filename', & ! longname + .true., & ! required + .true., & ! multi-record + .true., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_maxbound = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'DIMENSIONS', & ! block + 'MAXBOUND', & ! tag name + 'MAXBOUND', & ! fortran variable + 'INTEGER', & ! type + '', & ! shape + 'maximum number of evaporation cells', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_cellid = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'CELLID', & ! tag name + 'CELLID', & ! fortran variable + 'INTEGER1D', & ! type + 'NCELLDIM', & ! shape + 'cell identifier', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_evaporation = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'EVAPORATION', & ! tag name + 'EVAPORATION', & ! fortran variable + 'DOUBLE', & ! type + '', & ! shape + 'evaporation rate', & ! longname + .true., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_auxvar = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'AUX', & ! tag name + 'AUXVAR', & ! fortran variable + 'DOUBLE1D', & ! type + 'NAUX', & ! shape + 'auxiliary variables', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .true. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swfevp_boundname = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'BOUNDNAME', & ! tag name + 'BOUNDNAME', & ! fortran variable + 'STRING', & ! type + '', & ! shape + 'evaporation name', & ! longname + .false., & ! required + .true., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_evp_param_definitions(*) = & + [ & + swfevp_auxiliary, & + swfevp_auxmultname, & + swfevp_boundnames, & + swfevp_iprpak, & + swfevp_iprflow, & + swfevp_ipakcb, & + swfevp_ts_filerecord, & + swfevp_ts6, & + swfevp_filein, & + swfevp_ts6_filename, & + swfevp_obs_filerecord, & + swfevp_obs6, & + swfevp_obs6_filename, & + swfevp_maxbound, & + swfevp_cellid, & + swfevp_evaporation, & + swfevp_auxvar, & + swfevp_boundname & + ] + + type(InputParamDefinitionType), parameter :: & + swfevp_spd = InputParamDefinitionType & + ( & + 'SWF', & ! component + 'EVP', & ! subcomponent + 'PERIOD', & ! block + 'STRESS_PERIOD_DATA', & ! tag name + 'SPD', & ! fortran variable + 'RECARRAY CELLID EVAPORATION AUX BOUNDNAME', & ! type + 'MAXBOUND', & ! shape + '', & ! longname + .true., & ! required + .false., & ! multi-record + .false., & ! preserve case + .false., & ! layered + .false. & ! timeseries + ) + + type(InputParamDefinitionType), parameter :: & + swf_evp_aggregate_definitions(*) = & + [ & + swfevp_spd & + ] + + type(InputBlockDefinitionType), parameter :: & + swf_evp_block_definitions(*) = & + [ & + InputBlockDefinitionType( & + 'OPTIONS', & ! blockname + .false., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'DIMENSIONS', & ! blockname + .true., & ! required + .false., & ! aggregate + .false. & ! block_variable + ), & + InputBlockDefinitionType( & + 'PERIOD', & ! blockname + .true., & ! required + .true., & ! aggregate + .true. & ! block_variable + ) & + ] + +end module SwfEvpInputModule diff --git a/src/Model/ChannelFlow/chf.f90 b/src/Model/ChannelFlow/chf.f90 index 5a05cd10075..91cc0a29e3a 100644 --- a/src/Model/ChannelFlow/chf.f90 +++ b/src/Model/ChannelFlow/chf.f90 @@ -42,7 +42,8 @@ module ChfModule integer(I4B), parameter :: CHF_NMULTIPKG = 50 character(len=LENPACKAGETYPE), dimension(CHF_NMULTIPKG) :: CHF_MULTIPKG data CHF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', 'PCP6 ', & ! 5 - &45*' '/ ! 50 + 'EVP6 ', ' ', ' ', ' ', ' ', & ! 10 + &40*' '/ ! 50 ! size of supported model package arrays integer(I4B), parameter :: NIUNIT_CHF = CHF_NBASEPKG + CHF_NMULTIPKG diff --git a/src/Model/ModelUtilities/SwfCxsUtils.f90 b/src/Model/ModelUtilities/SwfCxsUtils.f90 index 1770d907a05..c05feff3923 100644 --- a/src/Model/ModelUtilities/SwfCxsUtils.f90 +++ b/src/Model/ModelUtilities/SwfCxsUtils.f90 @@ -432,12 +432,20 @@ end function calc_qman_by_section !! !! @return w saturated top width !< - function get_saturated_topwidth(npts, stations) result(w) + function get_saturated_topwidth(npts, xfraction, width) result(w) ! -- dummy variables integer(I4B), intent(in) :: npts !< number of station-height data for a reach - real(DP), dimension(npts), intent(in) :: stations !< cross-section station distances (x-distance) + real(DP), dimension(npts), intent(in) :: xfraction !< cross-section station fractional distances (x-distance) + real(DP), intent(in) :: width ! -- local variables + integer(I4B) :: n real(DP) :: w + real(DP), dimension(npts) :: stations + ! + ! -- calculate station from xfractions and width + do n = 1, npts + stations(n) = xfraction(n) * width + end do ! ! -- calculate the saturated top width if (npts > 1) then diff --git a/src/Model/OverlandFlow/olf.f90 b/src/Model/OverlandFlow/olf.f90 index 3a2dc7fa4e7..ff3fe5e1ce0 100644 --- a/src/Model/OverlandFlow/olf.f90 +++ b/src/Model/OverlandFlow/olf.f90 @@ -42,7 +42,8 @@ module OlfModule integer(I4B), parameter :: OLF_NMULTIPKG = 50 character(len=LENPACKAGETYPE), dimension(OLF_NMULTIPKG) :: OLF_MULTIPKG data OLF_MULTIPKG/'FLW6 ', 'CHD6 ', 'CDB6 ', 'ZDG6 ', 'PCP6 ', & ! 5 - &45*' '/ ! 50 + 'EVP6 ', ' ', ' ', ' ', ' ', & ! 10 + &40*' '/ ! 50 ! size of supported model package arrays integer(I4B), parameter :: NIUNIT_OLF = OLF_NBASEPKG + OLF_NMULTIPKG diff --git a/src/Model/SurfaceWaterFlow/swf-cxs.f90 b/src/Model/SurfaceWaterFlow/swf-cxs.f90 index 3e3a6cd1b10..9be22f14e32 100644 --- a/src/Model/SurfaceWaterFlow/swf-cxs.f90 +++ b/src/Model/SurfaceWaterFlow/swf-cxs.f90 @@ -803,7 +803,7 @@ function get_maximum_top_width(this, idcxs, width) result(r) if (npts == 0) then r = width else - r = get_saturated_topwidth(npts, this%xfraction(i0:i1)) + r = get_saturated_topwidth(npts, this%xfraction(i0:i1), width) end if end function get_maximum_top_width diff --git a/src/Model/SurfaceWaterFlow/swf-evp.f90 b/src/Model/SurfaceWaterFlow/swf-evp.f90 new file mode 100644 index 00000000000..5e974249577 --- /dev/null +++ b/src/Model/SurfaceWaterFlow/swf-evp.f90 @@ -0,0 +1,647 @@ +!> @brief This module contains the evaporation (EVP) package methods +!! +!! This module can be used to represent evaporation onto streams and +!! overland flow cells. +!< +module SwfEvpModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: DZERO, LENFTYPE, LENPACKAGENAME, MAXCHARLEN, & + LINELENGTH, DONE, DHALF, DEM6, DPREC + use MemoryHelperModule, only: create_mem_path + use MemoryManagerModule, only: mem_allocate, mem_deallocate + use BndModule, only: BndType + use BndExtModule, only: BndExtType + use SimModule, only: store_error, store_error_filename, count_errors + use SimVariablesModule, only: errmsg + use ObsModule, only: DefaultObsIdProcessor + use TimeArraySeriesLinkModule, only: TimeArraySeriesLinkType + use BlockParserModule, only: BlockParserType + use CharacterStringModule, only: CharacterStringType + use SmoothingModule, only: sQSaturation + use MathUtilModule, only: get_perturbation + use MatrixBaseModule + use GeomUtilModule, only: get_node + use BaseDisModule, only: DisBaseType + use Disv1dModule, only: Disv1dType + use SwfDfwModule, only: SwfDfwType + use SwfCxsModule, only: SwfCxsType + + implicit none + + private + public :: evp_create + + character(len=LENFTYPE) :: ftype = 'EVP' + character(len=LENPACKAGENAME) :: text = ' EVP' + ! character(len=LENPACKAGENAME) :: texta = ' EVPA' + + type, extends(BndExtType) :: SwfEvpType + real(DP), dimension(:), pointer, contiguous :: evaporation => null() !< boundary evaporation array + integer(I4B), pointer :: iflowred => null() !< flag that indicates evaporation will be shut off when depth is less than reduction depth + real(DP), pointer :: reduction_depth => null() !< depth below which evaporation is reduced + logical, pointer, private :: read_as_arrays + + ! pointers to other objects + type(SwfDfwType), pointer :: dfw + type(SwfCxsType), pointer :: cxs + + contains + + procedure :: evp_allocate_scalars + procedure :: allocate_arrays => evp_allocate_arrays + procedure :: source_options => evp_source_options + procedure :: source_dimensions => evp_source_dimensions + procedure :: log_evp_options + procedure :: read_initial_attr => evp_read_initial_attr + procedure :: bnd_rp => evp_rp + procedure :: bnd_ck => evp_ck + procedure :: bnd_cf => evp_cf + procedure :: bnd_fc => evp_fc + procedure :: bnd_da => evp_da + procedure :: define_listlabel => evp_define_listlabel + procedure :: bound_value => evp_bound_value + procedure, private :: default_nodelist + procedure, private :: reach_length_pointer + procedure, private :: get_qevp + procedure, private :: get_evap_reduce_mult + ! for observations + procedure, public :: bnd_obs_supported => evp_obs_supported + procedure, public :: bnd_df_obs => evp_df_obs + + end type SwfEvpType + +contains + + !> @brief Create a Evaporation Package + !< + subroutine evp_create(packobj, id, ibcnum, inunit, iout, namemodel, pakname, & + mempath, dis, dfw, cxs) + ! dummy + class(BndType), pointer :: packobj !< pointer to default package type + integer(I4B), intent(in) :: id !< package id + integer(I4B), intent(in) :: ibcnum !< boundary condition number + integer(I4B), intent(in) :: inunit !< unit number of CDB package input file + integer(I4B), intent(in) :: iout !< unit number of model listing file + character(len=*), intent(in) :: namemodel !< model name + character(len=*), intent(in) :: pakname !< package name + character(len=*), intent(in) :: mempath !< input mempath + class(DisBaseType), pointer, intent(inout) :: dis !< the pointer to the discretization + type(SwfDfwType), pointer, intent(in) :: dfw !< the pointer to the dfw package + type(SwfCxsType), pointer, intent(in) :: cxs !< the pointer to the cxs package + ! local + type(SwfEvpType), pointer :: evpobj + + ! allocate evaporation object and scalar variables + allocate (evpobj) + packobj => evpobj + + ! create name and memory path + call packobj%set_names(ibcnum, namemodel, pakname, ftype, mempath) + packobj%text = text + + ! allocate scalars + call evpobj%evp_allocate_scalars() + + ! initialize package + call packobj%pack_initialize() + + packobj%inunit = inunit + packobj%iout = iout + packobj%id = id + packobj%ibcnum = ibcnum + packobj%ictMemPath = create_mem_path(namemodel, 'DFW') + + ! store pointer to dis + evpobj%dis => dis + + ! store pointer to dfw + evpobj%dfw => dfw + + ! store pointer to cxs + evpobj%cxs => cxs + end subroutine evp_create + + !> @brief Allocate scalar members + !< + subroutine evp_allocate_scalars(this) + ! dummy + class(SwfEvpType), intent(inout) :: this + + ! allocate base scalars + call this%BndExtType%allocate_scalars() + + ! allocate internal members + call mem_allocate(this%iflowred, 'IFLOWRED', this%memoryPath) + call mem_allocate(this%reduction_depth, 'REDUCTION_DEPTH', this%memoryPath) + allocate (this%read_as_arrays) + + ! Set values + this%iflowred = 1 + this%reduction_depth = DEM6 + this%read_as_arrays = .false. + end subroutine evp_allocate_scalars + + !> @brief Allocate package arrays + !< + subroutine evp_allocate_arrays(this, nodelist, auxvar) + ! modules + use MemoryManagerModule, only: mem_setptr, mem_checkin + ! dummy + class(SwfEvpType) :: this + integer(I4B), dimension(:), pointer, contiguous, optional :: nodelist + real(DP), dimension(:, :), pointer, contiguous, optional :: auxvar + + ! allocate base arrays + call this%BndExtType%allocate_arrays(nodelist, auxvar) + + ! set input context pointers + call mem_setptr(this%evaporation, 'EVAPORATION', this%input_mempath) + + ! checkin input context pointers + call mem_checkin(this%evaporation, 'EVAPORATION', this%memoryPath, & + 'EVAPORATION', this%input_mempath) + end subroutine evp_allocate_arrays + + !> @brief Source options specific to EVPType + !< + subroutine evp_source_options(this) + ! modules + use MemoryManagerExtModule, only: mem_set_value + implicit none + ! dummy + class(SwfEvpType), intent(inout) :: this + ! local + logical(LGP) :: found_readasarrays = .false. + + ! source common bound options + call this%BndExtType%source_options() + + ! update defaults with idm sourced values + call mem_set_value(this%read_as_arrays, 'READASARRAYS', this%input_mempath, & + found_readasarrays) + + ! log evp params + call this%log_evp_options(found_readasarrays) + end subroutine evp_source_options + + !> @brief Log options specific to SwfEvpType + !< + subroutine log_evp_options(this, found_readasarrays) + implicit none + ! dummy + class(SwfEvpType), intent(inout) :: this + logical(LGP), intent(in) :: found_readasarrays + ! formats + character(len=*), parameter :: fmtreadasarrays = & + &"(4x, 'EVAPORATION INPUT WILL BE READ AS ARRAY(S).')" + + ! log found options + write (this%iout, '(/1x,a)') 'PROCESSING '//trim(adjustl(this%text)) & + //' OPTIONS' + + if (found_readasarrays) then + write (this%iout, fmtreadasarrays) + end if + + ! close logging block + write (this%iout, '(1x,a)') & + 'END OF '//trim(adjustl(this%text))//' OPTIONS' + end subroutine log_evp_options + + !> @brief Source the dimensions for this package + !< + subroutine evp_source_dimensions(this) + ! dummy + class(SwfEvpType), intent(inout) :: this + + if (this%read_as_arrays) then + + ! Set maxbound to the number of cells per layer, which is simply + ! nrow * ncol for a dis2d grid, and nodesuser for disv2d and disv1d + this%maxbound = this%dis%get_ncpl() + + ! verify dimensions were set + if (this%maxbound <= 0) then + write (errmsg, '(a)') & + 'MAXBOUND must be an integer greater than zero.' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end if + + else + + ! source maxbound + call this%BndExtType%source_dimensions() + + end if + + ! Call define_listlabel to construct the list label that is written + ! when PRINT_INPUT option is used. + call this%define_listlabel() + end subroutine evp_source_dimensions + + !> @brief Part of allocate and read + !< + subroutine evp_read_initial_attr(this) + ! dummy + class(SwfEvpType), intent(inout) :: this + + if (this%read_as_arrays) then + call this%default_nodelist() + end if + end subroutine evp_read_initial_attr + + !> @brief Read and Prepare + !! + !! Read itmp and read new boundaries if itmp > 0 + !< + subroutine evp_rp(this) + ! modules + use TdisModule, only: kper + implicit none + ! dummy + class(SwfEvpType), intent(inout) :: this + + if (this%iper /= kper) return + + if (this%read_as_arrays) then + ! no need to do anything because this%evaporation points directly to + ! the input context evaporation, which is automatically updated by idm + else + call this%BndExtType%bnd_rp() + end if + + ! Write the list to iout if requested + if (this%iprpak /= 0) then + call this%write_list() + end if + end subroutine evp_rp + + !> @brief Ensure evaporation is positive + !< + subroutine evp_ck(this) + ! dummy + class(SwfEvpType), intent(inout) :: this + ! local + character(len=30) :: nodestr + integer(I4B) :: i, nr + character(len=*), parameter :: fmterr = & + &"('Specified stress ',i0, & + &' evaporation (',g0,') is less than zero for cell', a)" + + ! Ensure evaporation rates are positive + do i = 1, this%nbound + nr = this%nodelist(i) + if (nr <= 0) cycle + if (this%evaporation(i) < DZERO) then + call this%dis%noder_to_string(nr, nodestr) + write (errmsg, fmt=fmterr) i, this%evaporation(i), trim(nodestr) + call store_error(errmsg) + end if + end do + + ! write summary of package error messages + if (count_errors() > 0) then + call store_error_filename(this%input_fname) + end if + end subroutine evp_ck + + !> @brief Formulate the HCOF and RHS terms + !! + !! Skip if no evaporation. Otherwise, calculate hcof and rhs + !< + subroutine evp_cf(this) + ! dummy + class(SwfEvpType) :: this + ! local + integer(I4B) :: i + integer(I4B) :: node + integer(I4B) :: inwt + real(DP) :: q + real(DP) :: qeps + real(DP) :: eps + real(DP) :: derv + real(DP) :: evap + real(DP) :: rlen + real(DP), dimension(:), pointer :: reach_length + + ! Return if no evaporation + if (this%nbound == 0) return + + ! Set pointer to reach_length for 1d + reach_length => this%reach_length_pointer() + rlen = DZERO + + ! Calculate hcof and rhs for each evaporation entry + do i = 1, this%nbound + + ! Find the node number + node = this%nodelist(i) + + ! cycle if nonexistent bound + if (node <= 0) then + this%hcof(i) = DZERO + this%rhs(i) = DZERO + cycle + end if + + ! cycle if dry or constant head + if (this%ibound(node) <= 0) then + this%hcof(i) = DZERO + this%rhs(i) = DZERO + cycle + end if + + ! Initialize hcof + this%hcof(i) = DZERO + + ! assign evap rate in length per time and multiply by auxvar + evap = this%evaporation(i) + if (this%iauxmultcol > 0) then + evap = evap * this%auxvar(this%iauxmultcol, i) + end if + + ! get reach length for 1d channel + if (this%dis%is_1d()) then + rlen = reach_length(node) + end if + + ! Calculate volumetric evaporation flow in L^3/Td and add to rhs + q = -this%get_qevp(node, rlen, this%xnew(node), this%xold(node), evap) + this%rhs(i) = -q + + ! Code for adding newton terms + inwt = 1 + if (inwt == 1) then + + ! calculate perturbed q + eps = get_perturbation(this%xnew(node)) + qeps = -this%get_qevp(node, rlen, this%xnew(node) + eps, & + this%xold(node), evap) + + ! calculate derivative + derv = (qeps - q) / eps + + ! add derivative to hcof and update rhs with derivate contribution + this%hcof(i) = derv + this%rhs(i) = this%rhs(i) + derv * this%xnew(node) + end if + + end do + end subroutine evp_cf + + !> @brief Calculate qevp + !! + !! Calculate qevp for both channel and overland flow grids. + !! Approximate the average water surface width of the channel + !! as wavg = delta A over delta h, and then multiply wavg + !! by reach length to come up with surface water area for the + !! channel. Reduce evaporation when depths are small and shut + !! it off when there is no water in the cell. + !< + function get_qevp(this, node, rlen, snew, sold, evaporation) result(qevp) + ! dummy + class(SwfEvpType) :: this !< this instance + integer(I4B), intent(in) :: node !< reduced node number + real(DP), intent(in) :: rlen !< length of reach + real(DP), intent(in) :: snew !< current stage in reach + real(DP), intent(in) :: sold !< previous stage in reach + real(DP), intent(in) :: evaporation !< evaporation rate in length per time + ! return + real(DP) :: qevp + ! local + integer(I4B) :: idcxs + real(DP) :: depth + real(DP) :: bt + real(DP) :: area + real(DP) :: anew + real(DP) :: aold + real(DP) :: denom + real(DP) :: wavg + real(DP) :: width_channel + real(DP) :: dummy + real(DP) :: qmult + + ! calculate depth of water + bt = this%dis%bot(node) + + ! Determine the water surface area + if (this%dis%is_2d()) then + ! overland flow case + area = this%dis%get_area(node) + else if (this%dis%is_1d()) then + ! channel case + idcxs = this%dfw%idcxs(node) + call this%dis%get_flow_width(node, node, 0, width_channel, dummy) + + depth = snew - bt + anew = this%cxs%get_area(idcxs, width_channel, depth) + depth = sold - bt + aold = this%cxs%get_area(idcxs, width_channel, depth) + wavg = this%cxs%get_wetted_top_width(idcxs, width_channel, depth) + denom = snew - sold + if (abs(denom) > DPREC) then + wavg = (anew - aold) / (snew - sold) + end if + area = rlen * wavg + + end if + + ! Reduce the evap rate as cell goes dry + qmult = this%get_evap_reduce_mult(snew, bt) + + ! calculate volumetric evaporation flow in L^3/T + qevp = evaporation * area * qmult + + end function get_qevp + + !> @brief Calculate multiplier to reduce evap as depth goes to zero + !< + function get_evap_reduce_mult(this, stage, bottom) result(qmult) + ! dummy + class(SwfEvpType) :: this + real(DP), intent(in) :: stage + real(DP), intent(in) :: bottom + ! return + real(DP) :: qmult + ! local + real(DP) :: tp + + qmult = DONE + if (this%iflowred == 1) then + tp = bottom + this%reduction_depth + qmult = sQSaturation(tp, bottom, stage) + end if + + end function get_evap_reduce_mult + + !> @brief Copy rhs and hcof into solution rhs and amat + !< + subroutine evp_fc(this, rhs, ia, idxglo, matrix_sln) + ! dummy + class(SwfEvpType) :: this + real(DP), dimension(:), intent(inout) :: rhs + integer(I4B), dimension(:), intent(in) :: ia + integer(I4B), dimension(:), intent(in) :: idxglo + class(MatrixBaseType), pointer :: matrix_sln + ! local + integer(I4B) :: i, n, ipos + + ! Copy package rhs and hcof into solution rhs and amat + do i = 1, this%nbound + n = this%nodelist(i) + if (n <= 0) cycle + rhs(n) = rhs(n) + this%rhs(i) + ipos = ia(n) + call matrix_sln%add_value_pos(idxglo(ipos), this%hcof(i)) + end do + end subroutine evp_fc + + !> @brief Deallocate memory + !< + subroutine evp_da(this) + ! modules + ! dummy + class(SwfEvpType) :: this + + ! Deallocate parent package + call this%BndExtType%bnd_da() + + ! scalars + call mem_deallocate(this%iflowred) + call mem_deallocate(this%reduction_depth) + deallocate (this%read_as_arrays) + + ! arrays + call mem_deallocate(this%evaporation, 'EVAPORATION', this%memoryPath) + + ! pointers + nullify (this%dis) + nullify (this%dfw) + nullify (this%cxs) + end subroutine evp_da + + !> @brief Define the list heading that is written to iout when PRINT_INPUT + !! option is used. + !< + subroutine evp_define_listlabel(this) + ! dummy + class(SwfEvpType), intent(inout) :: this + ! + ! create the header list label + this%listlabel = trim(this%filtyp)//' NO.' + if (this%dis%ndim == 3) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'ROW' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'COL' + elseif (this%dis%ndim == 2) then + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'LAYER' + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'CELL2D' + else + write (this%listlabel, '(a, a7)') trim(this%listlabel), 'NODE' + end if + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'EVAPORATION' +! if(this%multindex > 0) & +! write(this%listlabel, '(a, a16)') trim(this%listlabel), 'MULTIPLIER' + if (this%inamedbound == 1) then + write (this%listlabel, '(a, a16)') trim(this%listlabel), 'BOUNDARY NAME' + end if + end subroutine evp_define_listlabel + + !> @brief Assign default nodelist when READASARRAYS is specified. + !< + subroutine default_nodelist(this) + ! dummy + class(SwfEvpType) :: this + ! local + integer(I4B) :: nodeu, noder + + ! This is only called for readasarrays, so nodelist will be the size of + ! the user grid, and will have a value of 0 for any entries where idomain + ! is not 1 + do nodeu = 1, this%maxbound + noder = this%dis%get_nodenumber(nodeu, 0) + this%nodelist(nodeu) = noder + end do + + ! Assign nbound + this%nbound = this%maxbound + + end subroutine default_nodelist + + ! Procedures related to observations + + !> @brief + !! + !! Overrides BndType%bnd_obs_supported() + !< + logical function evp_obs_supported(this) + implicit none + ! dummy + class(SwfEvpType) :: this + evp_obs_supported = .true. + end function evp_obs_supported + + !> @brief Implements bnd_df_obs + !! + !! Store observation type supported by EVP package. Overrides + !! BndType%bnd_df_obs + !< + subroutine evp_df_obs(this) + implicit none + ! dummy + class(SwfEvpType) :: this + ! local + integer(I4B) :: indx + + call this%obs%StoreObsType('evp', .true., indx) + this%obs%obsData(indx)%ProcessIdPtr => DefaultObsIdProcessor + end subroutine evp_df_obs + + !> @brief Return requested boundary value + !< + function evp_bound_value(this, col, row) result(bndval) + ! modules + use ConstantsModule, only: DZERO + ! dummy + class(SwfEvpType), intent(inout) :: this !< BndExtType object + integer(I4B), intent(in) :: col + integer(I4B), intent(in) :: row + ! result + real(DP) :: bndval + + select case (col) + case (1) + if (this%iauxmultcol > 0) then + bndval = this%evaporation(row) * this%auxvar(this%iauxmultcol, row) + else + bndval = this%evaporation(row) + end if + case default + errmsg = 'Programming error. EVP bound value requested column '& + &'outside range of ncolbnd (1).' + call store_error(errmsg) + call store_error_filename(this%input_fname) + end select + end function evp_bound_value + + function reach_length_pointer(this) result(ptr) + ! dummy + class(SwfEvpType) :: this !< this instance + ! return + real(DP), dimension(:), pointer :: ptr + ! local + class(DisBaseType), pointer :: dis + + ptr => null() + dis => this%dis + select type (dis) + type is (Disv1dType) + ptr => dis%length + end select + + end function reach_length_pointer + +end module SwfEvpModule + diff --git a/src/Model/SurfaceWaterFlow/swf-pcp.f90 b/src/Model/SurfaceWaterFlow/swf-pcp.f90 index 28c85938b96..5b37a6406c0 100644 --- a/src/Model/SurfaceWaterFlow/swf-pcp.f90 +++ b/src/Model/SurfaceWaterFlow/swf-pcp.f90 @@ -311,6 +311,7 @@ subroutine pcp_cf(this) real(DP) :: area real(DP) :: width_channel real(DP) :: top_width + real(DP) :: dummy real(DP), dimension(:), pointer :: reach_length ! Return if no precipitation @@ -342,6 +343,8 @@ subroutine pcp_cf(this) else if (this%dis%is_1d()) then ! this is for channel case idcxs = this%dfw%idcxs(node) + call this%dis%get_flow_width(node, node, 0, width_channel, & + dummy) top_width = this%cxs%get_maximum_top_width(idcxs, width_channel) area = reach_length(node) * top_width end if diff --git a/src/Model/SurfaceWaterFlow/swf.f90 b/src/Model/SurfaceWaterFlow/swf.f90 index 70223ee3f4e..ea7c741e733 100644 --- a/src/Model/SurfaceWaterFlow/swf.f90 +++ b/src/Model/SurfaceWaterFlow/swf.f90 @@ -837,6 +837,7 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & use SwfCdbModule, only: cdb_create use SwfZdgModule, only: zdg_create use SwfPcpModule, only: pcp_create + use SwfEvpModule, only: evp_create ! dummy class(SwfModelType) :: this character(len=*), intent(in) :: filtyp @@ -871,6 +872,9 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & case ('PCP6') call pcp_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & pakname, mempath, this%dis, this%dfw, this%cxs) + case ('EVP6') + call evp_create(packobj, ipakid, ipaknum, inunit, iout, this%name, & + pakname, mempath, this%dis, this%dfw, this%cxs) case default write (errmsg, *) 'Invalid package type: ', filtyp call store_error(errmsg) @@ -1075,7 +1079,7 @@ subroutine create_packages(this) this%inoc = inunit case ('OBS6') this%inobs = inunit - case ('CHD6', 'FLW6', 'CDB6', 'ZDG6', 'PCP6') + case ('CHD6', 'FLW6', 'CDB6', 'ZDG6', 'PCP6', 'EVP6') call expandarray(bndpkgs) bndpkgs(size(bndpkgs)) = n case default diff --git a/src/meson.build b/src/meson.build index ff840c7d8fc..beb5a53dd0f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -90,6 +90,7 @@ modflow_sources = files( 'Idm' / 'swf-flwidm.f90', 'Idm' / 'swf-chdidm.f90', 'Idm' / 'swf-cdbidm.f90', + 'Idm' / 'swf-evpidm.f90', 'Idm' / 'swf-pcpidm.f90', 'Idm' / 'swf-stoidm.f90', 'Idm' / 'swf-zdgidm.f90', @@ -103,6 +104,7 @@ modflow_sources = files( 'Idm' / 'chf-flwidm.f90', 'Idm' / 'chf-chdidm.f90', 'Idm' / 'chf-cdbidm.f90', + 'Idm' / 'chf-evpidm.f90', 'Idm' / 'chf-pcpidm.f90', 'Idm' / 'chf-stoidm.f90', 'Idm' / 'chf-zdgidm.f90', @@ -116,6 +118,7 @@ modflow_sources = files( 'Idm' / 'olf-flwidm.f90', 'Idm' / 'olf-chdidm.f90', 'Idm' / 'olf-cdbidm.f90', + 'Idm' / 'olf-evpidm.f90', 'Idm' / 'olf-pcpidm.f90', 'Idm' / 'olf-stoidm.f90', 'Idm' / 'olf-zdgidm.f90', @@ -217,6 +220,7 @@ modflow_sources = files( 'Model' / 'SurfaceWaterFlow' / 'swf-obs.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-oc.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-flw.f90', + 'Model' / 'SurfaceWaterFlow' / 'swf-evp.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-pcp.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-sto.f90', 'Model' / 'SurfaceWaterFlow' / 'swf-cdb.f90', diff --git a/utils/idmloader/dfns.txt b/utils/idmloader/dfns.txt index de3f3604364..6a35fec43c2 100644 --- a/utils/idmloader/dfns.txt +++ b/utils/idmloader/dfns.txt @@ -54,6 +54,7 @@ swf-cdb.dfn swf-chd.dfn swf-flw.dfn swf-pcp.dfn +swf-evp.dfn swf-sto.dfn swf-zdg.dfn @@ -67,6 +68,7 @@ chf-cdb.dfn chf-chd.dfn chf-flw.dfn chf-pcp.dfn +chf-evp.dfn chf-sto.dfn chf-zdg.dfn @@ -80,6 +82,7 @@ olf-cdb.dfn olf-chd.dfn olf-flw.dfn olf-pcp.dfn +olf-evp.dfn olf-sto.dfn olf-zdg.dfn From 8c104d36f49c98f087147af28ea251c72f6e432e Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 30 Jan 2025 17:53:40 -0500 Subject: [PATCH 44/70] fix(prt): record user tracking times for stationary particles (#2177) Fix #2172 and other problems affecting tracking events, in context of the DRY_TRACKING_METHOD STAY option and more generally. 1. User-selected times were not reported for stationary particles (the reported issue). 2. Particles stationary in the final time step did not record a time step ending event. 3. Particles stationary above the water table in partially saturated cells did not record a time step end event. 4. Particles stationary above the water table in partially saturated cells in the final time step did not record a termination event. 5. Particles still active at the end of the simulation did not record a termination event. 1-4 are only relevant/possible with newton on. --- .../test_prt_dry/test_mf6model[0-prtdry].npy | Bin 18304 -> 944 bytes .../test_mf6model[2-prtdry_drop].npy | Bin 26704 -> 26816 bytes .../test_mf6model[4-prtdry_stay].npy | Bin 14160 -> 28272 bytes autotest/test_prt_dry.py | 50 ++- doc/ReleaseNotes/develop.tex | 1 + src/Model/ModelUtilities/TrackFile.f90 | 3 +- src/Model/ParticleTracking/prt-prp.f90 | 14 +- src/Model/ParticleTracking/prt.f90 | 327 +++++++++--------- src/Solution/ParticleTracker/Method.f90 | 77 ++++- .../ParticleTracker/MethodCellPassToBot.f90 | 21 +- .../ParticleTracker/MethodCellPollock.f90 | 2 +- .../ParticleTracker/MethodCellPollockQuad.f90 | 2 +- .../ParticleTracker/MethodCellTernary.f90 | 2 +- src/Solution/ParticleTracker/Particle.f90 | 80 ++--- 14 files changed, 342 insertions(+), 237 deletions(-) diff --git a/autotest/__snapshots__/test_prt_dry/test_mf6model[0-prtdry].npy b/autotest/__snapshots__/test_prt_dry/test_mf6model[0-prtdry].npy index 5e8e184fe3129d7a79a9cb89877a64a40bc98455..7a4f24e0652517a8fc8c9f443908c1aef404c9e2 100644 GIT binary patch delta 28 jcmZqZXWYQPL6wosR7X=sp?0z%qu*o)Mz+oMjD}1AarOsF literal 18304 zcmciK%Wl&^7>417Gv$0fqwHLyEMQZi!XhhnpbEqSAp{n2Mb(f*c0f>s#67U#^0)vl z0;}neo#$tw%-^+L5d$;ws_0HPtZP~GS_}Yo$ox?U!HU4j%H*w3S@^!ojUo_l|6-)JoI&FQ#7guWRd3d7+-l3-wf9+Q#85p2`dLR9>j3@^U<|7wW0JP*3HBdMYo} zQ+cu9r`YE;jb5Mc6|Y~Yr}9EQl^5!%yiiZ&Z!b(3hae?DlgPid7+-l3-wf9P6zfvJ(U;gsk~56<%N1GFJ}UKp`OYM z^;BM{r}9EQm6x-Dy--i(g?cJ4)Kht(p32L)z+R}Q@WUZ|(?av`u6>Z!a?PvwPrDlgPidAS(a3-wf9sHgHmJ(U;gsk~eY?1g$NFVs_c zp`OYM^;BLi2lhfel^5!%yiiZ&g?cJ4R|0#Xp2`dLR9>j3@Z!a?Pvzx$U@z2Dd7+-l3-wf9sHgIBBd{0hsk~56<%N1G zFVs_cxf$3C^;BM{r}9EQl^5!%yxa=xg?cJ4)Kht(p2`dLR90(+sJ$_w>WUZ|(?LOqq2yMet>PvwPrDlgPid7)n0Uflhnzaz2vf|d9GXQ=D7 c?WL~gp7&bc+~32x*Ry@Iv28DPy|%sl1%eQ&O8@`> diff --git a/autotest/__snapshots__/test_prt_dry/test_mf6model[2-prtdry_drop].npy b/autotest/__snapshots__/test_prt_dry/test_mf6model[2-prtdry_drop].npy index de1b2802bb482a8bce17d766f5b01f32591d78c0..b2dbc3f7e0f363ccad223eea9e71171e9096cb54 100644 GIT binary patch delta 43 zcmca`f$_ja#trI>Y-T!|ItsOu4H^9=J20|ru4lZMHn}0$f{|;oqpA30gA4@#MN$pl delta 29 lcmX?bk@3O>#trI>Y^FMzItsOu4H^9=J20|ru4lZM1^}A#3Az9P diff --git a/autotest/__snapshots__/test_prt_dry/test_mf6model[4-prtdry_stay].npy b/autotest/__snapshots__/test_prt_dry/test_mf6model[4-prtdry_stay].npy index 5a921e5f6f30448d3e8ba37466e6c13a9f0cecb5..bb0c0fdcfccd1271af56983da203248db38f211d 100644 GIT binary patch literal 28272 zcmcheZH%2o6~}MOi&&7iuDn^wO2I9qtf5_?-4=GbEG=zmyRY3AX=HJCp|Etfy9KeiaHIW$nAeb1n#u$m!L}MClB7u-d0!HLRL7U2pSf!{CqKSqN&Ym;>?wz@Fo|$v| ztoK8wGtYD9_nb5TGjnF{vrla8+tRsnUgg1g`1bO5x-$uC2%@b2s})Sh8qiihhSrxMtw;GN<+3hfE&KF`%)-|L-*S~BcQ z@v`hw@J@A)8rl=q-EDp`eZ8Rug+5cfV*B*G)7%q>_JnocFjq6i(Ek+nrFez*MR>R$ z&zmY?2kyi7(f;_e|5|#-xF6pS%kVn-#eKMr_9(9^{%}9OAC}s9i1Mo9 zA;r_`)92OdGsV;D#p4y|CB=oGF;1xCduZ=IxcIT-T?-A>3-p5Tp&yiCJNgZ;qdm%t z=q2nI{b}_Qng&uRt%M-{8-%#5kcH&x!V{?wC>NB1828y+}Ot zhyKwo>bQ>fC@-QHi5Iq`UllK+m#|;-r`3yZpR5;&r`3zcE6_`52kZ;Wlt16?nwelO zH*{ZtUL+p$0B&8ph+ZUK=;yk45xq#fuwBQK^%C|A|7rE&jbDLY!hXRE%anc3&7?2w zOAXyupcjd!)k~BY(Tl{>>LtpH=tbg%Klak5{0VkCvntyO}AYFHv4ZFA`6y z7oR8VMdE4o;_(XfvY;fr(Ek0ro058wcv`(gc@e!xJgr`$yog>To>nhDPu7dX)9S_J z73k&6lJqi6pLI#SNIb1xqP&P+B%W3;QC>tZ5>KlapC{`@;%W8b@e1^ER!Mr{ZaR{B zk$76YM0pXtNIb1xqP&P+B%W3;K2O$*#MA1<;}z)TV|?R@-<`vKH0tiQ6Zc_!(a!nO zdPDVs{j|hGe<#I@=tbgb^%Au&q8Ev$)r-%Q^&;`KdhvJ#dO6z-IL1jTp$lBc_@bT8 zv*vFyR4>qr#6y4RAN`_^>u8ViB6^W{TD?Sh5xqz}tzLYdtQU!=)r-d~(91b)05C36 ziE+a9aQvQn(taM^V(7jCy+}OthyLs0Mf4)^w0eo!7txEv)9S_N$$F7^TD^F@0==B; z1_t9Km8tQg^TGY@{h9*3NIb1xqP&P+B%W3;QC>tZ5>KlapC{`@;%W8b@e1^EUP*eP z_3u!(q3#OwBJs3(iSiAYFHv4ZFA`6ymnbiy7m26Ui_eqwBJs3(@puJ#Sy+-@R?d8$=uhfJ;%W5~-MBx>gB3Qf6`w8eCb?6E0 zo_%%1dy0qa;Bo2VuYmV)_XRw+RH9#85AC~b<_D`iyA0h|knc)7^oRcI;zi<5;-%sN z&x7ZP+82ojiI>u6F;CW~#DgB{@@IiwE^rP(zfuXm;d*EvrMq|EX=ojsSi|L#ZbNyu z{reT%FY$04{pa%NKIk)|7m26U3+(fF5xqz}tzLYdtQU!=)r-d~(94BxU@%TnnHoRJ zuiNi3^d9KdYYhE9eqFbrzf<`8tX?EuN-uaWJO{=5F9x{(bKKv@ReHHzrO$eKcpmUz z-`<&p;-{^K&bK!98v32?c-p>{K12H&4s3X1>d*kk-OrqTrjvOY_N91|eH7nE))=z$ zy={ip#SHsW@etaF@niqC@Vv6t=_SLy6i>2`#_hEghR&OMy0gbG6@Q_97(cRadL57B zLdVOnFU6DWqj)=~-O&5{XLQ$$-$hQ)cwVW5?r}Zj@%wdyW=5tB&8>#)o$O}a{9`sA zBp&)h{~<4IC(hY}hVNT#_RRp7x$~GRf0o4~&Z>E)9h=GK}29PX;o%f!+oQ~V7M8Lqqc zGOb={z4+&B{LM9w=C!K%vtC~4Ps+=_I?VIR)D4FH+QaKZ1`qwgukah{xQ=%4X#em* z3&-J(?aZ&5&m{Y_^9y*qzTaplU;EK!j>D??MdE4W4?Oy_*i~2Z`uI@E`n!I!d&Y9^V<}{#QAFPH*S9sEUWOc>KP`-EQ1k z*uJl9=W?!iZ$dB491lJHY~NpJ=g)fWgTLWVj34P^S{H+CRTE?8fgVj=MdZxh#Pv`IG!R-Nx(s&_>ov1}`;#M*V5y zfq0cGI1hclCp#XrJj4U-BMvNa+}`YXsEcRgf%gxWFwgEEC|}EnhZIj5Kbp@DU(D;n z&c5t;NUcZF@w4$j<2SvY!+olP*7XA9L*ff!eKJNViq%(OmN=f2!Ia)yoV0N%_mK?sMmLSM#`i zyRYW_MdG2qTz`^Y-rmjog(FSu&u99%tXdz+;?cR;$i3XZozE!0e!rjhxo^*|NA>bx zKk35$1AkJ!aaHZE^}-?NarFMdP(slf6_T!!+f^y=l$7w zNzI?3KcN@)r^_Q2bY<%$#gpu#bAn@=c>Q~_vqmqA_f6}`C0@l9<&L<{z z@cdmhpOwX-T_=g$-mcCrpC73dc89okQphyHT?NxuVpafIiS z#p|3t*JtZf%j5l*iwFCA2gSi}Z{hhRL!T*L=x6AYexJIu-R0RGyiR2BQuAl%XXumi zqbKLFKW#oi^LU0nwLIvB=9#Gv+h`s9(8XVdKEVt9meOavJoFp-4Rw@=2k4XPb{|dS zIo6r2Pc0Anq;b6VHXc9wdn&bO=q1Gq{S1Bb`NS6Hyt%DLpO-p^z&}z6zlGP)PV3%f zqik2DflI4T;{RoKKAUSE#bZ_eQWlTmVg4BFige3FC_S2mU-+9{R(0 zpqV7Ks+zXls|Ew`+9}eyY{`@f2D)h zqvh>A_%qZW^oBCLPS0)s z!F7~qr*-b$2}5;zUPtx$ZF9z>bIw;M*pFvzU~c6m-bdK;&+z&2yePx#umjgoqMdZ# z_JHGTWPQHe%J$6xk92wFgKq!e{;s*Q`owu_`22WYl;L&Qf$J#IPUH3a2iZQGFHyby z2A;p|`9#+2mrb$%ZtY^O zJ?Eu;^;_lh$e!*g=1jYD^5$!Jou309&6kVzG0(m?LHcQ4%KOhZ%D0ck@9BMfp7iS; z=TCPI^LqI_(*Fz2KKq_2@s}*&@%&TyJeprNJi>O_-vRh{okbjnN6P2X`uCkjcpuj3 z&OPlug3hsDE1yT_o=-db?710n-Z-E6c7GejGvXIzc)j92xQ-I-v_Aag5uP`{x80o= zoX7rE@WOQ*oUom^z27LEhdcxJ!@iT{pcH|SZk8gAHnO&D?-m&>0o)6y( zODzxi1o7>BM)C2%rtEw|%R@dvI^FEv8?3l${eRe1gi`-Fw$IpQm|y4tU5Xi1%OcR%hoE zTKkYskU#BuMDa2IIv&T2d_v1ZK0))#x3J#2{5m6_(DIN^kXIkL?^={Yj;2`vx# z1o_jRL-M)umD%}(mWO^ZbA3ulF8&yyrYzxF0y2bMJG1 z_xFE0zjN+=u_jzyyEesnDrIYCdnEQ)G_xRmeOBhC-bgevCq1*UGe0vsCtVK2`g=VC zolmrPc?Wu<+7;2>e(x1sZCktp13ldl??|k_t^diGcPtudi}iGS#`>d?E;))Hcc^Cs z8uvES54ZsSrY+x>ufKr@Jni{n>L!85_v8EXZS_8n zds@b8trs+Iz|Rkl&wFqjjh_YHG<74LkKXsFQB+K6+nW z=4}Qa5Hw&BpMH4P=Vy;MLp`z1NAG)ysh$vm{9&cA+tmj>q-FQHNwvl=^t9h|?)boh7K={M96g_s>`H zZd2FmbxQB^eG`pel(W%DOPe5n4gFVKcVNNL*%z7x{qB2nJe>#Eah|XEIVOt7ILwFd z%YANn{H{2$*A~N$GnJlq8qjyu>qPdn#Ur;Z69V|lMckaB{IEDD(_zR}uYm=YI zUP1~l7je>~^3PSTgW^a2OQ{!qRKT)<%k|7vuYUB_f z>@SCoG|aP4H)B3>)$5?}sE&QN4)^akRgAnauV4-zTYiqM zafe-6ESAQP_f$O-wcu+|&usBXr`#kECodHWJVy=U#h{+q;=L|sz0qkEs-6`AZ?F=0 z2KCGqkK(_-Lh)LGwzU#`4eE<69_g^VL&*1ciWP1J)(?|_M|JsTRi96*d1QPaXoE zoZ$C=0kB)q}G3O{cftyZ1Gs1fnP4_%4c=P`pg!O^%?LoV8^fOjrEx= z9_usWd32EgZiBHtv&Cb5hV{`r;IZB{s4up7tk1wJ4S9YvjJjq}Uu^MMpFt1K1V5>- zNpBnEyDc8;Gn$t=9NoZ$C)@Q&k6@>p|$XK7*;;}vhzcSRbXBD1-KC{L1=(FK60o;(W zKC{JReFl402;w_CWUS9@@mQaMS0(159ks^#%odOJ8P@Mru%}!pt>Zc_IAivS+e* zIzO6ccXXhhtSJYt&kJBzm!3$3=Vwpdf6Nd2JZj%g?ibL!YrxMBFA+b|p*3~LzxUUS z<9B;N{-gP5&PMR5UkyLX_l^`lE_)`6r}M-7-if@syc)RwEJJ-U!1J@G?my;7=923$ z%Kx`2jQRQDCE`c%F|8i+yWDT0`sw0#M?n6g``*&2{8pjXnd9x5ES}Df^6#Tf;4`lh zdhk*n^3i~wpFMT|F+bE%^&OF8ZcjhFMEq!8KU5E0eX496zxe_Ak91N&7yKvd3hAfK zdC(Oudj^F^dA+X-`%A~Q_a3hIjmhHa_M~;@fo`==Pz^hNxde7K!1ME;9xrT9(o171 zUgW$){xqwV z%)xr|gg-yq_+_1yP_8;L&Ji?XxB2-5W{O5<4 z$bX~bs%<@O1wXzptZ+$KiU!=g3054?O12&o5r|`H1~T>*;S* ze9HAL<)eZBZ1LECRA(ZM@T1i8G#?t+(-x2YN4WeQ*xmWS4FE5Z|7e~0MI-9yw)?O6 zPv3uFe{idxr{|V`_&m2fPX4>B@NAr0%K z(ctlD{r91=r;JbR)8DG>8ay7&Lx&Zfe9uAq2N$MeoqHsCJkCqDH`_B29@U!<{PFm{ zx}UhuE#q-MP!H8do*BmZV2j7`NqVeVy@zwsjPoH89*-x=2OW>|;eW)M&rbjV diff --git a/autotest/test_prt_dry.py b/autotest/test_prt_dry.py index d68af937af1..edadf697fcc 100644 --- a/autotest/test_prt_dry.py +++ b/autotest/test_prt_dry.py @@ -70,6 +70,17 @@ for i in range(nper): period_data.append((perlen[i], nstp[i], tsmult[i])) +user_time = 100.0 + +# particles are released in layer 0 +offsets = [ + (-1, 0, 0), + (-1, -1, 0), + (-1, 1, 0), + (-1, 0, -1), + (-1, 0, 1), +] + def build_gwf_sim(name, gwf_ws, mf6, newton=False): sim = flopy.mf6.MFSimulation( @@ -267,15 +278,6 @@ def build_prt_sim(name, gwf, prt_ws, mf6, drape=False, dry_tracking_method=False flopy.mf6.ModflowPrtmip(prt, porosity=porosity, pname="mip") - # particles are released in layer 0 - offsets = [ - (-1, 0, 0), - (-1, -1, 0), - (-1, 1, 0), - (-1, 0, -1), - (-1, 0, 1), - ] - lay = 1 row, col = (int(nrow / 4), int(ncol / 4)) prp_cells = [(lay + k, row + i, col + j) for k, i, j in offsets] @@ -319,6 +321,8 @@ def build_prt_sim(name, gwf, prt_ws, mf6, drape=False, dry_tracking_method=False trackcsv_filerecord=[trackcsvfile], saverecord=[("BUDGET", "ALL")], pname="oc", + ntracktimes=1 if "stay" in name else 0, + tracktimes=[(user_time,)] if "stay" in name else None, ) rel_prt_folder = os.path.relpath(gwf_ws, start=prt_ws) @@ -368,11 +372,31 @@ def check_output(idx, test, snapshot): strtpts = pls[pls.ireason == 0] # compare to expected results - decimals = 1 if "drop" in name else 2 - actual = pls.drop(["name", "icell"], axis=1).round(decimals).reset_index(drop=True) - # ignore particle 4, it terminates early with optimization=2 when built with ifort - if "drop" in name: + places = 1 if "drop" in name else 2 + actual = pls.drop(["name", "icell"], axis=1).round(places).reset_index(drop=True) + nparts = len(offsets) # number of particles + + if "drape" in name: + assert len(actual[actual.ireason == 0]) == nparts # release + elif "drop" in name: + # ignore particle 4, it terminates early when + # mf6 is built with optimization=2 with ifort actual = actual.drop(actual[actual.irpt == 4].index) + nparts -= 1 + assert len(actual[actual.ireason == 0]) == nparts # release + elif "stop" in name: + assert len(actual[actual.ireason == 0]) == nparts # release + elif "stay" in name: + assert len(actual[actual.ireason == 0]) == nparts # release + assert len(actual[actual.t == user_time]) == nparts # user time + else: + # immediate termination, permanently unreleased + assert len(actual) == nparts + + # in all cases, all particles should have a termination event + assert len(actual[actual.ireason == 3]) == nparts + + # snapshot comparison assert snapshot == actual.to_records(index=False) plot_pathlines = False diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index ca398879d04..c268269bc48 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -24,6 +24,7 @@ \item GWT, GWE and PRT FMI Packages can now read a GWF Model's binary grid file via a new GWFGRID entry. This allows FMI Packages to perform the same grid equivalence checks as exchanges, which guarantees identical error-checking behavior whether a GWT, GWE or PRT Model is coupled to a GWF Model or running as a post-processor. The GWFGRID file entry is optional but recommended. A future version may make the GWFGRID entry mandatory. \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. + \item The PRT Model did not previously report all expected tracking events. In particular, time step end and termination events could go unreported with the DRY\_TRACKING\_METHOD options DROP and STAY (only relevant for Newton formulation models), and termination events were not always reported at the end of the simulation. Reporting has been corrected for the cases identified. \item A profiling module is added for more enhanced performance diagnostics of the program. It can be activated through the PROFILE\_OPTION in the simulation name file. \end{itemize} diff --git a/src/Model/ModelUtilities/TrackFile.f90 b/src/Model/ModelUtilities/TrackFile.f90 index a09be74b7a8..e6bbcda56a9 100644 --- a/src/Model/ModelUtilities/TrackFile.f90 +++ b/src/Model/ModelUtilities/TrackFile.f90 @@ -47,12 +47,13 @@ module TrackFileModule !! 1: active !! 2: terminated at boundary face !! 3: terminated in weak sink cell - !! 4: terminated in weak source cell** + !! 4: terminated in weak source cell !! 5: terminated in cell with no exit face !! 6: terminated in cell with specified zone number !! 7: terminated in inactive cell !! 8: permanently unreleased*** !! 9: terminated in subcell with no exit face***** + !! 10: terminated upon simulation's end !! !! PRT shares the same status enumeration as MODPATH 7. However, some !! don't apply to PRT; for instance, MODPATH 7 distinguishes forwards diff --git a/src/Model/ParticleTracking/prt-prp.f90 b/src/Model/ParticleTracking/prt-prp.f90 index a3e657bb02a..ae3c154a83e 100644 --- a/src/Model/ParticleTracking/prt-prp.f90 +++ b/src/Model/ParticleTracking/prt-prp.f90 @@ -436,17 +436,11 @@ subroutine release(this, ip, trelease) type(ParticleType), pointer :: particle call this%initialize_particle(particle, ip, trelease) - - ! Increment cumulative particle count np = this%nparticles + 1 this%nparticles = np - - ! Save the particle to the store - call this%particles%save_particle(particle, np) + call this%particles%put(particle, np) deallocate (particle) - - ! Accumulate mass for release point - this%rptm(ip) = this%rptm(ip) + DONE + this%rptm(ip) = this%rptm(ip) + DONE ! TODO configurable mass end subroutine release @@ -486,7 +480,6 @@ subroutine initialize_particle(this, particle, ip, trelease) end select particle%ilay = ilay particle%izone = this%rptzone(ic) - particle%istatus = 0 ! If the cell is inactive, either drape the particle ! to the top-most active cell beneath it if drape is @@ -495,8 +488,9 @@ subroutine initialize_particle(this, particle, ip, trelease) ic_old = ic if (this%idrape > 0) then call this%dis%highest_active(ic, this%ibound) - if (ic == ic_old .or. this%ibound(ic) == 0) & + if (ic == ic_old .or. this%ibound(ic) == 0) then particle%istatus = 8 + end if else particle%istatus = 8 end if diff --git a/src/Model/ParticleTracking/prt.f90 b/src/Model/ParticleTracking/prt.f90 index a2c1fc3e927..43a19937af5 100644 --- a/src/Model/ParticleTracking/prt.f90 +++ b/src/Model/ParticleTracking/prt.f90 @@ -58,7 +58,7 @@ module PrtModule real(DP), dimension(:), pointer, contiguous :: massstoold => null() !< particle mass storage in cells, old value real(DP), dimension(:), pointer, contiguous :: ratesto => null() !< particle mass storage rate in cells contains - ! -- Override BaseModelType procs + ! Override BaseModelType procs procedure :: model_df => prt_df procedure :: model_ar => prt_ar procedure :: model_rp => prt_rp @@ -69,7 +69,7 @@ module PrtModule procedure :: model_da => prt_da procedure :: model_solve => prt_solve - ! -- Private utilities + ! Private utilities procedure :: allocate_scalars procedure :: allocate_arrays procedure, private :: package_create @@ -110,14 +110,14 @@ module PrtModule data PRT_MULTIPKG/'PRP6 ', ' ', ' ', ' ', ' ', & ! 5 &45*' '/ ! 50 - ! -- size of supported model package arrays + ! size of supported model package arrays integer(I4B), parameter :: NIUNIT_PRT = PRT_NBASEPKG + PRT_NMULTIPKG contains !> @brief Create a new particle tracking model object subroutine prt_cr(filename, id, modelname) - ! -- modules + ! modules use ListsModule, only: basemodellist use BaseModelModule, only: AddBaseModelToList use ConstantsModule, only: LINELENGTH, LENPACKAGENAME @@ -126,41 +126,41 @@ subroutine prt_cr(filename, id, modelname) use MemoryManagerExtModule, only: mem_set_value use SimVariablesModule, only: idm_context use GwfNamInputModule, only: GwfNamParamFoundType - ! -- dummy + ! dummy character(len=*), intent(in) :: filename integer(I4B), intent(in) :: id character(len=*), intent(in) :: modelname - ! -- local + ! local type(PrtModelType), pointer :: this class(BaseModelType), pointer :: model character(len=LENMEMPATH) :: input_mempath character(len=LINELENGTH) :: lst_fname type(GwfNamParamFoundType) :: found - ! -- Allocate a new PRT Model (this) + ! Allocate a new PRT Model (this) allocate (this) - ! -- Set this before any allocs in the memory manager can be done + ! Set this before any allocs in the memory manager can be done this%memoryPath = create_mem_path(modelname) - ! -- Allocate track control object + ! Allocate track control object allocate (this%trackctl) - ! -- Allocate scalars and add model to basemodellist + ! Allocate scalars and add model to basemodellist call this%allocate_scalars(modelname) model => this call AddBaseModelToList(basemodellist, model) - ! -- Assign variables + ! Assign variables this%filename = filename this%name = modelname this%macronym = 'PRT' this%id = id - ! -- Set input model namfile memory path + ! Set input model namfile memory path input_mempath = create_mem_path(modelname, 'NAM', idm_context) - ! -- Copy options from input context + ! Copy options from input context call mem_set_value(this%iprpak, 'PRINT_INPUT', input_mempath, & found%print_input) call mem_set_value(this%iprflow, 'PRINT_FLOWS', input_mempath, & @@ -168,21 +168,21 @@ subroutine prt_cr(filename, id, modelname) call mem_set_value(this%ipakcb, 'SAVE_FLOWS', input_mempath, & found%save_flows) - ! -- Create the list file + ! Create the list file call this%create_lstfile(lst_fname, filename, found%list, & 'PARTICLE TRACKING MODEL (PRT)') - ! -- Activate save_flows if found + ! Activate save_flows if found if (found%save_flows) then this%ipakcb = -1 end if - ! -- Log options + ! Log options if (this%iout > 0) then call this%log_namfile_options(found) end if - ! -- Create model packages + ! Create model packages call this%create_packages() end subroutine prt_cr @@ -192,21 +192,21 @@ end subroutine prt_cr !! (2) set variables and pointers !< subroutine prt_df(this) - ! -- modules + ! modules use PrtPrpModule, only: PrtPrpType - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local integer(I4B) :: ip class(BndType), pointer :: packobj - ! -- Define packages and utility objects + ! Define packages and utility objects call this%dis%dis_df() call this%fmi%fmi_df(this%dis, 1) call this%oc%oc_df() call this%budget%budget_df(NIUNIT_PRT, 'MASS', 'M') - ! -- Define packages and assign iout for time series managers + ! Define packages and assign iout for time series managers do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_df(this%dis%nodes, this%dis) @@ -214,7 +214,7 @@ subroutine prt_df(this) packobj%TasManager%iout = this%iout end do - ! -- Allocate model arrays + ! Allocate model arrays call this%allocate_arrays() end subroutine prt_df @@ -225,26 +225,26 @@ end subroutine prt_df !! (2) allocates memory for arrays part of this model object !< subroutine prt_ar(this) - ! -- modules + ! modules use ConstantsModule, only: DHNOFLO use PrtPrpModule, only: PrtPrpType use PrtMipModule, only: PrtMipType use MethodPoolModule, only: method_dis, method_disv - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- locals + ! locals integer(I4B) :: ip class(BndType), pointer :: packobj - ! -- Allocate and read modules attached to model + ! Allocate and read modules attached to model call this%fmi%fmi_ar(this%ibound) if (this%inmip > 0) call this%mip%mip_ar() - ! -- set up output control + ! set up output control call this%oc%oc_ar(this%dis, DHNOFLO) call this%budget%set_ibudcsv(this%oc%ibudcsv) - ! -- Package input files now open, so allocate and read + ! Package input files now open, so allocate and read do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) select type (packobj) @@ -252,11 +252,11 @@ subroutine prt_ar(this) call packobj%prp_set_pointers(this%ibound, this%mip%izone, & this%trackctl) end select - ! -- Read and allocate package + ! Read and allocate package call packobj%bnd_ar() end do - ! -- Initialize tracking method + ! Initialize tracking method select type (dis => this%dis) type is (DisType) call method_dis%init( & @@ -280,7 +280,7 @@ subroutine prt_ar(this) this%method => method_disv end select - ! -- Initialize track output files and reporting options + ! Initialize track output files and reporting options if (this%oc%itrkout > 0) & call this%trackctl%init_track_file(this%oc%itrkout) if (this%oc%itrkcsv > 0) & @@ -297,16 +297,16 @@ end subroutine prt_ar !> @brief Read and prepare (calls package read and prepare routines) subroutine prt_rp(this) use TdisModule, only: readnewdata - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local class(BndType), pointer :: packobj integer(I4B) :: ip - ! -- Check with TDIS on whether or not it is time to RP + ! Check with TDIS on whether or not it is time to RP if (.not. readnewdata) return - ! -- Read and prepare + ! Read and prepare if (this%inoc > 0) call this%oc%oc_rp() do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) @@ -316,28 +316,28 @@ end subroutine prt_rp !> @brief Time step advance (calls package advance subroutines) subroutine prt_ad(this) - ! -- modules + ! modules use SimVariablesModule, only: isimcheck, iFailedStepRetry - ! -- dummy + ! dummy class(PrtModelType) :: this class(BndType), pointer :: packobj - ! -- local + ! local integer(I4B) :: irestore integer(I4B) :: ip, n, i - ! -- Reset state variable + ! Reset state variable irestore = 0 if (iFailedStepRetry > 0) irestore = 1 - ! -- Copy masssto into massstoold + ! Copy masssto into massstoold do n = 1, this%dis%nodes this%massstoold(n) = this%masssto(n) end do - ! -- Advance fmi + ! Advance fmi call this%fmi%fmi_ad() - ! -- Advance + ! Advance do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ad() @@ -346,7 +346,7 @@ subroutine prt_ad(this) end if end do ! - ! -- Initialize the flowja array. Flowja is calculated each time, + ! Initialize the flowja array. Flowja is calculated each time, ! even if output is suppressed. (Flowja represents flow of particle ! mass and is positive into a cell. Currently, each particle is assigned ! unit mass.) Flowja is updated continually as particles are tracked @@ -359,28 +359,28 @@ end subroutine prt_ad !> @brief Calculate intercell flow (flowja) subroutine prt_cq(this, icnvg, isuppress_output) - ! -- modules + ! modules use SparseModule, only: csr_diagsum use TdisModule, only: delt use PrtPrpModule, only: PrtPrpType - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: icnvg integer(I4B), intent(in) :: isuppress_output - ! -- local + ! local integer(I4B) :: i integer(I4B) :: ip class(BndType), pointer :: packobj real(DP) :: tled - ! -- Flowja is calculated each time, even if output is suppressed. + ! Flowja is calculated each time, even if output is suppressed. ! Flowja represents flow of particle mass and is positive into a cell. ! Currently, each particle is assigned unit mass. ! - ! -- Reciprocal of time step size. + ! Reciprocal of time step size. tled = DONE / delt ! - ! -- Flowja was updated continually as particles were tracked over the + ! Flowja was updated continually as particles were tracked over the ! time step. At this point, flowja contains the net particle mass ! exchanged between cells during the time step. To convert these to ! flow rates (particle mass per time), divide by the time step size. @@ -388,16 +388,16 @@ subroutine prt_cq(this, icnvg, isuppress_output) this%flowja(i) = this%flowja(i) * tled end do - ! -- Particle mass storage + ! Particle mass storage call this%prt_cq_sto() - ! -- Go through packages and call cq routines. Just a formality. + ! Go through packages and call cq routines. Just a formality. do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_cq(this%masssto, this%flowja) end do - ! -- Finalize calculation of flowja by adding face flows to the diagonal. + ! Finalize calculation of flowja by adding face flows to the diagonal. ! This results in the flow residual being stored in the diagonal ! position for each cell. call csr_diagsum(this%dis%con%ia, this%flowja) @@ -405,12 +405,12 @@ end subroutine prt_cq !> @brief Calculate particle mass storage subroutine prt_cq_sto(this) - ! -- modules + ! modules use TdisModule, only: delt use PrtPrpModule, only: PrtPrpType - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local integer(I4B) :: ip class(BndType), pointer :: packobj integer(I4B) :: n @@ -420,10 +420,10 @@ subroutine prt_cq_sto(this) real(DP) :: tled real(DP) :: rate - ! -- Reciprocal of time step size. + ! Reciprocal of time step size. tled = DONE / delt - ! -- Particle mass storage rate + ! Particle mass storage rate do n = 1, this%dis%nodes this%masssto(n) = DZERO this%ratesto(n) = DZERO @@ -437,7 +437,7 @@ subroutine prt_cq_sto(this) ! this may need to change if istatus flags change if ((istatus > 0) .and. (istatus /= 8)) then n = packobj%particles%idomain(np, 2) - ! -- Each particle currently assigned unit mass + ! Each particle currently assigned unit mass this%masssto(n) = this%masssto(n) + DONE end if end do @@ -458,20 +458,20 @@ end subroutine prt_cq_sto !! !< subroutine prt_bd(this, icnvg, isuppress_output) - ! -- modules + ! modules use TdisModule, only: delt use BudgetModule, only: rate_accumulator - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: icnvg integer(I4B), intent(in) :: isuppress_output - ! -- local + ! local integer(I4B) :: ip class(BndType), pointer :: packobj real(DP) :: rin real(DP) :: rout - ! -- Budget routines (start by resetting). Sole purpose of this section + ! Budget routines (start by resetting). Sole purpose of this section ! is to add in and outs to model budget. All ins and out for a model ! should be added here to this%budget. In a subsequent exchange call, ! exchange flows might also be added. @@ -488,9 +488,9 @@ end subroutine prt_bd !> @brief Print and/or save model output subroutine prt_ot(this) use TdisModule, only: tdis_ot, endofperiod - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local integer(I4B) :: idvsave integer(I4B) :: idvprint integer(I4B) :: icbcfl @@ -498,9 +498,9 @@ subroutine prt_ot(this) integer(I4B) :: ibudfl integer(I4B) :: ipflag - ! -- Note: particle tracking output is handled elsewhere + ! Note: particle tracking output is handled elsewhere - ! -- Set write and print flags + ! Set write and print flags idvsave = 0 idvprint = 0 icbcfl = 0 @@ -511,21 +511,21 @@ subroutine prt_ot(this) if (this%oc%oc_print('BUDGET')) ibudfl = 1 icbcun = this%oc%oc_save_unit('BUDGET') - ! -- Override ibudfl and idvprint flags for nonconvergence + ! Override ibudfl and idvprint flags for nonconvergence ! and end of period ibudfl = this%oc%set_print_flag('BUDGET', 1, endofperiod) idvprint = this%oc%set_print_flag('CONCENTRATION', 1, endofperiod) - ! -- Save and print flows + ! Save and print flows call this%prt_ot_flow(icbcfl, ibudfl, icbcun) - ! -- Save and print dependent variables + ! Save and print dependent variables call this%prt_ot_dv(idvsave, idvprint, ipflag) - ! -- Print budget summaries + ! Print budget summaries call this%prt_ot_bdsummary(ibudfl, ipflag) - ! -- Timing Output; if any dependent variables or budgets + ! Timing Output; if any dependent variables or budgets ! are printed, then ipflag is set to 1. if (ipflag == 1) call tdis_ot(this%iout) end subroutine prt_ot @@ -540,27 +540,27 @@ subroutine prt_ot_flow(this, icbcfl, ibudfl, icbcun) class(BndType), pointer :: packobj integer(I4B) :: ip - ! -- Save PRT flows + ! Save PRT flows call this%prt_ot_saveflow(this%dis%nja, this%flowja, icbcfl, icbcun) do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_model_flows(icbcfl=icbcfl, ibudfl=0, icbcun=icbcun) end do - ! -- Save advanced package flows + ! Save advanced package flows do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_package_flows(icbcfl=icbcfl, ibudfl=0) end do - ! -- Print PRT flows + ! Print PRT flows call this%prt_ot_printflow(ibudfl, this%flowja) do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_model_flows(icbcfl=icbcfl, ibudfl=ibudfl, icbcun=0) end do - ! -- Print advanced package flows + ! Print advanced package flows do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_package_flows(icbcfl=0, ibudfl=ibudfl) @@ -569,16 +569,16 @@ end subroutine prt_ot_flow !> @brief Save intercell flows subroutine prt_ot_saveflow(this, nja, flowja, icbcfl, icbcun) - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: nja real(DP), dimension(nja), intent(in) :: flowja integer(I4B), intent(in) :: icbcfl integer(I4B), intent(in) :: icbcun - ! -- local + ! local integer(I4B) :: ibinun - ! -- Set unit number for binary output + ! Set unit number for binary output if (this%ipakcb < 0) then ibinun = icbcun elseif (this%ipakcb == 0) then @@ -588,7 +588,7 @@ subroutine prt_ot_saveflow(this, nja, flowja, icbcfl, icbcun) end if if (icbcfl == 0) ibinun = 0 - ! -- Write the face flows if requested + ! Write the face flows if requested if (ibinun /= 0) then call this%dis%record_connection_array(flowja, ibinun, this%iout) end if @@ -596,24 +596,24 @@ end subroutine prt_ot_saveflow !> @brief Print intercell flows subroutine prt_ot_printflow(this, ibudfl, flowja) - ! -- modules + ! modules use TdisModule, only: kper, kstp use ConstantsModule, only: LENBIGLINE - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: ibudfl real(DP), intent(inout), dimension(:) :: flowja - ! -- local + ! local character(len=LENBIGLINE) :: line character(len=30) :: tempstr integer(I4B) :: n, ipos, m real(DP) :: qnm - ! -- formats + ! formats character(len=*), parameter :: fmtiprflow = & "(/,4x,'CALCULATED INTERCELL FLOW & &FOR PERIOD ', i0, ' STEP ', i0)" - ! -- Write flowja to list file if requested + ! Write flowja to list file if requested if (ibudfl /= 0 .and. this%iprflow > 0) then write (this%iout, fmtiprflow) kper, kstp do n = 1, this%dis%nodes @@ -635,75 +635,75 @@ end subroutine prt_ot_printflow !> @brief Print dependent variables subroutine prt_ot_dv(this, idvsave, idvprint, ipflag) - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: idvsave integer(I4B), intent(in) :: idvprint integer(I4B), intent(inout) :: ipflag - ! -- local + ! local class(BndType), pointer :: packobj integer(I4B) :: ip - ! -- Print advanced package dependent variables + ! Print advanced package dependent variables do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_dv(idvsave, idvprint) end do - ! -- save head and print head + ! save head and print head call this%oc%oc_ot(ipflag) end subroutine prt_ot_dv !> @brief Print budget summary subroutine prt_ot_bdsummary(this, ibudfl, ipflag) - ! -- modules + ! modules use TdisModule, only: kstp, kper, totim, delt - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: ibudfl integer(I4B), intent(inout) :: ipflag - ! -- local + ! local class(BndType), pointer :: packobj integer(I4B) :: ip - ! -- Package budget summary + ! Package budget summary do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_ot_bdsummary(kstp, kper, this%iout, ibudfl) end do - ! -- model budget summary + ! model budget summary call this%budget%finalize_step(delt) if (ibudfl /= 0) then ipflag = 1 - ! -- model budget summary + ! model budget summary call this%budget%budget_ot(kstp, kper, this%iout) end if - ! -- Write to budget csv + ! Write to budget csv call this%budget%writecsv(totim) end subroutine prt_ot_bdsummary !> @brief Deallocate subroutine prt_da(this) - ! -- modules + ! modules use MemoryManagerModule, only: mem_deallocate use MemoryManagerExtModule, only: memorystore_remove use SimVariablesModule, only: idm_context use MethodPoolModule, only: destroy_method_pool use MethodCellPoolModule, only: destroy_method_cell_pool use MethodSubcellPoolModule, only: destroy_method_subcell_pool - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local integer(I4B) :: ip class(BndType), pointer :: packobj - ! -- Deallocate idm memory + ! Deallocate idm memory call memorystore_remove(this%name, 'NAM', idm_context) call memorystore_remove(component=this%name, context=idm_context) - ! -- Internal packages + ! Internal packages call this%dis%dis_da() call this%fmi%fmi_da() call this%mip%mip_da() @@ -715,19 +715,19 @@ subroutine prt_da(this) deallocate (this%budget) deallocate (this%oc) - ! -- Method objects + ! Method objects call destroy_method_subcell_pool() call destroy_method_cell_pool() call destroy_method_pool() - ! -- Boundary packages + ! Boundary packages do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) call packobj%bnd_da() deallocate (packobj) end do - ! -- Scalars + ! Scalars call mem_deallocate(this%infmi) call mem_deallocate(this%inmip) call mem_deallocate(this%inadv) @@ -737,28 +737,26 @@ subroutine prt_da(this) call mem_deallocate(this%inmvt) call mem_deallocate(this%inoc) - ! -- Arrays + ! Arrays call mem_deallocate(this%masssto) call mem_deallocate(this%massstoold) call mem_deallocate(this%ratesto) - ! -- Track file control deallocate (this%trackctl) - ! -- Parent type call this%NumericalModelType%model_da() end subroutine prt_da - !> @brief Allocate memory for non-allocatable members + !> @brief Allocate memory for scalars subroutine allocate_scalars(this, modelname) - ! -- dummy + ! dummy class(PrtModelType) :: this character(len=*), intent(in) :: modelname - ! -- allocate members from parent class + ! allocate members from parent class call this%NumericalModelType%allocate_scalars(modelname) - ! -- allocate members that are part of model class + ! allocate members that are part of model class call mem_allocate(this%infmi, 'INFMI', this%memoryPath) call mem_allocate(this%inmip, 'INMIP', this%memoryPath) call mem_allocate(this%inmvt, 'INMVT', this%memoryPath) @@ -784,18 +782,18 @@ subroutine allocate_arrays(this) class(PrtModelType) :: this integer(I4B) :: n - ! -- Allocate arrays in parent type + ! Allocate arrays in parent type this%nja = this%dis%nja call this%NumericalModelType%allocate_arrays() - ! -- Allocate and initialize arrays + ! Allocate and initialize arrays call mem_allocate(this%masssto, this%dis%nodes, & 'MASSSTO', this%memoryPath) call mem_allocate(this%massstoold, this%dis%nodes, & 'MASSSTOOLD', this%memoryPath) call mem_allocate(this%ratesto, this%dis%nodes, & 'RATESTO', this%memoryPath) - ! -- explicit model, so these must be manually allocated + ! explicit model, so these must be manually allocated call mem_allocate(this%x, this%dis%nodes, 'X', this%memoryPath) call mem_allocate(this%rhs, this%dis%nodes, 'RHS', this%memoryPath) call mem_allocate(this%ibound, this%dis%nodes, 'IBOUND', this%memoryPath) @@ -812,11 +810,11 @@ end subroutine allocate_arrays !> @brief Create boundary condition packages for this model subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & inunit, iout) - ! -- modules + ! modules use ConstantsModule, only: LINELENGTH use PrtPrpModule, only: prp_create use ApiModule, only: api_create - ! -- dummy + ! dummy class(PrtModelType) :: this character(len=*), intent(in) :: filtyp character(len=LINELENGTH) :: errmsg @@ -826,12 +824,12 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & character(len=*), intent(in) :: mempath integer(I4B), intent(in) :: inunit integer(I4B), intent(in) :: iout - ! -- local + ! local class(BndType), pointer :: packobj class(BndType), pointer :: packobj2 integer(I4B) :: ip - ! -- This part creates the package object + ! This part creates the package object select case (filtyp) case ('PRP6') call prp_create(packobj, ipakid, ipaknum, inunit, iout, & @@ -844,9 +842,9 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, & call store_error(errmsg, terminate=.TRUE.) end select - ! -- Packages is the bndlist that is associated with the parent model - ! -- The following statement puts a pointer to this package in the ipakid - ! -- position of packages. + ! Packages is the bndlist that is associated with the parent model + ! The following statement puts a pointer to this package in the ipakid + ! position of packages. do ip = 1, this%bndlist%Count() packobj2 => GetBndFromList(this%bndlist, ip) if (packobj2%packName == pakname) then @@ -860,13 +858,13 @@ end subroutine package_create !> @brief Check to make sure required input files have been specified subroutine ftype_check(this, indis) - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), intent(in) :: indis - ! -- local + ! local character(len=LINELENGTH) :: errmsg - ! -- Check for DIS(u) and MIP. Stop if not present. + ! Check for DIS(u) and MIP. Stop if not present. if (indis == 0) then write (errmsg, '(1x,a)') & 'Discretization (DIS6, DISV6, or DISU6) package not specified.' @@ -887,31 +885,30 @@ end subroutine ftype_check !> @brief Solve the model subroutine prt_solve(this) - ! -- modules - use TdisModule, only: kper, kstp, totimc, nper, nstp, delt + ! modules + use TdisModule, only: kper, kstp, totimc, delt, endofsimulation use PrtPrpModule, only: PrtPrpType - ! -- dummy variables + ! dummy variables class(PrtModelType) :: this - ! -- local variables + ! local variables integer(I4B) :: np, ip class(BndType), pointer :: packobj type(ParticleType), pointer :: particle real(DP) :: tmax integer(I4B) :: iprp - ! -- Initialize particle call create_particle(particle) - ! -- Loop over PRP packages + ! Apply tracking solution to PRP packages iprp = 0 do ip = 1, this%bndlist%Count() packobj => GetBndFromList(this%bndlist, ip) select type (packobj) type is (PrtPrpType) - ! -- Update PRP index + ! Update PRP index iprp = iprp + 1 - ! -- Initialize PRP-specific track files + ! Initialize PRP track files if (kper == 1 .and. kstp == 1) then if (packobj%itrkout > 0) then call this%trackctl%init_track_file( & @@ -926,15 +923,18 @@ subroutine prt_solve(this) end if end if - ! -- Loop over particles in package + ! Track particles do np = 1, packobj%nparticles - ! -- Load particle from storage - call particle%load_particle(packobj%particles, & - this%id, iprp, np) - - ! -- If particle is permanently unreleased, record its initial/terminal state - if (particle%istatus == 8) & - call this%method%save(particle, reason=3) + ! Load particle from storage + call packobj%particles%get(particle, this%id, iprp, np) + + ! If particle is permanently unreleased, record + ! unreleased state if first time step and cycle + if (particle%istatus == 8) then + if (kper == 1 .and. kstp == 1) & + call this%method%save(particle, reason=3) + cycle + end if ! If particle is inactive or not yet to be released, cycle if (particle%istatus > 1) cycle @@ -948,9 +948,7 @@ subroutine prt_solve(this) ! stop time, whichever comes first, unless it's the final ! time step and the extend option is on, in which case ! it's just the particle stop time. - if (nper == kper .and. & - nstp(kper) == kstp .and. & - particle%iextend > 0) then + if (endofsimulation .and. particle%iextend > 0) then tmax = particle%tstop else tmax = min(totimc + delt, particle%tstop) @@ -963,23 +961,30 @@ subroutine prt_solve(this) particle%icp = 0 particle%izp = 0 + ! Terminate particles still active at end of simulation + if (endofsimulation .and. & + particle%iextend == 0 .and. & + particle%istatus < 2) then + particle%istatus = 10 + call this%method%save(particle, reason=3) + end if + ! Update particle storage - call packobj%particles%save_particle(particle, np) + call packobj%particles%put(particle, np) end do end select end do - ! -- Deallocate particle deallocate (particle) end subroutine prt_solve !> @brief Source package info and begin to process subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & mempaths, inunits) - ! -- modules + ! modules use ConstantsModule, only: LINELENGTH, LENPACKAGENAME use CharacterStringModule, only: CharacterStringType - ! -- dummy + ! dummy class(PrtModelType) :: this integer(I4B), dimension(:), allocatable, intent(inout) :: bndpkgs type(CharacterStringType), dimension(:), contiguous, & @@ -990,7 +995,7 @@ subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & pointer, intent(inout) :: mempaths integer(I4B), dimension(:), contiguous, & pointer, intent(inout) :: inunits - ! -- local + ! local integer(I4B) :: ipakid, ipaknum character(len=LENFTYPE) :: pkgtype, bndptype character(len=LENPACKAGENAME) :: pkgname @@ -1000,7 +1005,7 @@ subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & if (allocated(bndpkgs)) then ! - ! -- create stress packages + ! create stress packages ipakid = 1 bndptype = '' do n = 1, size(bndpkgs) @@ -1021,7 +1026,7 @@ subroutine create_bndpkgs(this, bndpkgs, pkgtypes, pkgnames, & ipaknum = ipaknum + 1 end do ! - ! -- cleanup + ! cleanup deallocate (bndpkgs) end if @@ -1029,7 +1034,7 @@ end subroutine create_bndpkgs !> @brief Source package info and begin to process subroutine create_packages(this) - ! -- modules + ! modules use ConstantsModule, only: LINELENGTH, LENPACKAGENAME use CharacterStringModule, only: CharacterStringType use ArrayHandlersModule, only: expandarray @@ -1043,9 +1048,9 @@ subroutine create_packages(this) use PrtMipModule, only: mip_cr use PrtFmiModule, only: fmi_cr use PrtOcModule, only: oc_cr - ! -- dummy + ! dummy class(PrtModelType) :: this - ! -- local + ! local type(CharacterStringType), dimension(:), contiguous, & pointer :: pkgtypes => null() type(CharacterStringType), dimension(:), contiguous, & @@ -1064,10 +1069,10 @@ subroutine create_packages(this) integer(I4B) :: indis = 0 ! DIS enabled flag character(len=LENMEMPATH) :: mempathmip = '' - ! -- set input memory paths, input/model and input/model/namfile + ! set input memory paths, input/model and input/model/namfile model_mempath = create_mem_path(component=this%name, context=idm_context) - ! -- set pointers to model path package info + ! set pointers to model path package info call mem_setptr(pkgtypes, 'PKGTYPES', model_mempath) call mem_setptr(pkgnames, 'PKGNAMES', model_mempath) call mem_setptr(mempaths, 'MEMPATHS', model_mempath) @@ -1080,7 +1085,7 @@ subroutine create_packages(this) mempath = mempaths(n) inunit => inunits(n) - ! -- create dis package first as it is a prerequisite for other packages + ! create dis package first as it is a prerequisite for other packages select case (pkgtype) case ('DIS6') indis = 1 @@ -1106,23 +1111,23 @@ subroutine create_packages(this) end select end do - ! -- Create budget manager + ! Create budget manager call budget_cr(this%budget, this%name) - ! -- Create tracking method pools + ! Create tracking method pools call create_method_pool() call create_method_cell_pool() call create_method_subcell_pool() - ! -- Create packages that are tied directly to model + ! Create packages that are tied directly to model call mip_cr(this%mip, this%name, mempathmip, this%inmip, this%iout, this%dis) call fmi_cr(this%fmi, this%name, this%infmi, this%iout) call oc_cr(this%oc, this%name, this%inoc, this%iout) - ! -- Check to make sure that required ftype's have been specified + ! Check to make sure that required ftype's have been specified call this%ftype_check(indis) - ! -- Create boundary packages + ! Create boundary packages call this%create_bndpkgs(bndpkgs, pkgtypes, pkgnames, mempaths, inunits) end subroutine create_packages diff --git a/src/Solution/ParticleTracker/Method.f90 b/src/Solution/ParticleTracker/Method.f90 index 4035a0ad8a1..797361e7132 100644 --- a/src/Solution/ParticleTracker/Method.f90 +++ b/src/Solution/ParticleTracker/Method.f90 @@ -191,15 +191,18 @@ end subroutine save !! tracking the particle or terminate it, as well as whether to !! record any output data as per selected reporting conditions. !< - subroutine check(this, particle, cell_defn) + subroutine check(this, particle, cell_defn, tmax) ! modules - use TdisModule, only: endofsimulation, totim + use TdisModule, only: endofsimulation, totimc, totim ! dummy class(MethodType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle type(CellDefnType), pointer, intent(inout) :: cell_defn + real(DP), intent(in) :: tmax ! local logical(LGP) :: dry_cell, dry_particle, no_exit_face, stop_zone, weak_sink + integer(I4B) :: i + real(DP) :: t, ttrackmax dry_cell = this%fmi%ibdgwfsat0(cell_defn%icell) == 0 dry_particle = particle%z > cell_defn%top @@ -235,6 +238,8 @@ subroutine check(this, particle, cell_defn) if (dry_cell) then if (particle%idrymeth == 0) then + ! drop to cell bottom. handled by pass + ! to bottom method, nothing to do here no_exit_face = .false. else if (particle%idrymeth == 1) then ! stop @@ -244,33 +249,91 @@ subroutine check(this, particle, cell_defn) return else if (particle%idrymeth == 2) then ! stay - no_exit_face = .false. particle%advancing = .false. + no_exit_face = .false. + + ! we might report tracking times + ! out of order here, but we want + ! the particle termination event + ! (if this is the last time step) + ! to have the maximum tracking t, + ! so we need to keep tabs on it. + ttrackmax = totim + + ! update tracking time to time + ! step end time and save record particle%ttrack = totim + call this%save(particle, reason=2) + + ! record user tracking times + call this%tracktimes%advance() + if (this%tracktimes%any()) then + do i = this%tracktimes%selection(1), this%tracktimes%selection(2) + t = this%tracktimes%times(i) + if (t < totimc) cycle + if (t >= tmax) exit + particle%ttrack = t + call this%save(particle, reason=5) + if (t > ttrackmax) ttrackmax = t + end do + end if + ! terminate if last period/step if (endofsimulation) then particle%istatus = 5 + particle%ttrack = ttrackmax call this%save(particle, reason=3) return end if - call this%save(particle, reason=2) end if else if (dry_particle .and. this%name /= "passtobottom") then - ! dry particle if (particle%idrymeth == 0) then ! drop to water table particle%z = cell_defn%top call this%save(particle, reason=1) else if (particle%idrymeth == 1) then - ! terminate + ! stop particle%advancing = .false. particle%istatus = 7 call this%save(particle, reason=3) return else if (particle%idrymeth == 2) then ! stay - no_exit_face = .false. particle%advancing = .false. + no_exit_face = .false. + + ! we might report tracking times + ! out of order here, but we want + ! the particle termination event + ! (if this is the last time step) + ! to have the maximum tracking t, + ! so we need to keep tabs on it. + ttrackmax = totim + + ! update tracking time to time + ! step end time and save record + particle%ttrack = totim + call this%save(particle, reason=2) + + ! record user tracking times + call this%tracktimes%advance() + if (this%tracktimes%any()) then + do i = this%tracktimes%selection(1), this%tracktimes%selection(2) + t = this%tracktimes%times(i) + if (t < totimc) cycle + if (t >= tmax) exit + particle%ttrack = t + call this%save(particle, reason=5) + if (t > ttrackmax) ttrackmax = t + end do + end if + + ! terminate if last period/step + if (endofsimulation) then + particle%istatus = 5 + particle%ttrack = ttrackmax + call this%save(particle, reason=3) + end if return end if end if diff --git a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 index 433b3ca9650..bad2d8a5fa4 100644 --- a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 +++ b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 @@ -5,6 +5,8 @@ module MethodCellPassToBotModule use CellDefnModule, only: CellDefnType, create_defn use PrtFmiModule, only: PrtFmiType use BaseDisModule, only: DisBaseType + use DisModule, only: DisType + use DisvModule, only: DisvType use ParticleModule, only: ParticleType use CellModule, only: CellType use SubcellModule, only: SubcellType @@ -45,16 +47,31 @@ subroutine apply_ptb(this, particle, tmax) class(MethodCellPassToBotType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle real(DP), intent(in) :: tmax + ! local + integer(I4B) :: nlay ! Check termination/reporting conditions - call this%check(particle, this%cell%defn) + call this%check(particle, this%cell%defn, tmax) if (.not. particle%advancing) return ! Pass to bottom face particle%z = this%cell%defn%bot particle%iboundary(2) = this%cell%defn%npolyverts + 2 - ! Save datum + ! Terminate if in bottom layer + select type (dis => this%fmi%dis) + type is (DisType) + nlay = dis%nlay + type is (DisvType) + nlay = dis%nlay + end select + if (particle%ilay == nlay) then + particle%advancing = .false. + particle%istatus = 5 + call this%save(particle, reason=3) + end if + + ! Save record call this%save(particle, reason=1) end subroutine apply_ptb diff --git a/src/Solution/ParticleTracker/MethodCellPollock.f90 b/src/Solution/ParticleTracker/MethodCellPollock.f90 index 86b1d09f4ca..06790e8f7f5 100644 --- a/src/Solution/ParticleTracker/MethodCellPollock.f90 +++ b/src/Solution/ParticleTracker/MethodCellPollock.f90 @@ -130,7 +130,7 @@ subroutine apply_mcp(this, particle, tmax) select type (cell => this%cell) type is (CellRectType) ! Check termination/reporting conditions - call this%check(particle, cell%defn) + call this%check(particle, cell%defn, tmax) if (.not. particle%advancing) return ! Transform model coordinates to local cell coordinates diff --git a/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 b/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 index c5f61f2c221..5bd749e192d 100644 --- a/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 +++ b/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 @@ -209,7 +209,7 @@ subroutine apply_mcpq(this, particle, tmax) select type (cell => this%cell) type is (CellRectQuadType) ! Check termination/reporting conditions - call this%check(particle, cell%defn) + call this%check(particle, cell%defn, tmax) if (.not. particle%advancing) return ! Transform model coordinates to local cell coordinates diff --git a/src/Solution/ParticleTracker/MethodCellTernary.f90 b/src/Solution/ParticleTracker/MethodCellTernary.f90 index d6447db6638..03a401173c2 100644 --- a/src/Solution/ParticleTracker/MethodCellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodCellTernary.f90 @@ -165,7 +165,7 @@ subroutine apply_mct(this, particle, tmax) select type (cell => this%cell) type is (CellPolyType) ! Check termination/reporting conditions - call this%check(particle, this%cell%defn) + call this%check(particle, this%cell%defn, tmax) if (.not. particle%advancing) return ! Number of vertices diff --git a/src/Solution/ParticleTracker/Particle.f90 b/src/Solution/ParticleTracker/Particle.f90 index 0904cd89e6a..2506bc307aa 100644 --- a/src/Solution/ParticleTracker/Particle.f90 +++ b/src/Solution/ParticleTracker/Particle.f90 @@ -69,7 +69,6 @@ module ParticleModule integer(I4B), public :: iextend !< whether to extend tracking beyond the end of the simulation contains procedure, public :: get_model_coords - procedure, public :: load_particle procedure, public :: transform => transform_coords procedure, public :: reset_transform end type ParticleType @@ -108,7 +107,8 @@ module ParticleModule procedure, public :: deallocate procedure, public :: num_stored procedure, public :: resize - procedure, public :: save_particle + procedure, public :: get + procedure, public :: put end type ParticleStoreType contains @@ -224,50 +224,50 @@ end subroutine resize !! This routine is used to initialize a particle for tracking. !! The advancing flag and coordinate transformation are reset. !< - subroutine load_particle(this, store, imdl, iprp, ip) - class(ParticleType), intent(inout) :: this !< particle - type(ParticleStoreType), intent(in) :: store !< particle storage + subroutine get(this, particle, imdl, iprp, ip) + class(ParticleStoreType), intent(inout) :: this !< particle store + class(ParticleType), intent(inout) :: particle !< particle integer(I4B), intent(in) :: imdl !< index of model particle originated in integer(I4B), intent(in) :: iprp !< index of particle release package particle originated in integer(I4B), intent(in) :: ip !< index into the particle list - call this%reset_transform() - this%imdl = imdl - this%iprp = iprp - this%irpt = store%irpt(ip) - this%ip = ip - this%name = store%name(ip) - this%istopweaksink = store%istopweaksink(ip) - this%istopzone = store%istopzone(ip) - this%idrymeth = store%idrymeth(ip) - this%icp = 0 - this%icu = store%icu(ip) - this%ilay = store%ilay(ip) - this%izone = store%izone(ip) - this%izp = store%izp(ip) - this%istatus = store%istatus(ip) - this%x = store%x(ip) - this%y = store%y(ip) - this%z = store%z(ip) - this%trelease = store%trelease(ip) - this%tstop = store%tstop(ip) - this%ttrack = store%ttrack(ip) - this%advancing = .true. - this%idomain(1:levelmax) = & - store%idomain(ip, 1:levelmax) - this%idomain(1) = imdl - this%iboundary(1:levelmax) = & - store%iboundary(ip, 1:levelmax) - this%ifrctrn = store%ifrctrn(ip) - this%iexmeth = store%iexmeth(ip) - this%extol = store%extol(ip) - this%iextend = store%extend(ip) - end subroutine load_particle + call particle%reset_transform() + particle%imdl = imdl + particle%iprp = iprp + particle%irpt = this%irpt(ip) + particle%ip = ip + particle%name = this%name(ip) + particle%istopweaksink = this%istopweaksink(ip) + particle%istopzone = this%istopzone(ip) + particle%idrymeth = this%idrymeth(ip) + particle%icp = 0 + particle%icu = this%icu(ip) + particle%ilay = this%ilay(ip) + particle%izone = this%izone(ip) + particle%izp = this%izp(ip) + particle%istatus = this%istatus(ip) + particle%x = this%x(ip) + particle%y = this%y(ip) + particle%z = this%z(ip) + particle%trelease = this%trelease(ip) + particle%tstop = this%tstop(ip) + particle%ttrack = this%ttrack(ip) + particle%advancing = .true. + particle%idomain(1:levelmax) = & + this%idomain(ip, 1:levelmax) + particle%idomain(1) = imdl + particle%iboundary(1:levelmax) = & + this%iboundary(ip, 1:levelmax) + particle%ifrctrn = this%ifrctrn(ip) + particle%iexmeth = this%iexmeth(ip) + particle%extol = this%extol(ip) + particle%iextend = this%extend(ip) + end subroutine get !> @brief Save a particle's state to the particle store - subroutine save_particle(this, particle, ip) + subroutine put(this, particle, ip) class(ParticleStoreType), intent(inout) :: this !< particle storage - type(ParticleType), intent(in) :: particle !< particle + class(ParticleType), intent(in) :: particle !< particle integer(I4B), intent(in) :: ip !< particle index this%imdl(ip) = particle%imdl @@ -300,7 +300,7 @@ subroutine save_particle(this, particle, ip) this%iexmeth(ip) = particle%iexmeth this%extol(ip) = particle%extol this%extend(ip) = particle%iextend - end subroutine save_particle + end subroutine put !> @brief Transform particle coordinates. !! From 37ff689fe0ee75fd03fae3f90fbde6826226fe23 Mon Sep 17 00:00:00 2001 From: Sunny Titus <77051845+Manangka@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:37:09 +0100 Subject: [PATCH 45/70] Fix str1d deallocation (#2161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Deallocate all the assigned memory in one go when modflow is finizalizing * Fix for the deallocation of a string1d array * Fix rebase mistake * Remove obsolete comment * Fix spelling * Only apply workaround to older gfortran versions * Rename all memory.f90 to .F90 * Add __GFORTRAN__ * Extend fix to also be applied to gfortran 13 * Restore developer deallocation check --- msvs/mf6core.vfproj | 2 +- .../Memory/{Memory.f90 => Memory.F90} | 31 +++++++- src/Utilities/Memory/MemoryManager.f90 | 76 +++++++++++-------- src/meson.build | 2 +- utils/mf5to6/msvs/mf5to6.vfproj | 2 +- utils/mf5to6/pymake/extrafiles.txt | 2 +- 6 files changed, 77 insertions(+), 38 deletions(-) rename src/Utilities/Memory/{Memory.f90 => Memory.F90} (79%) diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index 173962bf69b..188c714e9b6 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -549,7 +549,7 @@ - + diff --git a/src/Utilities/Memory/Memory.f90 b/src/Utilities/Memory/Memory.F90 similarity index 79% rename from src/Utilities/Memory/Memory.f90 rename to src/Utilities/Memory/Memory.F90 index 5d4d6363f12..1799559ef0b 100644 --- a/src/Utilities/Memory/Memory.f90 +++ b/src/Utilities/Memory/Memory.F90 @@ -29,7 +29,10 @@ module MemoryTypeModule logical(LGP), pointer :: logicalsclr => null() !< pointer to the logical integer(I4B), pointer :: intsclr => null() !< pointer to the integer real(DP), pointer :: dblsclr => null() !< pointer to the double - character(len=:), dimension(:), pointer, contiguous :: astr1d => null() !< pointer to the 1d character string array + ! The 1d character string array is handled differently than the other arrays due to a bug in gfortran 11.3 and 12.1. + ! Due to this bug the length of the string is not stored in the array descriptor. With a segmentation fault as a result + ! on deallocation. + class(*), dimension(:), pointer, contiguous :: astr1d => null() !< pointer to the 1d character string array integer(I4B), dimension(:), pointer, contiguous :: aint1d => null() !< pointer to 1d integer array integer(I4B), dimension(:, :), pointer, contiguous :: aint2d => null() !< pointer to 2d integer array integer(I4B), dimension(:, :, :), pointer, contiguous :: aint3d => null() !< pointer to 3d integer array @@ -98,8 +101,12 @@ function mt_associated(this) result(al) end function mt_associated subroutine mt_deallocate(this) + use iso_c_binding, only: c_loc, c_ptr, c_null_ptr, c_f_pointer class(MemoryType) :: this integer(I4B) :: n + type(c_ptr) :: cptr + + character(len=1), dimension(:), pointer :: astr1d if (associated(this%strsclr)) then if (this%master) deallocate (this%strsclr) @@ -121,8 +128,30 @@ subroutine mt_deallocate(this) nullify (this%dblsclr) end if + ! Handle the dealloction of the 1d character string array differently due to a bug in gfortran 11.3, 12.1, 13.1 and 13.2. + ! Due to a bug in the gfortran compiler we can't use a deferred length character variable + ! https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106317 + ! + ! We use a c_ptr to cast the pointer to a string array with a length of 1. The actual length of the array is + ! computed by the actual length of the string multiplied by the array size. + ! So we go from the actual character(len=element_size), dimension(isize) to a character(len=1), dimension(isize*element_size). + if (associated(this%astr1d)) then + select type (item => this%astr1d) + type is (character(*)) + cptr = c_loc(item) + class default + cptr = c_null_ptr + end select + + call c_f_pointer(cptr, astr1d, [this%isize * this%element_size]) + +#if __GFORTRAN__ && ((__GNUC__ < 13) || (__GNUC__ == 13 && __GNUC_MINOR__ < 3)) + if (this%master) deallocate (astr1d) +#else if (this%master) deallocate (this%astr1d) +#endif + nullify (this%astr1d) end if diff --git a/src/Utilities/Memory/MemoryManager.f90 b/src/Utilities/Memory/MemoryManager.f90 index b8083e54213..367fcdc61c7 100644 --- a/src/Utilities/Memory/MemoryManager.f90 +++ b/src/Utilities/Memory/MemoryManager.f90 @@ -484,9 +484,7 @@ subroutine allocate_str1d(astr1d, ilen, nrow, name, mem_path) allocate (mt) ! ! -- set memory type - ! this does not work with gfortran 11.3 and 12.1 - ! so we have to disable the pointing to astr1d - ! mt%astr1d => astr1d + mt%astr1d => astr1d mt%element_size = ilen mt%isize = isize mt%name = name @@ -1162,6 +1160,7 @@ subroutine reallocate_str1d(astr, ilen, nrow, name, mem_path) deallocate (astrtemp) ! ! -- reset memory manager values + mt%astr1d => astr mt%element_size = ilen mt%isize = isize mt%nrealloc = mt%nrealloc + 1 @@ -1596,7 +1595,12 @@ subroutine setptr_str1d(astr1d, name, mem_path) logical(LGP) :: found ! -- code call get_from_memorystore(name, mem_path, mt, found) - astr1d => mt%astr1d + select type (item => mt%astr1d) + type is (character(*)) + astr1d => item + class default + astr1d => null() + end select end subroutine setptr_str1d !> @brief Set pointer to an array of CharacterStringType @@ -1937,35 +1941,8 @@ subroutine deallocate_str1d(astr1d, name, mem_path) character(len=*), dimension(:), pointer, contiguous, intent(inout) :: astr1d !< array of strings character(len=*), optional, intent(in) :: name !< variable name character(len=*), optional, intent(in) :: mem_path !< path where variable is stored - ! -- local - type(MemoryType), pointer :: mt - logical(LGP) :: found - type(MemoryContainerIteratorType), allocatable :: itr ! -- code - ! - found = .false. - if (present(name) .and. present(mem_path)) then - call get_from_memorystore(name, mem_path, mt, found) - nullify (mt%astr1d) - else - itr = memorystore%iterator() - do while (itr%has_next()) - call itr%next() - mt => itr%value() - if (associated(mt%astr1d, astr1d)) then - found = .true. - exit - end if - end do - end if - - if (found) then - if (mt%master) then - deallocate (astr1d) - else - nullify (astr1d) - end if - end if + return end subroutine deallocate_str1d @@ -2461,7 +2438,6 @@ end function calc_virtual_mem subroutine mem_da() ! -- modules use VersionModule, only: IDEVELOPMODE - use InputOutputModule, only: UPCASE ! -- local class(MemoryType), pointer :: mt type(MemoryContainerIteratorType), allocatable :: itr @@ -2471,6 +2447,7 @@ subroutine mem_da() call itr%next() mt => itr%value() call mt%mt_deallocate() + if (IDEVELOPMODE == 1) call mem_da_check(mt) deallocate (mt) end do @@ -2480,6 +2457,39 @@ subroutine mem_da() end if end subroutine mem_da + subroutine mem_da_check(mt) + ! -- modules + use InputOutputModule, only: UPCASE + ! -- dummy + class(MemoryType), pointer :: mt + ! -- local + character(len=LINELENGTH) :: error_msg + character(len=LENVARNAME) :: ucname + ! + ! -- check if memory has been deallocated + if (mt%mt_associated() .and. mt%element_size == -1) then + error_msg = trim(adjustl(mt%path))//' '// & + trim(adjustl(mt%name))//' has invalid element size' + call store_error(trim(error_msg)) + end if + ! + ! -- check if memory has been deallocated + if (mt%mt_associated() .and. mt%isize > 0) then + error_msg = trim(adjustl(mt%path))//' '// & + trim(adjustl(mt%name))//' not deallocated' + call store_error(trim(error_msg)) + end if + ! + ! -- check case of varname + ucname = mt%name + call UPCASE(ucname) + if (mt%name /= ucname) then + error_msg = trim(adjustl(mt%path))//' '// & + trim(adjustl(mt%name))//' not upper case' + call store_error(trim(error_msg)) + end if + end subroutine mem_da_check + !> @brief Create a array with unique first components from all memory paths. !! Only the first component of the memory path is evaluated. !< diff --git a/src/meson.build b/src/meson.build index beb5a53dd0f..440072651e3 100644 --- a/src/meson.build +++ b/src/meson.build @@ -349,7 +349,7 @@ modflow_sources = files( 'Utilities' / 'Idm' / 'netcdf' / 'NCFileVars.f90', 'Utilities' / 'Matrix' / 'MatrixBase.f90', 'Utilities' / 'Matrix' / 'SparseMatrix.f90', - 'Utilities' / 'Memory' / 'Memory.f90', + 'Utilities' / 'Memory' / 'Memory.F90', 'Utilities' / 'Memory' / 'MemoryHelper.f90', 'Utilities' / 'Memory' / 'MemoryContainerIterator.f90', 'Utilities' / 'Memory' / 'MemoryStore.f90', diff --git a/utils/mf5to6/msvs/mf5to6.vfproj b/utils/mf5to6/msvs/mf5to6.vfproj index 1d2c110b6a9..ec4d6f0eab0 100644 --- a/utils/mf5to6/msvs/mf5to6.vfproj +++ b/utils/mf5to6/msvs/mf5to6.vfproj @@ -82,7 +82,7 @@ - + diff --git a/utils/mf5to6/pymake/extrafiles.txt b/utils/mf5to6/pymake/extrafiles.txt index 34533a24d27..a371e9d8a9a 100644 --- a/utils/mf5to6/pymake/extrafiles.txt +++ b/utils/mf5to6/pymake/extrafiles.txt @@ -1,4 +1,4 @@ -../../../src/Utilities/Memory/Memory.f90 +../../../src/Utilities/Memory/Memory.F90 ../../../src/Utilities/Memory/MemoryContainerIterator.f90 ../../../src/Utilities/Memory/MemoryHelper.f90 ../../../src/Utilities/Memory/MemoryManager.f90 From 608bce5eca49f812f1e4942030aaa8b48d9d57cd Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Fri, 31 Jan 2025 07:37:30 -0600 Subject: [PATCH 46/70] docs(ist): indicate sorption in IST and MST must be same (#2181) --- doc/mf6io/mf6ivar/dfn/gwt-ist.dfn | 2 +- src/Model/GroundWaterTransport/gwt-ist.f90 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mf6io/mf6ivar/dfn/gwt-ist.dfn b/doc/mf6io/mf6ivar/dfn/gwt-ist.dfn index 77b10f01c06..c9fff6583d7 100644 --- a/doc/mf6io/mf6ivar/dfn/gwt-ist.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwt-ist.dfn @@ -92,7 +92,7 @@ valid linear freundlich langmuir reader urword optional true longname activate sorption -description is a text keyword to indicate that sorption will be activated. Valid sorption options include LINEAR, FREUNDLICH, and LANGMUIR. Use of this keyword requires that BULK\_DENSITY and DISTCOEF are specified in the GRIDDATA block. If sorption is specified as FREUNDLICH or LANGMUIR then SP2 is also required in the GRIDDATA block. +description is a text keyword to indicate that sorption will be activated. Valid sorption options include LINEAR, FREUNDLICH, and LANGMUIR. Use of this keyword requires that BULK\_DENSITY and DISTCOEF are specified in the GRIDDATA block. If sorption is specified as FREUNDLICH or LANGMUIR then SP2 is also required in the GRIDDATA block. The sorption option must be consistent with the sorption option specified in the MST Package or the program will terminate with an error. block options name first_order_decay diff --git a/src/Model/GroundWaterTransport/gwt-ist.f90 b/src/Model/GroundWaterTransport/gwt-ist.f90 index 55d05fcdeaa..3da2d4e1583 100644 --- a/src/Model/GroundWaterTransport/gwt-ist.f90 +++ b/src/Model/GroundWaterTransport/gwt-ist.f90 @@ -201,11 +201,11 @@ subroutine ist_ar(this) &Packages.') end if if (this%isrb /= this%mst%isrb) then - call store_error('Sorption is active for the IST Package but it is not & - &compatible with the sorption option selected for the MST Package. & - &If sorption is active for the IST Package, then the same type of & - &sorption (LINEAR, FREUNDLICH, or LANGMUIR) must & - &be specified in the options block of the MST Package.') + call store_error('SORPTION must be activated consistently between the & + &MST and IST Packages. Activate or deactivate SORPTION for both & + &Packages. If activated, the same type of sorption (LINEAR, & + &FREUNDLICH, or LANGMUIR) must be specified in the options block of & + &both the MST and IST Packages.') end if if (count_errors() > 0) then call this%parser%StoreErrorUnit() From 42cdc58ed826318870f3a94a982a87c993a11bb0 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 31 Jan 2025 13:18:18 -0500 Subject: [PATCH 47/70] fix(prt): fix fpe by constraining local z coord to unit interval (#2183) In the generalized particle tracking method, a local Z coordinate could be calculated to fall slightly outside of the unit interval due to numerical imprecision. This could cause the vertical travel time calculation to fail with a floating point exception. Constrain the local Z coordinate to the unit interval to prevent this. --- doc/ReleaseNotes/develop.tex | 1 + src/Solution/ParticleTracker/MethodSubcellTernary.f90 | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index c268269bc48..f772dc4f001 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -25,6 +25,7 @@ \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. \item The PRT Model did not previously report all expected tracking events. In particular, time step end and termination events could go unreported with the DRY\_TRACKING\_METHOD options DROP and STAY (only relevant for Newton formulation models), and termination events were not always reported at the end of the simulation. Reporting has been corrected for the cases identified. + \item In the generalized particle tracking method, a local Z coordinate could be calculated to fall slightly outside of the unit interval due to numerical imprecision. This could cause the vertical travel time calculation to fail with a floating point exception. Constrain the local Z coordinate to the unit interval to prevent this. \item A profiling module is added for more enhanced performance diagnostics of the program. It can be activated through the PROFILE\_OPTION in the simulation name file. \end{itemize} diff --git a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 index 3c35883d9a2..fb2e926b0ae 100644 --- a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 @@ -187,8 +187,14 @@ subroutine track_subcell(this, subcell, particle, tmax) call clamp_bary(alpi, beti, gami, pad=DSAME * DEP3) ! Do calculations related to the analytical z solution. - ! todo: just once for each cell? store at cell-level? + ! (TODO: just once for each cell? store at cell-level?) + ! Clamp the relative z coordinate to the unit interval. zirel = (zi - zbot) / dz + if (zirel > DONE) then + zirel = DONE + else + zirel = DZERO + end if call calculate_dt(vzbot, vztop, dz, zirel, vzi, & az, dtexitz, izstatus, & itopbotexit) From c9e89b64953a3476d18cb88b36e80d77759d6e5b Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 31 Jan 2025 14:44:39 -0500 Subject: [PATCH 48/70] fix(utl-hpc.dfn): fix flopy subpackage metadata (#2182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think the final term here should be hpc_data, to follow the convention used for other subpackages and produce the generated files as they currently appear in flopy — at least assuming the same code is to handle all subpackages. Seems like there is inconsistent handling currently, depending whether they are attached to simulation or to a model or package. --- doc/mf6io/mf6ivar/dfn/utl-hpc.dfn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/mf6ivar/dfn/utl-hpc.dfn b/doc/mf6io/mf6ivar/dfn/utl-hpc.dfn index 378fe77d060..61ee61d78cc 100644 --- a/doc/mf6io/mf6ivar/dfn/utl-hpc.dfn +++ b/doc/mf6io/mf6ivar/dfn/utl-hpc.dfn @@ -1,5 +1,5 @@ # --------------------- sim hpc options --------------------- -# flopy subpackage hpc_filerecord hpc hpc_data hpc +# flopy subpackage hpc_filerecord hpc hpc_data hpc_data # flopy parent_name_type parent_package MFSimulation block options From 8414eb654ff9c79ca9c67bdbc17bb33f23d47129 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Fri, 31 Jan 2025 11:49:51 -0800 Subject: [PATCH 49/70] fix(gwe-est): add support for energy decay in the solid phase (#2155) * fix(gwe-est): add support for energy decay in the solid phase * different implementation of new variable idcytype * rename variable to something more indicative of what it is doing * Set a tolerance for value comparisons to 1e-10 * add latex escape character before underscores * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930711610 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930697941 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930666834 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930616915 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930623176 * Fix unused variable error * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930609444 * Fixed for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930649875 * New test in response to https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1930582264 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1935834832 * Adjustments applied in response to https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1935842327 and https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1935846602 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1935989639 * Fix for review comment https://github.com/MODFLOW-USGS/modflow6/pull/2155#discussion_r1937356433 --- autotest/test_gwe_decay01.py | 184 +++++++++ autotest/test_gwe_decay02.py | 163 ++++++++ doc/ReleaseNotes/develop.tex | 1 + doc/mf6io/mf6ivar/dfn/gwe-est.dfn | 28 +- src/Model/GroundWaterEnergy/gwe-est.f90 | 433 +++++++++++++-------- src/Model/GroundWaterTransport/gwt-mst.f90 | 1 - 6 files changed, 651 insertions(+), 159 deletions(-) create mode 100644 autotest/test_gwe_decay01.py create mode 100644 autotest/test_gwe_decay02.py diff --git a/autotest/test_gwe_decay01.py b/autotest/test_gwe_decay01.py new file mode 100644 index 00000000000..c2e324d1e5e --- /dev/null +++ b/autotest/test_gwe_decay01.py @@ -0,0 +1,184 @@ +""" +Test problem for decay of energy in EST package of GWE. Uses a single-cell +model. Test contributed by Cas Neyens. +""" + +# Imports + +import flopy +import numpy as np +import pytest +from framework import TestFramework + +# Base simulation and model name and workspace + +cases = ["decay-aqe", "decay-sld", "decay-both"] + +# Model units +length_units = "meters" +time_units = "seconds" + +rho_w = 1000 # kg/m^3 +rho_s = 2500 # kg/m^3 +n = 0.2 # - +gamma_w = -1000 # J/s/m^3, arbitrary value for zero-order aqueous heat production +gamma_s = -0.1 # J/s/kg, arbitrary value for zero-order solid heat production +c_w = 4000 # J/kg/degC +c_s = 1000 # J/kg/decC +T0 = 0 # degC + +nrow = 1 +ncol = 1 +nlay = 1 +delr = 1 # m +delc = 1 # m +top = 1 # m +botm = 0 # m + +perlen = 86400 # s +nstp = 20 + +parameters = { + # aqueous + "decay-aqe": { + "zero_order_decay_water": True, + "zero_order_decay_solid": False, + "decay_water": gamma_w, + "decay_solid": gamma_s, + }, + # solid + "decay-sld": { + "zero_order_decay_water": False, + "zero_order_decay_solid": True, + "decay_water": gamma_w, + "decay_solid": gamma_s, + }, + # combined + "decay-both": { + "zero_order_decay_water": True, + "zero_order_decay_solid": True, + "decay_water": gamma_w, + "decay_solid": gamma_s, + }, +} + + +def temp_z_decay(t, rho_w, rho_s, c_w, c_s, gamma_w, gamma_s, n, T0): + t = np.atleast_1d(t) + coeff = (-gamma_w * n - gamma_s * (1 - n) * rho_s) / ( + rho_w * c_w * n + rho_s * c_s * (1 - n) + ) + return coeff * t + T0 + + +def build_models(idx, test): + # Base MF6 GWF model type + ws = test.workspace + name = cases[idx] + gwename = "gwe-" + name + + decay_kwargs = parameters[name] + + print(f"Building MF6 model...{name}") + + sim = flopy.mf6.MFSimulation( + sim_name="heat", + sim_ws=ws, + exe_name="mf6", + version="mf6", + ) + tdis = flopy.mf6.ModflowTdis(sim, nper=1, perioddata=[(perlen, nstp, 1.0)]) + ims = flopy.mf6.ModflowIms( + sim, complexity="SIMPLE", inner_dvclose=0.001 + ) # T can not become negative in this model + + gwe = flopy.mf6.ModflowGwe( + sim, + modelname=gwename, + save_flows=True, + model_nam_file=f"{gwename}.nam", + ) + dis = flopy.mf6.ModflowGwedis( + gwe, nrow=nrow, ncol=ncol, nlay=nlay, delr=delr, delc=delc, top=top, botm=botm + ) + ic = flopy.mf6.ModflowGweic(gwe, strt=T0) + est = flopy.mf6.ModflowGweest( + gwe, + zero_order_decay_water=decay_kwargs["zero_order_decay_water"], + zero_order_decay_solid=decay_kwargs["zero_order_decay_solid"], + density_water=rho_w, + density_solid=rho_s, + heat_capacity_water=c_w, + heat_capacity_solid=c_s, + porosity=n, + decay_water=decay_kwargs["decay_water"], + decay_solid=decay_kwargs["decay_solid"], + ) + + oc = flopy.mf6.ModflowGweoc( + gwe, + budget_filerecord=f"{gwe.name}.bud", + temperature_filerecord=f"{gwe.name}.ucn", + printrecord=[("BUDGET", "ALL"), ("TEMPERATURE", "ALL")], + saverecord=[("BUDGET", "ALL"), ("TEMPERATURE", "ALL")], + ) + + return sim, None + + +def check_output(idx, test): + print("evaluating results...") + msg = ( + "Differences detected between the simulated results for zeroth-order " + "energy decay and the expected solution for decay specified in " + ) + msg0 = msg + "the aqueous phase." + msg1 = msg + "the solid phase." + msg2 = msg + "both the aqueous and solid phases." + + # read transport results from GWE model + name = cases[idx] + gwename = "gwe-" + name + + # Get the MF6 temperature output + sim = test.sims[0] + gwe = sim.get_model(gwename) + temp_ts = gwe.output.temperature().get_ts((0, 0, 0)) + t = temp_ts[:, 0] + + temp_analy_w = temp_z_decay( + t, rho_w, rho_s, c_w, c_s, gamma_w, 0, n, T0 + ) # aqueous decay only + temp_analy_s = temp_z_decay( + t, rho_w, rho_s, c_w, c_s, 0, gamma_s, n, T0 + ) # aqueous decay only + temp_analy_ws = temp_z_decay( + t, rho_w, rho_s, c_w, c_s, gamma_w, gamma_s, n, T0 + ) # aqueous + solid decay + + print("temperature evaluation: " + str(temp_analy_w)) + + if "aqe" in name: + assert np.isclose(temp_ts[-1, 1], temp_analy_w[-1], atol=1e-10), msg0 + + if "sld" in name: + assert np.isclose(temp_ts[-1, 1], temp_analy_s[-1], atol=1e-10), msg1 + + if "both" in name: + assert np.isclose(temp_ts[-1, 1], temp_analy_ws[-1], atol=1e-10), msg2 + + +# - No need to change any code below +@pytest.mark.parametrize( + "idx, name", + list(enumerate(cases)), +) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + targets=targets, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + ) + test.run() diff --git a/autotest/test_gwe_decay02.py b/autotest/test_gwe_decay02.py new file mode 100644 index 00000000000..35e2e2c12dd --- /dev/null +++ b/autotest/test_gwe_decay02.py @@ -0,0 +1,163 @@ +""" +Test problem for decay of energy in EST package of GWE. Compares energy loss +to that of an ESL boundary +""" + +# Imports + +import flopy +import numpy as np +import pytest +from framework import TestFramework + +# Base simulation and model name and workspace + +cases = ["decay"] + +# Model units +length_units = "meters" +time_units = "seconds" + +rho_w = 1000 # kg/m^3 +rho_s = 2500 # kg/m^3 +n = 0.2 # - +gamma_w = -1000 # J/s/m^3, arbitrary value for zero-order aqueous heat production +gamma_s = -0.1 # J/s/kg, arbitrary value for zero-order solid heat production +c_w = 4000 # J/kg/degC +c_s = 1000 # J/kg/decC +T0 = 0 # degC + +nrow = 1 +ncol = 1 +nlay = 1 +delr = 1 # m +delc = 1 # m +top = 1 # m +botm = 0 # m + +perlen = 86400 # s +nstp = 20 + + +def add_gwe(sim, gwename, add_esl=False): + gwe = flopy.mf6.ModflowGwe( + sim, + modelname=gwename, + save_flows=True, + model_nam_file=f"{gwename}.nam", + ) + dis = flopy.mf6.ModflowGwedis( + gwe, nrow=nrow, ncol=ncol, nlay=nlay, delr=delr, delc=delc, top=top, botm=botm + ) + ic = flopy.mf6.ModflowGweic(gwe, strt=T0) + if not add_esl: + zero_order_decay_water = True + zero_order_decay_solid = True + else: + zero_order_decay_water = False + zero_order_decay_solid = False + + esl_amt = n * gamma_w + (1 - n) * gamma_s * rho_s + esl_spd = { + 0: [[(0, 0, 0), -esl_amt]], + } + esl = flopy.mf6.ModflowGweesl( + gwe, + stress_period_data=esl_spd, + pname="ESL", + filename=f"{gwename}.esl", + ) + + est = flopy.mf6.ModflowGweest( + gwe, + zero_order_decay_water=zero_order_decay_water, + zero_order_decay_solid=zero_order_decay_solid, + density_water=rho_w, + density_solid=rho_s, + heat_capacity_water=c_w, + heat_capacity_solid=c_s, + porosity=n, + decay_water=gamma_w, + decay_solid=gamma_s, + ) + + oc = flopy.mf6.ModflowGweoc( + gwe, + budget_filerecord=f"{gwe.name}.bud", + temperature_filerecord=f"{gwe.name}.ucn", + printrecord=[("BUDGET", "ALL"), ("TEMPERATURE", "ALL")], + saverecord=[("BUDGET", "ALL"), ("TEMPERATURE", "ALL")], + ) + + return sim + + +def build_models(idx, test): + # Base MF6 GWF model type + ws = test.workspace + name = cases[idx] + gwename = "gwe-" + name + + print(f"Building MF6 model...{name}") + + sim = flopy.mf6.MFSimulation( + sim_name="heat", + sim_ws=ws, + exe_name="mf6", + version="mf6", + ) + tdis = flopy.mf6.ModflowTdis(sim, nper=1, perioddata=[(perlen, nstp, 1.0)]) + ims = flopy.mf6.ModflowIms( + sim, complexity="SIMPLE", inner_dvclose=0.001 + ) # T can not become negative in this model + + # add first GWE model + sim = add_gwe(sim, gwename + "-1", add_esl=False) + # add second GWE model + sim = add_gwe(sim, gwename + "-2", add_esl=True) + + return sim, None + + +def check_output(idx, test): + print("evaluating results...") + ws = test.workspace + + msg = ( + "Differences detected between the simulated results for zeroth-order " + "energy decay and the ESL Package. The respective approaches are " + "expected to give the same answer." + ) + + # read transport results from GWE model + name = cases[idx] + gwename1 = "gwe-" + name + "-1" + gwename2 = "gwe-" + name + "-2" + + # Get the MF6 temperature output + sim = test.sims[0] + gwe1 = sim.get_model(gwename1) + temp_ts1 = gwe1.output.temperature().get_ts((0, 0, 0)) + t1 = temp_ts1[:, 0] + + gwe2 = sim.get_model(gwename2) + temp_ts2 = gwe2.output.temperature().get_ts((0, 0, 0)) + t2 = temp_ts2[:, 0] + + assert np.isclose(temp_ts1[-1, 1], temp_ts2[-1, 1], atol=1e-10), msg + + +# - No need to change any code below +@pytest.mark.parametrize( + "idx, name", + list(enumerate(cases)), +) +def test_mf6model(idx, name, function_tmpdir, targets): + test = TestFramework( + name=name, + workspace=function_tmpdir, + targets=targets, + build=lambda t: build_models(idx, t), + check=lambda t: check_output(idx, t), + ) + test.run() diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index f772dc4f001..b11836957f4 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -27,6 +27,7 @@ \item The PRT Model did not previously report all expected tracking events. In particular, time step end and termination events could go unreported with the DRY\_TRACKING\_METHOD options DROP and STAY (only relevant for Newton formulation models), and termination events were not always reported at the end of the simulation. Reporting has been corrected for the cases identified. \item In the generalized particle tracking method, a local Z coordinate could be calculated to fall slightly outside of the unit interval due to numerical imprecision. This could cause the vertical travel time calculation to fail with a floating point exception. Constrain the local Z coordinate to the unit interval to prevent this. \item A profiling module is added for more enhanced performance diagnostics of the program. It can be activated through the PROFILE\_OPTION in the simulation name file. + \item Energy decay in the solid phase was added to the EST Package. This capability is described in the Supplemental Technical Information document, but no actual support was provided in the source code. Users can now specify distinct zeroth-order decay rates in either the aqueous or solid phases. \end{itemize} \underline{INTERNAL FLOW PACKAGES} diff --git a/doc/mf6io/mf6ivar/dfn/gwe-est.dfn b/doc/mf6io/mf6ivar/dfn/gwe-est.dfn index 283900bd6b2..c975ab0d424 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-est.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-est.dfn @@ -9,12 +9,20 @@ longname save calculated flows to budget file description REPLACE save_flows {'{#1}': 'EST'} block options -name zero_order_decay +name zero_order_decay_water type keyword reader urword optional true -longname activate zero-order decay -description is a text keyword to indicate that zero-order decay will occur. Use of this keyword requires that DECAY is specified in the GRIDDATA block. +longname activate zero-order decay in aqueous phase +description is a text keyword to indicate that zero-order decay will occur in the aqueous phase. That is, decay occurs in the water and is a rate per volume of water only, not per volume of aquifer (i.e., grid cell). Use of this keyword requires that DECAY\_WATER is specified in the GRIDDATA block. + +block options +name zero_order_decay_solid +type keyword +reader urword +optional true +longname activate zero-order decay in solid phase +description is a text keyword to indicate that zero-order decay will occur in the solid phase. That is, decay occurs in the solid and is a rate per mass (not volume) of solid only. Use of this keyword requires that DECAY\_SOLID is specified in the GRIDDATA block. block options name density_water @@ -58,14 +66,24 @@ longname porosity description is the mobile domain porosity, defined as the mobile domain pore volume per mobile domain volume. The GWE model does not support the concept of an immobile domain in the context of heat transport. block griddata -name decay +name decay_water type double precision shape (nodes) reader readarray layered true optional true longname aqueous phase decay rate coefficient -description is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of decay for zero-order decay is energy per length cubed per time. Zero-order decay will have no effect on simulation results unless zero-order decay is specified in the options block. +description is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of zero-order decay in the aqueous phase are energy per length cubed (volume of water) per time. Zero-order decay in the aqueous phase will have no effect on simulation results unless ZERO\_ORDER\_DECAY\_WATER is specified in the options block. + +block griddata +name decay_solid +type double precision +shape (nodes) +reader readarray +layered true +optional true +longname solid phase decay rate coefficient +description is the rate coefficient for zero-order decay for the solid phase. A negative value indicates heat (energy) production. The dimensions of zero-order decay in the solid phase are energy per mass of solid per time. Zero-order decay in the solid phase will have no effect on simulation results unless ZERO\_ORDER\_DECAY\_SOLID is specified in the options block. block griddata name heat_capacity_solid diff --git a/src/Model/GroundWaterEnergy/gwe-est.f90 b/src/Model/GroundWaterEnergy/gwe-est.f90 index 4f6d3d27db2..cd5e4356e62 100644 --- a/src/Model/GroundWaterEnergy/gwe-est.f90 +++ b/src/Model/GroundWaterEnergy/gwe-est.f90 @@ -13,7 +13,7 @@ module GweEstModule use KindModule, only: DP, I4B - use ConstantsModule, only: DONE, DZERO, DTWO, DHALF, LENBUDTXT, DEP3 + use ConstantsModule, only: DONE, IZERO, DZERO, DTWO, DHALF, LENBUDTXT, DEP3 use SimVariablesModule, only: errmsg, warnmsg use SimModule, only: store_error, count_errors, & store_warning @@ -27,9 +27,19 @@ module GweEstModule public :: GweEstType public :: est_cr ! - integer(I4B), parameter :: NBDITEMS = 2 + integer(I4B), parameter :: NBDITEMS = 3 character(len=LENBUDTXT), dimension(NBDITEMS) :: budtxt - data budtxt/' STORAGE-CELLBLK', ' DECAY-AQUEOUS'/ + data budtxt/' STORAGE-CELLBLK', ' DECAY-AQUEOUS', ' DECAY-SOLID'/ + + !> @brief Enumerator that defines the decay options + !< + ENUM, BIND(C) + ENUMERATOR :: DECAY_OFF = 0 !< Decay (or production) of thermal energy inactive (default) + ENUMERATOR :: DECAY_ZERO_ORDER = 2 !< Zeroth-order decay + ENUMERATOR :: DECAY_WATER = 1 !< Zeroth-order decay in water only + ENUMERATOR :: DECAY_SOLID = 2 !< Zeroth-order decay in solid only + ENUMERATOR :: DECAY_BOTH = 3 !< Zeroth-order decay in water and solid + END ENUM !> @ brief Energy storage and transfer !! @@ -47,10 +57,14 @@ module GweEstModule real(DP), dimension(:), pointer, contiguous :: ratesto => null() !< rate of energy storage ! ! -- decay - integer(I4B), pointer :: idcy => null() !< order of decay rate (0:none, 1:first, 2:zero) - real(DP), dimension(:), pointer, contiguous :: decay => null() !< first or zero order decay rate (aqueous) - real(DP), dimension(:), pointer, contiguous :: ratedcy => null() !< rate of decay - real(DP), dimension(:), pointer, contiguous :: decaylast => null() !< decay rate used for last iteration (needed for zero order decay) + integer(I4B), pointer :: idcy => null() !< order of decay rate (0:none, 1:first, 2:zero (aqueous and/or solid)) + integer(I4B), pointer :: idcysrc => null() !< decay source (or sink) (1: aqueous only, 2: solid only, 3: both phases + real(DP), dimension(:), pointer, contiguous :: decay_water => null() !< first or zero order decay rate (aqueous) + real(DP), dimension(:), pointer, contiguous :: decay_solid => null() !< first or zero order decay rate (solid) + real(DP), dimension(:), pointer, contiguous :: ratedcyw => null() !< rate of decay in aqueous phase + real(DP), dimension(:), pointer, contiguous :: ratedcys => null() !< rate of decay in solid phase + real(DP), dimension(:), pointer, contiguous :: decaylastw => null() !< aqueous phase decay rate used for last iteration (needed for zero order decay) + real(DP), dimension(:), pointer, contiguous :: decaylasts => null() !< solid phase decay rate used for last iteration (needed for zero order decay) ! ! -- misc integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to model ibound @@ -63,10 +77,12 @@ module GweEstModule procedure :: est_ar procedure :: est_fc procedure :: est_fc_sto - procedure :: est_fc_dcy + procedure :: est_fc_dcy_water + procedure :: est_fc_dcy_solid procedure :: est_cq procedure :: est_cq_sto procedure :: est_cq_dcy + procedure :: est_cq_dcy_solid procedure :: est_bd procedure :: est_ot_flow procedure :: est_da @@ -156,7 +172,6 @@ end subroutine est_ar !< subroutine est_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & rhs, kiter) - ! -- modules ! -- dummy class(GweEstType) :: this !< GweEstType object integer, intent(in) :: nodes !< number of nodes @@ -167,15 +182,16 @@ subroutine est_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & real(DP), intent(inout), dimension(nodes) :: rhs !< right-hand side vector for model real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step integer(I4B), intent(in) :: kiter !< solution outer iteration number - ! -- local ! ! -- storage contribution call this%est_fc_sto(nodes, cold, nja, matrix_sln, idxglo, rhs) ! ! -- decay contribution - if (this%idcy /= 0) then - call this%est_fc_dcy(nodes, cold, cnew, nja, matrix_sln, idxglo, & - rhs, kiter) + if (this%idcy == DECAY_ZERO_ORDER) then + call this%est_fc_dcy_water(nodes, cold, cnew, nja, matrix_sln, idxglo, & + rhs, kiter) + call this%est_fc_dcy_solid(nodes, cold, nja, matrix_sln, idxglo, rhs, & + cnew, kiter) end if end subroutine est_fc @@ -231,10 +247,8 @@ end subroutine est_fc_sto !! !! Method to calculate and fill decay coefficients for the package. !< - subroutine est_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & - idxglo, rhs, kiter) - ! -- modules - use TdisModule, only: delt + subroutine est_fc_dcy_water(this, nodes, cold, cnew, nja, matrix_sln, & + idxglo, rhs, kiter) ! -- dummy class(GweEstType) :: this !< GweEstType object integer, intent(in) :: nodes !< number of nodes @@ -246,8 +260,8 @@ subroutine est_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & real(DP), intent(inout), dimension(nodes) :: rhs !< right-hand side vector for model integer(I4B), intent(in) :: kiter !< solution outer iteration number ! -- local - integer(I4B) :: n, idiag - real(DP) :: hhcof, rrhs + integer(I4B) :: n + real(DP) :: rrhs real(DP) :: swtpdt real(DP) :: vcell real(DP) :: decay_rate @@ -262,37 +276,75 @@ subroutine est_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & vcell = this%dis%area(n) * (this%dis%top(n) - this%dis%bot(n)) swtpdt = this%fmi%gwfsat(n) ! - ! -- add decay rate terms to accumulators - idiag = this%dis%con%ia(n) - if (this%idcy == 1) then + ! -- add zero-order decay rate terms to accumulators + if (this%idcy == DECAY_ZERO_ORDER .and. (this%idcysrc == DECAY_WATER .or. & + this%idcysrc == DECAY_BOTH)) then ! - ! -- first order decay rate is a function of temperature, so add ! note: May want to remove first-order decay for temperature and support only zero-order - ! to left hand side - hhcof = -this%decay(n) * vcell * swtpdt * this%porosity(n) & - * this%eqnsclfac - call matrix_sln%add_value_pos(idxglo(idiag), hhcof) - elseif (this%idcy == 2) then - ! - ! -- Call function to get zero-order decay rate, which may be changed - ! from the user-specified rate to prevent negative temperatures ! Important note: still need to think through negative temps - decay_rate = get_zero_order_decay(this%decay(n), this%decaylast(n), & - kiter, cold(n), cnew(n), delt) + decay_rate = this%decay_water(n) ! -- This term does get divided by eqnsclfac for fc purposes because it ! should start out being a rate of energy - this%decaylast(n) = decay_rate + this%decaylastw(n) = decay_rate rrhs = decay_rate * vcell * swtpdt * this%porosity(n) rhs(n) = rhs(n) + rrhs end if ! end do - end subroutine est_fc_dcy + end subroutine est_fc_dcy_water + + !> @ brief Fill solid decay coefficient method for package + !! + !! Method to calculate and fill energy decay coefficients for the solid phase. + !< + subroutine est_fc_dcy_solid(this, nodes, cold, nja, matrix_sln, idxglo, & + rhs, cnew, kiter) + ! -- dummy + class(GweEstType) :: this !< GwtMstType object + integer, intent(in) :: nodes !< number of nodes + real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step + integer(I4B), intent(in) :: nja !< number of GWE connections + class(MatrixBaseType), pointer :: matrix_sln !< solution coefficient matrix + integer(I4B), intent(in), dimension(nja) :: idxglo !< mapping vector for model (local) to solution (global) + real(DP), intent(inout), dimension(nodes) :: rhs !< right-hand side vector for model + real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step + integer(I4B), intent(in) :: kiter !< solution outer iteration number + ! -- local + integer(I4B) :: n + real(DP) :: rrhs + real(DP) :: vcell + real(DP) :: decay_rate + ! + ! -- loop through and calculate sorption contribution to hcof and rhs + do n = 1, this%dis%nodes + ! + ! -- skip if transport inactive + if (this%ibound(n) <= 0) cycle + ! + ! -- set variables + rrhs = DZERO + vcell = this%dis%area(n) * (this%dis%top(n) - this%dis%bot(n)) + ! + ! -- account for zero-order decay rate terms in rhs + if (this%idcy == DECAY_ZERO_ORDER .and. (this%idcysrc == DECAY_SOLID .or. & + this%idcysrc == DECAY_BOTH)) then + ! + ! -- negative temps are currently not checked for or prevented since a + ! user can define a temperature scale of their own choosing. if + ! negative temps result from the specified zero-order decay value, + ! it is up to the user to decide if the calculated temperatures are + ! acceptable + decay_rate = this%decay_solid(n) + this%decaylasts(n) = decay_rate + rrhs = decay_rate * vcell * (1 - this%porosity(n)) * this%rhos(n) + rhs(n) = rhs(n) + rrhs + end if + end do + end subroutine est_fc_dcy_solid !> @ brief Calculate flows for package !! !! Method to calculate flows for the package. !< subroutine est_cq(this, nodes, cnew, cold, flowja) - ! -- modules ! -- dummy class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes @@ -305,8 +357,13 @@ subroutine est_cq(this, nodes, cnew, cold, flowja) call this%est_cq_sto(nodes, cnew, cold, flowja) ! ! -- decay - if (this%idcy /= 0) then - call this%est_cq_dcy(nodes, cnew, cold, flowja) + if (this%idcy == DECAY_ZERO_ORDER) then + if (this%idcysrc == DECAY_WATER .or. this%idcysrc == DECAY_BOTH) then + call this%est_cq_dcy(nodes, cnew, cold, flowja) + end if + if (this%idcysrc == DECAY_SOLID .or. this%idcysrc == DECAY_BOTH) then + call this%est_cq_dcy_solid(nodes, cnew, cold, flowja) + end if end if end subroutine est_cq @@ -362,13 +419,11 @@ subroutine est_cq_sto(this, nodes, cnew, cold, flowja) end do end subroutine est_cq_sto - !> @ brief Calculate decay terms for package + !> @ brief Calculate decay terms for aqueous phase !! - !! Method to calculate decay terms for the package. + !! Method to calculate decay terms for the aqueous phase. !< - subroutine est_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this handles only decay in water; need to add zero-order (but not first-order?) decay in solid - ! -- modules - use TdisModule, only: delt + subroutine est_cq_dcy(this, nodes, cnew, cold, flowja) ! -- dummy class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes @@ -384,13 +439,11 @@ subroutine est_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this ha real(DP) :: vcell real(DP) :: decay_rate ! - ! -- initialize - ! ! -- Calculate decay change do n = 1, nodes ! ! -- skip if transport inactive - this%ratedcy(n) = DZERO + this%ratedcyw(n) = DZERO if (this%ibound(n) <= 0) cycle ! ! -- calculate new and old water volumes @@ -401,22 +454,71 @@ subroutine est_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this ha rate = DZERO hhcof = DZERO rrhs = DZERO - if (this%idcy == 1) then ! Important note: do we need/want first-order decay for temperature??? - hhcof = -this%decay(n) * vcell * swtpdt * this%porosity(n) & - * this%eqnsclfac - elseif (this%idcy == 2) then - decay_rate = get_zero_order_decay(this%decay(n), this%decaylast(n), & - 0, cold(n), cnew(n), delt) - rrhs = decay_rate * vcell * swtpdt * this%porosity(n) ! Important note: this term does NOT get multiplied by eqnsclfac for cq purposes because it should already be a rate of energy + ! -- zero order decay aqueous phase + if (this%idcy == DECAY_ZERO_ORDER .and. & + (this%idcysrc == DECAY_WATER .or. this%idcysrc == DECAY_BOTH)) then + decay_rate = this%decay_water(n) + ! -- this term does NOT get multiplied by eqnsclfac for cq purposes + ! because it should already be a rate of energy + rrhs = decay_rate * vcell * swtpdt * this%porosity(n) end if rate = hhcof * cnew(n) - rrhs - this%ratedcy(n) = rate + this%ratedcyw(n) = rate idiag = this%dis%con%ia(n) flowja(idiag) = flowja(idiag) + rate ! end do end subroutine est_cq_dcy + !> @ brief Calculate decay terms for solid phase + !! + !! Method to calculate decay terms for the solid phase. + !< + subroutine est_cq_dcy_solid(this, nodes, cnew, cold, flowja) + ! -- dummy + class(GweEstType) :: this !< GweEstType object + integer(I4B), intent(in) :: nodes !< number of nodes + real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step + real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step + real(DP), dimension(:), contiguous, intent(inout) :: flowja !< flow between two connected control volumes + ! -- local + integer(I4B) :: n + integer(I4B) :: idiag + real(DP) :: rate + real(DP) :: hhcof, rrhs + real(DP) :: vcell + real(DP) :: decay_rate + ! + ! -- Calculate decay change + do n = 1, nodes + ! + ! -- skip if transport inactive + this%ratedcys(n) = DZERO + if (this%ibound(n) <= 0) cycle + ! + ! -- calculate new and old water volumes + vcell = this%dis%area(n) * (this%dis%top(n) - this%dis%bot(n)) + ! + ! -- calculate decay gains and losses + rate = DZERO + hhcof = DZERO + rrhs = DZERO + ! -- first-order decay (idcy=1) is not supported for temperature modeling + if (this%idcy == DECAY_ZERO_ORDER .and. & + (this%idcysrc == DECAY_SOLID .or. this%idcysrc == DECAY_BOTH)) then ! zero order decay in the solid phase + decay_rate = this%decay_solid(n) + ! -- this term does NOT get multiplied by eqnsclfac for cq purposes + ! because it should already be a rate of energy + rrhs = decay_rate * vcell * (1 - this%porosity(n)) * this%rhos(n) + end if + rate = hhcof * cnew(n) - rrhs + this%ratedcys(n) = rate + idiag = this%dis%con%ia(n) + flowja(idiag) = flowja(idiag) + rate + ! + end do + end subroutine est_cq_dcy_solid + !> @ brief Calculate budget terms for package !! !! Method to calculate budget terms for the package. @@ -439,10 +541,19 @@ subroutine est_bd(this, isuppress_output, model_budget) isuppress_output, rowlabel=this%packName) ! ! -- dcy - if (this%idcy /= 0) then - call rate_accumulator(this%ratedcy, rin, rout) - call model_budget%addentry(rin, rout, delt, budtxt(2), & - isuppress_output, rowlabel=this%packName) + if (this%idcy == DECAY_ZERO_ORDER) then + if (this%idcysrc == DECAY_WATER .or. this%idcysrc == DECAY_BOTH) then + ! -- aqueous phase + call rate_accumulator(this%ratedcyw, rin, rout) + call model_budget%addentry(rin, rout, delt, budtxt(2), & + isuppress_output, rowlabel=this%packName) + end if + if (this%idcysrc == DECAY_SOLID .or. this%idcysrc == DECAY_BOTH) then + ! -- solid phase + call rate_accumulator(this%ratedcys, rin, rout) + call model_budget%addentry(rin, rout, delt, budtxt(3), & + isuppress_output, rowlabel=this%packName) + end if end if end subroutine est_bd @@ -457,7 +568,6 @@ subroutine est_ot_flow(this, icbcfl, icbcun) integer(I4B), intent(in) :: icbcun !< flag indication if cell-by-cell data should be saved ! -- local integer(I4B) :: ibinun - !character(len=16), dimension(2) :: aname integer(I4B) :: iprint, nvaluesp, nwidthp character(len=1) :: cdatafmp = ' ', editdesc = ' ' real(DP) :: dinact @@ -483,10 +593,20 @@ subroutine est_ot_flow(this, icbcfl, icbcun) nwidthp, editdesc, dinact) ! ! -- dcy - if (this%idcy /= 0) & - call this%dis%record_array(this%ratedcy, this%iout, iprint, -ibinun, & - budtxt(2), cdatafmp, nvaluesp, & - nwidthp, editdesc, dinact) + if (this%idcy == DECAY_ZERO_ORDER) then + if (this%idcysrc == DECAY_WATER .or. this%idcysrc == DECAY_BOTH) then + ! -- aqueous phase + call this%dis%record_array(this%ratedcyw, this%iout, iprint, & + -ibinun, budtxt(2), cdatafmp, nvaluesp, & + nwidthp, editdesc, dinact) + end if + if (this%idcysrc == DECAY_SOLID .or. this%idcysrc == DECAY_BOTH) then + ! -- solid phase + call this%dis%record_array(this%ratedcys, this%iout, iprint, & + -ibinun, budtxt(3), cdatafmp, nvaluesp, & + nwidthp, editdesc, dinact) + end if + end if end if end subroutine est_ot_flow @@ -505,9 +625,13 @@ subroutine est_da(this) call mem_deallocate(this%porosity) call mem_deallocate(this%ratesto) call mem_deallocate(this%idcy) - call mem_deallocate(this%decay) - call mem_deallocate(this%ratedcy) - call mem_deallocate(this%decaylast) + call mem_deallocate(this%idcysrc) + call mem_deallocate(this%decay_water) + call mem_deallocate(this%decay_solid) + call mem_deallocate(this%ratedcyw) + call mem_deallocate(this%ratedcys) + call mem_deallocate(this%decaylastw) + call mem_deallocate(this%decaylasts) call mem_deallocate(this%cpw) call mem_deallocate(this%cps) call mem_deallocate(this%rhow) @@ -532,7 +656,6 @@ subroutine allocate_scalars(this) use MemoryManagerModule, only: mem_allocate, mem_setptr ! -- dummy class(GweEstType) :: this !< GweEstType object - ! -- local ! ! -- Allocate scalars in NumericalPackageType call this%NumericalPackageType%allocate_scalars() @@ -542,12 +665,14 @@ subroutine allocate_scalars(this) call mem_allocate(this%rhow, 'RHOW', this%memoryPath) call mem_allocate(this%latheatvap, 'LATHEATVAP', this%memoryPath) call mem_allocate(this%idcy, 'IDCY', this%memoryPath) + call mem_allocate(this%idcysrc, 'IDCYSRC', this%memoryPath) ! ! -- Initialize this%cpw = DZERO this%rhow = DZERO this%latheatvap = DZERO - this%idcy = 0 + this%idcy = IZERO + this%idcysrc = IZERO end subroutine allocate_scalars !> @ brief Allocate arrays for package @@ -572,14 +697,22 @@ subroutine allocate_arrays(this, nodes) call mem_allocate(this%rhos, nodes, 'RHOS', this%memoryPath) ! ! -- dcy - if (this%idcy == 0) then - call mem_allocate(this%ratedcy, 1, 'RATEDCY', this%memoryPath) - call mem_allocate(this%decay, 1, 'DECAY', this%memoryPath) - call mem_allocate(this%decaylast, 1, 'DECAYLAST', this%memoryPath) + if (this%idcy == DECAY_OFF) then + call mem_allocate(this%ratedcyw, 1, 'RATEDCYW', this%memoryPath) + call mem_allocate(this%ratedcys, 1, 'RATEDCYS', this%memoryPath) + call mem_allocate(this%decay_water, 1, 'DECAY_WATER', this%memoryPath) + call mem_allocate(this%decay_solid, 1, 'DECAY_SOLID', this%memoryPath) + call mem_allocate(this%decaylastw, 1, 'DECAYLASTW', this%memoryPath) + call mem_allocate(this%decaylasts, 1, 'DECAYLAST', this%memoryPath) else - call mem_allocate(this%ratedcy, this%dis%nodes, 'RATEDCY', this%memoryPath) - call mem_allocate(this%decay, nodes, 'DECAY', this%memoryPath) - call mem_allocate(this%decaylast, nodes, 'DECAYLAST', this%memoryPath) + call mem_allocate(this%ratedcyw, this%dis%nodes, 'RATEDCYW', & + this%memoryPath) + call mem_allocate(this%ratedcys, this%dis%nodes, 'RATEDCYS', & + this%memoryPath) + call mem_allocate(this%decay_water, nodes, 'DECAY_WATER', this%memoryPath) + call mem_allocate(this%decay_solid, nodes, 'DECAY_SOLID', this%memoryPath) + call mem_allocate(this%decaylastw, nodes, 'DECAYLASTW', this%memoryPath) + call mem_allocate(this%decaylasts, nodes, 'DECAYLASTS', this%memoryPath) end if ! ! -- Initialize @@ -589,10 +722,13 @@ subroutine allocate_arrays(this, nodes) this%cps(n) = DZERO this%rhos(n) = DZERO end do - do n = 1, size(this%decay) - this%decay(n) = DZERO - this%ratedcy(n) = DZERO - this%decaylast(n) = DZERO + do n = 1, size(this%decay_water) + this%decay_water(n) = DZERO + this%decay_solid(n) = DZERO + this%ratedcyw(n) = DZERO + this%ratedcys(n) = DZERO + this%decaylastw(n) = DZERO + this%decaylasts(n) = DZERO end do end subroutine allocate_arrays @@ -616,7 +752,11 @@ subroutine read_options(this) character(len=*), parameter :: fmtidcy1 = & "(4x,'FIRST-ORDER DECAY IS ACTIVE. ')" character(len=*), parameter :: fmtidcy2 = & - "(4x,'ZERO-ORDER DECAY IS ACTIVE. ')" + "(4x,'ZERO-ORDER DECAY IN THE AQUEOUS "// & + &"PHASE IS ACTIVE. ')" + character(len=*), parameter :: fmtidcy3 = & + "(4x,'ZERO-ORDER DECAY IN THE SOLID "// & + &"PHASE IS ACTIVE. ')" ! ! -- get options block call this%parser%GetBlock('OPTIONS', isfound, ierr, blockRequired=.false., & @@ -633,12 +773,26 @@ subroutine read_options(this) case ('SAVE_FLOWS') this%ipakcb = -1 write (this%iout, fmtisvflow) - case ('FIRST_ORDER_DECAY') - this%idcy = 1 - write (this%iout, fmtidcy1) - case ('ZERO_ORDER_DECAY') - this%idcy = 2 + case ('ZERO_ORDER_DECAY_WATER') + this%idcy = DECAY_ZERO_ORDER + ! -- idcysrc > 0 indicates decay in the solid phase is active + ! in which case the idcysrc should now be upgraded to both phases + if (this%idcysrc > IZERO) then + this%idcysrc = DECAY_BOTH + else + this%idcysrc = DECAY_WATER + end if write (this%iout, fmtidcy2) + case ('ZERO_ORDER_DECAY_SOLID') + this%idcy = DECAY_ZERO_ORDER + ! -- idcysrc > 0 indicates decay in active in water in which case + ! the idcysrc should now be upgraded to both phases + if (this%idcysrc > IZERO) then + this%idcysrc = DECAY_BOTH + else + this%idcysrc = DECAY_SOLID + end if + write (this%iout, fmtidcy3) case ('HEAT_CAPACITY_WATER') this%cpw = this%parser%GetDouble() if (this%cpw <= 0.0) then @@ -693,14 +847,15 @@ subroutine read_data(this) character(len=:), allocatable :: line integer(I4B) :: istart, istop, lloc, ierr logical :: isfound, endOfBlock - logical, dimension(4) :: lname - character(len=24), dimension(4) :: aname + logical, dimension(5) :: lname + character(len=24), dimension(5) :: aname ! -- formats ! -- data data aname(1)/' MOBILE DOMAIN POROSITY'/ - data aname(2)/' DECAY RATE'/ - data aname(3)/' HEAT CAPACITY OF SOLIDS'/ - data aname(4)/' DENSITY OF SOLIDS'/ + data aname(2)/'DECAY RATE AQUEOUS PHASE'/ + data aname(3)/' DECAY RATE SOLID PHASE'/ + data aname(4)/' HEAT CAPACITY OF SOLIDS'/ + data aname(5)/' DENSITY OF SOLIDS'/ ! ! -- initialize isfound = .false. @@ -722,24 +877,32 @@ subroutine read_data(this) this%parser%iuactive, this%porosity, & aname(1)) lname(1) = .true. - case ('DECAY') - if (this%idcy == 0) & - call mem_reallocate(this%decay, this%dis%nodes, 'DECAY', & + case ('DECAY_WATER') + if (this%idcy == DECAY_OFF) & + call mem_reallocate(this%decay_water, this%dis%nodes, 'DECAY_WATER', & trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & - this%parser%iuactive, this%decay, & + this%parser%iuactive, this%decay_water, & aname(2)) lname(2) = .true. - case ('HEAT_CAPACITY_SOLID') + case ('DECAY_SOLID') + if (this%idcy == DECAY_OFF) & + call mem_reallocate(this%decay_solid, this%dis%nodes, 'DECAY_SOLID', & + trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & - this%parser%iuactive, this%cps, & + this%parser%iuactive, this%decay_solid, & aname(3)) lname(3) = .true. - case ('DENSITY_SOLID') + case ('HEAT_CAPACITY_SOLID') call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & - this%parser%iuactive, this%rhos, & + this%parser%iuactive, this%cps, & aname(4)) lname(4) = .true. + case ('DENSITY_SOLID') + call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & + this%parser%iuactive, this%rhos, & + aname(5)) + lname(5) = .true. case default write (errmsg, '(a,a)') 'Unknown griddata tag: ', trim(keyword) call store_error(errmsg) @@ -758,28 +921,37 @@ subroutine read_data(this) write (errmsg, '(a)') 'Porosity not specified in griddata block.' call store_error(errmsg) end if - if (.not. lname(3)) then + if (.not. lname(4)) then write (errmsg, '(a)') 'HEAT_CAPACITY_SOLID not specified in griddata block.' call store_error(errmsg) end if - if (.not. lname(4)) then + if (.not. lname(5)) then write (errmsg, '(a)') 'DENSITY_SOLID not specified in griddata block.' call store_error(errmsg) end if ! ! -- Check for required decay/production rate coefficients - if (this%idcy > 0) then - if (.not. lname(2)) then - write (errmsg, '(a)') 'First or zero order decay is & - &active but the first rate coefficient is not specified. Decay & - &must be specified in griddata block.' + if (this%idcy == DECAY_ZERO_ORDER) then + if (.not. lname(2) .and. .not. lname(3)) then + write (errmsg, '(a)') 'Zero order decay in either the aqueous & + &or solid phase is active but the corresponding zero-order & + &rate coefficient is not specified. Either DECAY_WATER or & + &DECAY_SOLID must be specified in the griddata block.' call store_error(errmsg) end if else if (lname(2)) then - write (warnmsg, '(a)') 'First or zero orer decay & - &is not active but decay was specified. Decay will & - &have no affect on simulation results.' + write (warnmsg, '(a)') 'Zero order decay in the aqueous phase has & + ¬ been activated but DECAY_WATER has been specified. Zero & + &order decay in the aqueous phase will have no affect on & + &simulation results.' + call store_warning(warnmsg) + write (this%iout, '(1x,a)') 'WARNING. '//warnmsg + else if (lname(3)) then + write (warnmsg, '(a)') 'Zero order decay in the solid phase has not & + &been activated but DECAY_SOLID has been specified. Zero order & + &decay in the solid phase will have no affect on simulation & + &results.' call store_warning(warnmsg) write (this%iout, '(1x,a)') 'WARNING. '//warnmsg end if @@ -791,49 +963,4 @@ subroutine read_data(this) end if end subroutine read_data - !> @ brief Calculate zero-order decay rate and constrain if necessary - !! - !! Function to calculate the zero-order decay rate from the user specified - !! decay rate. If the decay rate is positive, then the decay rate must - !! be constrained so that more energy is not removed than is available. - !! Without this constraint, negative temperatures could result from - !! zero-order decay (no freezing). - !< - function get_zero_order_decay(decay_rate_usr, decay_rate_last, kiter, & - cold, cnew, delt) result(decay_rate) - ! -- dummy - real(DP), intent(in) :: decay_rate_usr !< user-entered decay rate - real(DP), intent(in) :: decay_rate_last !< decay rate used for last iteration - integer(I4B), intent(in) :: kiter !< Picard iteration counter - real(DP), intent(in) :: cold !< temperature at end of last time step - real(DP), intent(in) :: cnew !< temperature at end of this time step - real(DP), intent(in) :: delt !< length of time step - ! -- return - real(DP) :: decay_rate !< returned value for decay rate - ! - ! -- Return user rate if production, otherwise constrain, if necessary - if (decay_rate_usr < DZERO) then - ! - ! -- Production, no need to limit rate - decay_rate = decay_rate_usr - else - ! - ! -- Need to ensure decay does not result in negative - ! temperature, so reduce the rate if it would result in - ! removing more energy than is in the cell. ! kluge note: think through - if (kiter == 1) then - decay_rate = min(decay_rate_usr, cold / delt) ! kluge note: actually want to use rhow*cpw*cold and rhow*cpw*cnew for rates here and below - else - decay_rate = decay_rate_last - if (cnew < DZERO) then - decay_rate = decay_rate_last + cnew / delt - else if (cnew > cold) then - decay_rate = decay_rate_last + cnew / delt - end if - decay_rate = min(decay_rate_usr, decay_rate) - end if - decay_rate = max(decay_rate, DZERO) - end if - end function get_zero_order_decay - end module GweEstModule diff --git a/src/Model/GroundWaterTransport/gwt-mst.f90 b/src/Model/GroundWaterTransport/gwt-mst.f90 index 91c0212ee9a..2f95d72d84c 100644 --- a/src/Model/GroundWaterTransport/gwt-mst.f90 +++ b/src/Model/GroundWaterTransport/gwt-mst.f90 @@ -441,7 +441,6 @@ end subroutine mst_srb_term !> @ brief Fill sorption-decay coefficient method for package !! !! Method to calculate and fill sorption-decay coefficients for the package. - !! !< subroutine mst_fc_dcy_srb(this, nodes, cold, nja, matrix_sln, idxglo, & rhs, cnew, kiter) From 32c2e7382a6d81214dad434fd3e9a7de23ddde05 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 31 Jan 2025 17:39:37 -0500 Subject: [PATCH 50/70] fix(prt): fix particle event reporting (#2185) Reporting was incorrect for permanently unreleased particles. We want to report them once when they were scheduled for release. #2177 fixed an issue where they were reported every time step, but the solution was incorrect, only reporting them if the release occurred in the first time step. Also fix reporting for timed-out particles. The new status code 10 introduced by #2177 covers not only the simulation ending but the particle reaching its stop time as well. Update some comments and notes too. --- doc/ReleaseNotes/develop.tex | 3 ++- src/Model/ModelUtilities/TrackFile.f90 | 36 ++++++++++++-------------- src/Model/ParticleTracking/prt-prp.f90 | 4 +-- src/Model/ParticleTracking/prt.f90 | 35 ++++++++++++++++--------- 4 files changed, 43 insertions(+), 35 deletions(-) diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index b11836957f4..2755071602f 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -24,7 +24,8 @@ \item GWT, GWE and PRT FMI Packages can now read a GWF Model's binary grid file via a new GWFGRID entry. This allows FMI Packages to perform the same grid equivalence checks as exchanges, which guarantees identical error-checking behavior whether a GWT, GWE or PRT Model is coupled to a GWF Model or running as a post-processor. The GWFGRID file entry is optional but recommended. A future version may make the GWFGRID entry mandatory. \item A regression was recently introduced into the PRT model's generalized tracking method, in which a coordinate transformation was carried out prematurely. This could result in incorrect particle positions in and near quad-refined cells. This bug has been fixed. \item The PRT model previously allowed particles to be released at any time. Release times falling outside the bounds of the simulation's time discretization could produce undefined behavior. Any release times occurring before the simulation begins (i.e. negative times) will now be skipped with a warning message. If EXTEND\_TRACKING is not enabled, release times occurring after the end of the simulation will now be skipped with a warning message as well. If EXTEND\_TRACKING is enabled, release times after the end of the simulation are allowed. - \item The PRT Model did not previously report all expected tracking events. In particular, time step end and termination events could go unreported with the DRY\_TRACKING\_METHOD options DROP and STAY (only relevant for Newton formulation models), and termination events were not always reported at the end of the simulation. Reporting has been corrected for the cases identified. + \item The PRT Model did not report time step end events correctly with the DRY\_TRACKING\_METHOD options DROP and STAY. This was only relevant for Newton formulation models. + \item The PRT Model did not report terminating events for particles still active at the end of the simulation. A corresponding termination event is now reported. This is according to the general expectation that all particle tracks will have exactly one terminating event. A new particle status code (10) has been introduced to indicate particle termination upon reaching a time boundary, either the particle's stop time or the simulation's end time. \item In the generalized particle tracking method, a local Z coordinate could be calculated to fall slightly outside of the unit interval due to numerical imprecision. This could cause the vertical travel time calculation to fail with a floating point exception. Constrain the local Z coordinate to the unit interval to prevent this. \item A profiling module is added for more enhanced performance diagnostics of the program. It can be activated through the PROFILE\_OPTION in the simulation name file. \item Energy decay in the solid phase was added to the EST Package. This capability is described in the Supplemental Technical Information document, but no actual support was provided in the source code. Users can now specify distinct zeroth-order decay rates in either the aqueous or solid phases. diff --git a/src/Model/ModelUtilities/TrackFile.f90 b/src/Model/ModelUtilities/TrackFile.f90 index e6bbcda56a9..080bbee4ee5 100644 --- a/src/Model/ModelUtilities/TrackFile.f90 +++ b/src/Model/ModelUtilities/TrackFile.f90 @@ -25,10 +25,10 @@ module TrackFileModule !! - irpt: particle release location ID !! - trelease: particle release time !! - !! Each record has an "ireason" property, which identifies the cause of - !! the record. The user selects 1+ conditions or events for recording. - !! Identical records (except "ireason") may be duplicated if multiple - !! reporting conditions apply to particles at the same moment in time. + !! Each record has an "ireason" property, which identifies the particle + !! event. The user selects among particle output events to be reported. + !! Records which are identical except for "ireason") may be written if + !! multiple reporting conditions apply to the particle at a single time. !! Each "ireason" value corresponds to an OC "trackevent" option value: !! !! 0: particle released @@ -43,30 +43,26 @@ module TrackFileModule !! for several reasons. Status values greater than one imply termination. !! Particle status strictly increases over time, starting at zero: !! - !! 0: pending release* + !! 0: pending release (TODO is this necessary? will the user ever see it?) !! 1: active !! 2: terminated at boundary face !! 3: terminated in weak sink cell - !! 4: terminated in weak source cell + !! 4: (status code unused, see below) !! 5: terminated in cell with no exit face !! 6: terminated in cell with specified zone number !! 7: terminated in inactive cell - !! 8: permanently unreleased*** - !! 9: terminated in subcell with no exit face***** - !! 10: terminated upon simulation's end + !! 8: permanently unreleased + !! 9: terminated in subcell with no exit face + !! 10: terminated due to stop time or end of simulation !! - !! PRT shares the same status enumeration as MODPATH 7. However, some - !! don't apply to PRT; for instance, MODPATH 7 distinguishes forwards - !! and backwards tracking, but status value 4 is not used by PRT. + !! Comparison to MODPATH 7 + !! ----------------------- !! - !! Notes - !! ----- - !! - !! * is this necessary? - !! ** unnecessary since PRT makes no distinction between forwards/backwards tracking - !! *** e.g., released into an inactive cell, a stop zone cell, or a termination zone - !! **** this may coincide with termination, in which case two events are reported - !! ***** PRT-specific status indicating a particle stopped within a cell subcell + !! PRT istatus codes 0-3 and 5-8 correspond directly to MODPATH 7 status codes. + !! Status code 4 does not apply to PRT because PRT does not distinguish forwards + !! from backwards tracking. Status code 9 provides more specific, subcell- + !! level information about a particle that terminated due to no exit face. + !! Status code 10 distinguishes particles which have terminated due to timeout. !< type :: TrackFileType private diff --git a/src/Model/ParticleTracking/prt-prp.f90 b/src/Model/ParticleTracking/prt-prp.f90 index ae3c154a83e..537f330572a 100644 --- a/src/Model/ParticleTracking/prt-prp.f90 +++ b/src/Model/ParticleTracking/prt-prp.f90 @@ -489,10 +489,10 @@ subroutine initialize_particle(this, particle, ip, trelease) if (this%idrape > 0) then call this%dis%highest_active(ic, this%ibound) if (ic == ic_old .or. this%ibound(ic) == 0) then - particle%istatus = 8 + particle%istatus = -8 end if else - particle%istatus = 8 + particle%istatus = -8 end if end if diff --git a/src/Model/ParticleTracking/prt.f90 b/src/Model/ParticleTracking/prt.f90 index 43a19937af5..3ae9cb5656c 100644 --- a/src/Model/ParticleTracking/prt.f90 +++ b/src/Model/ParticleTracking/prt.f90 @@ -928,18 +928,23 @@ subroutine prt_solve(this) ! Load particle from storage call packobj%particles%get(particle, this%id, iprp, np) - ! If particle is permanently unreleased, record - ! unreleased state if first time step and cycle - if (particle%istatus == 8) then - if (kper == 1 .and. kstp == 1) & - call this%method%save(particle, reason=3) - cycle + ! If particle is permanently unreleased, cycle. + ! Save a termination record if we haven't yet. + ! TODO: when we have generic dynamic vectors, + ! consider terminating permanently unreleased + ! in PRP instead of here. For now, status -8 + ! indicates the permanently unreleased event + ! is not yet recorded, status 8 it has been. + if (particle%istatus == -8) then + particle%istatus = 8 + call this%method%save(particle, reason=3) + call packobj%particles%put(particle, np) end if - ! If particle is inactive or not yet to be released, cycle + ! Skip terminated particles if (particle%istatus > 1) cycle - ! If particle released this time step, record its initial state + ! If particle was released this time step, record release particle%istatus = 1 if (particle%trelease >= totimc) & call this%method%save(particle, reason=0) @@ -961,10 +966,16 @@ subroutine prt_solve(this) particle%icp = 0 particle%izp = 0 - ! Terminate particles still active at end of simulation - if (endofsimulation .and. & - particle%iextend == 0 .and. & - particle%istatus < 2) then + ! If the particle timed out, terminate it. + ! "Timeout" means + ! - the particle reached its stop time, or + ! - the simulation is over and no extending. + ! We can't detect timeout within the tracking + ! method because the method just receives the + ! maximum time with no context on what it is. + if (particle%istatus < 2 .and. & + (particle%ttrack == particle%tstop .or. & + (endofsimulation .and. particle%iextend == 0))) then particle%istatus = 10 call this%method%save(particle, reason=3) end if From 15445b6694a6b278f476a2fd04a062200e6b4b66 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 2 Feb 2025 13:36:52 -0500 Subject: [PATCH 51/70] chore(prt): fix comment to reflect prohibition on pre-start releases (#2184) --- src/Solution/ParticleTracker/MethodSubcellTernary.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 index fb2e926b0ae..4c47f939460 100644 --- a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 @@ -242,10 +242,10 @@ subroutine track_subcell(this, subcell, particle, tmax) texit = particle%ttrack + dtexit t0 = particle%ttrack - ! Select user tracking times to solve. If this is the first time step - ! of the simulation, include all times before it begins; if it is the - ! last time step include all times after it ends only if the 'extend' - ! option is on, otherwise times in this period and time step only. + ! Select user tracking times to solve. If this is the last time step + ! in the simulation, times falling after the simulation end time are + ! only included if the 'extend' option is on, otherwise only times in + ! the time step are included. call this%tracktimes%advance() if (this%tracktimes%any()) then do i = this%tracktimes%selection(1), this%tracktimes%selection(2) From fd3d86a97c8441fb704d472340aac27b75f2c2c6 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 2 Feb 2025 18:35:40 -0500 Subject: [PATCH 52/70] ci: fix compiler compatibility workflow (#2190) Use LDFLAGS workaround to select classic linker on macOS. Also add gcc14 to test matrix. --- .github/workflows/ci.yml | 7 ++----- .github/workflows/compilers.yml | 8 ++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7c8530bb99..a6797690099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,11 +259,8 @@ jobs: - name: Set LDFLAGS (macOS) if: runner.os == 'macOS' run: | - os_ver=$(sw_vers -productVersion | cut -d'.' -f1) - if (( "$os_ver" > 12 )); then - ldflags="$LDFLAGS -Wl,-ld_classic" - echo "LDFLAGS=$ldflags" >> $GITHUB_ENV - fi + ldflags="$LDFLAGS -Wl,-ld_classic" + echo "LDFLAGS=$ldflags" >> $GITHUB_ENV - name: Build MF6 working-directory: modflow6 diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 4e1fc6afe0b..af918f750f6 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -18,12 +18,14 @@ jobs: - {os: ubuntu-22.04, compiler: gcc, version: 11} - {os: ubuntu-22.04, compiler: gcc, version: 12} - {os: ubuntu-22.04, compiler: gcc, version: 13} + - {os: ubuntu-22.04, compiler: gcc, version: 14} - {os: macos-13, compiler: gcc, version: 11} - {os: macos-13, compiler: gcc, version: 12} - {os: macos-13, compiler: gcc, version: 13} - {os: macos-14, compiler: gcc, version: 11} - {os: macos-14, compiler: gcc, version: 12} - {os: macos-14, compiler: gcc, version: 13} + - {os: macos-14, compiler: gcc, version: 14} - {os: windows-2022, compiler: gcc, version: 11} - {os: windows-2022, compiler: gcc, version: 12} - {os: windows-2022, compiler: gcc, version: 13} @@ -106,6 +108,12 @@ jobs: working-directory: modflow6 run: pixi run install + - name: Set LDFLAGS (macOS) + if: runner.os == 'macOS' + run: | + ldflags="$LDFLAGS -Wl,-ld_classic" + echo "LDFLAGS=$ldflags" >> $GITHUB_ENV + - name: Build modflow6 working-directory: modflow6 run: | From 16d4e0d6c63e209ae16ce70499e4a4539d3bb32c Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 2 Feb 2025 20:35:32 -0500 Subject: [PATCH 53/70] refactor(prt): use enums for particle status and events (#2191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use enums for particle status and event codes, following #2188. Also remove an unnecessary/incorrect termination condition left over from #2185 in the base MethodType%check() routine — stationary particles get terminated at the end of the simulation by the tracking loop with timeout status, previously status 5 (no exit face) was getting reported. --- .../test_mf6model[4-prtdry_stay].npy | Bin 28272 -> 28272 bytes src/Model/ModelUtilities/TrackFile.f90 | 45 +---- src/Model/ParticleTracking/prt-prp.f90 | 18 +- src/Model/ParticleTracking/prt.f90 | 18 +- src/Solution/ParticleTracker/Method.f90 | 24 +-- .../ParticleTracker/MethodCellPassToBot.f90 | 3 +- src/Solution/ParticleTracker/MethodDis.f90 | 6 +- src/Solution/ParticleTracker/MethodDisv.f90 | 6 +- .../ParticleTracker/MethodSubcellPollock.f90 | 7 +- .../ParticleTracker/MethodSubcellTernary.f90 | 9 +- src/Solution/ParticleTracker/Particle.f90 | 159 ++++++++++++------ 11 files changed, 156 insertions(+), 139 deletions(-) diff --git a/autotest/__snapshots__/test_prt_dry/test_mf6model[4-prtdry_stay].npy b/autotest/__snapshots__/test_prt_dry/test_mf6model[4-prtdry_stay].npy index bb0c0fdcfccd1271af56983da203248db38f211d..f2cd1169b99261981344b0785d439dce77ae04c5 100644 GIT binary patch delta 30 hcmexxhw;N5#tko08M!vUO!epB0MU~l 0) then call this%dis%highest_active(ic, this%ibound) if (ic == ic_old .or. this%ibound(ic) == 0) then - particle%istatus = -8 + ! negative unreleased status signals to the + ! tracking method that we haven't yet saved + ! a termination record, it needs to do so. + particle%istatus = -1 * TERM_UNRELEASED end if else - particle%istatus = -8 + particle%istatus = -1 * TERM_UNRELEASED end if end if diff --git a/src/Model/ParticleTracking/prt.f90 b/src/Model/ParticleTracking/prt.f90 index 3ae9cb5656c..9dfe1036f6a 100644 --- a/src/Model/ParticleTracking/prt.f90 +++ b/src/Model/ParticleTracking/prt.f90 @@ -888,6 +888,7 @@ subroutine prt_solve(this) ! modules use TdisModule, only: kper, kstp, totimc, delt, endofsimulation use PrtPrpModule, only: PrtPrpType + use ParticleModule, only: ACTIVE, TERM_UNRELEASED, TERM_TIMEOUT ! dummy variables class(PrtModelType) :: this ! local variables @@ -935,17 +936,17 @@ subroutine prt_solve(this) ! in PRP instead of here. For now, status -8 ! indicates the permanently unreleased event ! is not yet recorded, status 8 it has been. - if (particle%istatus == -8) then - particle%istatus = 8 + if (particle%istatus == (-1 * TERM_UNRELEASED)) then + particle%istatus = TERM_UNRELEASED call this%method%save(particle, reason=3) call packobj%particles%put(particle, np) end if ! Skip terminated particles - if (particle%istatus > 1) cycle + if (particle%istatus > ACTIVE) cycle ! If particle was released this time step, record release - particle%istatus = 1 + particle%istatus = ACTIVE if (particle%trelease >= totimc) & call this%method%save(particle, reason=0) @@ -967,16 +968,17 @@ subroutine prt_solve(this) particle%izp = 0 ! If the particle timed out, terminate it. - ! "Timeout" means - ! - the particle reached its stop time, or + ! "Timeout" means it remains active, but + ! - it reached its stop time, or ! - the simulation is over and no extending. ! We can't detect timeout within the tracking ! method because the method just receives the ! maximum time with no context on what it is. - if (particle%istatus < 2 .and. & + ! TODO maybe think about changing that? + if (particle%istatus <= ACTIVE .and. & (particle%ttrack == particle%tstop .or. & (endofsimulation .and. particle%iextend == 0))) then - particle%istatus = 10 + particle%istatus = TERM_TIMEOUT call this%method%save(particle, reason=3) end if diff --git a/src/Solution/ParticleTracker/Method.f90 b/src/Solution/ParticleTracker/Method.f90 index 797361e7132..7b9d2e2a34a 100644 --- a/src/Solution/ParticleTracker/Method.f90 +++ b/src/Solution/ParticleTracker/Method.f90 @@ -194,6 +194,8 @@ end subroutine save subroutine check(this, particle, cell_defn, tmax) ! modules use TdisModule, only: endofsimulation, totimc, totim + use ParticleModule, only: TERM_WEAKSINK, TERM_NO_EXITS, & + TERM_STOPZONE, TERM_INACTIVE ! dummy class(MethodType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle @@ -213,14 +215,14 @@ subroutine check(this, particle, cell_defn, tmax) particle%izone = cell_defn%izone if (stop_zone) then particle%advancing = .false. - particle%istatus = 6 + particle%istatus = TERM_STOPZONE call this%save(particle, reason=3) return end if if (no_exit_face .and. .not. dry_cell) then particle%advancing = .false. - particle%istatus = 5 + particle%istatus = TERM_NO_EXITS call this%save(particle, reason=3) return end if @@ -228,7 +230,7 @@ subroutine check(this, particle, cell_defn, tmax) if (weak_sink) then if (particle%istopweaksink > 0) then particle%advancing = .false. - particle%istatus = 3 + particle%istatus = TERM_WEAKSINK call this%save(particle, reason=3) return else @@ -244,7 +246,7 @@ subroutine check(this, particle, cell_defn, tmax) else if (particle%idrymeth == 1) then ! stop particle%advancing = .false. - particle%istatus = 7 + particle%istatus = TERM_INACTIVE call this%save(particle, reason=3) return else if (particle%idrymeth == 2) then @@ -280,7 +282,7 @@ subroutine check(this, particle, cell_defn, tmax) ! terminate if last period/step if (endofsimulation) then - particle%istatus = 5 + particle%istatus = TERM_NO_EXITS particle%ttrack = ttrackmax call this%save(particle, reason=3) return @@ -294,7 +296,7 @@ subroutine check(this, particle, cell_defn, tmax) else if (particle%idrymeth == 1) then ! stop particle%advancing = .false. - particle%istatus = 7 + particle%istatus = TERM_INACTIVE call this%save(particle, reason=3) return else if (particle%idrymeth == 2) then @@ -327,20 +329,12 @@ subroutine check(this, particle, cell_defn, tmax) if (t > ttrackmax) ttrackmax = t end do end if - - ! terminate if last period/step - if (endofsimulation) then - particle%istatus = 5 - particle%ttrack = ttrackmax - call this%save(particle, reason=3) - end if - return end if end if if (no_exit_face) then particle%advancing = .false. - particle%istatus = 5 + particle%istatus = TERM_NO_EXITS call this%save(particle, reason=3) return end if diff --git a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 index bad2d8a5fa4..82564f80165 100644 --- a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 +++ b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 @@ -43,6 +43,7 @@ end subroutine deallocate !> @brief Pass particle vertically and instantaneously to the cell bottom subroutine apply_ptb(this, particle, tmax) + use ParticleModule, only: TERM_NO_EXITS ! dummy class(MethodCellPassToBotType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle @@ -67,7 +68,7 @@ subroutine apply_ptb(this, particle, tmax) end select if (particle%ilay == nlay) then particle%advancing = .false. - particle%istatus = 5 + particle%istatus = TERM_NO_EXITS call this%save(particle, reason=3) end if diff --git a/src/Solution/ParticleTracker/MethodDis.f90 b/src/Solution/ParticleTracker/MethodDis.f90 index 6167837dc19..2d3688df8ad 100644 --- a/src/Solution/ParticleTracker/MethodDis.f90 +++ b/src/Solution/ParticleTracker/MethodDis.f90 @@ -168,6 +168,7 @@ end subroutine load_dis !> @brief Load cell properties into the particle, including ! the z coordinate, entry face, and node and layer numbers. subroutine load_particle(this, cell, particle) + use ParticleModule, only: TERM_BOUNDARY ! dummy class(MethodDisType), intent(inout) :: this type(CellRectType), pointer, intent(inout) :: cell @@ -210,7 +211,7 @@ subroutine load_particle(this, cell, particle) if (ic == particle%icp .and. inface == 7 .and. ilay < particle%ilay) then particle%advancing = .false. particle%idomain(2) = particle%icp - particle%istatus = 2 + particle%istatus = TERM_BOUNDARY particle%izone = particle%izp call this%save(particle, reason=3) return @@ -283,6 +284,7 @@ end subroutine update_flowja !> @brief Pass a particle to the next cell, if there is one subroutine pass_dis(this, particle) + use ParticleModule, only: TERM_BOUNDARY ! dummy class(MethodDisType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle @@ -296,7 +298,7 @@ subroutine pass_dis(this, particle) ! boundary face, so terminate the particle. ! todo AMP: reconsider when multiple models supported if (cell%defn%facenbr(particle%iboundary(2)) .eq. 0) then - particle%istatus = 2 + particle%istatus = TERM_BOUNDARY particle%advancing = .false. call this%save(particle, reason=3) else diff --git a/src/Solution/ParticleTracker/MethodDisv.f90 b/src/Solution/ParticleTracker/MethodDisv.f90 index d6fefc4118a..8f178ed2272 100644 --- a/src/Solution/ParticleTracker/MethodDisv.f90 +++ b/src/Solution/ParticleTracker/MethodDisv.f90 @@ -141,6 +141,7 @@ end subroutine load_disv subroutine load_particle(this, cell, particle) ! modules use DisvModule, only: DisvType + use ParticleModule, only: TERM_BOUNDARY ! dummy class(MethodDisvType), intent(inout) :: this type(CellPolyType), pointer, intent(inout) :: cell @@ -174,7 +175,7 @@ subroutine load_particle(this, cell, particle) if (ic == particle%icp .and. inface == 7 .and. ilay < particle%ilay) then particle%advancing = .false. particle%idomain(2) = particle%icp - particle%istatus = 2 + particle%istatus = TERM_BOUNDARY particle%izone = particle%izp call this%save(particle, reason=3) return @@ -223,6 +224,7 @@ end subroutine update_flowja !> @brief Pass a particle to the next cell, if there is one subroutine pass_disv(this, particle) + use ParticleModule, only: TERM_BOUNDARY ! dummy class(MethodDisvType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle @@ -236,7 +238,7 @@ subroutine pass_disv(this, particle) ! boundary face, so terminate the particle. ! todo AMP: reconsider when multiple models supported if (cell%defn%facenbr(particle%iboundary(2)) .eq. 0) then - particle%istatus = 2 + particle%istatus = TERM_BOUNDARY particle%advancing = .false. call this%save(particle, reason=3) else diff --git a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 index 55e8989a925..b5c16540786 100644 --- a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 @@ -84,6 +84,7 @@ end subroutine apply_msp !! this context and for any modifications or errors. !< subroutine track_subcell(this, subcell, particle, tmax) + use ParticleModule, only: ACTIVE, TERM_NO_EXITS_SUB ! dummy class(MethodSubcellPollockType), intent(inout) :: this class(SubcellRectType), intent(in) :: subcell @@ -135,7 +136,7 @@ subroutine track_subcell(this, subcell, particle, tmax) ! Subcell has no exit face, terminate the particle ! todo: after initial release, consider ramifications if ((statusVX .eq. 3) .and. (statusVY .eq. 3) .and. (statusVZ .eq. 3)) then - particle%istatus = 9 + particle%istatus = TERM_NO_EXITS_SUB particle%advancing = .false. call this%save(particle, reason=3) return @@ -198,7 +199,7 @@ subroutine track_subcell(this, subcell, particle, tmax) particle%y = y * subcell%dy particle%z = z * subcell%dz particle%ttrack = t - particle%istatus = 1 + particle%istatus = ACTIVE call this%save(particle, reason=5) end do end if @@ -216,7 +217,7 @@ subroutine track_subcell(this, subcell, particle, tmax) z = new_x(vz, dvzdz, subcell%vz1, subcell%vz2, & dt, initialZ, subcell%dz, statusVZ == 1) exitFace = 0 - particle%istatus = 1 + particle%istatus = ACTIVE particle%advancing = .false. reason = 2 ! timestep end else diff --git a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 index 4c47f939460..98014080b0f 100644 --- a/src/Solution/ParticleTracker/MethodSubcellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellTernary.f90 @@ -63,6 +63,7 @@ end subroutine apply_mst !> @brief Track a particle across a triangular subcell. subroutine track_subcell(this, subcell, particle, tmax) + use ParticleModule, only: ACTIVE, TERM_NO_EXITS_SUB ! dummy class(MethodSubcellTernaryType), intent(inout) :: this class(SubcellTriType), intent(in) :: subcell @@ -211,7 +212,7 @@ subroutine track_subcell(this, subcell, particle, tmax) ! If the subcell has no exit face, terminate the particle. ! todo: after initial release, consider ramifications if (itopbotexit == 0 .and. itrifaceexit == 0) then - particle%istatus = 9 + particle%istatus = TERM_NO_EXITS_SUB particle%advancing = .false. call this%save(particle, reason=3) return @@ -234,7 +235,7 @@ subroutine track_subcell(this, subcell, particle, tmax) end if dtexit = dtexitz else - particle%istatus = 9 + particle%istatus = TERM_NO_EXITS_SUB particle%advancing = .false. call this%save(particle, reason=3) return @@ -260,7 +261,7 @@ subroutine track_subcell(this, subcell, particle, tmax) particle%y = y particle%z = z particle%ttrack = t - particle%istatus = 1 + particle%istatus = ACTIVE call this%save(particle, reason=5) end do end if @@ -274,7 +275,7 @@ subroutine track_subcell(this, subcell, particle, tmax) t = tmax dt = t - t0 exitFace = 0 - particle%istatus = 1 + particle%istatus = ACTIVE particle%advancing = .false. reason = 2 ! timestep end else diff --git a/src/Solution/ParticleTracker/Particle.f90 b/src/Solution/ParticleTracker/Particle.f90 index 2506bc307aa..db671f4d639 100644 --- a/src/Solution/ParticleTracker/Particle.f90 +++ b/src/Solution/ParticleTracker/Particle.f90 @@ -5,13 +5,59 @@ module ParticleModule use MemoryManagerModule, only: mem_allocate, mem_deallocate, & mem_reallocate implicit none + public - private - public :: ParticleType, ParticleStoreType, & - create_particle, allocate_particle_store + !> Tracking "levels" (1: model, 2: cell, 3: subcell). A + !! level identifies the domain through which a tracking + !! method is responsible for moving a particle. Methods + !! each operate on a particular level, delegating among + !! more methods as appropriate for finer-grained levels. + integer, parameter :: MAX_LEVEL = 4 - ! tracking levels (1: model, 2: cell, 3: subcell) - integer, parameter, public :: levelmax = 4 + !> @brief Particle status enumeration. + !! + !! Particles begin in status 1 (active) at release time. Status may only + !! increase over time. Status values greater than one imply termination. + !! A particle may terminate for several reasons, all mutually exclusive. + !! A particle's final tracking status will always be greater than one. + !! + !! Status codes 0-3 and 5-8 correspond directly to MODPATH 7 status codes. + !! Code 4 does not apply to PRT because PRT does not distinguish forwards + !! from backwards tracking. Status code 9 provides more specific, subcell- + !! level information about a particle which terminates due to no outflow. + !! Code 10 distinguishes particles which have "timed out" upon reaching a + !! user-specified stop time or the end of the simulation. + !< + enum, bind(C) + enumerator :: ACTIVE = 1 + enumerator :: TERM_BOUNDARY = 2 !< terminated at a boundary face + enumerator :: TERM_WEAKSINK = 3 !< terminated in a weak sink cell + enumerator :: TERM_NO_EXITS = 5 !< terminated in a cell with no exit face + enumerator :: TERM_STOPZONE = 6 !< terminated in a cell with a stop zone number + enumerator :: TERM_INACTIVE = 7 !< terminated in an inactive cell + enumerator :: TERM_UNRELEASED = 8 !< terminated permanently unreleased + enumerator :: TERM_NO_EXITS_SUB = 9 !< terminated in a subcell with no exit face + enumerator :: TERM_TIMEOUT = 10 !< terminated at stop time or end of simulation + end enum + + !> @brief Particle event enumeration. + !! + !! A number of events may occur to particles, each of which may (or may + !! not) be of interest to the user. The user selects among events to be + !! reported. A corresponding event code is reported with each record to + !! identify the record's cause. + !! + !! Records may be identical except for their event code, reflecting the + !! fact that multiple events of interest may occur at any given moment. + !< + enum, bind(C) + enumerator :: RELEASE = 0 !< particle was released + enumerator :: EXIT = 1 !< particle exited a cell + enumerator :: TIMESTEP = 2 !< time step ended + enumerator :: TERMINATE = 3 !< particle terminated + enumerator :: WEAKSINK = 4 !< particle entered a weak sink cell + enumerator :: USERTIME = 5 !< user-specified tracking time + end enum !> @brief Particle tracked by the PRT model. !! @@ -104,7 +150,7 @@ module ParticleModule real(DP), dimension(:), pointer, public, contiguous :: extol !< tolerance for iterative solution of particle exit location and time in generalized Pollock's method integer(LGP), dimension(:), pointer, public, contiguous :: extend !< whether to extend tracking beyond the end of the simulation contains - procedure, public :: deallocate + procedure, public :: destroy procedure, public :: num_stored procedure, public :: resize procedure, public :: get @@ -117,45 +163,45 @@ module ParticleModule subroutine create_particle(particle) type(ParticleType), pointer :: particle !< particle allocate (particle) - allocate (particle%idomain(levelmax)) - allocate (particle%iboundary(levelmax)) + allocate (particle%idomain(MAX_LEVEL)) + allocate (particle%iboundary(MAX_LEVEL)) end subroutine create_particle - !> @brief Create a new particle store - subroutine allocate_particle_store(this, np, mempath) - type(ParticleStoreType), pointer :: this !< store + !> @brief Allocate particle store + subroutine create_particle_store(store, np, mempath) + type(ParticleStoreType), pointer :: store !< store integer(I4B), intent(in) :: np !< number of particles character(*), intent(in) :: mempath !< path to memory - allocate (this) - call mem_allocate(this%imdl, np, 'PLIMDL', mempath) - call mem_allocate(this%irpt, np, 'PLIRPT', mempath) - call mem_allocate(this%iprp, np, 'PLIPRP', mempath) - call mem_allocate(this%name, LENBOUNDNAME, np, 'PLNAME', mempath) - call mem_allocate(this%icu, np, 'PLICU', mempath) - call mem_allocate(this%ilay, np, 'PLILAY', mempath) - call mem_allocate(this%izone, np, 'PLIZONE', mempath) - call mem_allocate(this%izp, np, 'PLIZP', mempath) - call mem_allocate(this%istatus, np, 'PLISTATUS', mempath) - call mem_allocate(this%x, np, 'PLX', mempath) - call mem_allocate(this%y, np, 'PLY', mempath) - call mem_allocate(this%z, np, 'PLZ', mempath) - call mem_allocate(this%trelease, np, 'PLTRELEASE', mempath) - call mem_allocate(this%tstop, np, 'PLTSTOP', mempath) - call mem_allocate(this%ttrack, np, 'PLTTRACK', mempath) - call mem_allocate(this%istopweaksink, np, 'PLISTOPWEAKSINK', mempath) - call mem_allocate(this%istopzone, np, 'PLISTOPZONE', mempath) - call mem_allocate(this%idrymeth, np, 'PLIDRYMETH', mempath) - call mem_allocate(this%ifrctrn, np, 'PLIFRCTRN', mempath) - call mem_allocate(this%iexmeth, np, 'PLIEXMETH', mempath) - call mem_allocate(this%extol, np, 'PLEXTOL', mempath) - call mem_allocate(this%extend, np, 'PLIEXTEND', mempath) - call mem_allocate(this%idomain, np, levelmax, 'PLIDOMAIN', mempath) - call mem_allocate(this%iboundary, np, levelmax, 'PLIBOUNDARY', mempath) - end subroutine allocate_particle_store + allocate (store) + call mem_allocate(store%imdl, np, 'PLIMDL', mempath) + call mem_allocate(store%irpt, np, 'PLIRPT', mempath) + call mem_allocate(store%iprp, np, 'PLIPRP', mempath) + call mem_allocate(store%name, LENBOUNDNAME, np, 'PLNAME', mempath) + call mem_allocate(store%icu, np, 'PLICU', mempath) + call mem_allocate(store%ilay, np, 'PLILAY', mempath) + call mem_allocate(store%izone, np, 'PLIZONE', mempath) + call mem_allocate(store%izp, np, 'PLIZP', mempath) + call mem_allocate(store%istatus, np, 'PLISTATUS', mempath) + call mem_allocate(store%x, np, 'PLX', mempath) + call mem_allocate(store%y, np, 'PLY', mempath) + call mem_allocate(store%z, np, 'PLZ', mempath) + call mem_allocate(store%trelease, np, 'PLTRELEASE', mempath) + call mem_allocate(store%tstop, np, 'PLTSTOP', mempath) + call mem_allocate(store%ttrack, np, 'PLTTRACK', mempath) + call mem_allocate(store%istopweaksink, np, 'PLISTOPWEAKSINK', mempath) + call mem_allocate(store%istopzone, np, 'PLISTOPZONE', mempath) + call mem_allocate(store%idrymeth, np, 'PLIDRYMETH', mempath) + call mem_allocate(store%ifrctrn, np, 'PLIFRCTRN', mempath) + call mem_allocate(store%iexmeth, np, 'PLIEXMETH', mempath) + call mem_allocate(store%extol, np, 'PLEXTOL', mempath) + call mem_allocate(store%extend, np, 'PLIEXTEND', mempath) + call mem_allocate(store%idomain, np, MAX_LEVEL, 'PLIDOMAIN', mempath) + call mem_allocate(store%iboundary, np, MAX_LEVEL, 'PLIBOUNDARY', mempath) + end subroutine create_particle_store - !> @brief Deallocate particle arrays - subroutine deallocate (this, mempath) + !> @brief Destroy particle store after use. + subroutine destroy(this, mempath) class(ParticleStoreType), intent(inout) :: this !< store character(*), intent(in) :: mempath !< path to memory @@ -183,9 +229,9 @@ subroutine deallocate (this, mempath) call mem_deallocate(this%extend, 'PLIEXTEND', mempath) call mem_deallocate(this%idomain, 'PLIDOMAIN', mempath) call mem_deallocate(this%iboundary, 'PLIBOUNDARY', mempath) - end subroutine deallocate + end subroutine destroy - !> @brief Reallocate particle arrays + !> @brief Reallocate particle storage to the given size. subroutine resize(this, np, mempath) ! dummy class(ParticleStoreType), intent(inout) :: this !< particle store @@ -215,8 +261,8 @@ subroutine resize(this, np, mempath) call mem_reallocate(this%iexmeth, np, 'PLIEXMETH', mempath) call mem_reallocate(this%extol, np, 'PLEXTOL', mempath) call mem_reallocate(this%extend, np, 'PLIEXTEND', mempath) - call mem_reallocate(this%idomain, np, levelmax, 'PLIDOMAIN', mempath) - call mem_reallocate(this%iboundary, np, levelmax, 'PLIBOUNDARY', mempath) + call mem_reallocate(this%idomain, np, MAX_LEVEL, 'PLIDOMAIN', mempath) + call mem_reallocate(this%iboundary, np, MAX_LEVEL, 'PLIBOUNDARY', mempath) end subroutine resize !> @brief Load a particle from the particle store. @@ -253,18 +299,18 @@ subroutine get(this, particle, imdl, iprp, ip) particle%tstop = this%tstop(ip) particle%ttrack = this%ttrack(ip) particle%advancing = .true. - particle%idomain(1:levelmax) = & - this%idomain(ip, 1:levelmax) + particle%idomain(1:MAX_LEVEL) = & + this%idomain(ip, 1:MAX_LEVEL) particle%idomain(1) = imdl - particle%iboundary(1:levelmax) = & - this%iboundary(ip, 1:levelmax) + particle%iboundary(1:MAX_LEVEL) = & + this%iboundary(ip, 1:MAX_LEVEL) particle%ifrctrn = this%ifrctrn(ip) particle%iexmeth = this%iexmeth(ip) particle%extol = this%extol(ip) particle%iextend = this%extend(ip) end subroutine get - !> @brief Save a particle's state to the particle store + !> @brief Save a particle's state to the particle store. subroutine put(this, particle, ip) class(ParticleStoreType), intent(inout) :: this !< particle storage class(ParticleType), intent(in) :: particle !< particle @@ -290,12 +336,12 @@ subroutine put(this, particle, ip) this%ttrack(ip) = particle%ttrack this%idomain( & ip, & - 1:levelmax) = & - particle%idomain(1:levelmax) + 1:MAX_LEVEL) = & + particle%idomain(1:MAX_LEVEL) this%iboundary( & ip, & - 1:levelmax) = & - particle%iboundary(1:levelmax) + 1:MAX_LEVEL) = & + particle%iboundary(1:MAX_LEVEL) this%ifrctrn(ip) = particle%ifrctrn this%iexmeth(ip) = particle%iexmeth this%extol(ip) = particle%extol @@ -332,6 +378,7 @@ subroutine transform_coords(this, xorigin, yorigin, zorigin, & this%transformed = .true. end subroutine transform_coords + !> @brief Reset particle coordinate transformation properties. subroutine reset_transform(this) class(ParticleType), intent(inout) :: this !< particle @@ -344,16 +391,17 @@ subroutine reset_transform(this) this%transformed = .false. end subroutine reset_transform - !> @brief Return the particle's model coordinates. + !> @brief Return the particle's model coordinates, + !! inverting any applied transformation if needed. + !! The particle's state is not altered. subroutine get_model_coords(this, x, y, z) use GeomUtilModule, only: transform, compose - class(ParticleType), intent(inout) :: this !< particle + class(ParticleType), intent(in) :: this !< particle real(DP), intent(out) :: x !< x coordinate real(DP), intent(out) :: y !< y coordinate real(DP), intent(out) :: z !< z coordinate if (this%transformed) then - ! Untransform coordinates call transform(this%x, this%y, this%z, x, y, z, & this%xorigin, this%yorigin, this%zorigin, & this%sinrot, this%cosrot, invert=.true.) @@ -364,6 +412,7 @@ subroutine get_model_coords(this, x, y, z) end if end subroutine get_model_coords + !> @brief Return the number of particles. integer function num_stored(this) result(n) class(ParticleStoreType) :: this n = size(this%imdl) From 39748cf2361f5389b9e2647be0439bc43d28b693 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:09:44 -0500 Subject: [PATCH 54/70] chore: update `pixi.lock` (#2193) Co-authored-by: GitHub --- pixi.lock | 8489 ++++++++++++++++++++++++----------------------------- 1 file changed, 3890 insertions(+), 4599 deletions(-) diff --git a/pixi.lock b/pixi.lock index 365bbace1ed..6a403fb27a9 100644 --- a/pixi.lock +++ b/pixi.lock @@ -7,12 +7,15 @@ environments: 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/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -21,7 +24,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -30,7 +33,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda @@ -40,10 +43,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -53,7 +57,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.8-py39h9399b63_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda @@ -65,17 +69,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -92,27 +98,27 @@ environments: - 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/libarchive-3.7.7-h4585015_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda - 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.11.1-h332b0f4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda @@ -125,21 +131,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libntlm-1.8-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda @@ -167,7 +173,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda @@ -176,11 +182,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -205,10 +211,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda @@ -218,16 +224,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda @@ -235,7 +241,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -262,6 +268,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda @@ -273,12 +280,15 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -287,7 +297,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -296,7 +306,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda @@ -306,10 +316,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -319,7 +330,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda @@ -331,17 +342,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -358,27 +371,27 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda @@ -391,21 +404,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda @@ -433,7 +446,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda @@ -442,11 +455,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -471,10 +484,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda @@ -484,16 +497,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda @@ -501,7 +514,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -528,6 +541,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda @@ -538,11 +552,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda osx-64: + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -551,7 +566,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -560,16 +575,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -579,7 +595,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.8-py39hd18e689_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda @@ -591,17 +607,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -615,22 +633,24 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h2e77e4f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h8555400_11.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda @@ -639,15 +659,15 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda @@ -668,7 +688,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda @@ -676,11 +696,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -704,10 +724,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -716,16 +736,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda @@ -733,7 +753,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -749,11 +769,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -762,7 +783,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -771,16 +792,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -790,7 +812,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda @@ -802,17 +824,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -826,22 +850,24 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hac1b3a8_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hb2c3a21_11.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda @@ -850,15 +876,15 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda @@ -879,7 +905,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda @@ -887,11 +913,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -915,10 +941,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -927,16 +953,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda @@ -944,7 +970,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -960,288 +986,226 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda win-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - 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/win-64/fonttools-4.53.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.8-py39hf73967f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h8276f4a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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-20240116.2-cxx17_he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.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/libgd-2.3.3-h312136b_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - 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/libkml-1.3.0-h538826c_1020.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - - 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/libkml-1.3.0-h538826c_1021.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.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/minizip-4.0.7-h9fa1bad_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - - 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/xorg-libxext-1.3.4-hcd874cb_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/xorg-libice-1.1.2-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda rtd: channels: @@ -1252,15 +1216,18 @@ environments: 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/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1269,7 +1236,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1278,7 +1245,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda @@ -1287,16 +1254,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.12-py39hf88036b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1306,7 +1274,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.8-py39h9399b63_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda @@ -1318,18 +1286,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1350,27 +1320,27 @@ environments: - 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/libarchive-3.7.7-h4585015_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda - 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.11.1-h332b0f4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda @@ -1383,22 +1353,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libntlm-1.8-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda @@ -1429,7 +1399,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda @@ -1439,20 +1409,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -1476,11 +1446,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.1-py39h4e4fb57_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda @@ -1490,10 +1460,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -1509,7 +1479,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -1518,7 +1488,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -1546,6 +1516,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda @@ -1556,14 +1527,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -1575,15 +1546,18 @@ environments: - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1592,7 +1566,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1601,7 +1575,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda @@ -1610,16 +1584,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.12-py39h7dbf29c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1629,7 +1604,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda @@ -1641,18 +1616,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1673,27 +1650,27 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda @@ -1706,22 +1683,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda @@ -1752,7 +1729,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda @@ -1762,20 +1739,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -1799,11 +1776,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.1-py39he601760_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda @@ -1813,10 +1790,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -1832,7 +1809,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -1841,7 +1818,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -1869,6 +1846,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda @@ -1879,14 +1857,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -1897,6 +1875,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-64: + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda @@ -1904,8 +1883,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1914,7 +1893,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1923,21 +1902,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.11-py39hdf37715_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.12-py39hdf37715_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1947,7 +1927,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.8-py39hd18e689_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda @@ -1959,18 +1939,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1988,22 +1970,24 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h2e77e4f_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h8555400_11.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda @@ -2012,16 +1996,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda @@ -2045,7 +2029,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda @@ -2054,20 +2038,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -2090,11 +2074,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.1-py39hf094b8e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -2103,10 +2087,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -2122,7 +2106,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -2131,7 +2115,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -2148,14 +2132,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -2166,6 +2150,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda @@ -2173,8 +2158,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -2183,7 +2168,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -2192,21 +2177,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.8.11-py39h941272d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.12-py39h941272d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -2216,7 +2202,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda @@ -2228,18 +2214,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -2257,22 +2245,24 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hac1b3a8_10.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hb2c3a21_11.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda @@ -2281,16 +2271,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda @@ -2314,7 +2304,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda @@ -2323,20 +2313,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -2359,11 +2349,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.1-py39h80d5f2a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -2372,10 +2362,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -2391,7 +2381,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -2400,7 +2390,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -2417,14 +2407,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -2435,346 +2425,291 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.12-py39ha51f57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/win-64/expat-2.6.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.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-h77eed37_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - 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/win-64/fonttools-4.53.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.8-py39hf73967f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_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/freexl-2.0.0-h8276f4a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - - 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.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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-20240116.2-cxx17_he0c23c2_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.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/libgd-2.3.3-h312136b_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - 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/libkml-1.3.0-h538826c_1020.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.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/libspatialite-5.1.0-hab0cb6d_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - - 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/libkml-1.3.0-h538826c_1021.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-hcfcfb64_1001.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.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/minizip-4.0.7-h9fa1bad_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.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/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - - 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-8.3.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.1-py39h03e5c00_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/setuptools-75.8.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - - 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/xorg-libxext-1.3.4-hcd874cb_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/xorg-libice-1.1.2-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - 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-he1f189c_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl packages: +- conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda + sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 + md5: 76cf1f62c9a62d6b8f44339483e0f016 + arch: x86_64 + platform: win + purls: [] + size: 9286 + timestamp: 1730268773319 - conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 md5: d7c89558ba9fa0495403155b64376d81 @@ -2808,22 +2743,42 @@ packages: - libgomp >=7.5.0 constrains: - openmp_impl 9999 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 23712 timestamp: 1650670790230 -- conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 - md5: ae5f4ad87126c55ba3f690ef07f81d64 +- conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + build_number: 8 + sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 37e16618af5c4851a3f3d66dd0e11141 depends: - - python >=3.7 + - libgomp >=7.5.0 + - libwinpthread >=12.0.0.r2.ggc561118da + constrains: + - openmp_impl 9999 + - msys2-conda-epoch <0.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - purls: - - pkg:pypi/affine?source=conda-forge-mapping - size: 18726 - timestamp: 1674245215155 + purls: [] + size: 49468 + timestamp: 1718213032772 +- conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda + sha256: 188dca9a847f474b3df71eda9fe828fbe10b53aa6f4313c7e117f3114b1dd84e + md5: 49436a5c604f99058473d84580f0e341 + depends: + - __unix + - hicolor-icon-theme + - librsvg + license: LGPL-3.0-or-later OR CC-BY-SA-3.0 + license_family: LGPL + purls: [] + size: 566980 + timestamp: 1728314504182 - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 md5: 8c4061f499edec6b8ac7000f6d586829 @@ -2864,6 +2819,8 @@ packages: md5: f643bb02c4bbcfe7de161a8ca5df530b depends: - libgcc >=13 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later license_family: GPL purls: [] @@ -2888,6 +2845,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -2899,6 +2858,8 @@ packages: depends: - __osx >=10.13 - libcxx >=16 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -2910,11 +2871,27 @@ packages: depends: - __osx >=11.0 - libcxx >=16 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 2235747 timestamp: 1718551382432 +- conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 + md5: 3d7c14285d3eb3239a76ff79063f27a5 + 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 + purls: [] + size: 1958151 + timestamp: 1718551737234 - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d md5: f4e90937bbfc3a4a92539545a37bb448 @@ -2937,18 +2914,6 @@ packages: - pkg:pypi/appnope?source=hash-mapping size: 10076 timestamp: 1733332433806 -- conda: 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 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/asttokens?source=conda-forge-mapping - size: 28922 - timestamp: 1698341257884 - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 md5: 8f587de4bcf981e26228f268df374a9b @@ -2962,6 +2927,72 @@ packages: - pkg:pypi/asttokens?source=hash-mapping size: 28206 timestamp: 1733250564754 +- conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 + sha256: 26ab9386e80bf196e51ebe005da77d57decf6d989b4f34d96130560bc133479c + md5: 6b889f174df1e0f816276ae69281af4d + depends: + - at-spi2-core >=2.40.0,<2.41.0a0 + - atk-1.0 >=2.36.0 + - dbus >=1.13.6,<2.0a0 + - libgcc-ng >=9.3.0 + - libglib >=2.68.1,<3.0a0 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 339899 + timestamp: 1619122953439 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 + sha256: c2c2c998d49c061e390537f929e77ce6b023ef22b51a0f55692d6df7327f3358 + md5: 4ea9d4634f3b054549be5e414291801e + depends: + - at-spi2-core >=2.40.0,<2.41.0a0 + - atk-1.0 >=2.36.0 + - dbus >=1.13.6,<2.0a0 + - libgcc-ng >=9.3.0 + - libglib >=2.68.1,<3.0a0 + arch: aarch64 + platform: linux + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 322172 + timestamp: 1619123713021 +- conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 + sha256: c4f9b66bd94c40d8f1ce1fad2d8b46534bdefda0c86e3337b28f6c25779f258d + md5: 8cb2fc4cd6cc63f1369cfa318f581cc3 + depends: + - dbus >=1.13.6,<2.0a0 + - libgcc-ng >=9.3.0 + - libglib >=2.68.3,<3.0a0 + - xorg-libx11 + - xorg-libxi + - xorg-libxtst + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 658390 + timestamp: 1625848454791 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 + sha256: cd48de9674a20133e70a643476accc1a63360c921ab49477638364877937a40d + md5: a12602a94ee402b57063ef74e82016c0 + depends: + - dbus >=1.13.6,<2.0a0 + - libgcc-ng >=9.3.0 + - libglib >=2.68.3,<3.0a0 + - xorg-libx11 + - xorg-libxi + - xorg-libxtst + arch: aarch64 + platform: linux + license: LGPL-2.1-or-later + license_family: LGPL + purls: [] + size: 622407 + timestamp: 1625848355776 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e md5: f730d54ba9cd543666d7220c9f7ed563 @@ -2987,6 +3018,8 @@ packages: - libstdcxx-ng >=12 constrains: - atk-1.0 2.38.0 + arch: aarch64 + platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -3002,6 +3035,8 @@ packages: - libintl >=0.22.5,<1.0a0 constrains: - atk-1.0 2.38.0 + arch: x86_64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -3017,345 +3052,73 @@ packages: - libintl >=0.22.5,<1.0a0 constrains: - atk-1.0 2.38.0 + arch: arm64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 347530 timestamp: 1713896411580 -- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda - sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea - md5: 5e4c0743c70186509d1412e03c2d8dfa +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + sha256: 1f267886522dfb9ae4e5ebbc3135b5eb13cff27bdbfe8d881a4d893459166ab4 + md5: 2cc3f588512f04f3a0c64b4e9bedc02d depends: - - python >=3.7 + - python >=3.9 license: MIT license_family: MIT purls: - - pkg:pypi/attrs?source=conda-forge-mapping - size: 54582 - timestamp: 1704011393776 -- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a - md5: 356927ace43302bf6f5926e2a58dae6a + - pkg:pypi/attrs?source=compressed-mapping + size: 56370 + timestamp: 1737819298139 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + sha256: 1c656a35800b7f57f7371605bc6507c8d3ad60fbaaec65876fce7f73df1fc8ac + md5: 0a01c169f0ab0f91b26e77a3301fbfe4 depends: - python >=3.9 + - pytz >=2015.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=compressed-mapping + size: 6938256 + timestamp: 1738490268466 +- pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + name: beautifulsoup4 + version: 4.13.0 + sha256: 9c4c3dfa67aba55f6cd03769c441b21e6a369797fd6766e4b4c6b3399aae2735 + requires_dist: + - soupsieve>1.2 + - typing-extensions + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' +- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 + md5: 32932642d9ae6470f79ca509f0a422f5 + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + arch: x86_64 + platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/attrs?source=hash-mapping - size: 56354 - timestamp: 1734348889193 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda - sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a - md5: 94493124319f290e7ad45228d54db509 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 101513 - timestamp: 1720943471630 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda - sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 - md5: 72dff54470c6fc809b845fac58d39aad - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 46905 - timestamp: 1720901876108 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda - sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 - md5: df475c2b12da4aa32d4946a1453681f5 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 234194 - timestamp: 1718918578757 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda - sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 - md5: 3834f2ba3431fe21692de035a7b992c1 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 22658 - timestamp: 1718967658946 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda - sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 - md5: 270c3f0f23c48f3ac0074c3e81bdabac - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54326 - timestamp: 1720744311520 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda - sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc - md5: 1603ce5ebacad267b5b5d2c484c73679 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-compression >=0.2.18,<0.2.19.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 180156 - timestamp: 1720753340047 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda - sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da - md5: edbdbf574dccbab97002d7408f42d334 - depends: - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 159625 - timestamp: 1720719292787 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda - sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 - md5: b6a0c6760077bb28547ba3ce5ed04cd1 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 158054 - timestamp: 1720751730919 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda - sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 - md5: f2a22db8c6fa50b13b45e5b8f7d18f11 - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 106792 - timestamp: 1720950156987 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda - sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b - md5: 367b3cc3a418fca38f7afc47e753c993 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 54072 - timestamp: 1718973704299 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda - sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 - md5: 1f9a89bde3856fe9feb32eb05f59f231 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 52585 - timestamp: 1718973550940 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda - sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c - md5: 0e2b0e8c97696f1584304ca9fe1e601e - depends: - - aws-c-auth >=0.7.22,<0.7.23.0a0 - - aws-c-cal >=0.7.1,<0.7.2.0a0 - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-c-http >=0.8.2,<0.8.3.0a0 - - aws-c-io >=0.14.10,<0.14.11.0a0 - - aws-c-mqtt >=0.10.4,<0.10.5.0a0 - - aws-c-s3 >=0.6.0,<0.6.1.0a0 - - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 255271 - timestamp: 1720963842160 -- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda - sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 - md5: 4fe9877157ca105fce0608c339c2f5b1 - depends: - - aws-c-common >=0.9.23,<0.9.24.0a0 - - aws-c-event-stream >=0.4.2,<0.4.3.0a0 - - aws-checksums >=0.1.18,<0.1.19.0a0 - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 3443586 - timestamp: 1720817600288 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda - sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 - md5: 14ed34c3091f89784d926cc7cf4b773b - depends: - - libcurl >=8.8.0,<9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 487099 - timestamp: 1720853456727 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda - sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 - md5: 83ec332c6f07f9e48c8d5706cceab962 - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 383395 - timestamp: 1721777916149 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda - sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f - md5: 093769d5e96a6940cf10086af031dbca - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 967558 - timestamp: 1721865277797 -- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda - sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 - md5: 9802dfd947dba7777ffcb25078c59c2d - depends: - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 239921 - timestamp: 1721833165139 -- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda - sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 - md5: 9669586875baeced8fc30c0826c3270e - depends: - - python >=3.7 - - pytz - - setuptools - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/babel?source=conda-forge-mapping - size: 7609750 - timestamp: 1702422720584 -- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - sha256: f6205d3a62e87447e06e98d911559be0208d824976d77ab092796c9176611fcb - md5: 3e23f7db93ec14c80525257d8affac28 - depends: - - python >=3.9 - - pytz >=2015.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/babel?source=hash-mapping - size: 6551057 - timestamp: 1733236466015 -- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - name: beautifulsoup4 - version: 4.12.3 - sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed - requires_dist: - - soupsieve>1.2 - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' -- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 - md5: 32932642d9ae6470f79ca509f0a422f5 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - purls: - - pkg:pypi/black?source=hash-mapping - size: 302604 - timestamp: 1728503917696 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f - md5: 44b3857dc490a3cad3deb0b29723247e + - pkg:pypi/black?source=hash-mapping + size: 302604 + timestamp: 1728503917696 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f + md5: 44b3857dc490a3cad3deb0b29723247e depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -3367,6 +3130,8 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -3386,6 +3151,8 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -3406,15 +3173,17 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/black?source=hash-mapping size: 303916 timestamp: 1728503905973 -- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda - sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 - md5: 6b4f72c3d5590e626ee37f8e6564f097 +- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda + sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 + md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -3425,21 +3194,14 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/black?source=conda-forge-mapping - size: 320216 - timestamp: 1714120236535 -- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - name: bleach - version: 6.1.0 - sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 - requires_dist: - - six>=1.9.0 - - webencodings - - tinycss2>=1.1.0,<1.3 ; extra == 'css' - requires_python: '>=3.8' + - pkg:pypi/black?source=hash-mapping + size: 328210 + timestamp: 1728504147426 - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl name: bleach version: 6.2.0 @@ -3476,6 +3238,8 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -3491,6 +3255,8 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -3506,27 +3272,31 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 33602 timestamp: 1733513285902 -- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa - md5: 2390269374fded230fcbca8332a4adc0 +- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 + md5: 357d7be4146d5fec543bfaa96a8a40de depends: - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - snappy >=1.2.0,<1.3.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - snappy >=1.2.1,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 50135 - timestamp: 1719266616208 + size: 49840 + timestamp: 1733513605730 - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd md5: 686cb5c54d3a3a028f4bce356b3e0030 @@ -3539,7 +3309,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/bmipy?source=conda-forge-mapping + - pkg:pypi/bmipy?source=hash-mapping size: 14075 timestamp: 1698243713437 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda @@ -3566,6 +3336,8 @@ packages: - libbrotlidec 1.1.0 h86ecc28_2 - libbrotlienc 1.1.0 h86ecc28_2 - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -3579,6 +3351,8 @@ packages: - brotli-bin 1.1.0 h00291cd_2 - libbrotlidec 1.1.0 h00291cd_2 - libbrotlienc 1.1.0 h00291cd_2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -3592,26 +3366,30 @@ packages: - brotli-bin 1.1.0 hd74edd7_2 - libbrotlidec 1.1.0 hd74edd7_2 - libbrotlienc 1.1.0 hd74edd7_2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 19588 timestamp: 1725268044856 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda - sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - md5: f47f6db2528e38321fb00ae31674c133 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: 378f1c9421775dfe644731cb121c8979 depends: - - brotli-bin 1.1.0 hcfcfb64_1 - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - brotli-bin 1.1.0 h2466b09_2 + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 19772 - timestamp: 1695990547936 + size: 19697 + timestamp: 1725268293988 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 md5: c63b5e52939e795ba8d26e35d767a843 @@ -3634,6 +3412,8 @@ packages: - libbrotlidec 1.1.0 h86ecc28_2 - libbrotlienc 1.1.0 h86ecc28_2 - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -3646,6 +3426,8 @@ packages: - __osx >=10.13 - libbrotlidec 1.1.0 h00291cd_2 - libbrotlienc 1.1.0 h00291cd_2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -3658,25 +3440,29 @@ packages: - __osx >=11.0 - libbrotlidec 1.1.0 hd74edd7_2 - libbrotlienc 1.1.0 hd74edd7_2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 16772 timestamp: 1725268026061 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda - sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - md5: 0105229d7c5fabaa840043a86c10ec64 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: d22534a9be5771fc58eb7564947f669d depends: - - libbrotlidec 1.1.0 hcfcfb64_1 - - libbrotlienc 1.1.0 hcfcfb64_1 + - libbrotlidec 1.1.0 h2466b09_2 + - libbrotlienc 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 20885 - timestamp: 1695990517506 + size: 20837 + timestamp: 1725268270219 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 md5: 8ea5af6ac902f1a4429190970d9099ce @@ -3707,6 +3493,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 h86ecc28_2 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -3723,6 +3511,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 h00291cd_2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -3740,15 +3530,17 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 hd74edd7_2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/brotli?source=hash-mapping size: 338488 timestamp: 1725268478900 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec - md5: f24ba3942ece1e5d3dcde934f0532998 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a + md5: febb0f96eb7400bb065681117872b75e depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -3756,13 +3548,15 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - libbrotlicommon 1.1.0 hcfcfb64_1 + - libbrotlicommon 1.1.0 h2466b09_2 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/brotli?source=conda-forge-mapping - size: 321654 - timestamp: 1695990742536 + - pkg:pypi/brotli?source=hash-mapping + size: 321820 + timestamp: 1725268551147 - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d md5: 62ee74e96c5ebb0af99386de58cf9553 @@ -3781,6 +3575,8 @@ packages: md5: 56398c28220513b9ea13d7b450acfb20 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3791,6 +3587,8 @@ packages: md5: 7ed4301d437b59045be7e051a0308211 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3801,6 +3599,8 @@ packages: md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 + arch: arm64 + platform: osx license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3813,6 +3613,8 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3836,6 +3638,8 @@ packages: md5: 356da36f35d36dcba16e43f1589d4e39 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -3846,6 +3650,8 @@ packages: md5: 133255af67aaf1e0c0468cc753fd800b depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -3856,60 +3662,58 @@ packages: md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 179496 timestamp: 1734208291879 -- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda - sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 - md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 165093 - timestamp: 1721835227167 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd - md5: 720523eb0d6a9b0f6120c16b2aa4e7de +- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda + sha256: bf832198976d559ab44d6cdb315642655547e26d826e34da67cbee6624cda189 + md5: 19f3a56f68d2fd06c516076bff482c52 arch: x86_64 platform: linux license: ISC purls: [] - size: 157088 - timestamp: 1734208393264 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 - md5: 83b4ad1e6dc14df5891f3fcfdeb44351 + size: 158144 + timestamp: 1738298224464 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda + sha256: 66c6408ee461593cfdb2d78d82e6ed74d04a04ccb51df3ef8a5f35148c9c6eec + md5: 462cb166cd2e26a396f856510a3aff67 + arch: aarch64 + platform: linux license: ISC purls: [] - size: 157096 - timestamp: 1734209301744 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 - md5: b7b887091c99ed2e74845e75e9128410 + size: 158290 + timestamp: 1738299057652 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda + sha256: 42e911ee2d8808eacedbec46d99b03200a6138b8e8a120bd8acabe1cac41c63b + md5: 3418b6c8cac3e71c0bc089fc5ea53042 + arch: x86_64 + platform: osx license: ISC purls: [] - size: 156925 - timestamp: 1734208413176 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 - md5: 7cb381a6783d91902638e4ed1ebd478e + size: 158408 + timestamp: 1738298385933 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda + sha256: 7e12816618173fe70f5c638b72adf4bfd4ddabf27794369bb17871c5bb75b9f9 + md5: 3569d6a9141adc64d2fe4797f3289e06 + arch: arm64 + platform: osx license: ISC purls: [] - size: 157091 - timestamp: 1734208344343 -- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda - sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e - md5: 9caa97c9504072cd060cf0a3142cc0ed + size: 158425 + timestamp: 1738298167688 +- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda + sha256: 1bedccdf25a3bd782d6b0e57ddd97cdcda5501716009f2de4479a779221df155 + md5: 5304a31607974dfc2110dfbb662ed092 + arch: x86_64 + platform: win license: ISC purls: [] - size: 154943 - timestamp: 1720077592592 + size: 158690 + timestamp: 1738298232550 - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 md5: b34c2833a1f56db610aeb27f206d800d @@ -3959,6 +3763,8 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: aarch64 + platform: linux license: LGPL-2.1-only or MPL-1.1 purls: [] size: 980455 @@ -3978,6 +3784,8 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.44.2,<1.0a0 + arch: x86_64 + platform: osx license: LGPL-2.1-only or MPL-1.1 purls: [] size: 891731 @@ -3997,30 +3805,34 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.44.2,<1.0a0 + arch: arm64 + platform: osx license: LGPL-2.1-only or MPL-1.1 purls: [] size: 894517 timestamp: 1733791145035 -- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda - sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c - md5: 7a0b2818b003bd79106c29f55126d2c3 +- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda + sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 + md5: 63ff2bf400dde4fad0bed56debee5c16 depends: - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.43.4,<1.0a0 + - pixman >=0.44.2,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zlib + arch: x86_64 + platform: win license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 1519852 - timestamp: 1718986279087 + size: 1515969 + timestamp: 1733791355894 - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad md5: 6feb87357ecd66733be3279f16a8c400 @@ -4031,16 +3843,6 @@ packages: - pkg:pypi/certifi?source=hash-mapping size: 161642 timestamp: 1734380604767 -- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 - md5: 24e7fd6ca65997938fff9e5ab6f653e4 - depends: - - python >=3.7 - license: ISC - purls: - - pkg:pypi/certifi?source=conda-forge-mapping - size: 159308 - timestamp: 1720458053074 - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 md5: c344c2e03cee091f3a0f79f3d65dfade @@ -4054,7 +3856,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/cffconvert?source=conda-forge-mapping + - pkg:pypi/cffconvert?source=hash-mapping size: 54965 timestamp: 1736073317785 - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda @@ -4084,6 +3886,8 @@ packages: - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -4099,6 +3903,8 @@ packages: - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -4115,15 +3921,17 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/cffi?source=hash-mapping size: 227265 timestamp: 1725560892881 -- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda - sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 - md5: 3641cc4492220301e0b0c65cf2985a80 +- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 + md5: 1e0c1867544dc5f3adfad28742f4d983 depends: - pycparser - python >=3.9,<3.10.0a0 @@ -4131,36 +3939,14 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=conda-forge-mapping - size: 236120 - timestamp: 1696002149834 -- conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda - sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee - md5: b3263858e6a924d05dc2e9ce335593ba - depends: - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LicenseRef-fitsio - purls: [] - size: 601046 - timestamp: 1718906922426 -- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - md5: 7f4a9e3fcff3f6356ae99244a014da6a - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/charset-normalizer?source=conda-forge-mapping - size: 46597 - timestamp: 1698833765762 + - pkg:pypi/cffi?source=hash-mapping + size: 236935 + timestamp: 1725561195746 - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b md5: e83a31202d1c0a000fce3e9cf3825875 @@ -4172,19 +3958,6 @@ packages: - pkg:pypi/charset-normalizer?source=hash-mapping size: 47438 timestamp: 1735929811779 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - md5: 3549ecbceb6cd77b91a105511b7d0786 - depends: - - __win - - colorama - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/click?source=conda-forge-mapping - size: 85051 - timestamp: 1692312207348 - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab md5: f22f4d4970e09d68a10b922cbb0408d3 @@ -4197,18 +3970,19 @@ packages: - pkg:pypi/click?source=hash-mapping size: 84705 timestamp: 1734858922844 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 - sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda + sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d + md5: 90e5571556f7a45db92ee51cb8f97af6 depends: - - click >=3.0 - - python + - __win + - colorama + - python >=3.9 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/click-plugins?source=conda-forge-mapping - size: 8992 - timestamp: 1554588104889 + - pkg:pypi/click?source=hash-mapping + size: 85169 + timestamp: 1734858972635 - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 md5: 82bea35e4dac4678ba623cf10e95e375 @@ -4221,18 +3995,6 @@ packages: - pkg:pypi/click-plugins?source=hash-mapping size: 12057 timestamp: 1733731217399 -- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 - sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - md5: a29b7c141d6b2de4bb67788a5f107734 - depends: - - click >=4.0 - - python <4.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/cligj?source=conda-forge-mapping - size: 10255 - timestamp: 1633637895378 - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 md5: 55c7804f428719241a90b152016085a1 @@ -4245,39 +4007,17 @@ packages: - pkg:pypi/cligj?source=hash-mapping size: 12521 timestamp: 1733750069604 -- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda - sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec - md5: 6e67fa19bedafa7eb7d6ea91de53e03d - depends: - - python >=3.8 - license: GPL-2.0-only - license_family: GPL - purls: - - pkg:pypi/codespell?source=conda-forge-mapping - size: 290955 - timestamp: 1716536580880 -- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - sha256: ae0949e0e8d868edc78b59bf7e62b93db53083421301712f95c5dff9d4848363 - md5: 840293a20343a601ca2738d359e403eb +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + sha256: 1d82cf34dcdfcebf8cfef8a5117cacbdbfeefe252a06a33f08afb7be308df80b + md5: cc33c9affde49a8158ffc1b3f32af83a depends: - python >=3.9 license: GPL-2.0-only license_family: GPL purls: - pkg:pypi/codespell?source=hash-mapping - size: 290573 - timestamp: 1736341804228 -- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 - depends: - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/colorama?source=conda-forge-mapping - size: 25170 - timestamp: 1666700778190 + size: 302888 + timestamp: 1738095348352 - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 md5: 962b9857ee8e7018c22f2776ffa0b2d7 @@ -4289,18 +4029,6 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 27011 timestamp: 1733218222191 -- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda - sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe - md5: 948d84721b578d426294e17a02e24cbb - depends: - - python >=3.6 - - traitlets >=5.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/comm?source=conda-forge-mapping - size: 12134 - timestamp: 1710320435158 - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda sha256: 7e87ef7c91574d9fac19faedaaee328a70f718c9b4ddadfdc0ba9ac021bd64af md5: 74673132601ec2b7fc592755605f4c1b @@ -4313,17 +4041,6 @@ packages: - pkg:pypi/comm?source=hash-mapping size: 12103 timestamp: 1733503053903 -- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda - sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 - md5: 0d07dc29b1c1cc973f76b74beb44915f - depends: - - python >=3.5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/configargparse?source=conda-forge-mapping - size: 39491 - timestamp: 1690138171226 - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 md5: c5f4eec949e6514ca49e606b1fb7c043 @@ -4363,6 +4080,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -4378,6 +4097,8 @@ packages: - numpy >=1.23 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -4394,39 +4115,43 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=hash-mapping size: 234286 timestamp: 1729602726665 -- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda - sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 - md5: 03e25c6bae87f4f9595337255b44b0fb +- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda + sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 + md5: 37f8619ee96710220ead6bb386b9b24b depends: - - numpy >=1.20 + - numpy >=1.23 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=conda-forge-mapping - size: 186813 - timestamp: 1712430556544 -- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 - md5: 5cd86562580f274031ede6aa6aa24441 - depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/cycler?source=conda-forge-mapping - size: 13458 - timestamp: 1696677888423 + - pkg:pypi/contourpy?source=hash-mapping + size: 196844 + timestamp: 1727294312191 +- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda + noarch: generic + sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 + md5: 88c825b761db70b42004d12a14f125bf + depends: + - python 3.9.21.* + - python_abi * *_cp39 + license: Python-2.0 + purls: [] + size: 48066 + timestamp: 1733406274681 - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c md5: 44600c4667a319d67dbe0681fc0bc833 @@ -4463,6 +4188,8 @@ packages: - libntlm - libstdcxx-ng >=12 - openssl >=3.1.1,<4.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause-Attribution license_family: BSD purls: [] @@ -4485,6 +4212,8 @@ packages: md5: 6e5a87182d66b2d1328a96b61ca43a62 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -4493,6 +4222,8 @@ packages: - conda: 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 purls: [] @@ -4501,11 +4232,27 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 md5: 5a74cdee497e6b65173e10d94582fae6 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 316394 timestamp: 1685695959391 +- conda: 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 + purls: [] + size: 618643 + timestamp: 1685696352968 - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 md5: ecfff944ba3960ecb334b9a2663d708d @@ -4527,14 +4274,16 @@ packages: - expat >=2.4.2,<3.0a0 - libgcc-ng >=9.4.0 - libglib >=2.70.2,<3.0a0 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] size: 672759 timestamp: 1640113663539 -- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda - sha256: d7a3d96b221b3e4f039011453c997ef86605029461ed1cd303fab964a2530410 - md5: f735d25789adbe78c1f34ab6593054c1 +- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.12-py39hf88036b_0.conda + sha256: 987b6e3ab4aabdc0e4c8c325552c694fd9311f985f3dd6b30e47c7a7e48160d0 + md5: fea41cd6f4815e2bdcb7c32e0b2e03ed depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -4547,78 +4296,75 @@ packages: license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2147389 - timestamp: 1734159075635 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda - sha256: f226df76e54c7dc600280efd30dd3d577fdd8dd142a2866ec893a65ef508349f - md5: b631f2943890b87fbaa2a6a44c1da8b5 + size: 2122965 + timestamp: 1737269919982 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.12-py39h7dbf29c_0.conda + sha256: 5caf7a9b332c7868f0c377c7495e23aeb98d2a63c066bb0d319a9819fa83aabb + md5: bbbfba6984d0623a8da117ff3f947af9 depends: - libgcc >=13 - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2093259 - timestamp: 1734159298268 -- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda - sha256: 9591da75ee101699fdcf1a080fa786f5b85d6981f25449206ab0db0e8b41f18f - md5: 8cd0c561c10e87a68de9fad8b272c294 + size: 2130025 + timestamp: 1737270024853 +- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.12-py39hdf37715_0.conda + sha256: 6e936ca602fb5d4751dace0bed909f471f952dabe90630a8e0d1c4e2fbae1e58 + md5: eb885c5ae7f0281471f5cff7b20605e8 depends: - __osx >=10.13 - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2063108 - timestamp: 1734159315544 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda - sha256: c9ec63c128fef09a3177738902130a48404a43f8499cdccf04c89872d1c33e46 - md5: 1091cdfc14e7d7bfaad5b9ea05b94b37 + size: 2075672 + timestamp: 1737270016838 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.12-py39h941272d_0.conda + sha256: bdd4cfcbfbe43b21520ba897412240f4f0e62cfe5e4c7cd8056892c306aa3a27 + md5: da7cbafc7fc5b5f0b3fcf8fc4c4e871d depends: - __osx >=11.0 - libcxx >=18 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2066935 - timestamp: 1734159213134 -- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda - sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e - md5: 1c6118c0f12a412582242bd087e4c136 + size: 2048402 + timestamp: 1737270000822 +- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.12-py39ha51f57c_0.conda + sha256: 47c851874c0a4855016f858ead77dd0a426906aa9f7b2fb8fad2d295e502ae2b + md5: 1ed3b838788f139b491298eecf179daf depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=conda-forge-mapping - size: 2831905 - timestamp: 1719379131318 -- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - md5: 43afe5ab04e35e17ba28649471dd7364 - depends: - - python >=3.5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/decorator?source=conda-forge-mapping - size: 12072 - timestamp: 1641555714315 + - pkg:pypi/debugpy?source=hash-mapping + size: 3178687 + timestamp: 1737270088294 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda sha256: 84e5120c97502a3785e8c3241c3bf51f64b4d445f13b4d2445db00d9816fe479 md5: d622d8d7ee8868870f9cbe259f381181 @@ -4643,7 +4389,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/docopt?source=conda-forge-mapping + - pkg:pypi/docopt?source=hash-mapping size: 18876 timestamp: 1733817956506 - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda @@ -4656,17 +4402,6 @@ packages: - pkg:pypi/docutils?source=hash-mapping size: 402700 timestamp: 1733217860944 -- conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda - sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d - md5: 47cec089153a05d38df88a6fa9aa6119 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 - purls: - - pkg:pypi/docutils?source=conda-forge-mapping - size: 757111 - timestamp: 1701883327171 - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 md5: c2f83a5ddadadcdb08fe05863295ee97 @@ -4686,21 +4421,71 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 78230 timestamp: 1686485872718 -- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 - md5: d02ae936e42063ca46af6cdad2dbd1e0 +- conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda + sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 + md5: 1a8bc18b24014167b2184c5afbe6037e depends: - - python >=3.7 - license: MIT and PSF-2.0 - purls: - - pkg:pypi/exceptiongroup?source=conda-forge-mapping - size: 20418 - timestamp: 1720869435725 + - 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 + purls: [] + size: 70425 + timestamp: 1686490368655 +- conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 + sha256: 1e58ee2ed0f4699be202f23d49b9644b499836230da7dd5b2f63e6766acff89e + md5: a089d06164afd2d511347d3f87214e0b + depends: + - libgcc-ng >=10.3.0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 1440699 + timestamp: 1648505042260 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 + sha256: 2cdd3965353b24f49bd8d4aafaaf282968509dc600350c25d0d29355990af834 + md5: e3000ef63f6250283a6ca13d38e3e8be + depends: + - libgcc-ng >=10.3.0 + arch: aarch64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 1455489 + timestamp: 1648505885929 +- conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 + sha256: 0e344e8490237565a5685736421e06b47a1b46dee7151c0973dd48130f8e583a + md5: 721a46794b9ad1301115068189acb750 + arch: x86_64 + platform: osx + license: MIT + license_family: MIT + purls: [] + size: 342235 + timestamp: 1648505306288 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 + sha256: 8b93dbebab0fe12ece4767e6a2dc53a6600319ece0b8ba5121715f28c7b0f8d1 + md5: 20dd7359a6052120d52e1e13b4c818b9 + arch: arm64 + platform: osx + license: MIT + license_family: MIT + purls: [] + size: 355201 + timestamp: 1648505273975 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 md5: a16662747cdeb9abbac74d0057cc976e @@ -4711,17 +4496,6 @@ packages: - pkg:pypi/exceptiongroup?source=hash-mapping size: 20486 timestamp: 1733208916977 -- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 - md5: 15dda3cdbf330abfe9f555d22f66db46 - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/execnet?source=conda-forge-mapping - size: 38883 - timestamp: 1712591929944 - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 md5: a71efeae2c160f6789900ba2631a2c90 @@ -4733,17 +4507,6 @@ packages: - pkg:pypi/execnet?source=hash-mapping size: 38835 timestamp: 1733231086305 -- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - md5: e16be50e378d8a4533b989035b196ab8 - depends: - - python >=2.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/executing?source=conda-forge-mapping - size: 27689 - timestamp: 1698580072627 - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda sha256: 28d25ea375ebab4bf7479228f8430db20986187b04999136ff5c722ebd32eb60 md5: ef8b5fca76806159fc25b4f48d8737eb @@ -4775,41 +4538,23 @@ packages: depends: - libexpat 2.6.4 h5ad3122_0 - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 130354 timestamp: 1730967212801 -- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda - sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 - md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a - depends: - - libexpat 2.6.2 h63175ca_0 - license: MIT - license_family: MIT - purls: [] - size: 229627 - timestamp: 1710362661692 -- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda - sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a - md5: 0e7e4388e9d5283e22b35a9443bdbcc9 - depends: - - python >=3.7 - license: Unlicense - purls: - - pkg:pypi/filelock?source=conda-forge-mapping - size: 17592 - timestamp: 1719088395353 -- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 - md5: d692e9ba6f92dc51484bf3477e36ce7c +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + sha256: 006d7e5a0c17a6973596dd86bfc80d74ce541144d2aee2d22d46fd41df560a63 + md5: 7f402b4a1007ee355bc50ce4d24d4a57 depends: - python >=3.9 license: Unlicense purls: - pkg:pypi/filelock?source=hash-mapping - size: 17441 - timestamp: 1733240909987 + size: 17544 + timestamp: 1737517924333 - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 md5: f7a18b2b249a4da6f7479c6a74c17206 @@ -4852,6 +4597,8 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -4874,6 +4621,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -4897,50 +4646,39 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=hash-mapping size: 1001630 timestamp: 1733507968660 -- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda - sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c - md5: b6ce97c5802c470b64ad47f286c2b276 +- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda + sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb + md5: b4602586585d85c5fe14594a1abf3c26 depends: - attrs >=19.2.0 - - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - - gdal - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 - - numpy >=1.19,<3 + - libgdal-core >=3.10.0,<3.11.0a0 + - pyparsing - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely - - six - 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 purls: - - pkg:pypi/fiona?source=conda-forge-mapping - size: 814844 - timestamp: 1722412467645 -- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda - sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 - md5: 4673657910db1d7914dc272124fe03ae - depends: - - python >=3.6 - license: Apache-2.0 - license_family: Apache - purls: - - pkg:pypi/flaky?source=conda-forge-mapping - size: 22156 - timestamp: 1710293112378 + - pkg:pypi/fiona?source=hash-mapping + size: 957384 + timestamp: 1733508026385 - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 md5: 7e081d00fdcba21b76658c1649691836 @@ -4952,18 +4690,6 @@ packages: - pkg:pypi/flaky?source=hash-mapping size: 22239 timestamp: 1736040820816 -- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda - sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 - md5: af430df6ac41b09d5ef99fe60a108a3a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 189241 - timestamp: 1720363932863 - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b md5: 0c96522c6bdaed4b1566d11387caaf45 @@ -4988,14 +4714,6 @@ packages: purls: [] size: 700814 timestamp: 1620479612257 -- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda - sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 - md5: cbbe59391138ea5ad3658c76912e147f - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - purls: [] - size: 1622566 - timestamp: 1714483134319 - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 md5: 49023d73832ef61042f6a237cb2687e7 @@ -5030,6 +4748,8 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -5043,6 +4763,8 @@ packages: - freetype >=2.12.1,<3.0a0 - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -5056,27 +4778,31 @@ packages: - freetype >=2.12.1,<3.0a0 - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 234227 timestamp: 1730284037572 -- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - md5: 08767992f1a4f1336a257af1241034bd +- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 + md5: 9bb0026a2131b09404c59c4290c697cd depends: - - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 + - libexpat >=2.6.3,<3.0a0 - libiconv >=1.17,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 190111 - timestamp: 1674829354122 + size: 192355 + timestamp: 1730284147944 - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 md5: fee5683a3f04bd15cbd8318b096a27ab @@ -5100,9 +4826,9 @@ packages: purls: [] size: 4102 timestamp: 1566932280397 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b - md5: 5cd3b942589049b43ef3a65d1f63c488 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.8-py39h9399b63_0.conda + sha256: ffe6e3212a05873cfa7eae722102159247fbbec2adbf2b18c66464be9587f08f + md5: 6bf9f93c616d7b7e2fd8db1b3b655b85 depends: - __glibc >=2.17,<3.0.a0 - brotli @@ -5117,11 +4843,11 @@ packages: license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2317987 - timestamp: 1735335999918 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a - md5: 8f6cca97167821f34fc339f18f0acea8 + size: 2296891 + timestamp: 1738204397164 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda + sha256: a9bef54e4179089c69146c0f2ce402801370f28526510e9a567d8e7b7647c397 + md5: a52825ee6e5027bd54d23eae28feb86a depends: - brotli - libgcc >=13 @@ -5130,15 +4856,17 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2285092 - timestamp: 1735336093544 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 - md5: 192c4523bffebfa4b0c8461bedc564f7 + size: 2271017 + timestamp: 1738203982028 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.8-py39hd18e689_0.conda + sha256: af93549481fe773a761903af28293cf73223c53ece1ac5b0e23c4f3e049e3ecf + md5: 40cf918dad42a0975011a5bba8bd2cde depends: - __osx >=10.13 - brotli @@ -5146,15 +4874,17 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2252144 - timestamp: 1735336066172 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d - md5: 5e8f25f5e9d2552ce85470ff6dd1d69d + size: 2256659 + timestamp: 1738204033212 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda + sha256: 48ea15539db9bf3edde3c2a147e77b707627fb1c7c65090a9f8e7df95f26dadf + md5: bc01fbe41e5029c10e2973e19f3fbca8 depends: - __osx >=11.0 - brotli @@ -5163,41 +4893,34 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2212416 - timestamp: 1735336115892 -- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda - sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f - md5: 81bbae03542e491178a620a45ad0b474 + size: 2245346 + timestamp: 1738204063914 +- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.8-py39hf73967f_0.conda + sha256: 60ab796929651ceac745a048e2c141b85672ad68c682a0ac28a6879f56348d29 + md5: f17c373bde372e6110eac90c7092e955 depends: - brotli - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - - unicodedata2 >=14.0.0 + - unicodedata2 >=15.1.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/fonttools?source=conda-forge-mapping - size: 1918855 - timestamp: 1720359431607 -- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 - sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad - md5: 6d2677b354c9596e77d4583ddc15aa00 - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/fortran-language-server?source=conda-forge-mapping - size: 62350 - timestamp: 1637570882364 + - pkg:pypi/fonttools?source=hash-mapping + size: 1912065 + timestamp: 1738203989664 - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda sha256: b7c0f8e1121e654e70e3aea30c5995b07cbcee04cbf1d398a4351537e1c0a549 md5: a1e1a5580b5756781d4c300c1c7278ac @@ -5209,18 +4932,6 @@ packages: - pkg:pypi/fortran-language-server?source=hash-mapping size: 67516 timestamp: 1736695561976 -- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 - md5: 153742a29b4c22ee54442fb93a0e9127 - depends: - - configargparse - - python >=3.5 - license: GPL-3.0-or-later - license_family: GPL - purls: - - pkg:pypi/fprettify?source=conda-forge-mapping - size: 137690 - timestamp: 1637859635697 - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b md5: 303bd33e15b3964388c96a928f1a83a7 @@ -5253,6 +4964,8 @@ packages: - libgcc-ng >=12 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 + arch: aarch64 + platform: linux license: GPL-2.0-only OR FTL purls: [] size: 642092 @@ -5263,6 +4976,8 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: osx license: GPL-2.0-only OR FTL purls: [] size: 599300 @@ -5273,6 +4988,8 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 + arch: arm64 + platform: osx license: GPL-2.0-only OR FTL purls: [] size: 596430 @@ -5286,6 +5003,8 @@ packages: - 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 purls: [] size: 510306 @@ -5314,6 +5033,8 @@ packages: - libgcc >=13 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 + arch: aarch64 + platform: linux license: MPL-1.1 license_family: MOZILLA purls: [] @@ -5327,6 +5048,8 @@ packages: - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 + arch: x86_64 + platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] @@ -5340,26 +5063,30 @@ packages: - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 + arch: arm64 + platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] size: 53378 timestamp: 1734014980768 -- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - md5: 8e02e06229c677cbc9f5dc69ba49052c +- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda + sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 + md5: d6a8059de245e53478b581742b53f71d depends: - - libexpat >=2.5.0,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.1,<5.0a0 + - minizip >=4.0.7,<5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MPL-1.1 license_family: MOZILLA purls: [] - size: 77439 - timestamp: 1694953013560 + size: 77528 + timestamp: 1734015193826 - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 md5: ac7bc6a654f8f41b352b38f4051135f8 @@ -5376,6 +5103,8 @@ packages: md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: - libgcc-ng >=7.5.0 + arch: aarch64 + platform: linux license: LGPL-2.1 purls: [] size: 115689 @@ -5383,6 +5112,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 md5: f1c6b41e0f56998ecd9a3e210faa1dc0 + arch: x86_64 + platform: osx license: LGPL-2.1 purls: [] size: 65388 @@ -5390,6 +5121,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 md5: c64443234ff91d70cb9c7dc926c58834 + arch: arm64 + platform: osx license: LGPL-2.1 purls: [] size: 60255 @@ -5400,29 +5133,12 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: LGPL-2.1 purls: [] size: 64567 timestamp: 1604417122064 -- conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda - sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f - md5: af386d551bf26e0a647ef077f07d6868 - depends: - - libgdal-core 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libxml2 >=2.12.7,<3.0a0 - - numpy >=1.19,<3 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/gdal?source=conda-forge-mapping - size: 1462414 - timestamp: 1722372889837 - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb md5: 201db6c2d9a3c5e46573ac4cb2e92f4f @@ -5448,6 +5164,8 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5463,6 +5181,8 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5478,6 +5198,8 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: arm64 + platform: osx license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5502,6 +5224,8 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: LGPL-2.1-only purls: [] size: 1821820 @@ -5512,6 +5236,8 @@ packages: depends: - __osx >=10.13 - libcxx >=17 + arch: x86_64 + platform: osx license: LGPL-2.1-only purls: [] size: 1577166 @@ -5522,21 +5248,25 @@ packages: depends: - __osx >=11.0 - libcxx >=17 + arch: arm64 + platform: osx license: LGPL-2.1-only purls: [] size: 1481430 timestamp: 1725676193541 -- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda - sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 - md5: 019e3460f99eb7c2198c532c50d08791 +- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda + sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f + md5: 08a30fe29a645fc5c768c0968db116d3 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-2.1-only purls: [] - size: 1561663 - timestamp: 1721747131206 + size: 1665961 + timestamp: 1725676536384 - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 md5: 4eb52aecb43e7c72f8e4fca0c386354e @@ -5567,6 +5297,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -5583,6 +5315,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -5599,28 +5333,32 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 113739 timestamp: 1726603324989 -- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 - md5: 8968032e8f14d84b40a20437707f8ec7 +- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac + md5: fb20f424102030f3952532cc7aebdbd8 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.0,<9.6.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 123406 - timestamp: 1722335928788 + size: 123087 + timestamp: 1726603487099 - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c md5: 714d0882dc5e692ca4683d8e520f73c6 @@ -5628,6 +5366,8 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-3.0-only license_family: GPL purls: [] @@ -5650,6 +5390,8 @@ packages: md5: 2f809afaf0ba1ea4135dce158169efac depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -5658,6 +5400,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -5666,23 +5410,13 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c md5: 95fa1486c77505330c20f7202492b913 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 71613 timestamp: 1712692611426 -- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda - sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b - md5: 623b19f616f2ca0c261441067e18ae40 - depends: - - python >=3.7 - - smmap >=3.0.1,<6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitdb?source=conda-forge-mapping - size: 52872 - timestamp: 1697791718749 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 md5: 7c14f3706e099f8fcd47af2d494616cc @@ -5695,19 +5429,6 @@ packages: - pkg:pypi/gitdb?source=hash-mapping size: 53136 timestamp: 1735887290843 -- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda - sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a - md5: 0b2154c1818111e17381b1df5b4b0176 - depends: - - gitdb >=4.0.1,<5 - - python >=3.7 - - typing_extensions >=3.7.4.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/gitpython?source=conda-forge-mapping - size: 156827 - timestamp: 1711991122366 - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 md5: 140a4e944f7488467872e562a2a52789 @@ -5721,36 +5442,57 @@ packages: - pkg:pypi/gitpython?source=hash-mapping size: 157200 timestamp: 1735929768433 -- conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda - sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 - md5: 13ce8fd2eb07f41c7108f7ad7bb0062e +- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda + sha256: 5d8a48abdb1bc2b54f1380d2805cb9cd6cd9609ed0e5c3ed272aef92ab53b190 + md5: e2e44caeaef6e4b107577aa46c95eb12 depends: - - glib-tools 2.80.3 h4394cf3_1 - - libffi >=3.4,<4.0a0 - - libglib 2.80.3 h7025463_1 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libglib 2.82.2 h2ff4ddf_1 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + purls: [] + size: 115452 + timestamp: 1737037532892 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda + sha256: dd9e5902eeec7ce991fe0606a4c80eed9889d285e124829937e3b86aad0dcd00 + md5: 260e61a98e9e6ffccd95394ace6fc162 + depends: + - libgcc >=13 + - libglib 2.82.2 hc486b8e_1 + arch: aarch64 + platform: linux + license: LGPL-2.1-or-later + purls: [] + size: 126613 + timestamp: 1737037571846 +- conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda + sha256: d626c650d320ca14c259a7aa12283c452b3ca1e58191c29b820001725822285e + md5: 9c64be7c2dbbdde429d12a84c538ef1e + depends: + - __osx >=10.13 + - libglib 2.82.2 h5c976ab_1 - libintl >=0.22.5,<1.0a0 - - libintl-devel - - python * - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later purls: [] - size: 572358 - timestamp: 1720335131283 -- conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d - md5: 12d270a5f8b8ae0a9536c1960f21e0aa + size: 100685 + timestamp: 1737038130 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda + sha256: b6874fea5674855149f929899126e4298d020945f3d9c6a7955d14ede1855e3a + md5: bdc35b7b75b7cd2bcfd288e399333f29 depends: - - libglib 2.80.3 h7025463_1 + - __osx >=11.0 + - libglib 2.82.2 hdff4504_1 - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + arch: arm64 + platform: osx license: LGPL-2.1-or-later purls: [] - size: 95020 - timestamp: 1720335074003 + size: 101008 + timestamp: 1737037840312 - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add md5: f87c7b7c2cb45f323ffbce941c78ab7c @@ -5770,6 +5512,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5780,6 +5524,8 @@ packages: md5: fc7124f86e1d359fc5d878accd9e814c depends: - libcxx >=16 + arch: x86_64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5790,6 +5536,8 @@ packages: md5: 339991336eeddb70076d8ca826dac625 depends: - libcxx >=16 + arch: arm64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5802,236 +5550,282 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 95406 timestamp: 1711634622644 -- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda - sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a - md5: 953e31ea00d46beb7e64a79fc291ec44 +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda + sha256: e8f85722edb298d4015aba160fb606713272a0770db7be755442f20606a94dfd + md5: 65e5005b6c1e9d76164c9713de88f405 depends: - __glibc >=2.17,<3.0.a0 - - cairo >=1.18.0,<2.0a0 + - adwaita-icon-theme + - cairo >=1.18.2,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - gtk3 >=3.24.43,<4.0a0 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - librsvg >=2.58.4,<3.0a0 + - libstdcxx >=13 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 + - pango >=1.56.1,<2.0a0 arch: x86_64 platform: linux license: EPL-1.0 license_family: Other purls: [] - size: 2303111 - timestamp: 1722673717117 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda - sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 - md5: ce14a315beb92bfa8e544e912a17c7e7 + size: 2410905 + timestamp: 1738522838733 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda + sha256: 30b976c2016948ee12641cbff8b0866c6e9ace5862dd0e8da48f21361ca7a2dc + md5: 7a578d5fef5c84e6d1af7fbffbf5d84b depends: - - cairo >=1.18.0,<2.0a0 + - adwaita-icon-theme + - cairo >=1.18.2,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - gtk3 >=3.24.43,<4.0a0 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libstdcxx-ng >=12 - - libwebp-base >=1.4.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - librsvg >=2.58.4,<3.0a0 + - libstdcxx >=13 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 + - pango >=1.56.1,<2.0a0 + arch: aarch64 + platform: linux license: EPL-1.0 license_family: Other purls: [] - size: 2402404 - timestamp: 1722673792633 -- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda - sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c - md5: ef49aa1e3614bfc6fb5369675129c09b + size: 2530675 + timestamp: 1738522895611 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda + sha256: 48566e839c9d03b6817fac0b66c2247042dbecaca1d58968882efa439c102cfe + md5: addb0f319e20eff7b3415bd8e02ce641 depends: - __osx >=10.13 - - cairo >=1.18.0,<2.0a0 + - adwaita-icon-theme + - cairo >=1.18.2,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - gtk3 >=3.24.43,<4.0a0 - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - librsvg >=2.58.4,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 + - pango >=1.56.1,<2.0a0 + arch: x86_64 + platform: osx license: EPL-1.0 license_family: Other purls: [] - size: 4984341 - timestamp: 1722673941539 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda - sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 - md5: 29c0dcbd4ec7135b7a55805aa3a5a331 + size: 2269981 + timestamp: 1738523139220 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda + sha256: 35c5a300f2f958727c0cbd9e9ca5d973e4539c02e80fff3e130ee0bf628e00a3 + md5: 20d322c337695b484e8bad8e69737579 depends: - __osx >=11.0 - - cairo >=1.18.0,<2.0a0 + - adwaita-icon-theme + - cairo >=1.18.2,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk2 + - gtk3 >=3.24.43,<4.0a0 - gts >=0.7.6,<0.8.0a0 - - libcxx >=16 - - libexpat >=2.6.2,<3.0a0 + - libcxx >=18 + - libexpat >=2.6.4,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.3,<3.0a0 - - librsvg >=2.58.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - librsvg >=2.58.4,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.50.14,<2.0a0 + - pango >=1.56.1,<2.0a0 + arch: arm64 + platform: osx license: EPL-1.0 license_family: Other purls: [] - size: 5082874 - timestamp: 1722673934247 -- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda - sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 - md5: c6c2ec410aa5e77e09948bf7a4367c00 + size: 2190301 + timestamp: 1738523145276 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda + sha256: edd54d6aebef6a0f5d4def3e4f23e49f7c7d365c876284f264809091d544a452 + md5: 70a6c232f1ddcd5ed011cd9a675a5540 depends: - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - getopt-win32 >=0.1,<0.2.0a0 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.2,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.80.2,<3.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - pango >=1.50.14,<2.0a0 + - libglib >=2.82.2,<3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.56.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: EPL-1.0 license_family: Other purls: [] - size: 1161689 - timestamp: 1716134918752 -- conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda - sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 - md5: 3bd30e36b539ec931cd9be9ae36544f6 - depends: - - gstreamer 1.24.6 h5006eae_0 - - libglib >=2.80.3,<3.0a0 - - libintl >=0.22.5,<1.0a0 - - libogg >=1.3.5,<1.4.0a0 - - libvorbis >=1.3.7,<1.4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2064224 - timestamp: 1722361768824 -- conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 - md5: 81ffb18e1c5f4bd508b357f18292a597 - depends: - - glib >=2.80.3,<3.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.0-or-later - license_family: LGPL - purls: [] - size: 2026706 - timestamp: 1722361578619 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 - md5: 28a9681054948a7d7e96a7b8fe9b604e + size: 1174566 + timestamp: 1738523045545 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda + sha256: c8f939497b43d90fa2ac9d99b44ed25759a798c305237300508e526de5e78de7 + md5: 56c679bcdb8c1d824e927088725862cb depends: - __glibc >=2.17,<3.0.a0 + - at-spi2-atk >=2.38.0,<3.0a0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 + - epoxy >=1.5.10,<1.6.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - glib-tools + - harfbuzz >=10.2.0,<11.0a0 + - hicolor-icon-theme + - libcups >=2.3.3,<2.4.0a0 + - libcups >=2.3.3,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - - pango >=1.54.0,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.56.0,<2.0a0 + - wayland >=1.23.1,<2.0a0 - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxi >=1.8.2,<2.0a0 + - xorg-libxinerama >=1.1.5,<1.2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 - xorg-libxrender >=0.9.12,<0.10.0a0 arch: x86_64 platform: linux - license: LGPL-2.1-or-later + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 6521748 - timestamp: 1734919384107 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b - md5: c4558cdc1278a6d1949c265adb0e7835 + size: 5565328 + timestamp: 1737497685605 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda + sha256: f1867aca760c658ca6352ce2c4022ba538d91e879e136903b54a68db3abb5723 + md5: e9f703c5964cf663be13f1376d530d47 depends: + - at-spi2-atk >=2.38.0,<3.0a0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 + - epoxy >=1.5.10,<1.6.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - glib-tools + - harfbuzz >=10.2.0,<11.0a0 + - hicolor-icon-theme + - libcups >=2.3.3,<2.4.0a0 + - libcups >=2.3.3,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - - pango >=1.54.0,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxkbcommon >=1.7.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.56.0,<2.0a0 + - wayland >=1.23.1,<2.0a0 - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxcomposite >=0.4.6,<1.0a0 + - xorg-libxcursor >=1.2.3,<2.0a0 + - xorg-libxdamage >=1.1.6,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxi >=1.8.2,<2.0a0 + - xorg-libxinerama >=1.1.5,<1.2.0a0 + - xorg-libxrandr >=1.5.4,<2.0a0 - xorg-libxrender >=0.9.12,<0.10.0a0 - license: LGPL-2.1-or-later + arch: aarch64 + platform: linux + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 6621659 - timestamp: 1734927874980 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 - md5: c4bf60cbe56ab09fbd30809aaa89b333 + size: 5660778 + timestamp: 1737504566040 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda + sha256: ebf180c29a34d4a317df75c6e32e90845149387716cbc556c5615856bb9e23d3 + md5: fc1a95f558be54a6e8445373dd19fd0a depends: - __osx >=10.13 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 + - epoxy >=1.5.10,<1.6.0a0 + - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 + - glib-tools + - harfbuzz >=10.2.0,<11.0a0 + - hicolor-icon-theme + - libasprintf >=0.22.5,<1.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.2,<3.0a0 - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.56.0,<2.0a0 + arch: x86_64 + platform: osx + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 6072642 - timestamp: 1734919573363 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 - md5: 3a2a37b8a8e407421dce820377d84da6 + size: 9152688 + timestamp: 1737498432881 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda + sha256: 5f52152c0af1953c220e9faf8132f010c4eb85a749319889abc2e17e6c430651 + md5: bf683088766bb687f27d39f5e128d2b0 depends: - __osx >=11.0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 + - epoxy >=1.5.10,<1.6.0a0 + - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 + - glib-tools + - harfbuzz >=10.2.0,<11.0a0 + - hicolor-icon-theme + - libasprintf >=0.22.5,<1.0a0 + - libexpat >=2.6.4,<3.0a0 + - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.2,<3.0a0 - libintl >=0.22.5,<1.0a0 - - pango >=1.54.0,<2.0a0 - license: LGPL-2.1-or-later + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - pango >=1.56.0,<2.0a0 + arch: arm64 + platform: osx + license: LGPL-2.0-or-later + license_family: LGPL purls: [] - size: 6193142 - timestamp: 1734920088088 + size: 8923896 + timestamp: 1737499184255 - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b md5: 4d8df0b0db060d33c9a702ada998a8fe @@ -6053,6 +5847,8 @@ packages: - libgcc-ng >=12 - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -6064,6 +5860,8 @@ packages: depends: - libcxx >=15.0.7 - libglib >=2.76.3,<3.0a0 + arch: x86_64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -6075,6 +5873,8 @@ packages: depends: - libcxx >=15.0.7 - libglib >=2.76.3,<3.0a0 + arch: arm64 + platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -6088,24 +5888,13 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 188688 timestamp: 1686545648050 -- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a - md5: b748fbf7060927a6e82df7cb5ee8f097 - depends: - - hpack >=4.0,<5 - - hyperframe >=6.0,<7 - - python >=3.6.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/h2?source=conda-forge-mapping - size: 46754 - timestamp: 1634280590080 - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c md5: 825927dc7b0f287ef8d4d0011bb113b1 @@ -6153,6 +5942,8 @@ packages: - libglib >=2.82.2,<3.0a0 - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -6171,6 +5962,8 @@ packages: - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6189,102 +5982,96 @@ packages: - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 1473375 timestamp: 1736703265901 -- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda - sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa - md5: 7b49dd4fc5ec701184302e848c79d813 +- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda + sha256: d366a5a6da75254e912f90a342af909e8eeeb306613e09f164bc30139b73c5e5 + md5: faaf912396cba72bd54c8b3772944ab7 depends: - - cairo >=1.18.0,<2.0a0 + - cairo >=1.18.2,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=73.2,<74.0a0 - - libglib >=2.80.2,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libzlib >=1.3.1,<2.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 purls: [] - size: 1100946 - timestamp: 1719581231427 -- conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda - sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 - md5: 84344a916a73727c1326841007b52ca8 - depends: - - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + size: 1103154 + timestamp: 1736704125064 +- conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 + sha256: 336f29ceea9594f15cc8ec4c45fdc29e10796573c697ee0d57ebb7edd7e92043 + md5: bbf6f174dcd3254e19a2f5d2295ce808 + arch: x86_64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 779637 - timestamp: 1695662145568 -- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda - sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 - md5: 5788de34381caf624b78c4981618dc0a - depends: - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libzlib >=1.2.13,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + size: 13841 + timestamp: 1605162808667 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 + sha256: 479a0f95cf3e7d7db795fb7a14337cab73c2c926a5599c8512a3e8f8466f9e54 + md5: 331add9f855e921695d7b569aa23d5ec + arch: aarch64 + platform: linux + license: GPL-2.0-or-later + license_family: GPL purls: [] - size: 2039111 - timestamp: 1717587493910 -- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 - md5: 914d6646c4dbb1fd3ff539830a12fd71 - depends: - - python - license: MIT - license_family: MIT - purls: - - pkg:pypi/hpack?source=conda-forge-mapping - size: 25341 - timestamp: 1598856368685 -- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda - sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 - md5: 2aa5ff7fa34a81b9196532c84c10d865 + size: 13896 + timestamp: 1605162856037 +- conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 + sha256: a5cb0c03d731bfb09b4262a3afdeae33bef98bc73972f1bd6b7e3fcd240bea41 + md5: f64218f19d9a441e80343cea13be1afb + arch: x86_64 + platform: osx + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 13821 + timestamp: 1605162984889 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 + sha256: 286e33fb452f61133a3a61d002890235d1d1378554218ab063d6870416440281 + md5: 237b05b7eb284d7eebc3c5d93f5e4bca + arch: arm64 + platform: osx + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 13800 + timestamp: 1611053664863 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda + sha256: 6ad78a180576c706aabeb5b4c8ceb97c0cb25f1e112d76495bff23e3779948ba + md5: 0a802cb9888dd14eeefc611f05c40b6e depends: - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/hpack?source=hash-mapping - size: 29412 - timestamp: 1733299296857 -- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/hyperframe?source=conda-forge-mapping - size: 14646 - timestamp: 1619110249723 -- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b - md5: 566e75c90c1d0c8c459eb0ad9833dc7a + size: 30731 + timestamp: 1737618390337 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 + md5: 8e6923fc12f1fe8f8c4e5c9f343256ac depends: - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/hyperframe?source=hash-mapping - size: 17239 - timestamp: 1733298862681 + size: 17397 + timestamp: 1737618427549 - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e md5: 8b189310083baabfb622af68fd9d3ae3 @@ -6305,6 +6092,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -6315,6 +6104,8 @@ packages: md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6325,23 +6116,27 @@ packages: md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 11857802 timestamp: 1720853997952 -- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - md5: 0f47d9e3192d9e09ae300da0d28e0f56 +- conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda + sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 + md5: 8579b6bb8d18be7c0b27fb08adeeeb40 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 purls: [] - size: 13422193 - timestamp: 1692901469029 + size: 14544252 + timestamp: 1720853966338 - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 md5: 39a4f67be3286c86d696df570b1201b7 @@ -6353,17 +6148,6 @@ packages: - pkg:pypi/idna?source=hash-mapping size: 49765 timestamp: 1733211921194 -- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b - md5: c0cc1420498b17414d8617d0b9f506ca - depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/idna?source=conda-forge-mapping - size: 52718 - timestamp: 1713279497047 - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 md5: 7de5386c8fea29e76b303f37dde4c352 @@ -6375,78 +6159,29 @@ packages: - pkg:pypi/imagesize?source=hash-mapping size: 10164 timestamp: 1656939625410 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda - sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a - md5: c261d14fc7f49cdd403868998a18c318 - depends: - - python >=3.8 - - zipp >=0.5 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 28110 - timestamp: 1721856614564 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 - md5: 315607a3030ad5d5227e76e0733798ff +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + sha256: 598951ebdb23e25e4cec4bbff0ae369cec65ead80b50bc08b441d8e54de5cf03 + md5: f4b39bf00c69f56ac01e020ebfac066c depends: - python >=3.9 - zipp >=0.5 license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/importlib-metadata?source=hash-mapping - size: 28623 - timestamp: 1733223207185 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda - sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 - md5: dcbadab7a68738a028e195ab68ab2d2e - depends: - - importlib_resources >=6.4.0,<6.4.1.0a0 - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 9657 - timestamp: 1711041029062 + - pkg:pypi/importlib-metadata?source=compressed-mapping + size: 29141 + timestamp: 1737420302391 - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda sha256: a99a3dafdfff2bb648d2b10637c704400295cb2ba6dc929e2d814870cf9f6ae5 md5: e376ea42e9ae40f3278b0f79c9bf9826 depends: - - importlib_resources >=6.5.2,<6.5.3.0a0 - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - purls: [] - size: 9724 - timestamp: 1736252443859 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda - sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 - md5: 0fd030dce707a6654472cf7619b0b01b - depends: - - importlib-metadata >=8.2.0,<8.2.1.0a0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/importlib-metadata?source=conda-forge-mapping - size: 9330 - timestamp: 1721856618848 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda - sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de - md5: c5d3907ad8bd7bf557521a1833cf7e6d - depends: - - python >=3.8 - - zipp >=3.1.0 - constrains: - - importlib-resources >=6.4.0,<6.4.1.0a0 + - importlib_resources >=6.5.2,<6.5.3.0a0 + - python >=3.9 license: Apache-2.0 license_family: APACHE - purls: - - pkg:pypi/importlib-resources?source=conda-forge-mapping - size: 33056 - timestamp: 1711041009039 + purls: [] + size: 9724 + timestamp: 1736252443859 - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda sha256: acc1d991837c0afb67c75b77fdc72b4bf022aac71fedd8b9ea45918ac9b08a80 md5: c85c76dc67d75619a92f51dfbce06992 @@ -6461,17 +6196,6 @@ packages: - pkg:pypi/importlib-resources?source=hash-mapping size: 33781 timestamp: 1736252433366 -- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/iniconfig?source=conda-forge-mapping - size: 11101 - timestamp: 1673103208955 - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca md5: 6837f3eff7dcea42ecd714ce1ac2b108 @@ -6483,14 +6207,16 @@ packages: - pkg:pypi/iniconfig?source=hash-mapping size: 11474 timestamp: 1733223232820 -- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 - md5: 9c28c39e64871a0adef7d1195bd58655 +- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 + md5: 2d89243bfb53652c182a7c73182cce4f + arch: x86_64 + platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 1860328 - timestamp: 1721088141110 + size: 1852356 + timestamp: 1723739573141 - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a md5: b40131ab6a36ac2c09b7c57d4d3fbf99 @@ -6536,7 +6262,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/ipykernel?source=conda-forge-mapping + - pkg:pypi/ipykernel?source=hash-mapping size: 119853 timestamp: 1719845858082 - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda @@ -6607,21 +6333,9 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/ipython?source=conda-forge-mapping + - pkg:pypi/ipython?source=hash-mapping size: 590143 timestamp: 1701832398069 -- conda: 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/jedi?source=conda-forge-mapping - size: 841312 - timestamp: 1696326218364 - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 @@ -6630,21 +6344,9 @@ packages: - python >=3.9 license: Apache-2.0 AND MIT purls: - - pkg:pypi/jedi?source=compressed-mapping + - pkg:pypi/jedi?source=hash-mapping size: 843646 timestamp: 1733300981994 -- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d - md5: 7b86ecb7d3557821c649b3c31e3eb9f2 - depends: - - markupsafe >=2.0 - - python >=3.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jinja2?source=conda-forge-mapping - size: 111565 - timestamp: 1715127275924 - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 md5: 2752a6ed44105bfb18c9bef1177d9dcd @@ -6675,6 +6377,8 @@ packages: md5: 9c23430bcadd724434a88657abbeef46 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -6685,6 +6389,8 @@ packages: md5: 2c5a3c42de607dda0cfa0edd541fd279 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6695,6 +6401,8 @@ packages: md5: 94f14ef6157687c30feb44e1abecd577 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6713,26 +6421,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/jsonschema?source=conda-forge-mapping + - pkg:pypi/jsonschema?source=hash-mapping size: 45999 timestamp: 1614815999960 -- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda - sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c - md5: 3cdbb2fa84490e5fd44c9f9806c0d292 - 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 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/jupyter-client?source=conda-forge-mapping - size: 106248 - timestamp: 1716472312833 - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a md5: 4ebae00eae9705b0c3d6d1018a81d047 @@ -6764,43 +6455,27 @@ packages: - pkg:pypi/jupyter-core?source=hash-mapping size: 57671 timestamp: 1727163547058 -- conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda - sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 - md5: 78ec20214b67efe5caebb4f08bdee094 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda + sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd + md5: 46d87d1c0ea5da0aae36f77fa406e20d depends: + - __win + - cpython - platformdirs >=2.5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 + - python >=3.8 - pywin32 >=300 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-core?source=conda-forge-mapping - size: 96366 - timestamp: 1710257842034 + - pkg:pypi/jupyter-core?source=hash-mapping + size: 58269 + timestamp: 1727164026641 - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl name: jupyterlab-pygments version: 0.3.0 sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda - sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 - md5: 1df7fd1594a7f2f6496ff23834a099bf - depends: - - markdown-it-py >=1.0 - - mdit-py-plugins - - nbformat - - packaging - - python >=3.8 - - pyyaml - - tomli - license: MIT - license_family: MIT - purls: - - pkg:pypi/jupytext?source=conda-forge-mapping - size: 104513 - timestamp: 1722332096729 - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 md5: f25972a8da0a44826594059a1bb4d82a @@ -6818,19 +6493,6 @@ packages: - pkg:pypi/jupytext?source=hash-mapping size: 105177 timestamp: 1734606557069 -- conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda - sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 - md5: a20c9e3598a55ca3e61cad90ef33ada3 - depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 133355 - timestamp: 1716158947179 - conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb md5: 30186d27e2c9fa62b45fb1476b7200e3 @@ -6847,6 +6509,8 @@ packages: md5: 1f24853e59c68892452ef94ddd8afd4b depends: - libgcc-ng >=10.3.0 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 112327 @@ -6876,6 +6540,8 @@ packages: - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -6890,6 +6556,8 @@ packages: - libcxx >=17 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -6905,27 +6573,31 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/kiwisolver?source=hash-mapping size: 59272 timestamp: 1725459740832 -- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 - md5: 4fc5bd0a7b535252028c647cc27d6c87 +- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 + md5: c116c25e2e36f770f065559ad2a1da73 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/kiwisolver?source=conda-forge-mapping - size: 55660 - timestamp: 1695380433980 + - pkg:pypi/kiwisolver?source=hash-mapping + size: 55579 + timestamp: 1725459633517 - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 md5: 3f43953b7d3fb3aaa1d0d0723d91e368 @@ -6953,6 +6625,8 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -6967,6 +6641,8 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6981,6 +6657,8 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -6994,6 +6672,8 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] @@ -7020,6 +6700,8 @@ packages: - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -7031,6 +6713,8 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7042,6 +6726,8 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7052,10 +6738,12 @@ packages: md5: d3592435917b62a8becff3a60db674f6 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libtiff >=4.6.0,<4.8.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 purls: [] @@ -7080,6 +6768,8 @@ packages: md5: fcbde5ea19d55468953bf588770c0501 constrains: - binutils_impl_linux-aarch64 2.43 + arch: aarch64 + platform: linux license: GPL-3.0-only license_family: GPL purls: [] @@ -7104,6 +6794,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -7114,6 +6806,8 @@ packages: md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - libcxx >=13.0.1 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -7124,6 +6818,8 @@ packages: md5: de462d5aacda3b30721b512c5da4e742 depends: - libcxx >=13.0.1 + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -7135,38 +6831,13 @@ packages: depends: - vc >=14.2,<15 - vs2015_runtime >=14.29.30037 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache purls: [] size: 194365 timestamp: 1657977692274 -- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda - sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc - md5: 19725e54b7f996e0a5748ec5e9e37ae9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libabseil-static =20240116.2=cxx17* - - abseil-cpp =20240116.2 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 1802886 - timestamp: 1720857653184 -- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf - md5: 8723000f6ffdbdaef16025f0a01b64c5 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-2-Clause - license_family: BSD - purls: [] - size: 32567 - timestamp: 1711021603471 - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 md5: a28808eae584c7f519943719b2a2b386 @@ -7201,6 +6872,8 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -7220,6 +6893,8 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -7239,31 +6914,59 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 772780 timestamp: 1734021109752 -- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda - sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b - md5: 86de12ebf8d7fffeba4ca9dbf13e9733 +- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda + sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 + md5: 7c29b6918c2aa6a44ed32e2cf816da7b depends: - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - lz4-c >=1.9.3,<1.10.0a0 + - liblzma >=5.6.3,<6.0a0 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.10.0,<1.11.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.3.0,<4.0a0 + - openssl >=3.4.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD purls: [] - size: 957632 - timestamp: 1716395481752 + size: 1082930 + timestamp: 1734021400781 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda + sha256: 9c6f3e2558e098dbbc63c9884b4af368ea6cc4185ea027563ac4f5ee8571b143 + md5: 55363e1d53635b3497cdf753ab0690c1 + depends: + - __osx >=10.13 + - libcxx >=16 + arch: x86_64 + platform: osx + license: LGPL-2.1-or-later + purls: [] + size: 40442 + timestamp: 1723626787726 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda + sha256: 819bf95543470658f48db53a267a3fabe1616797c4031cf88e63f451c5029e6f + md5: 472b673c083175195965a48f2f4808f8 + depends: + - __osx >=11.0 + - libcxx >=16 + arch: arm64 + platform: osx + license: LGPL-2.1-or-later + purls: [] + size: 40657 + timestamp: 1723626937704 - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 md5: 21e468ed3786ebcb2124b123aa2484b7 @@ -7290,6 +6993,8 @@ packages: - libgcc >=13 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -7304,6 +7009,8 @@ packages: - dav1d >=1.2.1,<1.2.2.0a0 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -7318,97 +7025,126 @@ packages: - dav1d >=1.2.1,<1.2.2.0a0 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 96781 timestamp: 1730268761553 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - build_number: 26 - sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c - md5: ac52800af2e0c0e7dac770b435ce768a +- conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda + sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 + md5: e7e7405d962ebcb6803f29dc4eabae69 + depends: + - _libavif_api >=1.1.1,<1.1.2.0a0 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=2.3.0,<2.3.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 + purls: [] + size: 97828 + timestamp: 1730269135854 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda + build_number: 28 + sha256: 93fbcf2800b859b7ca5add3ab5d3aa11c6a6ff4b942a1cea4bf644f78488edb8 + md5: 73e2a99fdeb8531d50168987378fda8a depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas - - blas * openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapack =3.9.0=28*_openblas + - liblapacke =3.9.0=28*_openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16393 - timestamp: 1734432564346 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - build_number: 26 - sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d - md5: 8d900b7079a00969d70305e9aad550b7 + size: 16621 + timestamp: 1738114033763 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda + build_number: 28 + sha256: a50dc7ed1f49789aab4ffb560d9a46b5dc3f059a925282f699c1a96fa566a1a0 + md5: 88dfbb3875d62b431aa676b4a54734bf depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas + - liblapack =3.9.0=28*_openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapacke =3.9.0=28*_openblas + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16477 - timestamp: 1734432576699 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - build_number: 26 - sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 - md5: 2f03da7a6d52d98bbea1f7390d6997bf + size: 16697 + timestamp: 1738114082682 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda + build_number: 28 + sha256: c44341975c7d0b4b02c2676af30a723b109698b2939928b80c45efc2aa36ef2d + md5: c9f0b30e5ab2f4ddc450b95743d2070d depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - libcblas 3.9.0 26_osx64_openblas - - liblapack 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas + - liblapacke =3.9.0=28*_openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapack =3.9.0=28*_openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16611 - timestamp: 1734432938741 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - build_number: 26 - sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c - md5: 21be102c9ae80a67ba7de23b129aa7f6 + size: 16854 + timestamp: 1738114357360 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda + build_number: 28 + sha256: 5bea855a1a7435ce2238535aa4b13db8af8ee301d99a42b083b63fa64c1ea144 + md5: 166166d84a0e9571dc50210baf993b46 depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas - - blas * openblas + - liblapack =3.9.0=28*_openblas + - liblapacke =3.9.0=28*_openblas + - blas =2.128=openblas + - libcblas =3.9.0=28*_openblas + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16714 - timestamp: 1734433054681 -- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda - build_number: 23 - sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c - md5: 693407a31c27e70c750b5ae153251d9a + size: 16840 + timestamp: 1738114389937 +- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda + build_number: 28 + sha256: 664fac202fb0f48f11538863f78128cc95e72fbf75fa7d037ddea7c497c0df5d + md5: eb97c3ea4cc02e42c01bc6c928094037 depends: - - mkl 2024.1.0 h66d3029_694 + - mkl 2024.2.2 h66d3029_15 constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - liblapack =3.9.0=28*_mkl + - blas =2.128=mkl + - liblapacke =3.9.0=28*_mkl + - libcblas =3.9.0=28*_mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 5192100 - timestamp: 1721689573083 + size: 3732428 + timestamp: 1738114465076 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 md5: 41b599ed2b02abcfdd84302bff174b23 @@ -7427,6 +7163,8 @@ packages: md5: 3ee026955c688f551a9999840cff4c67 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -7437,6 +7175,8 @@ packages: md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7447,23 +7187,27 @@ packages: md5: d0bf1dff146b799b319ea0434b93f779 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 68426 timestamp: 1725267943211 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 - md5: f77f319fb82980166569e1280d5b2864 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: f7dc9a8f21d74eab46456df301da2972 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 purls: [] - size: 70598 - timestamp: 1695990405143 + size: 70526 + timestamp: 1725268159739 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf md5: 9566f0bd264fbd463002e759b8a82401 @@ -7484,6 +7228,8 @@ packages: depends: - libbrotlicommon 1.1.0 h86ecc28_2 - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -7495,6 +7241,8 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7506,24 +7254,28 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 28378 timestamp: 1725267980316 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 - md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: 9bae75ce723fa34e98e239d21d752a7e depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 + - libbrotlicommon 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 32788 - timestamp: 1695990443165 + size: 32685 + timestamp: 1725268208844 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 md5: 06f70867945ea6a84d35836af780f1de @@ -7544,6 +7296,8 @@ packages: depends: - libbrotlicommon 1.1.0 h86ecc28_2 - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -7555,6 +7309,8 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7566,104 +7322,116 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 279644 timestamp: 1725268003553 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca - md5: 71e890a0b361fd58743a13f77e1506b7 +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 85741a24d97954a991e55e34bc55990b depends: - - libbrotlicommon 1.1.0 hcfcfb64_1 + - libbrotlicommon 1.1.0 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 246515 - timestamp: 1695990479484 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda - build_number: 26 - sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee - md5: ebcc5f37a435aa3c19640533c82f8d76 + size: 245929 + timestamp: 1725268238259 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda + build_number: 28 + sha256: de293e117db53e5d78b579136509c35a5e4ad11529c05f9af83cf89be4d30de1 + md5: 4e20a1c00b4e8a984aac0f6cce59e3ac depends: - - libblas 3.9.0 26_linux64_openblas + - libblas 3.9.0 28_h59b9bed_openblas constrains: - - liblapack 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas - - blas * openblas + - blas =2.128=openblas + - liblapack =3.9.0=28*_openblas + - liblapacke =3.9.0=28*_openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16336 - timestamp: 1734432570482 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda - build_number: 26 - sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 - md5: d77f943ae4083f3aeddca698f2d28262 + size: 16539 + timestamp: 1738114043618 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda + build_number: 28 + sha256: ed62f13a85726f568e17ad569b5cc01a49a6c7bd334802cf1c1b15e9d10e7e93 + md5: 8cff453f547365131be5647c7680ac6d depends: - - libblas 3.9.0 26_linuxaarch64_openblas + - libblas 3.9.0 28_h1a9f1db_openblas constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - liblapack 3.9.0 26_linuxaarch64_openblas + - liblapack =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapacke =3.9.0=28*_openblas + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16398 - timestamp: 1734432580937 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - build_number: 26 - sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 - md5: 8726a2949c303b23da89be658a19675c + size: 16655 + timestamp: 1738114088527 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda + build_number: 28 + sha256: 3940ad1fe20fac8a21fe699ade336a649d0509bc6ff9bfc080b258f68cd056df + md5: bf672fd5b62c531028cda585c6ee91b1 depends: - - libblas 3.9.0 26_osx64_openblas + - libblas 3.9.0 28_h7f60823_openblas constrains: - - liblapack 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas + - liblapacke =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapack =3.9.0=28*_openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16579 - timestamp: 1734432954376 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - build_number: 26 - sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 - md5: a0e9980fe12d42f6d0c0ec009f67e948 + size: 16772 + timestamp: 1738114371625 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda + build_number: 28 + sha256: f08adea59381babb3568e6d23e52aff874cbc25f299821647ab1127d1e1332ca + md5: 30942dea911ce333765003a8adec4e8a depends: - - libblas 3.9.0 26_osxarm64_openblas + - libblas 3.9.0 28_h10e41b3_openblas constrains: - - liblapack 3.9.0 26_osxarm64_openblas - - liblapacke 3.9.0 26_osxarm64_openblas - - blas * openblas + - blas =2.128=openblas + - liblapacke =3.9.0=28*_openblas + - liblapack =3.9.0=28*_openblas + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16628 - timestamp: 1734433061517 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda - build_number: 23 - sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 - md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 + size: 16788 + timestamp: 1738114399962 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda + build_number: 28 + sha256: affd4330721e0dadeefb31cd8191478772f75643db6bef485309782be689c52f + md5: fc67cf6a19301fc7d6eb83949abce428 depends: - - libblas 3.9.0 23_win64_mkl + - libblas 3.9.0 28_h576b46c_mkl constrains: - - blas * mkl - - liblapack 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - liblapack =3.9.0=28*_mkl + - blas =2.128=mkl + - liblapacke =3.9.0=28*_mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 5191981 - timestamp: 1721689628480 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda - sha256: d1326a398158579fd4dc5735e3d3f8232f573db262a2c9728994e13d2b53ab8f - md5: 646e1269735c1a00dcf7953c20fc4687 + size: 3732314 + timestamp: 1738114505434 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda + sha256: bca72b520bcb1b3a5df436978f94dfd830274277874d6f270beb6c0ef7504df8 + md5: 6454f8c8c6094faaaf12acb912c1bb33 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -7674,23 +7442,25 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20528792 - timestamp: 1736957374726 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda - sha256: 3d6bff42cc10b9d715b1a8ee783ab74e872ebc2cea53e1a0aa4fa275130e3c63 - md5: aba1f5bacc7e7ba613c572badfe929e7 + size: 20537158 + timestamp: 1737784459975 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda + sha256: 493f852e6a2491416dab1f439e08ac345f886916e836adaa03f75f1c105d8d91 + md5: 56e9f61513f98a790bb6dae8759986fa depends: - libgcc >=13 - libllvm19 >=19.1.7,<19.2.0a0 - libstdcxx >=13 + arch: aarch64 + platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20098203 - timestamp: 1736958216715 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda - sha256: ead02e93e97eaa64254a4cda5d9ade5da3e7d8cb36df0611f39ce7cd761504c7 - md5: 3c903d532f24be4b295cef03518d5ae9 + size: 20097960 + timestamp: 1737786238042 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda + sha256: c0bbdd47394ece633e0bd2df2254728da5511d52d32965f84207a55ffa1a73c3 + md5: 7a642dc8a248fb3fc077bf825e901459 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -7701,45 +7471,38 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11825261 - timestamp: 1736957573503 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda - sha256: 46b1cf3a08e2a938eda13a6b8ba05348d4e5dccec9dc77932c5de21c8b5e1076 - md5: 6660902b80f473d6300c119f69dd4828 + size: 11825284 + timestamp: 1737784747361 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda + sha256: 23dbe36476be48917b7ee23ce576d2f5eb742392a90069420067bf99d77284a7 + md5: a6baf52f08271bba2599ac6e1064dde4 depends: - libgcc >=13 - libllvm19 >=19.1.7,<19.2.0a0 - libstdcxx >=13 + arch: aarch64 + platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11612031 - timestamp: 1736958424729 -- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda - sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 - md5: 30a167d5b69555fbf39192a23e40df52 + size: 11643718 + timestamp: 1737786563738 +- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda + sha256: 9b463d9d5e27ca99afe9e49c2ebda4b88687a8f45596a5a7b310e04197ca07e1 + md5: 9b1f1d408bea019772a06be7719a58c0 depends: - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 25327749 - timestamp: 1721486985259 -- conda: 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 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 25694 - timestamp: 1633684287072 + size: 26758168 + timestamp: 1737787305968 - conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 md5: d4529f4dff3057982a7617c7ac58fde3 @@ -7763,6 +7526,8 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -7798,6 +7563,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: curl license_family: MIT purls: [] @@ -7814,6 +7581,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: curl license_family: MIT purls: [] @@ -7830,31 +7599,37 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: curl license_family: MIT purls: [] size: 385098 timestamp: 1734000160270 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda - sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 - md5: 099a1016d23baa4f41148a985351a7a8 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda + sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 + md5: 071d3f18dba5a6a13c6bb70cdb42678f depends: - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.0,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 - libzlib >=1.3.1,<2.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 purls: [] - size: 339298 - timestamp: 1722440239161 + size: 349553 + timestamp: 1734000095720 - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda sha256: 6b2fa3fb1e8cd2000b0ed259e0c4e49cbef7b76890157fac3e494bc659a20330 md5: 4b8f8dc448d814169dbc58fc7286057d depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] @@ -7865,6 +7640,8 @@ packages: md5: 5b3e1610ff8bd5443476b91d618f5b77 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] @@ -7889,6 +7666,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -7899,6 +7678,8 @@ packages: md5: a270b0e1a2a3326cc21eee82c42efffc depends: - libcxx >=15 + arch: x86_64 + platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -7909,11 +7690,27 @@ packages: md5: 7c718ee6d8497702145612fa0898a12d depends: - libcxx >=15 + arch: arm64 + platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] size: 277861 timestamp: 1703089176970 +- conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda + sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 + md5: 9dc3c1fbc1c7bc6204e8a603f45e156b + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 252968 + timestamp: 1703089151021 - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 md5: 8dfae1d2e74767e9ce36d5fa0d8605db @@ -7932,6 +7729,8 @@ packages: md5: 7e7ca2607b11b180120cefc2354fc0cb depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -7942,6 +7741,8 @@ packages: md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -7952,23 +7753,27 @@ packages: md5: 1d8b9588be14e71df38c525767a1ac30 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 54132 timestamp: 1734373971372 -- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda - sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 - md5: b12b5bde5eb201a1df75e49320cc938a +- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda + sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 + md5: a9624935147a25b06013099d3038e467 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 purls: [] - size: 155358 - timestamp: 1711197066985 + size: 155723 + timestamp: 1734374084110 - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 md5: 8bc89311041d7fcb510238cf0848ccae @@ -7989,14 +7794,16 @@ packages: depends: - libgcc >=13 - libpciaccess >=0.18,<0.19.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 246299 timestamp: 1733424417343 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda - sha256: 4d0d69ddf9cc7d724a1ccf3a9852e44c8aea9825692582bac2c4e8d21ec95ccd - md5: 8247f80f3dc464d9322e85007e307fe8 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + sha256: d789471216e7aba3c184cd054ed61ce3f6dac6f87a50ec69291b9297f8c18724 + md5: c277e0a4d549b03ac1e9d6cbbe3d017b depends: - ncurses - __glibc >=2.17,<3.0.a0 @@ -8007,44 +7814,50 @@ packages: license: BSD-2-Clause license_family: BSD purls: [] - size: 134657 - timestamp: 1736191912705 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda - sha256: 031daea98cf278f858b7957ad5dc475f1b5673cd5e718850529401ced64cef2c - md5: 0be40129d3dd1a152fff29a85f0785d0 + size: 134676 + timestamp: 1738479519902 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda + sha256: c0b27546aa3a23d47919226b3a1635fccdb4f24b94e72e206a751b33f46fd8d6 + md5: fb640d776fc92b682a14e001980825b1 depends: - ncurses - libgcc >=13 - ncurses >=6.5,<7.0a0 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] - size: 148120 - timestamp: 1736192137151 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda - sha256: 3fb953fcc1fe3d0a90984517b95ebf3817cab96876a9cd9f22d3d493483a97e3 - md5: 32bff389574b5f03cdce349aa0486dcd + size: 148125 + timestamp: 1738479808948 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda + sha256: 6cc49785940a99e6a6b8c6edbb15f44c2dd6c789d9c283e5ee7bdfedd50b4cd6 + md5: 1f4ed31220402fcddc083b4bff406868 depends: - ncurses - __osx >=10.13 - ncurses >=6.5,<7.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] - size: 115518 - timestamp: 1736191967832 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda - sha256: fb934d7a03279ec8eae4bf1913ac9058fcf6fed35290d8ffa6e04157f396a3b1 - md5: af89aa84ffb5ee551ce0c137b951a3b5 + size: 115563 + timestamp: 1738479554273 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda + sha256: 66aa216a403de0bb0c1340a88d1a06adaff66bae2cfd196731aa24db9859d631 + md5: 44083d2d2c2025afca315c7a172eab2b depends: - ncurses - __osx >=11.0 - ncurses >=6.5,<7.0a0 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] - size: 107634 - timestamp: 1736192034117 + size: 107691 + timestamp: 1738479560845 - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 md5: c151d5eb730e9b7480e6d48c0fc44048 @@ -8062,6 +7875,8 @@ packages: md5: cf105bce884e4ef8c8ccdca9fe6695e7 depends: - libglvnd 1.7.0 hd24410f_2 + arch: aarch64 + platform: linux license: LicenseRef-libglvnd purls: [] size: 53551 @@ -8083,6 +7898,8 @@ packages: md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -8091,6 +7908,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 md5: 899db79329439820b7e8f8de41bca902 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -8099,6 +7918,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f md5: 36d33e440c31857372a72137f78bacf5 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -8126,6 +7947,8 @@ packages: - libgcc >=13 constrains: - expat 2.6.4.* + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -8138,6 +7961,8 @@ packages: - __osx >=10.13 constrains: - expat 2.6.4.* + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -8150,21 +7975,29 @@ packages: - __osx >=11.0 constrains: - expat 2.6.4.* + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 64693 timestamp: 1730967175868 -- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda - sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 - md5: bc592d03f62779511d392c175dcece64 +- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 + md5: eb383771c680aa792feb529eaf9df82f + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - expat 2.6.2.* + - expat 2.6.4.* + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 139224 - timestamp: 1710362609641 + size: 139068 + timestamp: 1730967442102 - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e md5: d645c6d2ac96843a2bfaccd2d62b3ac3 @@ -8182,6 +8015,8 @@ packages: md5: dddd85f4d52121fab0a8b099c5e06501 depends: - libgcc-ng >=9.4.0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -8190,6 +8025,8 @@ packages: - conda: 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 purls: [] @@ -8198,6 +8035,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca md5: 086914b672be056eb70fd4285b6783b6 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -8209,6 +8048,8 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] @@ -8238,11 +8079,30 @@ packages: constrains: - libgcc-ng ==14.2.0=*_1 - libgomp 14.2.0 he277a41_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 535243 timestamp: 1729089435134 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda + sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d + md5: 75fdd34824997a0f9950a703b15d8ac5 + depends: + - _openmp_mutex >=4.5 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + constrains: + - libgcc-ng ==14.2.0=*_1 + - libgomp 14.2.0 h1383e82_1 + - msys2-conda-epoch <0.0a0 + arch: x86_64 + platform: win + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + purls: [] + size: 666386 + timestamp: 1729089506769 - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 md5: e39480b9ca41323497b05492a63bc35b @@ -8260,147 +8120,132 @@ packages: md5: 0694c249c61469f2c0f7e2990782af21 depends: - libgcc 14.2.0 he277a41_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 54104 timestamp: 1729089444587 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda - sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 - md5: 30ee3a29c84cf7b842a8c5828c4b7c13 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda + sha256: 19e5be91445db119152217e8e8eec4fd0499d854acc7d8062044fb55a70971cd + md5: 68fc66282364981589ef36868b1a7c78 depends: - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 arch: x86_64 platform: linux license: GD license_family: BSD purls: [] - size: 225113 - timestamp: 1722928278395 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda - sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 - md5: 33725322288f22cd4e29db5356653d76 + size: 177082 + timestamp: 1737548051015 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda + sha256: 7e199bb390f985b34aee38cdb1f0d166abc09ed44bd703a1b91a3c6cd9912d45 + md5: d256b0311b7a207a2c6b68d2b399f707 depends: - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 - - libgcc-ng >=12 + - libexpat >=2.6.4,<3.0a0 + - libgcc >=13 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: GD license_family: BSD purls: [] - size: 227975 - timestamp: 1722928173564 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda - sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d - md5: a87f68ea91c66e1a9fb515f6aeba6ba2 + size: 191033 + timestamp: 1737548098172 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h8555400_11.conda + sha256: af8ca696b229236e4a692220a26421a4f3d28a6ceff16723cd1fe12bc7e6517c + md5: 0eea404372aa41cf95e71c604534b2a2 depends: - __osx >=10.13 - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: GD license_family: BSD purls: [] - size: 200456 - timestamp: 1722928713359 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda - sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e - md5: c9e450ce5ced76f107c494fbd37325f5 + size: 162601 + timestamp: 1737548422107 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hb2c3a21_11.conda + sha256: be038eb8dfe296509aee2df21184c72cb76285b0340448525664bc396aa6146d + md5: 4581aa3cfcd1a90967ed02d4a9f3db4b depends: - __osx >=11.0 - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.2,<3.0a0 + - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.8.0a0 - - libwebp-base >=1.4.0,<2.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: GD license_family: BSD purls: [] - size: 200309 - timestamp: 1722928354606 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda - sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 - md5: 69c987e1f9268d9ade86497c4ab8cc45 + size: 156868 + timestamp: 1737548290283 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda + sha256: 485a30af9e710feeda8d5b537b2db1e32e41f29ef24683bbe7deb6f7fd915825 + md5: 2070a706123b2d5e060b226a00e96488 depends: - - expat - - fontconfig >=2.14.2,<3.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=73.2,<74.0a0 - - libexpat >=2.5.0,<3.0a0 + - icu >=75.1,<76.0a0 + - libexpat >=2.6.4,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.39,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp - - libwebp-base >=1.3.2,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.16,<4.0a0 - - zlib + - xorg-libxpm >=3.5.17,<4.0a0 + arch: x86_64 + platform: win license: GD license_family: BSD purls: [] - size: 344848 - timestamp: 1696161193894 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda - sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e - md5: 5e15dafa70da7df389b9d193fdf43f65 - depends: - - libgdal-core 3.9.1.* - - libgdal-fits 3.9.1.* - - libgdal-grib 3.9.1.* - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libgdal-jp2openjpeg 3.9.1.* - - libgdal-kea 3.9.1.* - - libgdal-netcdf 3.9.1.* - - libgdal-pdf 3.9.1.* - - libgdal-pg 3.9.1.* - - libgdal-postgisraster 3.9.1.* - - libgdal-tiledb 3.9.1.* - - libgdal-xls 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 422016 - timestamp: 1722377230255 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda - sha256: 60f8fd0e2812e66fe95548ee086684e114b31fad280f05a1aaa21f0b6cdb8ae9 - md5: 32d9324ea1eb6f3776c6e53e2bc01e0f + size: 165838 + timestamp: 1737548342665 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda + sha256: e97cc5496a28b6f1c18ae84b1c2a3f91f5643101115c9453bf7b102b71f8a567 + md5: 35b2030c99c4bbf72bd8f5d35245b7e4 depends: - __glibc >=2.17,<3.0.a0 - blosc >=1.21.6,<2.0a0 @@ -8421,7 +8266,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 + - libsqlite >=3.48.0,<4.0a0 - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libuuid >=2.38.1,<3.0a0 @@ -8441,11 +8286,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 10814129 - timestamp: 1736809249210 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda - sha256: bbce73f3a01a50e5f88d7106ba976e1eb4ca5f8c07755644da82803f83a495a5 - md5: 404a1d97322020b256d6e5c1cdfddfed + size: 10819282 + timestamp: 1737610543731 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda + sha256: f23a5477124a3f07e90ecd59eca8419223dc2074aa4ae337535a6ba74a6ef5e9 + md5: 11a10ec1c9e054086a429e4cbcfa151a depends: - blosc >=1.21.6,<2.0a0 - geos >=3.13.0,<3.13.1.0a0 @@ -8465,7 +8310,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 + - libsqlite >=3.48.0,<4.0a0 - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libuuid >=2.38.1,<3.0a0 @@ -8480,14 +8325,16 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] - size: 10589423 - timestamp: 1736808877388 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda - sha256: 16c7a40c85b2ebf872d275605e0cc94cf7bfdbd4396f1beb1a238cde2ee59791 - md5: de83a01edf895f9139f79ac55a670e2d + size: 10544814 + timestamp: 1737610147138 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda + sha256: 6a4022ad4f0c98f71c36407f528bddf615b76c81a2356d3f9fc467ec7c44b619 + md5: af21f99c36eca114257730116c53b96d depends: - __osx >=10.13 - blosc >=1.21.6,<2.0a0 @@ -8508,7 +8355,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 + - libsqlite >=3.48.0,<4.0a0 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.5.0,<2.0a0 - libxml2 >=2.13.5,<3.0a0 @@ -8521,14 +8368,16 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] - size: 9209169 - timestamp: 1736856745975 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda - sha256: f474eb92547eaa49c131a269f0c451f8dff821dc942435c99100d0e35ca7e478 - md5: 47088d85185ab3ac3eddad4666cded69 + size: 9217602 + timestamp: 1737610662468 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda + sha256: 891e4fc19846b99e5c2232c4e04c72d5eb55cd9702e70416283adf65e0598048 + md5: f0ea5524380b2c76156589e6aa0998a9 depends: - __osx >=11.0 - blosc >=1.21.6,<2.0a0 @@ -8549,7 +8398,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.47.2,<4.0a0 + - libsqlite >=3.48.0,<4.0a0 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.5.0,<2.0a0 - libxml2 >=2.13.5,<3.0a0 @@ -8562,239 +8411,83 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] - size: 8499780 - timestamp: 1736809609724 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda - sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b - md5: 7039792599a736b9b76db35b55f1ce1c + size: 8493126 + timestamp: 1737610665986 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda + sha256: bc4abe9bc3185da28e8f072e51da7e4ef1ba57bd6958d4ca8d97f8fe50235b5c + md5: e1740fe9313a53fd3d028c8fb5146252 depends: - blosc >=1.21.6,<2.0a0 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - geotiff >=1.7.3,<1.8.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.4,<3.8.0a0 - - libcurl >=8.9.0,<9.0a0 - - libdeflate >=1.20,<1.21.0a0 - - libexpat >=2.6.2,<3.0a0 + - libarchive >=3.7.7,<3.8.0a0 + - libcurl >=8.11.1,<9.0a0 + - libdeflate >=1.23,<1.24.0a0 + - libexpat >=2.6.4,<3.0a0 + - libheif >=1.19.5,<1.20.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - libpng >=1.6.43,<1.7.0a0 + - liblzma >=5.6.3,<6.0a0 + - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.48.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 + - lz4-c >=1.10.0,<1.11.0a0 + - openssl >=3.4.0,<4.0a0 - pcre2 >=10.44,<10.45.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xerces-c >=3.2.5,<3.3.0a0 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - libgdal 3.9.1.* - license: MIT - license_family: MIT - purls: [] - size: 8053565 - timestamp: 1722372555487 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda - sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 - md5: 6e21157429c310803cba3369581e1061 - depends: - - cfitsio >=4.4.1,<4.4.2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 496116 - timestamp: 1722375134577 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda - sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 - md5: 10af16f730fc348ec0212b7c912928dd - depends: - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 676592 - timestamp: 1722375318870 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda - sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 - md5: b721f0b510b0f13b0447132710e89886 - depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - libaec >=1.1.3,<2.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 561347 - timestamp: 1722375491611 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda - sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 - md5: a470b96438067e04860b0604bf4a4a98 - depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 612275 - timestamp: 1722375691115 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda - sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 - md5: f337793dedf75d79fadd0b423e35a6c3 - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - openjpeg >=2.5.2,<3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 496753 - timestamp: 1722375850823 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda - sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 - md5: fb2c31c4d9ca970be600abb4281ef7da - depends: - - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.3,<1.6.0a0 - - libgdal-core >=3.9 - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 517926 - timestamp: 1722377033182 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda - sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d - md5: 8e5c5f9673bf17680f9cc29dfca09174 - depends: - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal-core >=3.9 - - libgdal-hdf4 3.9.1.* - - libgdal-hdf5 3.9.1.* - - libkml >=1.3.0,<1.4.0a0 - - libnetcdf >=4.9.2,<4.9.3.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 665704 - timestamp: 1722377221669 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda - sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d - md5: 709319ad178b037ae33d04c72d0bc81f - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - poppler >=24.7.0,<24.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 625005 - timestamp: 1722376072285 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda - sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a - md5: a9f48dedf1ec1a5ebfa491d0a0739467 - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 531675 - timestamp: 1722376257257 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda - sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a - md5: 20337307f03ca33f57a95f4c3a156406 - depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - libpq >=16.3,<17.0a0 - - postgresql - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libgdal 3.10.1.* + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 503724 - timestamp: 1722376440899 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda - sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 - md5: 86235ce63e13475777c334895766bf4e + size: 8403967 + timestamp: 1737611503919 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda + sha256: 8f7631d03a093272a5a8423181ac2c66514503e082e5494a2e942737af8a34ad + md5: ba6eeccaee150e24a544be8ae71aeca1 depends: - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - tiledb >=2.25.0,<2.26.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - __osx >=10.13 + - libiconv >=1.17,<2.0a0 + - libintl 0.22.5 hdfe23c8_3 + arch: x86_64 + platform: osx + license: GPL-3.0-or-later + license_family: GPL purls: [] - size: 627551 - timestamp: 1722376685520 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda - sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 - md5: 4c80510ad54df1c350d8a827a14b3ff5 + size: 172305 + timestamp: 1723626852373 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda + sha256: bc446fad58155e96a01b28e99254415c2151bdddf57f9a2c00c44e6f0298bb62 + md5: c8cd7295cfb7bda5cbabea4fef904349 depends: - - freexl >=2.0.0,<3.0a0 - - libgdal-core >=3.9 - - libkml >=1.3.0,<1.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT + - __osx >=11.0 + - libiconv >=1.17,<2.0a0 + - libintl 0.22.5 h8414b35_3 + arch: arm64 + platform: osx + license: GPL-3.0-or-later + license_family: GPL purls: [] - size: 465255 - timestamp: 1722376846686 + size: 159800 + timestamp: 1723627007035 - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 md5: f1fd30127802683586f768875127a987 @@ -8816,6 +8509,8 @@ packages: - libgfortran5 14.2.0 hb6113d0_1 constrains: - libgfortran-ng ==14.2.0=*_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8826,6 +8521,8 @@ packages: md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: - libgfortran5 13.2.0 h2873a65_3 + arch: x86_64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8836,6 +8533,8 @@ packages: md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - libgfortran5 13.2.0 hf226fd6_3 + arch: arm64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8858,6 +8557,8 @@ packages: md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: - libgfortran 14.2.0 he9431aa_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8884,6 +8585,8 @@ packages: - libgcc >=14.2.0 constrains: - libgfortran 14.2.0 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8896,6 +8599,8 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 + arch: x86_64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8908,6 +8613,8 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 + arch: arm64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8932,6 +8639,8 @@ packages: depends: - libglvnd 1.7.0 hd24410f_2 - libglx 1.7.0 hd24410f_2 + arch: aarch64 + platform: linux license: LicenseRef-libglvnd purls: [] size: 145442 @@ -8965,6 +8674,8 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 4004134 @@ -8981,6 +8692,8 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 3716906 @@ -8997,13 +8710,15 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 + arch: arm64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 3643364 timestamp: 1737037789629 -- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda - sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 - md5: 53c80e0ed9a3905ca7047c03756a5caa +- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda + sha256: 77c4e6af9cc4e966a5100f48378ea3fb4ab7ed913f24af9217cc3a43242d65d5 + md5: 40596e78a77327f271acea904efdc911 depends: - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 @@ -9014,11 +8729,13 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - glib 2.80.3 *_1 + - glib 2.82.2 *_1 + arch: x86_64 + platform: win license: LGPL-2.1-or-later purls: [] - size: 3743922 - timestamp: 1720334986136 + size: 3783933 + timestamp: 1737038122172 - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 md5: 434ca7e50e40f4918ab701e3facd59a0 @@ -9033,6 +8750,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da md5: 9e115653741810778c9a915a2f8439e7 + arch: aarch64 + platform: linux license: LicenseRef-libglvnd purls: [] size: 152135 @@ -9056,6 +8775,8 @@ packages: depends: - libglvnd 1.7.0 hd24410f_2 - xorg-libx11 >=1.8.9,<2.0a0 + arch: aarch64 + platform: linux license: LicenseRef-libglvnd purls: [] size: 77736 @@ -9075,69 +8796,27 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf md5: 376f0e73abbda6d23c0cb749adc195ef + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 463521 timestamp: 1729089357313 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda - sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 - md5: 641d850ed6a3d2bffb546868eb7cb4db - depends: - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcurl >=8.8.0,<9.0a0 - - libgrpc >=1.62.2,<1.63.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libgoogle-cloud 2.26.0 *_0 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 14356 - timestamp: 1719889580338 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda - sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 - md5: 31d875f47c82afb1c9bbe3beb3bd8d6e +- conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda + sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e + md5: 9e2d4d1214df6f21cba12f6eff4972f9 depends: - - libabseil - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl - - libgoogle-cloud 2.26.0 h5e7cea3_0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - purls: [] - size: 14267 - timestamp: 1719889928831 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda - sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 - md5: 2939e4b5baecfeac1e8dee5c4f579f1a - depends: - - c-ares >=1.28.1,<2.0a0 - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libprotobuf >=4.25.3,<4.25.4.0a0 - - libre2-11 >=2023.9.1,<2024.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca constrains: - - grpc-cpp =1.62.2 - license: Apache-2.0 - license_family: APACHE + - msys2-conda-epoch <0.0a0 + arch: x86_64 + platform: win + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL purls: [] - size: 16097674 - timestamp: 1713392821679 + size: 524249 + timestamp: 1729089441747 - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 md5: 3b57852666eaacc13414ac811dde3f8a @@ -9168,6 +8847,8 @@ packages: - libgcc >=13 - libstdcxx >=13 - x265 >=3.5,<3.6.0a0 + arch: aarch64 + platform: linux license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -9184,6 +8865,8 @@ packages: - libcxx >=18 - libde265 >=1.0.15,<1.0.16.0a0 - x265 >=3.5,<3.6.0a0 + arch: x86_64 + platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -9200,25 +8883,48 @@ packages: - libcxx >=18 - libde265 >=1.0.15,<1.0.16.0a0 - x265 >=3.5,<3.6.0a0 + arch: arm64 + platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] size: 429678 timestamp: 1735260330340 -- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e - md5: 933bad6e4658157f1aec9b171374fde2 +- conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda + sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 + md5: 8c77ee62663e5e4bbb60b86ba54fdbeb depends: - - libxml2 >=2.12.7,<3.0a0 - - pthreads-win32 + - aom >=3.9.1,<3.10.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libde265 >=1.0.15,<1.0.16.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - x265 >=3.5,<3.6.0a0 + arch: x86_64 + platform: win + license: LGPL-3.0-or-later + license_family: LGPL + purls: [] + size: 388187 + timestamp: 1735260582529 +- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 + md5: b87a0ac5ab6495d8225db5dc72dd21cd + depends: + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxml2 >=2.13.4,<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 purls: [] - size: 2379689 - timestamp: 1720461835526 + size: 2390021 + timestamp: 1731375651179 - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 md5: d66573916ffcf376178462f1b61c941e @@ -9235,6 +8941,8 @@ packages: md5: 9a8eb13f14de7d761555a98712e6df65 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: LGPL-2.1-only purls: [] size: 705787 @@ -9242,6 +8950,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 md5: 6c3628d047e151efba7cf08c5e54d1ca + arch: x86_64 + platform: osx license: LGPL-2.1-only purls: [] size: 666538 @@ -9249,6 +8959,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 md5: 69bda57310071cf6d2b86caf11573d2d + arch: arm64 + platform: osx license: LGPL-2.1-only purls: [] size: 676469 @@ -9260,6 +8972,8 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-2.1-only purls: [] size: 636146 @@ -9270,6 +8984,8 @@ packages: depends: - __osx >=10.13 - libiconv >=1.17,<2.0a0 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 88086 @@ -9280,29 +8996,23 @@ packages: depends: - __osx >=11.0 - libiconv >=1.17,<2.0a0 + arch: arm64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 81171 timestamp: 1723626968270 -- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda - sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 - md5: aa622c938af057adc119f8b8eecada01 - depends: - - libiconv >=1.17,<2.0a0 - license: LGPL-2.1-or-later - purls: [] - size: 95745 - timestamp: 1712516102666 -- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d - md5: a2ad82fae23975e4ccbfab2847d31d48 +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 + md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 depends: - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 h5728263_2 + arch: x86_64 + platform: win license: LGPL-2.1-or-later purls: [] - size: 40772 - timestamp: 1712516363413 + size: 95568 + timestamp: 1723629479451 - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f md5: ea25936bb4080d843790b586850f82b8 @@ -9323,6 +9033,8 @@ packages: - libgcc-ng >=12 constrains: - jpeg <0.0.0a + arch: aarch64 + platform: linux license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 647126 @@ -9332,6 +9044,8 @@ packages: md5: 72507f8e3961bc968af17435060b6dd6 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: osx license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 579748 @@ -9341,6 +9055,8 @@ packages: md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: - jpeg <0.0.0a + arch: arm64 + platform: osx license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 547541 @@ -9354,6 +9070,8 @@ packages: - vc14_runtime >=14.29.30139 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: win license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 822966 @@ -9384,6 +9102,8 @@ packages: - libstdcxx-ng >=13 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -9398,6 +9118,8 @@ packages: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9412,14 +9134,16 @@ packages: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 281362 timestamp: 1724667138089 -- conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda - sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 - md5: fddbd8a22ee5700bc07e978e25c10ef1 +- conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda + sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd + md5: 431ec3b40b041576811641e2d643954e depends: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -9427,91 +9151,101 @@ packages: - uriparser >=0.9.8,<1.0a0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 1655764 - timestamp: 1720690303546 -- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda - build_number: 26 - sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 - md5: 3792604c43695d6a273bc5faaac47d48 + size: 1651104 + timestamp: 1724667610262 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda + build_number: 28 + sha256: 9530e6840690b78360946390a1d29624734a6b624f02c26631fb451592cbb8ef + md5: 069f40bfbf1dc55c83ddb07fc6a6ef8d depends: - - libblas 3.9.0 26_linux64_openblas + - libblas 3.9.0 28_h59b9bed_openblas constrains: - - libcblas 3.9.0 26_linux64_openblas - - liblapacke 3.9.0 26_linux64_openblas - - blas * openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + - liblapacke =3.9.0=28*_openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16338 - timestamp: 1734432576650 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda - build_number: 26 - sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 - md5: a5d4e18876393633da62fd8492c00156 + size: 16553 + timestamp: 1738114053556 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda + build_number: 28 + sha256: 1290ce1071a586e22bdd7d8f4c48000cc0005f0a67660be150d1ea5c6092129f + md5: bc4c5ee31476521e202356b56bba6077 depends: - - libblas 3.9.0 26_linuxaarch64_openblas + - libblas 3.9.0 28_h1a9f1db_openblas constrains: - - blas * openblas - - liblapacke 3.9.0 26_linuxaarch64_openblas - - libcblas 3.9.0 26_linuxaarch64_openblas + - liblapacke =3.9.0=28*_openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16403 - timestamp: 1734432585123 -- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda - build_number: 26 - sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d - md5: c0c54bb6382ff1e52bf08f1da539e9b4 + size: 16637 + timestamp: 1738114094310 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda + build_number: 28 + sha256: 862267d20bd7a248cef3dad1fefe5b31d44503943bd9745de42e8be17c86c806 + md5: edbfe8906ba99637eebb9ebe675a57d3 depends: - - libblas 3.9.0 26_osx64_openblas + - libblas 3.9.0 28_h7f60823_openblas constrains: - - libcblas 3.9.0 26_osx64_openblas - - blas * openblas - - liblapacke 3.9.0 26_osx64_openblas + - liblapacke =3.9.0=28*_openblas + - libcblas =3.9.0=28*_openblas + - blas =2.128=openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16588 - timestamp: 1734432968940 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda - build_number: 26 - sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 - md5: cebad79038a75cfd28fa90d147a2d34d + size: 16758 + timestamp: 1738114383382 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda + build_number: 28 + sha256: 79c75a02bff20f8b001e6aecfee8d22a51552c3986e7037fca68e5ed071cc213 + md5: 45f26652530b558c21083ceb7adaf273 depends: - - libblas 3.9.0 26_osxarm64_openblas + - libblas 3.9.0 28_h10e41b3_openblas constrains: - - liblapacke 3.9.0 26_osxarm64_openblas - - libcblas 3.9.0 26_osxarm64_openblas - - blas * openblas + - blas =2.128=openblas + - liblapacke =3.9.0=28*_openblas + - libcblas =3.9.0=28*_openblas + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] - size: 16624 - timestamp: 1734433068120 -- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda - build_number: 23 - sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 - md5: 3580796ab7b7d68143f45d4d94d866b7 + size: 16793 + timestamp: 1738114407021 +- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda + build_number: 28 + sha256: 4b4bb704f46d12f56c1dcf5525bb97aea53a110e6bde6b8d588bf43b773500da + md5: 5aa8e62e29e0d76b0b99b79a739cd2dd depends: - - libblas 3.9.0 23_win64_mkl + - libblas 3.9.0 28_h576b46c_mkl constrains: - - blas * mkl - - libcblas 3.9.0 23_win64_mkl - - liblapacke 3.9.0 23_win64_mkl + - blas =2.128=mkl + - liblapacke =3.9.0=28*_mkl + - libcblas =3.9.0=28*_mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 5191980 - timestamp: 1721689666180 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda - sha256: 13d6e687e111832902a70e49b28cda3a9927c8b50eb22e3a5c828e4a0dd5304b - md5: 683d876292316d64a1aa26fb79b21f8e + size: 3732321 + timestamp: 1738114541347 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda + sha256: 22909d64038bdc87de61311c4ae615dc574a548a7340b963bb7c9eb61b191669 + md5: 6d2362046dce932eefbdeb0540de0c38 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9524,25 +9258,27 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 40132862 - timestamp: 1736894001744 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda - sha256: 76ccf7728bc0690177dc11b0dea161f5ee43d1f0485834df0993e742d4b3127d - md5: cb70920a27a2744eaee549dffdd8b964 + size: 40143643 + timestamp: 1737789465087 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda + sha256: dfc21af8bb57e01ae1263a5b25e493790cb11d09ff051b4a1896fdcac7cf97ef + md5: a6abe993e3fcc1ba6d133d6f061d727c depends: - libgcc >=13 - libstdcxx >=13 - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 39384676 - timestamp: 1736885984832 -- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 - md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 + size: 39385125 + timestamp: 1737785892355 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda + sha256: cad52e10319ca4585bc37f0bc7cce99ec7c15dc9168e42ccb96b741b0a27db3f + md5: 42d5b6a0f30d3c10cd88cb8584fda1cb depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9550,69 +9286,54 @@ packages: platform: linux license: 0BSD purls: [] - size: 111132 - timestamp: 1733407410083 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 - md5: eb08b903681f9f2432c320e8ed626723 + size: 111357 + timestamp: 1738525339684 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda + sha256: 96413664f0fade54a4931940d18749cfc8e6308349dbb0cb83adb2394ca1f730 + md5: b88244e0a115cc34f7fbca9b11248e76 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: 0BSD purls: [] - size: 124138 - timestamp: 1733409137214 -- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e - md5: f9e9205fed9c664421c1c09f0b90ce6d + size: 124197 + timestamp: 1738528201520 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda + sha256: a895b5b16468a6ed436f022d72ee52a657f9b58214b91fabfab6230e3592a6dd + md5: db9d7b0152613f097cdb61ccf9f70ef5 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: 0BSD purls: [] - size: 103745 - timestamp: 1733407504892 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 - md5: b2553114a7f5e20ccd02378a77d836aa + size: 103749 + timestamp: 1738525448522 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda + sha256: 560c59d3834cc652a84fb45531bd335ad06e271b34ebc216e380a89798fe8e2c + md5: e3fd1f8320a100f2b210e690a57cd615 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: 0BSD purls: [] - size: 99129 - timestamp: 1733407496073 -- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda - sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa - md5: 015b9c0bd1eef60729ab577a38aaf0b5 + size: 98945 + timestamp: 1738525462560 +- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda + sha256: 3f552b0bdefdd1459ffc827ea3bf70a6a6920c7879d22b6bfd0d73015b55227b + md5: c48f6ad0ef0a555b27b233dfcab46a90 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: 0BSD purls: [] - size: 104332 - timestamp: 1733407872569 -- conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda - sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 - md5: 819507db3802d9a179de4d161285c22f - depends: - - blosc >=1.21.5,<2.0a0 - - bzip2 >=1.0.8,<2.0a0 - - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libaec >=1.1.3,<2.0a0 - - libcurl >=8.8.0,<9.0a0 - - libxml2 >=2.12.7,<3.0a0 - - libzip >=1.10.1,<2.0a0 - - libzlib >=1.2.13,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zlib - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 624793 - timestamp: 1717672198533 + size: 104465 + timestamp: 1738525557254 - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 md5: 19e57602824042dfd0446292ef90488b @@ -9643,6 +9364,8 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -9659,6 +9382,8 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -9675,6 +9400,8 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -9697,6 +9424,8 @@ packages: md5: c14f32510f694e3185704d89967ec422 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: LGPL-2.1-only license_family: GPL purls: [] @@ -9719,22 +9448,12 @@ packages: md5: 835c7c4137821de5c309f4266a51ba89 depends: - libgcc-ng >=9.3.0 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 39449 timestamp: 1609781865660 -- conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda - sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb - md5: 44a4d173e62c5ed6d715f18ae7c46b7a - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 35459 - timestamp: 1719302192495 - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe md5: 62857b389e42b36b686331bec0922050 @@ -9761,6 +9480,8 @@ packages: - libgfortran5 >=14.2.0 constrains: - openblas >=0.3.28,<0.3.29.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -9776,6 +9497,8 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9791,6 +9514,8 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9813,6 +9538,8 @@ packages: md5: cf9d12bfab305e48d095a4c79002c922 depends: - libglvnd 1.7.0 hd24410f_2 + arch: aarch64 + platform: linux license: LicenseRef-libglvnd purls: [] size: 56355 @@ -9834,14 +9561,16 @@ packages: md5: 6d48179630f00e8c9ad9e30879ce1e54 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 29211 timestamp: 1707101477910 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda - sha256: b8f5b5ba9a14dedf7c97c01300de492b1b52b68eacbc3249a13fdbfa82349a2f - md5: 85cbdaacad93808395ac295b5667d25b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda + sha256: a46436dadd12d58155280d68876dba2d8a3badbc8074956d14fe6530c7c7eda6 + md5: adcf7bacff219488e29cfa95a2abd8f7 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9850,50 +9579,58 @@ packages: platform: linux license: zlib-acknowledgement purls: [] - size: 289426 - timestamp: 1736339058310 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda - sha256: a06daa523a0d5775acb96e6e3f083adc2ab1383eb8f664513dbc663f439c9cca - md5: 9a8716c16b40acc7148263de1d0a403b + size: 292273 + timestamp: 1737791061653 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda + sha256: be4eefe8415c9b37d158eaa9522ce4c399a572339ac2bcc4d26d6433e0ed767d + md5: f9f793497c0973d5416421aa2f96cda4 depends: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: zlib-acknowledgement purls: [] - size: 299051 - timestamp: 1736344007986 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda - sha256: 6370167e819d4e5eaa89d4e5adee74f67c762d4bf314511bd9d7e0f9b1e43a54 - md5: 1b2605bdbcb98cee6e7b19778ccbea6e + size: 304364 + timestamp: 1737795802176 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda + sha256: a293b883b5b334555c643bb3b076018127d7e49d26d59787392b23effae4a3d9 + md5: 82ecce167bb9c069b12968b7b1bee609 depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: zlib-acknowledgement purls: [] - size: 269992 - timestamp: 1736339325004 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda - sha256: ddcc81c049b32fb5eb3ac1f9a6d3a589c08325c8ec6f89eb912208b19330d68c - md5: d554c806d065b1763cb9e1cb1d25741d + size: 272958 + timestamp: 1737791101929 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda + sha256: db78a711561bb6df274ef421472d948dfd1093404db3915e891ae6d7fd37fadc + md5: 15d480fb9dad036eaa4de0b51eab3ccc depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: zlib-acknowledgement purls: [] - size: 263151 - timestamp: 1736339184358 -- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda - sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 - md5: 77e398acc32617a0384553aea29e866b + size: 266516 + timestamp: 1737791023678 +- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda + sha256: c866cd79dce3f6478fa3b4bc625d5cbe0512720fd6f8d45718da9537292329cf + md5: 4ddc2d65b35403e6ed75545f4cb4ec98 depends: - - libzlib >=1.2.13,<2.0.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: zlib-acknowledgement purls: [] - size: 347514 - timestamp: 1708780763195 + size: 356357 + timestamp: 1737791350471 - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f md5: 37724d8bae042345a19ca1a25dde786b @@ -9911,62 +9648,20 @@ packages: size: 2656919 timestamp: 1733427612100 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 - md5: 2113425a121b0aa65dc87728ed5601ac - depends: - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libgcc >=13 - - openldap >=2.6.9,<2.7.0a0 - - openssl >=3.4.0,<4.0a0 - license: PostgreSQL - purls: [] - size: 2779208 - timestamp: 1733427598553 -- conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda - sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 - md5: 84d2332f3110845bbafbfd7d5311354f - depends: - - krb5 >=1.21.2,<1.22.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PostgreSQL - purls: [] - size: 3456937 - timestamp: 1715267132646 -- conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda - sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 - md5: 4da7de0ba35777742edf67bf7a1075df - depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 5650604 - timestamp: 1709514804631 -- conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda - sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 - md5: cf54cb5077a60797d53a132d37af25fc + sha256: 58e436707668a51f2eec2b398cbc2c1a1b8ec5ae46d0df5c9c1260da079231a9 + md5: 2113425a121b0aa65dc87728ed5601ac depends: - - libabseil * cxx17* - - libabseil >=20240116.1,<20240117.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - re2 2023.09.01.* - license: BSD-3-Clause - license_family: BSD + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libgcc >=13 + - openldap >=2.6.9,<2.7.0a0 + - openssl >=3.4.0,<4.0a0 + arch: aarch64 + platform: linux + license: PostgreSQL purls: [] - size: 256561 - timestamp: 1708947458481 + size: 2779208 + timestamp: 1733427598553 - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 md5: b9846db0abffb09847e2cb0fec4b4db6 @@ -10004,6 +9699,8 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __glibc >=2.17 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 6019802 @@ -10020,6 +9717,8 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __osx >=10.13 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 4841346 @@ -10036,6 +9735,8 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __osx >=11.0 + arch: arm64 + platform: osx license: LGPL-2.1-or-later purls: [] size: 4728552 @@ -10062,6 +9763,8 @@ packages: - geos >=3.13.0,<3.13.1.0a0 - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -10074,6 +9777,8 @@ packages: - __osx >=10.13 - geos >=3.13.0,<3.13.1.0a0 - libcxx >=17 + arch: x86_64 + platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] @@ -10086,24 +9791,28 @@ packages: - __osx >=11.0 - geos >=3.13.0,<3.13.1.0a0 - libcxx >=17 + arch: arm64 + platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] size: 191064 timestamp: 1727265842691 -- conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda - sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 - md5: 4476d717f460b45f5033206bbb84f3f5 +- conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda + sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 + md5: 06ea16b8c60b4ce1970c06191f8639d4 depends: - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: GPL-2.0-or-later license_family: GPL purls: [] - size: 407420 - timestamp: 1720347953921 + size: 404515 + timestamp: 1727265928370 - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161 md5: a587892d3c13b6621a6091be690dbca2 @@ -10120,6 +9829,8 @@ packages: md5: 2e4a8f23bebdcb85ca8e5a0fbe75666a depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: ISC purls: [] size: 177394 @@ -10129,6 +9840,8 @@ packages: md5: 6af4b059e26492da6013e79cbcb4d069 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: ISC purls: [] size: 210249 @@ -10138,20 +9851,25 @@ packages: md5: a7ce36e284c5faaf93c220dfc39e3abd depends: - __osx >=11.0 + arch: arm64 + platform: osx license: ISC purls: [] size: 164972 timestamp: 1716828607917 -- conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 - sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 - md5: 5c1fb45b5e2912c19098750ae8a32604 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda + sha256: 7bcb3edccea30f711b6be9601e083ecf4f435b9407d70fc48fbcf9e5d69a0fc6 + md5: 198bb594f202b205c7d18b936fa4524f depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: ISC purls: [] - size: 713431 - timestamp: 1605135918736 + size: 202344 + timestamp: 1716828757533 - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f md5: 641f91ac6f984a91a78ba2411fe4f106 @@ -10192,6 +9910,8 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib + arch: aarch64 + platform: linux license: MPL-1.1 license_family: MOZILLA purls: [] @@ -10214,6 +9934,8 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib + arch: x86_64 + platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] @@ -10236,36 +9958,40 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib + arch: arm64 + platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] size: 2943606 timestamp: 1734001158789 -- conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda - sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e - md5: 934f10287da9c46f761abf0ee5f88dd3 +- conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda + sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 + md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 depends: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libxml2 >=2.12.7,<3.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib + arch: x86_64 + platform: win license: MPL-1.1 license_family: MOZILLA purls: [] - size: 8283487 - timestamp: 1722338203533 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 - md5: b58da17db24b6e08bcbf8fed2fb8c915 + size: 8715367 + timestamp: 1734001064515 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda + sha256: 22853d289ef6ec8a5b20f1aa261895b06525439990d3b139f8bfd0b5c5e32a3a + md5: 3fa05c528d8a1e2a67bbf1e36f22d3bc depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -10274,49 +10000,57 @@ packages: platform: linux license: Unlicense purls: [] - size: 873551 - timestamp: 1733761824646 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 - md5: d4bf59f8783a4a66c0aec568f6de3ff4 + size: 878223 + timestamp: 1737564987837 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda + sha256: 81dd9bf66c7f1d9064e007e2c787133100c406e7ca2de61dba9fb7b87372f255 + md5: 4f3a61fe206f20b27c385ee608bcdfda depends: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: Unlicense purls: [] - size: 1042182 - timestamp: 1733761913736 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 - md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 + size: 1044879 + timestamp: 1737565049785 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda + sha256: ccff3309ed7b1561d3bb00f1e4f36d9d1323af998013e3182a13bf0b5dcef4ec + md5: 6c4d367a4916ea169d614590bdf33b7c depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: Unlicense purls: [] - size: 923167 - timestamp: 1733761860127 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 - md5: 122d6f29470f1a991e85608e77e56a8a + size: 926014 + timestamp: 1737565233282 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda + sha256: 17c06940cc2a13fd6a17effabd6881b1477db38b2cd3ee2571092d293d3fdd75 + md5: 4c55169502ecddf8077973a987d08f08 depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: Unlicense purls: [] - size: 850553 - timestamp: 1733762057506 -- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda - sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df - md5: ff00095330e0d35a16bd3bdbd1a2d3e7 + size: 852831 + timestamp: 1737564996616 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda + sha256: eb889b9ea754d30268fa740f91e62fae6c30ca40f9769051dd42390d2470a7ff + md5: 5a7a8f7f68ce1bdb7b58219786436f30 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Unlicense purls: [] - size: 891292 - timestamp: 1733762116902 + size: 897026 + timestamp: 1737565547561 - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 md5: be2de152d8073ef1c01b7728475f2fe7 @@ -10339,6 +10073,8 @@ packages: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -10351,6 +10087,8 @@ packages: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -10362,25 +10100,29 @@ packages: depends: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 279028 timestamp: 1732349599461 -- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec - md5: dc262d03aae04fe26825062879141a41 +- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda + sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 + md5: af0cbf037dd614c34399b3b3e568c557 depends: - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.1,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<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 purls: [] - size: 266806 - timestamp: 1685838242099 + size: 291889 + timestamp: 1732349796504 - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 md5: 234a5554c53625688d51062645337328 @@ -10398,6 +10140,8 @@ packages: md5: 37f489acd39e22b623d2d1e5ac6d195c depends: - libgcc 14.2.0 he277a41_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -10420,6 +10164,8 @@ packages: md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: - libstdcxx 14.2.0 h3f4de04_1 + arch: aarch64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -10458,6 +10204,8 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: HPND purls: [] size: 464699 @@ -10475,6 +10223,8 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: HPND purls: [] size: 400099 @@ -10492,27 +10242,31 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: HPND purls: [] size: 370600 timestamp: 1734398863052 -- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda - sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a - md5: 6d1828c9039929e2f185c5fa9d133018 +- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda + sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 + md5: defed79ff7a9164ad40320e3f116a138 depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.20,<1.21.0a0 + - libdeflate >=1.23,<1.24.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.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 + - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: HPND purls: [] - size: 787198 - timestamp: 1711218639912 + size: 978878 + timestamp: 1734399004259 - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 md5: 40b61aab5c7ba9ff276c41cfffe6b80b @@ -10530,37 +10284,13 @@ packages: md5: 000e30b09db0b7c775b21695dff30969 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 35720 timestamp: 1680113474501 -- conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 - sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a - md5: e1a22282de0169c93e4ffe6ce6acc212 - depends: - - libogg >=1.3.4,<1.4.0a0 - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 273721 - timestamp: 1610610022421 -- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda - sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd - md5: 11334a8fb02041b453e2f89a4ae16f8d - depends: - - libwebp-base 1.4.0.* - - libwebp-base >=1.4.0,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 71106 - timestamp: 1714600150795 - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf md5: 63f790534398730f59e1b899c3644d4a @@ -10583,6 +10313,8 @@ packages: - libgcc >=13 constrains: - libwebp 1.5.0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -10595,6 +10327,8 @@ packages: - __osx >=10.13 constrains: - libwebp 1.5.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -10607,25 +10341,43 @@ packages: - __osx >=11.0 constrains: - libwebp 1.5.0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 290013 timestamp: 1734777593617 -- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda - sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 - md5: abd61d0ab127ec5cd68f62c2969e6f34 +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda + sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f + md5: 33f7313967072c6e6d8f865f5493c7ae depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - libwebp 1.4.0 + - libwebp 1.5.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 274359 - timestamp: 1713200524021 + size: 273661 + timestamp: 1734777665516 +- conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda + sha256: 373f2973b8a358528b22be5e8d84322c165b4c5577d24d94fd67ad1bb0a0f261 + md5: 08bfa5da6e242025304b206d152479ef + depends: + - ucrt + constrains: + - pthreads-win32 <0.0a0 + - msys2-conda-epoch <0.0a0 + arch: x86_64 + platform: win + license: MIT AND BSD-3-Clause-Clear + purls: [] + size: 35794 + timestamp: 1737099561703 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa md5: 92ed62436b625154323d40d5f2f11dd7 @@ -10650,6 +10402,8 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -10663,6 +10417,8 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -10676,25 +10432,30 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 323658 timestamp: 1727278733917 -- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda - sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 - md5: 7c1217d3b075f195ab17370f2d550f5d +- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda + sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 + md5: a69bbf778a462da324489976c84cfc8c depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca - pthread-stubs + - ucrt >=10.0.20348.0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 989932 - timestamp: 1693089470750 + size: 1208687 + timestamp: 1727279378819 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c md5: 5aa797f8787fe7a17d1b0821485b5adc @@ -10711,6 +10472,8 @@ packages: md5: b4df5d7d4b63579d081fd3a4cf99740e depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] size: 114269 @@ -10742,6 +10505,8 @@ packages: - libxml2 >=2.12.7,<3.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 + arch: aarch64 + platform: linux license: MIT/X11 Derivative license_family: MIT purls: [] @@ -10773,6 +10538,8 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -10787,6 +10554,8 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -10801,25 +10570,29 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 582898 timestamp: 1733443841584 -- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 - md5: ed4d301f0d2149b34deb9c4fecafd836 +- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda + sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 + md5: 77eaa84f90fc90643c5a0be0aa9bdd1b depends: - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 1682090 - timestamp: 1721031296951 + size: 1612294 + timestamp: 1733443909984 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 md5: e71f31f8cfb0a91439f2086fc8aa0461 @@ -10839,26 +10612,28 @@ packages: depends: - libgcc-ng >=12 - libxml2 >=2.12.1,<3.0.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 260979 timestamp: 1701628809171 -- conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda - sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - md5: 5c629cd12d89e2856c17b1dc5fcf44a4 +- conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda + sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa + md5: 279ee338c9b34871d578cb3c7aa68f70 depends: - - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.1.2,<4.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD + arch: x86_64 + platform: win + license: MIT + license_family: MIT purls: [] - size: 146434 - timestamp: 1694417117772 + size: 418542 + timestamp: 1701629338549 - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 md5: edb0dca6bc32e4f4789199455a1dbeb8 @@ -10881,6 +10656,8 @@ packages: - libgcc >=13 constrains: - zlib 1.3.1 *_2 + arch: aarch64 + platform: linux license: Zlib license_family: Other purls: [] @@ -10893,6 +10670,8 @@ packages: - __osx >=10.13 constrains: - zlib 1.3.1 *_2 + arch: x86_64 + platform: osx license: Zlib license_family: Other purls: [] @@ -10905,25 +10684,29 @@ packages: - __osx >=11.0 constrains: - zlib 1.3.1 *_2 + arch: arm64 + platform: osx license: Zlib license_family: Other purls: [] size: 46438 timestamp: 1727963202283 -- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda - sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 - md5: d4483ca8afc57ddf1f6dded53b36c17f +- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: 41fbfac52c601159df6c01f875de31b9 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - zlib 1.3.1 *_1 + - zlib 1.3.1 *_2 + arch: x86_64 + platform: win license: Zlib license_family: Other purls: [] - size: 56186 - timestamp: 1716874730539 + size: 55476 + timestamp: 1727963768015 - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.7-ha54dae1_0.conda sha256: b5b06821b0d4143f66ba652ffe6f535696dc3a4096175d9be8b19b1a7350c86d md5: 65d08c50518999e69f421838c1d5b91f @@ -10931,6 +10714,8 @@ packages: - __osx >=10.13 constrains: - openmp 19.1.7|19.1.7.* + arch: x86_64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] @@ -10943,6 +10728,8 @@ packages: - __osx >=11.0 constrains: - openmp 19.1.7|19.1.7.* + arch: arm64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] @@ -10968,6 +10755,8 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -10979,6 +10768,8 @@ packages: depends: - __osx >=10.13 - libcxx >=18 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -10990,23 +10781,27 @@ packages: depends: - __osx >=11.0 - libcxx >=18 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 148824 timestamp: 1733741047892 -- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab - md5: e34720eb20a33fc3bfb8451dd837ab7a +- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 + md5: 0b69331897a92fac3d8923549d48d092 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vs2015_runtime >=14.29.30139 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD purls: [] - size: 134235 - timestamp: 1674728465431 + size: 139891 + timestamp: 1733741168264 - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 md5: ec7398d21e2651e0dcb0044d03b9a339 @@ -11024,6 +10819,8 @@ packages: md5: 004025fe20a11090e0b02154f413a758 depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -11032,6 +10829,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 md5: bfecd73e4a2dc18ffd5288acf8a212ab + arch: x86_64 + platform: osx license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -11040,6 +10839,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 md5: 915996063a7380c652f83609e970c2a7 + arch: arm64 + platform: osx license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -11052,79 +10853,13 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: GPL-2.0-or-later license_family: GPL2 purls: [] size: 142771 timestamp: 1713516312465 -- conda: 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 - license: GPL, LGPL, FDL, custom - purls: [] - size: 350687 - timestamp: 1608163451316 -- conda: 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - purls: [] - size: 532390 - timestamp: 1608163512830 -- conda: 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 - license: GPL3+, partial:GCCRLE, partial:LGPL2+ - purls: [] - size: 219240 - timestamp: 1608163481341 -- conda: 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 - license: LGPL3 - purls: [] - size: 743501 - timestamp: 1608163782057 -- conda: 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 - license: MIT, BSD - purls: [] - size: 31928 - timestamp: 1608166099896 -- pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl - name: markdown - version: '3.6' - sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f - requires_dist: - - importlib-metadata>=4.4 ; python_full_version < '3.10' - - mkdocs>=1.5 ; extra == 'docs' - - mkdocs-nature>=0.6 ; extra == 'docs' - - mdx-gh-links>=0.2 ; extra == 'docs' - - mkdocstrings[python] ; extra == 'docs' - - mkdocs-gen-files ; extra == 'docs' - - mkdocs-section-index ; extra == 'docs' - - mkdocs-literate-nav ; extra == 'docs' - - coverage ; extra == 'testing' - - pyyaml ; extra == 'testing' - requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl name: markdown version: '3.7' @@ -11141,18 +10876,6 @@ packages: - coverage ; extra == 'testing' - pyyaml ; extra == 'testing' requires_python: '>=3.8' -- conda: 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/markdown-it-py?source=conda-forge-mapping - size: 64356 - timestamp: 1686175179621 - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a md5: fee3164ac23dfca50cfcc8b85ddefb81 @@ -11192,6 +10915,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -11207,6 +10932,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -11223,15 +10950,17 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping size: 22599 timestamp: 1733219837349 -- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda - sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 - md5: f8b7e33c8bf98901925817b7f4436c7e +- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda + sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b + md5: e8eb7b3d2495293d1385fb734804e2d1 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -11240,12 +10969,14 @@ packages: - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=conda-forge-mapping - size: 26856 - timestamp: 1706900665492 + - pkg:pypi/markupsafe?source=hash-mapping + size: 25487 + timestamp: 1733219924377 - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa md5: 922f2edd2f9ff0a95c83eb781bacad5e @@ -11271,6 +11002,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 + arch: aarch64 + platform: linux license: PSF-2.0 license_family: PSF purls: [] @@ -11284,6 +11017,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 + arch: x86_64 + platform: osx license: PSF-2.0 license_family: PSF purls: [] @@ -11297,26 +11032,29 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 + arch: arm64 + platform: osx license: PSF-2.0 license_family: PSF purls: [] size: 16994 timestamp: 1734120784524 -- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda - sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 - md5: 5a816cbe27fe3e568c0f4e541c99de4f +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda + sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 + md5: 61326dfe02e88b609166814c47316063 depends: - - matplotlib-base >=3.9.1,<3.9.2.0a0 - - pyqt >=5.10 + - matplotlib-base >=3.9.4,<3.9.5.0a0 + - pyside6 >=6.7.2 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 + arch: x86_64 + platform: win license: PSF-2.0 license_family: PSF - purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 9157 - timestamp: 1722569801592 + purls: [] + size: 17372 + timestamp: 1734120982472 - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 md5: f149592d52f9c1ab1bfe3dc055458e13 @@ -11373,6 +11111,8 @@ packages: - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - tk >=8.6.13,<8.7.0a0 + arch: aarch64 + platform: linux license: PSF-2.0 license_family: PSF purls: @@ -11401,6 +11141,8 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 + arch: x86_64 + platform: osx license: PSF-2.0 license_family: PSF purls: @@ -11430,15 +11172,17 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 + arch: arm64 + platform: osx license: PSF-2.0 license_family: PSF purls: - pkg:pypi/matplotlib?source=hash-mapping size: 6893904 timestamp: 1734120746580 -- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda - sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 - md5: 2029d25009b9a28f9aac2987e5808731 +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda + sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed + md5: 5424884b703d67e412584ed241f0a9b1 depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -11459,24 +11203,14 @@ packages: - 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 purls: - - pkg:pypi/matplotlib?source=conda-forge-mapping - size: 6788026 - timestamp: 1722569739583 -- conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda - sha256: 7ea68676ea35fbb095420bbcc1c82c4767b8be7bb56abb6989b7f89d957a3bab - md5: 779345c95648be40d22aaa89de7d4254 - depends: - - python >=3.6 - - traitlets - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/matplotlib-inline?source=conda-forge-mapping - size: 14599 - timestamp: 1713250613726 + - pkg:pypi/matplotlib?source=hash-mapping + size: 6815213 + timestamp: 1734120951608 - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 md5: af6ab708897df59bd6e7283ceab1b56b @@ -11489,18 +11223,6 @@ packages: - pkg:pypi/matplotlib-inline?source=hash-mapping size: 14467 timestamp: 1733417051523 -- conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda - sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 - md5: eb90dd178bcdd0260dfaa6e1cbccf042 - depends: - - markdown-it-py >=1.0.0,<4.0.0 - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping - size: 41972 - timestamp: 1715570303416 - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 md5: af2060041d4f3250a7eb6ab3ec0e549b @@ -11513,17 +11235,6 @@ packages: - pkg:pypi/mdit-py-plugins?source=hash-mapping size: 42180 timestamp: 1733854816517 -- conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 - md5: 776a8dd9e824f77abac30e6ef43a8f7a - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mdurl?source=conda-forge-mapping - size: 14680 - timestamp: 1704317789138 - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 md5: 592132998493b3ff25fd7479396e8351 @@ -11580,6 +11291,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: Zlib license_family: Other purls: [] @@ -11597,6 +11310,8 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: Zlib license_family: Other purls: [] @@ -11614,60 +11329,51 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: Zlib license_family: Other purls: [] size: 77597 timestamp: 1734012196026 -- conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda - sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 - md5: 43e2b972e258a25a1e01790ad0e3287a +- conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda + sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e + md5: 632caee448c60ca5f85bf0748ed24401 depends: - bzip2 >=1.0.8,<2.0a0 - - libzlib >=1.2.13,<2.0a0 + - liblzma >=5.6.3,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: Zlib license_family: Other purls: [] - size: 85324 - timestamp: 1717296997985 -- pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl - name: mistune - version: 3.0.2 - sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 - requires_python: '>=3.7' -- pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl + size: 85799 + timestamp: 1734012307818 +- pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl name: mistune - version: 3.1.0 - sha256: b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 + version: 3.1.1 + sha256: 02106ac2aa4f66e769debbfa028509a275069dcffce0dfa578edd7b991ee700a requires_dist: - typing-extensions ; python_full_version < '3.11' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 - md5: a17423859d3fb912c8f2e9797603ddb6 +- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd + md5: 302dff2807f2927b3e9e0d19d60121de depends: - intel-openmp 2024.* - tbb 2021.* + arch: x86_64 + platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 109381621 - timestamp: 1716561374449 -- conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda - sha256: 28a3b4ea3f60ff73170d174cee61f1ea0b3c71156f815e37d46bbd6bd81963fa - md5: 398839dd28f83127b62df50fd1da22ee - depends: - - python >=3.8 - license: CC0-1.0 - purls: - - pkg:pypi/modflow-devtools?source=conda-forge-mapping - size: 29239 - timestamp: 1717152807815 + size: 103106385 + timestamp: 1730232843711 - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda sha256: 78a39d01182ba84340fc0db957823e18d524aacb37c2e0b1bd7f863ef07d3740 md5: 6711e0434fa5128db45567d9c045251d @@ -11678,12 +11384,6 @@ packages: - pkg:pypi/modflow-devtools?source=hash-mapping size: 29243 timestamp: 1735576603936 -- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 - md5: b0309b72560df66f71a9d5e34a5efdfa - purls: [] - size: 3227 - timestamp: 1608166968312 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 md5: 2ba8498c1018c1e9c61eb99b973dfe19 @@ -11692,20 +11392,9 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/munkres?source=conda-forge-mapping + - pkg:pypi/munkres?source=hash-mapping size: 12452 timestamp: 1600387789153 -- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - md5: 4eccaeba205f0aed9ac3a9ea58568ca3 - depends: - - python >=3.5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/mypy-extensions?source=conda-forge-mapping - size: 10492 - timestamp: 1675543414256 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe md5: 29097e7ea634a45cc5386b95cac6568f @@ -11739,6 +11428,8 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.4.0,<4.0a0 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -11772,6 +11463,8 @@ packages: - mysql-common 9.0.1 h3f5c77f_4 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -11794,35 +11487,6 @@ packages: - pkg:pypi/myst-parser?source=hash-mapping size: 72235 timestamp: 1714413912964 -- pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl - name: nbclient - version: 0.10.0 - sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f - requires_dist: - - jupyter-client>=6.1.12 - - jupyter-core>=4.12,!=5.0.* - - nbformat>=5.1 - - traitlets>=5.4 - - pre-commit ; extra == 'dev' - - autodoc-traits ; extra == 'docs' - - mock ; extra == 'docs' - - moto ; extra == 'docs' - - myst-parser ; extra == 'docs' - - nbclient[test] ; extra == 'docs' - - sphinx-book-theme ; extra == 'docs' - - sphinx>=1.7 ; extra == 'docs' - - sphinxcontrib-spelling ; extra == 'docs' - - flaky ; extra == 'test' - - ipykernel>=6.19.3 ; extra == 'test' - - ipython ; extra == 'test' - - ipywidgets ; extra == 'test' - - nbconvert>=7.0.0 ; extra == 'test' - - pytest-asyncio ; extra == 'test' - - pytest-cov>=4.0 ; extra == 'test' - - pytest>=7.0,<8 ; extra == 'test' - - testpath ; extra == 'test' - - xmltodict ; extra == 'test' - requires_python: '>=3.8.0' - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl name: nbclient version: 0.10.2 @@ -11851,70 +11515,20 @@ packages: - testpath ; extra == 'docs' - xmltodict ; extra == 'docs' - flaky ; extra == 'test' - - ipykernel>=6.19.3 ; extra == 'test' - - ipython ; extra == 'test' - - ipywidgets ; extra == 'test' - - nbconvert>=7.1.0 ; extra == 'test' - - pytest-asyncio ; extra == 'test' - - pytest-cov>=4.0 ; extra == 'test' - - pytest>=7.0,<8 ; extra == 'test' - - testpath ; extra == 'test' - - xmltodict ; extra == 'test' - requires_python: '>=3.9.0' -- pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl - name: nbconvert - version: 7.16.4 - sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 - requires_dist: - - beautifulsoup4 - - bleach!=5.0.0 - - defusedxml - - importlib-metadata>=3.6 ; python_full_version < '3.10' - - jinja2>=3.0 - - jupyter-core>=4.7 - - jupyterlab-pygments - - markupsafe>=2.0 - - mistune>=2.0.3,<4 - - nbclient>=0.5.0 - - nbformat>=5.7 - - packaging - - pandocfilters>=1.4.1 - - pygments>=2.4.1 - - tinycss2 - - traitlets>=5.1 - - flaky ; extra == 'all' - - ipykernel ; extra == 'all' - - ipython ; extra == 'all' - - ipywidgets>=7.5 ; extra == 'all' - - myst-parser ; extra == 'all' - - nbsphinx>=0.2.12 ; extra == 'all' - - playwright ; extra == 'all' - - pydata-sphinx-theme ; extra == 'all' - - pyqtwebengine>=5.15 ; extra == 'all' - - pytest>=7 ; extra == 'all' - - sphinx==5.0.2 ; extra == 'all' - - sphinxcontrib-spelling ; extra == 'all' - - tornado>=6.1 ; extra == 'all' - - ipykernel ; extra == 'docs' - - ipython ; extra == 'docs' - - myst-parser ; extra == 'docs' - - nbsphinx>=0.2.12 ; extra == 'docs' - - pydata-sphinx-theme ; extra == 'docs' - - sphinx==5.0.2 ; extra == 'docs' - - sphinxcontrib-spelling ; extra == 'docs' - - pyqtwebengine>=5.15 ; extra == 'qtpdf' - - pyqtwebengine>=5.15 ; extra == 'qtpng' - - tornado>=6.1 ; extra == 'serve' - - flaky ; extra == 'test' - - ipykernel ; extra == 'test' - - ipywidgets>=7.5 ; extra == 'test' - - pytest>=7 ; extra == 'test' - - playwright ; extra == 'webpdf' - requires_python: '>=3.8' -- pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl + - ipykernel>=6.19.3 ; extra == 'test' + - ipython ; extra == 'test' + - ipywidgets ; extra == 'test' + - nbconvert>=7.1.0 ; extra == 'test' + - pytest-asyncio ; extra == 'test' + - pytest-cov>=4.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' + - testpath ; extra == 'test' + - xmltodict ; extra == 'test' + requires_python: '>=3.9.0' +- pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl name: nbconvert - version: 7.16.5 - sha256: e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547 + version: 7.16.6 + sha256: 1375a7b67e0c2883678c48e506dc320febb57685e5ee67faa51b18a90f3a712b requires_dist: - beautifulsoup4 - bleach[css]!=5.0.0 @@ -11960,21 +11574,6 @@ packages: - pytest>=7 ; extra == 'test' - playwright ; extra == 'webpdf' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda - sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c - md5: 0b57b5368ab7fc7cdc9e3511fa867214 - depends: - - jsonschema >=2.6 - - jupyter_core >=4.12,!=5.0.* - - python >=3.8 - - python-fastjsonschema >=2.15 - - traitlets >=5.1 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/nbformat?source=conda-forge-mapping - size: 101232 - timestamp: 1712239122969 - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 md5: bbe1963f1e47f594070ffe87cdf612ea @@ -11990,18 +11589,6 @@ packages: - pkg:pypi/nbformat?source=hash-mapping size: 100945 timestamp: 1733402844974 -- pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl - name: nbsphinx - version: 0.9.4 - sha256: 22cb1d974a8300e8118ca71aea1f649553743c0c5830a54129dcd446e6a8ba17 - requires_dist: - - docutils>=0.18.1 - - jinja2 - - nbconvert>=5.3,!=5.4 - - traitlets>=5 - - nbformat - - sphinx>=1.8 - requires_python: '>=3.6' - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl name: nbsphinx version: 0.9.6 @@ -12014,13 +11601,6 @@ packages: - nbformat - sphinx>=1.8 requires_python: '>=3.6' -- pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - name: nbsphinx-link - version: 1.3.0 - sha256: 67c24fc6508765203afb4b6939c0d9127e17a5d8d9355bfe8458192cf7105eb9 - requires_dist: - - nbsphinx - - sphinx>=1.8 - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl name: nbsphinx-link version: 1.3.1 @@ -12031,9 +11611,9 @@ packages: - sphinx-rtd-theme ; extra == 'docs' - ipython ; extra == 'docs' requires_python: '>=3' -- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - sha256: 17fe6afd8a00446010220d52256bd222b1e4fcb93bd587e7784b03219f3dc358 - md5: 04b34b9a40cdc48cfdab261ab176ff74 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 + md5: 47e340acb35de30501a76c7c799c41d7 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -12041,46 +11621,41 @@ packages: platform: linux license: X11 AND BSD-3-Clause purls: [] - size: 894452 - timestamp: 1736683239706 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda - sha256: 9fd726174dde993c560dd6fa1a383e61d546d380e98e0b0348d22512e5d86e24 - md5: 779046fb585c71373e8a051be06c6011 + size: 891641 + timestamp: 1738195959188 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda + sha256: 91cfb655a68b0353b2833521dc919188db3d8a7f4c64bea2c6a7557b24747468 + md5: 182afabe009dc78d8b73100255ee6868 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: X11 AND BSD-3-Clause purls: [] - size: 928402 - timestamp: 1736683192463 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - sha256: 507456591054ff83a0179c6b3804dbf6ea7874ac07b68bdf6ab5f23f2065e067 - md5: 7eb0c4be5e4287a3d6bfef015669a545 + size: 926034 + timestamp: 1738196018799 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda + sha256: ea4a5d27ded18443749aefa49dc79f6356da8506d508b5296f60b8d51e0c4bd9 + md5: ced34dd9929f491ca6dab6a2927aff25 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: X11 AND BSD-3-Clause purls: [] - size: 822835 - timestamp: 1736683439206 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - sha256: b45c73348ec9841d5c893acc2e97adff24127548fe8c786109d03c41ed564e91 - md5: f6f7c5b7d0983be186c46c4f6f8f9af8 + size: 822259 + timestamp: 1738196181298 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda + sha256: 2827ada40e8d9ca69a153a45f7fd14f32b2ead7045d3bbb5d10964898fe65733 + md5: 068d497125e4bf8a66bf707254fff5ae depends: - __osx >=11.0 + arch: arm64 + platform: osx license: X11 AND BSD-3-Clause purls: [] - size: 796754 - timestamp: 1736683572099 -- conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a - md5: 6598c056f64dc8800d40add25e4e2c34 - depends: - - python >=3.5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/nest-asyncio?source=conda-forge-mapping - size: 11638 - timestamp: 1705850780510 + size: 797030 + timestamp: 1738196177597 - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 md5: 598fd7d4d0de2455fb74f56063969a97 @@ -12105,7 +11680,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/networkx?source=conda-forge-mapping + - pkg:pypi/networkx?source=hash-mapping size: 1149552 timestamp: 1698504905258 - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda @@ -12127,6 +11702,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -12138,6 +11715,8 @@ packages: depends: - __osx >=10.13 - libcxx >=16 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12149,6 +11728,8 @@ packages: depends: - __osx >=11.0 - libcxx >=16 + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12161,6 +11742,8 @@ packages: - 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 purls: [] @@ -12201,6 +11784,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -12219,6 +11804,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12238,6 +11825,8 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12258,6 +11847,8 @@ packages: - vc14_runtime >=14.29.30139 constrains: - numpy-base <0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: @@ -12290,6 +11881,8 @@ packages: - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -12304,6 +11897,8 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -12318,26 +11913,30 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 319362 timestamp: 1733816781741 -- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 - md5: 7e7099ad94ac3b599808950cec30ad4e +- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 + md5: fc050366dd0b8313eb797ed1ffef3a29 depends: - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.2.13,<2.0.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libzlib >=1.3.1,<2.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 purls: [] - size: 237974 - timestamp: 1709159764160 + size: 240148 + timestamp: 1733817010335 - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 md5: ca2de8bbdc871bce41dbf59e51324165 @@ -12364,6 +11963,8 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.4.0,<4.0a0 + arch: aarch64 + platform: linux license: OLDAP-2.8 license_family: BSD purls: [] @@ -12389,6 +11990,8 @@ packages: depends: - ca-certificates - libgcc >=13 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -12400,6 +12003,8 @@ packages: depends: - __osx >=10.13 - ca-certificates + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12411,6 +12016,8 @@ packages: depends: - __osx >=11.0 - ca-certificates + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12424,22 +12031,13 @@ packages: - 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 purls: [] size: 8462960 timestamp: 1736088436984 -- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 - md5: cbe1bb1f21567018ce595d9c2be0f0db - depends: - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/packaging?source=conda-forge-mapping - size: 50290 - timestamp: 1718189540074 - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa @@ -12539,6 +12137,8 @@ packages: - qtpy >=2.3.0 - zstandard >=0.19.0 - gcsfs >=2022.11.0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -12558,6 +12158,8 @@ packages: - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1,<2024.2 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12578,6 +12180,8 @@ packages: - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1,<2024.2 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12624,6 +12228,8 @@ packages: - tzdata >=2022.7 - fastparquet >=2022.12.0 - lxml >=4.9.2 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: @@ -12635,9 +12241,9 @@ packages: version: 1.5.1 sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda - sha256: a0bef194e27e10df65cf7510e405e3acb0a1c460c18fc6c31201167bb50f728d - md5: 8779ee58be1c8b35e7af464a73674957 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda + sha256: 20e5e280859a7803e8b5a09f18a7e43b56d1b8e61e4888c1a24cbb0d5b9cabd3 + md5: 59e660508a4de9401543303d5f576aeb depends: - __glibc >=2.17,<3.0.a0 - cairo >=1.18.2,<2.0a0 @@ -12645,7 +12251,7 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - harfbuzz >=10.2.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 @@ -12655,30 +12261,32 @@ packages: platform: linux license: LGPL-2.1-or-later purls: [] - size: 451964 - timestamp: 1736473116469 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda - sha256: 6b08883a4aac022fc79e548eec6ff5a46593544b4229ff8e3a8f39993e7f8500 - md5: 71bf5fec6bee53abfe8dfcc5cb2676ee + size: 451406 + timestamp: 1737510786003 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda + sha256: f276988f5c3cd4489209eb6adcdca360d61c27a70cce9eaca9414e95ed8adbee + md5: 0451749015c5d808668af77f7b4d11fe depends: - cairo >=1.18.2,<2.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - harfbuzz >=10.2.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: LGPL-2.1-or-later purls: [] - size: 463005 - timestamp: 1736474809436 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda - sha256: 3c4e92ee87196aa74cada1f3d0c504dc2a5c371399350f31f0bd4d498cdf6706 - md5: 8464193d8a23ba74c271661a733dd282 + size: 463894 + timestamp: 1737512869150 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda + sha256: 2f8ec6dff342ef4417b9ab608a33cd1aac9167e778096c3ef0db997087c0e726 + md5: 3888a31896ccefaa6aa608ff13fd527c depends: - __osx >=10.13 - cairo >=1.18.2,<2.0a0 @@ -12686,18 +12294,20 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - harfbuzz >=10.2.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: LGPL-2.1-or-later purls: [] - size: 428849 - timestamp: 1736473259180 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda - sha256: 19b993f5a010e2c56d2b5683ff60807f1bae5c94ef0718f684a94d00a8fd72dd - md5: c22c8fc58e27fcd72c940179706f5c88 + size: 429570 + timestamp: 1737510992371 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda + sha256: 1f032cd6e70a07071f2839e79a07976b3d66c1c742e5bc5276ac91a4f738babb + md5: d90e7fdeb40d3e1739f3d2da0c15edf0 depends: - __osx >=11.0 - cairo >=1.18.2,<2.0a0 @@ -12705,45 +12315,40 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.1.0,<11.0a0 + - harfbuzz >=10.2.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: LGPL-2.1-or-later purls: [] - size: 423495 - timestamp: 1736473423422 -- conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda - sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 - md5: bf639fd83deb4404ac988ae927f61e9e + size: 423919 + timestamp: 1737511036696 +- conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda + sha256: 5c3b76c39f8fa397f1ff9c84d37ee4e1cc0f944fc12614ee5696ebbeae6e78a3 + md5: 9ca94f758cc7399cde20986e04bb7140 depends: - - cairo >=1.18.0,<2.0a0 - - fontconfig >=2.14.2,<3.0a0 + - cairo >=1.18.2,<2.0a0 + - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=9.0.0,<10.0a0 - - libglib >=2.80.2,<3.0a0 - - libpng >=1.6.43,<1.7.0a0 + - harfbuzz >=10.2.0,<11.0a0 + - libexpat >=2.6.4,<3.0a0 + - libglib >=2.82.2,<3.0a0 + - libpng >=1.6.45,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-2.1-or-later purls: [] - size: 450735 - timestamp: 1719840158791 -- conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae - md5: 81534b420deb77da8833f2289b8d47ac - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/parso?source=conda-forge-mapping - size: 75191 - timestamp: 1712320447201 + size: 454143 + timestamp: 1737511140026 - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc md5: 5c092057b6badd30f75b06244ecd01c9 @@ -12755,17 +12360,6 @@ packages: - pkg:pypi/parso?source=hash-mapping size: 75295 timestamp: 1733271352153 -- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d - md5: 17064acba08d3686f1135b5ec1b32b12 - depends: - - python >=3.7 - license: MPL-2.0 - license_family: MOZILLA - purls: - - pkg:pypi/pathspec?source=conda-forge-mapping - size: 41173 - timestamp: 1702250135032 - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee md5: 617f15191456cc6a13db418a275435e5 @@ -12799,6 +12393,8 @@ packages: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -12811,6 +12407,8 @@ packages: - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -12823,25 +12421,29 @@ packages: - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 618973 timestamp: 1723488853807 -- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda - sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 - md5: 007d07ab5027e0bf49f6fa660a9f89a0 +- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda + sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 + md5: a3a3baddcfb8c80db84bec3cb7746fb8 depends: - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.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 purls: [] - size: 816867 - timestamp: 1718466930248 + size: 820831 + timestamp: 1723489427046 - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a md5: d0d408b1f18883a944376da5cf8101ea @@ -12853,17 +12455,6 @@ packages: - pkg:pypi/pexpect?source=compressed-mapping size: 53561 timestamp: 1733302019362 -- conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - md5: 415f0ebb6198cc2801c73438a9fb5761 - depends: - - python >=3 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pickleshare?source=conda-forge-mapping - size: 9332 - timestamp: 1602536313357 - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b md5: 11a9d1d09a3615fc07c3faf79bc0b943 @@ -12915,6 +12506,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 + arch: aarch64 + platform: linux license: HPND purls: - pkg:pypi/pillow?source=hash-mapping @@ -12936,6 +12529,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 + arch: x86_64 + platform: osx license: HPND purls: - pkg:pypi/pillow?source=hash-mapping @@ -12958,37 +12553,41 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 + arch: arm64 + platform: osx license: HPND purls: - pkg:pypi/pillow?source=hash-mapping size: 42310293 timestamp: 1735929979287 -- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda - sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd - md5: 7b24bccfb14f05019c8a488d4ee084a8 +- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda + sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a + md5: 281e124453ea6dc02e9638a4d6c0a8b6 depends: - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libxcb >=1.16,<1.17.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 + - openjpeg >=2.5.3,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - 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 purls: - - pkg:pypi/pillow?source=conda-forge-mapping - size: 41327013 - timestamp: 1719904170746 -- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb - md5: 04e691b9fadd93a8a9fad87a81d4fd8f + - pkg:pypi/pillow?source=hash-mapping + size: 41791546 + timestamp: 1735930293357 +- conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + sha256: 094fa4c825f8b9e8403e0c0b569c3d50892325acdac1010ff43cc3ac65bf62cd + md5: c2548760a02ed818f92dd0d8c81b55b4 depends: - python >=3.9,<3.13.0a0 - setuptools @@ -12997,8 +12596,8 @@ packages: license_family: MIT purls: - pkg:pypi/pip?source=hash-mapping - size: 1245116 - timestamp: 1734466348103 + size: 1258059 + timestamp: 1737901869915 - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be md5: 5e2a7acfa2c24188af39e7944e1b3604 @@ -13019,6 +12618,8 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -13030,6 +12631,8 @@ packages: depends: - __osx >=10.13 - libcxx >=18 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -13041,34 +12644,27 @@ packages: depends: - __osx >=11.0 - libcxx >=18 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 201076 timestamp: 1733699127167 -- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda - sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 - md5: b98135614135d5f458b75ab9ebb9558c +- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda + sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b + md5: c720ac9a3bd825bf8b4dc7523ea49be4 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 purls: [] - size: 461854 - timestamp: 1709239971654 -- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda - sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 - md5: 6f6cf28bf8e021933869bae3f84b8fc9 - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/platformdirs?source=conda-forge-mapping - size: 20572 - timestamp: 1715777739019 + size: 455582 + timestamp: 1733699458861 - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 md5: 577852c7e53901ddccc7e6a9959ddebe @@ -13080,17 +12676,6 @@ packages: - pkg:pypi/platformdirs?source=hash-mapping size: 20448 timestamp: 1733232756001 -- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 - md5: d3483c8fc2dc2cc3f5cf43e26d60cabf - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pluggy?source=conda-forge-mapping - size: 23815 - timestamp: 1713667175451 - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 md5: e9dcbce5f45f9ee500e728ae58b605b6 @@ -13102,31 +12687,6 @@ packages: - pkg:pypi/pluggy?source=hash-mapping size: 23595 timestamp: 1733222855563 -- conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda - sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 - md5: 18c6deb6f9602e32446398203c8f0e91 - depends: - - python >=2.6 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/ply?source=conda-forge-mapping - size: 49196 - timestamp: 1712243121626 -- conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda - sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 - md5: 8dab97d8a9616e07d779782995710aed - depends: - - packaging >=20.0 - - platformdirs >=2.5.0 - - python >=3.7 - - requests >=2.19.0 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pooch?source=conda-forge-mapping - size: 54375 - timestamp: 1717777969967 - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e md5: b3e783e8e8ed7577cf0b6dee37d1fbac @@ -13141,55 +12701,6 @@ packages: - pkg:pypi/pooch?source=hash-mapping size: 54116 timestamp: 1733421432357 -- conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda - sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c - md5: 4e21d8257375ae401877013416ebc12b - depends: - - cairo >=1.18.0,<2.0a0 - - freetype >=2.12.1,<3.0a0 - - lcms2 >=2.16,<3.0a0 - - libcurl >=8.8.0,<9.0a0 - - libglib >=2.80.3,<3.0a0 - - libiconv >=1.17,<2.0a0 - - libintl >=0.22.5,<1.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libtiff >=4.6.0,<4.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.2,<3.0a0 - - poppler-data - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-2.0-only - license_family: GPL - purls: [] - size: 2374174 - timestamp: 1720374177748 -- conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda - sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - md5: d8d7293c5b37f39b2ac32940621c6592 - license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) - license_family: OTHER - purls: [] - size: 2348171 - timestamp: 1675353652214 -- conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda - sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd - md5: a253c97c94a2c2886e1cb79e34a5b641 - depends: - - krb5 >=1.21.2,<1.22.0a0 - - libpq 16.3 hab9416b_0 - - libxml2 >=2.12.6,<3.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.3.0,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: PostgreSQL - purls: [] - size: 18697452 - timestamp: 1715267263356 - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b md5: 398cabfd9bd75e90d0901db95224f25f @@ -13222,6 +12733,8 @@ packages: - sqlite constrains: - proj4 ==999999999999 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -13239,6 +12752,8 @@ packages: - sqlite constrains: - proj4 ==999999999999 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -13256,57 +12771,47 @@ packages: - sqlite constrains: - proj4 ==999999999999 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 2673401 timestamp: 1733138376056 -- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda - sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 - md5: 6e15f5054b179959d2410c2e53d5a3e4 +- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda + sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 + md5: 7303dac2aa92318f319508aedab6a127 depends: - - libcurl >=8.9.0,<9.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libtiff >=4.6.0,<4.7.0a0 + - libcurl >=8.10.1,<9.0a0 + - libsqlite >=3.47.0,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - proj4 ==999999999999 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 2726576 - timestamp: 1722328352769 -- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda - sha256: d93ac5853e398aaa10f0dd7addd64b411f94ace1f9104d619cd250e19a5ac5b4 - md5: 1247c861065d227781231950e14fe817 - depends: - - python >=3.7 - - wcwidth - constrains: - - prompt_toolkit 3.0.47 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/prompt-toolkit?source=conda-forge-mapping - size: 270710 - timestamp: 1718048095491 -- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc - md5: 368d4aa48358439e07a97ae237491785 + size: 2740461 + timestamp: 1733138695290 +- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + sha256: 0749c49a349bf55b8539ce5addce559b77592165da622944a51c630e94d97889 + md5: 7d823138f550b14ecae927a5ff3286de depends: - python >=3.9 - wcwidth constrains: - - prompt_toolkit 3.0.48 + - prompt_toolkit 3.0.50 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/prompt-toolkit?source=compressed-mapping - size: 269848 - timestamp: 1733302634979 + - pkg:pypi/prompt-toolkit?source=hash-mapping + size: 271905 + timestamp: 1737453457168 - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda sha256: ba51644107fb105f470231a6de2a906b07c7b4046041aa618585670ad20333f8 md5: 287b29f8df0363b2a53a5a6e6ce4fa5c @@ -13331,6 +12836,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -13344,6 +12851,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -13358,27 +12867,31 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=hash-mapping size: 373376 timestamp: 1735327573510 -- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda - sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 - md5: 41ed0d6d84590e40a0096ae3a458f5eb +- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda + sha256: bbbc2417fc24ce0082e51487592f52dc925cf6eab5f1d22d426e2cdf30eaae55 + md5: bbfe5e90fbe806a25d87d04b2e0a7306 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=conda-forge-mapping - size: 384430 - timestamp: 1719275211074 + - pkg:pypi/psutil?source=hash-mapping + size: 381358 + timestamp: 1735327628299 - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 md5: b3c17d95b5a10c6e64a21fa17573e70e @@ -13397,6 +12910,8 @@ packages: md5: bb5a90c93e3bac3d5690acf76b4a6386 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -13407,6 +12922,8 @@ packages: md5: 8bcf980d2c6b17094961198284b8e862 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -13417,30 +12934,27 @@ packages: md5: 415816daf82e0b23a736a069a75e9da7 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 8381 timestamp: 1726802424786 -- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 - sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - md5: a1f820480193ea83582b13249a7e7bd9 +- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda + sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b + md5: 3c8f2573569bb816483e5cf57efbbe29 depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 6417 - timestamp: 1606147814351 -- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - md5: e2da8758d7d51ff6aa78a14dfb9dbed4 - depends: - - vc 14.* - license: LGPL 2 - purls: [] - size: 144301 - timestamp: 1537755684331 + size: 9389 + timestamp: 1726802555076 - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 md5: 7d9daffbb8d8e0af0f769dbbcd173a54 @@ -13451,17 +12965,6 @@ packages: - pkg:pypi/ptyprocess?source=hash-mapping size: 19457 timestamp: 1733302371990 -- conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda - sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 - md5: 0f051f09d992e0d08941706ad519ee0e - depends: - - python >=3.5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pure-eval?source=conda-forge-mapping - size: 16551 - timestamp: 1721585805256 - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 @@ -13473,17 +12976,6 @@ packages: - pkg:pypi/pure-eval?source=hash-mapping size: 16668 timestamp: 1733569518868 -- conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 - md5: 6f6d42b894118f8378fce11887ccdaff - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/py-cpuinfo?source=conda-forge-mapping - size: 24947 - timestamp: 1666774595872 - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 md5: 46830ee16925d5ed250850503b5dc3a8 @@ -13506,30 +12998,6 @@ packages: purls: [] size: 110100 timestamp: 1733195786147 -- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 - md5: 844d9eb3b43095b031874477f7d70088 - depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/pycparser?source=conda-forge-mapping - size: 105098 - timestamp: 1711811634025 -- conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e - md5: 3fd2cd26febcb6029359e5138f964402 - depends: - - graphviz - - pyparsing >=2.0.1 - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pydotplus?source=conda-forge-mapping - size: 26169 - timestamp: 1721395733948 - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 md5: 26e4ff85fd62f32f1818b57363995bc6 @@ -13543,17 +13011,6 @@ packages: - pkg:pypi/pydotplus?source=hash-mapping size: 26425 timestamp: 1734535829892 -- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b - md5: b7f5c092b8f9800150d998a71b76d5a1 - depends: - - python >=3.8 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/pygments?source=conda-forge-mapping - size: 879295 - timestamp: 1714846885370 - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda sha256: 28a3e3161390a9d23bc02b4419448f8d27679d9e2c250e29849e37749c8de86b md5: 232fb4577b6687b2d503ef8e254270c9 @@ -13576,20 +13033,9 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pykwalify?source=conda-forge-mapping + - pkg:pypi/pykwalify?source=hash-mapping size: 27988 timestamp: 1701903137868 -- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda - sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b - md5: b9a4dacf97241704529131a0dfc0494f - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyparsing?source=conda-forge-mapping - size: 89455 - timestamp: 1709721146886 - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c md5: 285e237b8f351e85e7574a2c7bfa6d46 @@ -13601,42 +13047,6 @@ packages: - pkg:pypi/pyparsing?source=hash-mapping size: 93082 timestamp: 1735698406955 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda - sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 - md5: 5ed899124a51958336371ff01482b8fd - depends: - - pyqt5-sip 12.12.2 py39h99910a6_5 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt-main >=5.15.8,<5.16.0a0 - - sip >=6.7.11,<6.8.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/pyqt5?source=conda-forge-mapping - size: 3876568 - timestamp: 1695421679054 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 - md5: dffbcea794c524c471772a5f697c2aea - depends: - - packaging - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - sip - - toml - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/pyqt5-sip?source=conda-forge-mapping - size: 79633 - timestamp: 1695418442270 - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d md5: 5cca69abc822c405c2c1fae2d30f0893 @@ -13660,6 +13070,8 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -13673,6 +13085,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -13687,6 +13101,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: @@ -13702,23 +13118,14 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=conda-forge-mapping + - pkg:pypi/pyrsistent?source=hash-mapping size: 92568 timestamp: 1725354090697 -- conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 - sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce - md5: 92a889dc236a5197612bc85bee6d7174 - depends: - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pyshp?source=conda-forge-mapping - size: 964060 - timestamp: 1659003065197 - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf md5: 856b387c270e9eaf6e41e978057a2b62 @@ -13772,26 +13179,51 @@ packages: - python_abi 3.9.* *_cp39 - qt6-main 6.8.1.* - qt6-main >=6.8.1,<6.9.0a0 + arch: aarch64 + platform: linux + license: LGPL-3.0-only + license_family: LGPL + purls: + - pkg:pypi/pyside6?source=hash-mapping + - pkg:pypi/shiboken6?source=hash-mapping + size: 7931931 + timestamp: 1734099605934 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda + sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 + md5: a8d806c618d9ae1836b56e0771ee6abe + depends: + - libclang13 >=19.1.5 + - libxml2 >=2.13.5,<3.0a0 + - libxslt >=1.1.39,<2.0a0 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt6-main 6.8.1.* + - qt6-main >=6.8.1,<6.9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LGPL-3.0-only license_family: LGPL purls: - pkg:pypi/pyside6?source=hash-mapping - pkg:pypi/shiboken6?source=hash-mapping - size: 7931931 - timestamp: 1734099605934 -- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 - sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - md5: 56cd9fe388baac0e90c7149cfac95b60 + size: 9776843 + timestamp: 1734099557150 +- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda + sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca + md5: e2fd202833c4a981ce8a65974fe4abd1 depends: - __win - - python >=3.8 + - python >=3.9 - win_inet_pton license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pysocks?source=conda-forge-mapping - size: 19348 - timestamp: 1661605138291 + - pkg:pypi/pysocks?source=hash-mapping + size: 21784 + timestamp: 1733217448189 - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 md5: 461219d1a5bd61342293efa2c0c90eac @@ -13804,25 +13236,6 @@ packages: - pkg:pypi/pysocks?source=hash-mapping size: 21085 timestamp: 1733217331982 -- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda - sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 - md5: e010a224b90f1f623a917c35addbb924 - depends: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2,>=1.5 - - python >=3.8 - - tomli >=1 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest?source=conda-forge-mapping - size: 257671 - timestamp: 1721923749407 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 md5: 799ed216dc6af62520f32aa39bc1c2bb @@ -13842,19 +13255,6 @@ packages: - pkg:pypi/pytest?source=hash-mapping size: 259195 timestamp: 1733217599806 -- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 - sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f - md5: 8c3168375e2ac100c17b133f4e2eb536 - depends: - - py-cpuinfo - - pytest >=3.8 - - python >=3.5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/pytest-benchmark?source=conda-forge-mapping - size: 39571 - timestamp: 1666782598879 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad md5: e082fea65ca7bbde086013c8bf967df0 @@ -13868,19 +13268,6 @@ packages: - pkg:pypi/pytest-benchmark?source=hash-mapping size: 42736 timestamp: 1733277213500 -- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 - sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 - md5: 11b16b526f60cc18748c3fe45d10315a - depends: - - pytest >=5.0.0 - - python >=3.6 - - python-dotenv >=0.9.1 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-dotenv?source=conda-forge-mapping - size: 7383 - timestamp: 1606859705188 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 md5: 1cb1c9f0c6da0017157084138d05c4ca @@ -13894,18 +13281,6 @@ packages: - pkg:pypi/pytest-dotenv?source=hash-mapping size: 9831 timestamp: 1735306343133 -- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 - md5: d66820a0d1d10f6731b101d36dc38ad9 - depends: - - pytest >=3.7 - - python >=3.6 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-order?source=conda-forge-mapping - size: 15851 - timestamp: 1641771678634 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 md5: e9e7d96ef6e90a50a4a484b305a9b0d9 @@ -13915,24 +13290,10 @@ packages: - python license: MIT license_family: MIT - purls: [] + purls: + - pkg:pypi/pytest-order?source=hash-mapping size: 21116 timestamp: 1735596789189 -- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 - md5: b39568655c127a9c4a44d178ac99b6d0 - depends: - - execnet >=2.1 - - pytest >=7.0.0 - - python >=3.8 - constrains: - - psutil >=3.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/pytest-xdist?source=conda-forge-mapping - size: 38320 - timestamp: 1718138508765 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 md5: 59aad4fb37cabc0bacc73cf344612ddd @@ -13999,6 +13360,8 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: Python-2.0 purls: [] size: 12462624 @@ -14021,6 +13384,8 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: Python-2.0 purls: [] size: 11448139 @@ -14043,6 +13408,8 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: Python-2.0 purls: [] size: 11800492 @@ -14065,22 +13432,12 @@ packages: - vc14_runtime >=14.29.30139 constrains: - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: win license: Python-2.0 purls: [] size: 16943409 timestamp: 1733406595694 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda - sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 - md5: 2cf4264fffb9e6eff6031c5b6884d61c - depends: - - python >=3.7 - - six >=1.5 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/python-dateutil?source=conda-forge-mapping - size: 222742 - timestamp: 1709299922152 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 md5: 5ba79d7c71f03c678c8ead841f347d6e @@ -14093,17 +13450,6 @@ packages: - pkg:pypi/python-dateutil?source=hash-mapping size: 222505 timestamp: 1733215763718 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda - sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c - md5: c2997ea9360ac4e015658804a7a84f94 - depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/python-dotenv?source=conda-forge-mapping - size: 24278 - timestamp: 1706018281544 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 md5: e5c6ed218664802d305e79cc2d4491de @@ -14115,17 +13461,6 @@ packages: - pkg:pypi/python-dotenv?source=hash-mapping size: 24215 timestamp: 1733243277223 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda - sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 - md5: b98d2018c01ce9980c03ee2850690fab - depends: - - python >=3.3 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/fastjsonschema?source=conda-forge-mapping - size: 226165 - timestamp: 1718477110630 - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c @@ -14137,28 +13472,17 @@ packages: - pkg:pypi/fastjsonschema?source=hash-mapping size: 226259 timestamp: 1733236073335 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda - sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad - md5: 98206ea9954216ee7540f0c773f2104d - depends: - - python >=3.6 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/tzdata?source=conda-forge-mapping - size: 144024 - timestamp: 1707747742930 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 - md5: c0def296b2f6d2dd7b030c2a7f66bb1f +- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + sha256: 1597d6055d34e709ab8915091973552a0b8764c8032ede07c4e99670da029629 + md5: 392c91c42edd569a7ec99ed8648f597a depends: - python >=3.9 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/tzdata?source=hash-mapping - size: 142235 - timestamp: 1733235414217 + size: 143794 + timestamp: 1737541204030 - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda build_number: 5 sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 @@ -14178,6 +13502,8 @@ packages: md5: 2d2843f11ec622f556137d72d9c72d89 constrains: - python 3.9.* *_cpython + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -14189,6 +13515,8 @@ packages: md5: 09ac18c0db8f06c3913fa014ec016849 constrains: - python 3.9.* *_cpython + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -14200,22 +13528,26 @@ packages: md5: 1ca4a5e8290873da8963182d9673299d constrains: - python 3.9.* *_cpython + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 6326 timestamp: 1723823464252 -- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - build_number: 4 - sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed - md5: 948b0d93d4ab1372d8fd45e1560afd47 +- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + build_number: 5 + sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a + md5: 86ba1bbcf9b259d1592201f3c345c810 constrains: - python 3.9.* *_cpython + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 6776 - timestamp: 1695147727582 + size: 6706 + timestamp: 1723823197703 - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 md5: 3eeeeb9e4827ace8c0c1419c85d590ad @@ -14224,27 +13556,29 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pytz?source=conda-forge-mapping + - pkg:pypi/pytz?source=hash-mapping size: 188538 timestamp: 1706886944988 -- conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda - sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 - md5: eab91442160b49994dd2e224e6082770 +- conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda + sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 + md5: 2fb5a9ee057acb7709b321fe6a11f5c6 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/pywin32?source=conda-forge-mapping - size: 5808124 - timestamp: 1695974471118 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 - md5: 76e82e62b7bda86a7fceb1f32585abad + - pkg:pypi/pywin32?source=hash-mapping + size: 5515172 + timestamp: 1728636929930 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda + sha256: fe968067dce0002983d2e187b28a7466afe8522e4f3edde01627a572025f3a4f + md5: 13fd88296a9f19f5e3ac0c69d4b64cc6 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -14257,55 +13591,61 @@ packages: license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 181692 - timestamp: 1725456337437 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 - md5: c731cf6279b0e0f5e848d14afd057197 + size: 181843 + timestamp: 1737455034168 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda + sha256: 062f349fc2011151d3f362c5901755003bd441b5f94c3566e638dd5b3ff13e7a + md5: 59d83d45572c9e21d865dd6e4d75c20f depends: - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 174684 - timestamp: 1725456429212 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab - md5: 46dd423c757e1b7589e2e2d4a9945059 + size: 174806 + timestamp: 1737454915451 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda + sha256: c7c53e952f65be37f9a35d06d98782597381a472608e98e27bcdd59975198a7f + md5: 035e7890d971c0c2a683593376a546f0 depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 163637 - timestamp: 1725456332138 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 - md5: afea777abeb887c23dc4ec2d8a9acca8 + size: 167930 + timestamp: 1737454941362 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda + sha256: 46c56cae06c9c3d682d8efaaae3717cf17349edb03a22604655d68fa6de2233a + md5: 8f6d7313abdc77ac6ae1d4a00f22b2ab depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 161903 - timestamp: 1725456557842 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 - md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 + size: 167405 + timestamp: 1737454986162 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda + sha256: 2c0441904085c978588334c83adb0a58564240ffb8d0e8ba34c75e897b386402 + md5: ebdc9838cfa38fe474263e4dd8215e85 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -14313,15 +13653,17 @@ packages: - 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 purls: - - pkg:pypi/pyyaml?source=conda-forge-mapping - size: 151118 - timestamp: 1695373930963 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda - sha256: 397b437083f58a533406fb25e3d6590ea98a593739e8b9ca8358017d060c176f - md5: 443c3fe5e7b75f521ec82bd81fa2e061 + - pkg:pypi/pyyaml?source=hash-mapping + size: 157446 + timestamp: 1737455304677 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.1-py39h4e4fb57_0.conda + sha256: e92248ba095a96625f5d5a73c380f9d16392b326e2f10508ffcec7406521e2cd + md5: 9e8fb468734ff97268065206ae697ce3 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -14336,11 +13678,11 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 335469 - timestamp: 1728642388291 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda - sha256: f7d4e94945f9b82ee55e10b58b3758021b288de8ad306b34a33ee45e4ce6e6b9 - md5: d19792e3beab081d29ba083bcf49e40a + size: 339824 + timestamp: 1738271104131 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.1-py39he601760_0.conda + sha256: 4f684cab4c7d382d49f9fb8259a15267f0b58cf9128a2ab0e34b424186036be1 + md5: b20ce05e5df88020539cca45c672e6c7 depends: - libgcc >=13 - libsodium >=1.0.20,<1.0.21.0a0 @@ -14348,62 +13690,70 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 328958 - timestamp: 1728644519609 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda - sha256: bab1e6951c731fe57df614602689ca8f4177e690030e38efd4d26502d64ab425 - md5: 32b9dbcb1156223a671396bd70868823 + size: 333259 + timestamp: 1738272749896 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.1-py39hf094b8e_0.conda + sha256: 6a55b074be9dc5e0bf5592c63123d7088f7fea3a70faff2cec479bb14fe31da5 + md5: 5fdb874835fb070bd2523d3e79b96556 depends: - __osx >=10.13 - - libcxx >=17 + - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 312987 - timestamp: 1728642408300 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda - sha256: 73459f95de88bee799c3af7268bef53416952ec0955ecac9577124dc83e68284 - md5: 621448a43a3a0947ece0f183ec279335 + size: 315917 + timestamp: 1738271217105 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.1-py39h80d5f2a_0.conda + sha256: 5818a9b6ba06b701d855e57eeab4d8024cfa0267580609ecacb3ad34b538ae2b + md5: 6e87f53c8bf999ee6233ca0870977455 depends: - __osx >=11.0 - - libcxx >=17 + - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 312145 - timestamp: 1728642601493 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda - sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 - md5: 433e2c4670e59d5a4da74e8d803af6dc + size: 316870 + timestamp: 1738271362203 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.1-py39h03e5c00_0.conda + sha256: e1e09420fedbd21bf752d25c4e99cb6e7bc66d4876a1bd65603d3119214bd760 + md5: 96f1c7ceafd030c35bcc657b442749a4 depends: - - libsodium >=1.0.18,<1.0.19.0a0 + - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zeromq >=4.3.5,<4.3.6.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=conda-forge-mapping - size: 367507 - timestamp: 1715025139194 + - pkg:pypi/pyzmq?source=hash-mapping + size: 320445 + timestamp: 1738271648532 - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc md5: 353823361b1d27eb3960efb076dfcaf6 @@ -14423,6 +13773,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: LicenseRef-Qhull purls: [] size: 554571 @@ -14433,6 +13785,8 @@ packages: depends: - __osx >=10.13 - libcxx >=16 + arch: x86_64 + platform: osx license: LicenseRef-Qhull purls: [] size: 528122 @@ -14443,6 +13797,8 @@ packages: depends: - __osx >=11.0 - libcxx >=16 + arch: arm64 + platform: osx license: LicenseRef-Qhull purls: [] size: 516376 @@ -14454,36 +13810,12 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: LicenseRef-Qhull purls: [] size: 1377020 timestamp: 1720814433486 -- conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda - sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f - md5: 1f6a464e4fc36114ac7286d1db8d260e - depends: - - gst-plugins-base >=1.24.5,<1.25.0a0 - - gstreamer >=1.24.5,<1.25.0a0 - - icu >=73.2,<74.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=15.0.7 - - libglib >=2.80.3,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.43,<1.7.0a0 - - libsqlite >=3.46.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 5.15.8 - license: LGPL-3.0-only - license_family: LGPL - purls: [] - size: 60286742 - timestamp: 1721091009568 - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe md5: 5d2f1f29c025a110a43f9946527623ab @@ -14604,11 +13936,44 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - qt 6.8.1 + arch: aarch64 + platform: linux license: LGPL-3.0-only license_family: LGPL purls: [] size: 53982598 timestamp: 1735626222252 +- conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda + sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 + md5: 070e8c90ab39a63d9ee0d2155bc668b4 + depends: + - double-conversion >=3.3.0,<3.4.0a0 + - harfbuzz >=10.1.0,<11.0a0 + - icu >=75.1,<76.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang13 >=19.1.6 + - libglib >=2.82.2,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.44,<1.7.0a0 + - libsqlite >=3.47.2,<4.0a0 + - libtiff >=4.7.0,<4.8.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.4.0,<4.0a0 + - pcre2 >=10.44,<10.45.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 6.8.1 + arch: x86_64 + platform: win + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 92067478 + timestamp: 1735624829377 - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be md5: 0c5537986a20801371e4f6b691627a54 @@ -14659,6 +14024,8 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -14685,6 +14052,8 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -14712,15 +14081,17 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=hash-mapping size: 7990317 timestamp: 1733163812700 -- conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda - sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 - md5: d9f415ffa1f51fe36006a7aa31d71b03 +- conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda + sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 + md5: ba0c9180f95d8ffe5cdbd47f14684a56 depends: - affine - attrs @@ -14729,10 +14100,9 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgdal >=3.9.1,<3.10.0a0 - - libgdal-core >=3.9.1,<3.10.0a0 + - libgdal-core >=3.10.0,<3.11.0a0 - numpy >=1.19,<3 - - proj >=9.4.1,<9.5.0a0 + - proj >=9.5.1,<9.6.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 @@ -14740,31 +14110,14 @@ packages: - 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 purls: - - pkg:pypi/rasterio?source=conda-forge-mapping - size: 6967188 - timestamp: 1722410854327 -- conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda - sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 - md5: 83aa6e0ab5c370e2d464fd72ef4cf155 - depends: - - affine - - click >7.1 - - cligj >=0.4 - - fiona - - numpy >=1.9 - - python >=3.7 - - rasterio >=1.0 - - shapely - - simplejson - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/rasterstats?source=conda-forge-mapping - size: 20607 - timestamp: 1685447856675 + - pkg:pypi/rasterio?source=hash-mapping + size: 7711863 + timestamp: 1733164150551 - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b md5: d0bf36963569fa8b1843cb4c3e5cd74b @@ -14801,6 +14154,8 @@ packages: md5: 12c850a42b1ad1ed46a284a93959ee6a depends: - libgcc-ng >=12 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -14809,6 +14164,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 md5: ab03527926f8ce85f84a91fd35520ef2 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -14817,21 +14174,27 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 md5: e309ae86569b1cd55a0285fa4e939844 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 1526706 timestamp: 1694329743011 -- conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe - md5: ffeb985810bc7d103662e1465c758847 +- conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 + md5: bd32cc2ed62374932f9d57a2e3eb2863 depends: - - libre2-11 2023.09.01 hf8d8778_2 - license: BSD-3-Clause + - 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 purls: [] - size: 207315 - timestamp: 1708947529390 + size: 1523119 + timestamp: 1694330157594 - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 md5: 47d31b792659ce70f470b5c82fdfb7a4 @@ -14851,6 +14214,8 @@ packages: depends: - libgcc-ng >=12 - ncurses >=6.3,<7.0a0 + arch: aarch64 + platform: linux license: GPL-3.0-only license_family: GPL purls: [] @@ -14861,6 +14226,8 @@ packages: md5: f17f77f2acf4d344734bda76829ce14e depends: - ncurses >=6.3,<7.0a0 + arch: x86_64 + platform: osx license: GPL-3.0-only license_family: GPL purls: [] @@ -14871,6 +14238,8 @@ packages: md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - ncurses >=6.3,<7.0a0 + arch: arm64 + platform: osx license: GPL-3.0-only license_family: GPL purls: [] @@ -14937,6 +14306,8 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -14951,6 +14322,8 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -14966,6 +14339,8 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: @@ -14982,9 +14357,12 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT + license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml?source=hash-mapping size: 199131 timestamp: 1736248208021 - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda @@ -15011,6 +14389,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -15024,6 +14404,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -15038,6 +14420,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: @@ -15053,15 +14437,17 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping + - pkg:pypi/ruamel-yaml-clib?source=hash-mapping size: 111257 timestamp: 1728725012226 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - sha256: e03ff3210d3bef67e7683b17500c731c904128239503839e54014f5a4ec48f8f - md5: a77ef55379ebaf97b2a3b48a99ce8a0e +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda + sha256: 243a4c205bda2042a478569e2602e7efef2dc7ecdd34db616091e63168669e9a + md5: 9d1686b450c15f19aed6477347028a52 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -15076,11 +14462,11 @@ packages: license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7983737 - timestamp: 1736550825593 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - sha256: b87692668554abb6ae02e11573093319164bac4177b9a1786a5807826966001a - md5: c611034a6583b199137e5ac68dd9c6e3 + size: 8562403 + timestamp: 1738327821967 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda + sha256: 52d0cea8fa4828a86828754d1d9807dc2bd0ea799b636a7d1d7b7d599b6d9949 + md5: 4123fa284e2814678dda254c1eb0adbf depends: - libgcc >=13 - libstdcxx >=13 @@ -15089,15 +14475,17 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __glibc >=2.17 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7852522 - timestamp: 1736550969531 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - sha256: a235ec8cc82ea3cf9466c440982f7cca06a11f66431a68c079f1a84514c96cf5 - md5: 0f50034024fdb9240d2d8ffa04b35e4f + size: 8327481 + timestamp: 1738327680969 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda + sha256: 92f53788e7e845ccc1399cd943abdc24ad507a396f39cf4a9d8c830ef9da8ddc + md5: ec5f3ad85ea6339f43541b2c871d91c6 depends: - __osx >=10.13 - libcxx >=18 @@ -15105,15 +14493,17 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7373167 - timestamp: 1736551062261 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - sha256: 2937f0dbe1dbe4528fdc7669eecfe04c6c0bf2457ac9b7260d98d0648a4f5775 - md5: 30f2b734155b4aa57e108265b14734e0 + size: 7885918 + timestamp: 1738327823848 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda + sha256: 6b5b9da9f84261ee821ea4a9f1c222464978ce4abd629ab26649181d924e82ed + md5: 762ab89a079f8cada75c748477534c05 depends: - __osx >=11.0 - libcxx >=18 @@ -15122,27 +14512,31 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7030775 - timestamp: 1736551347653 -- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda - sha256: 377c5a5b9c5c54e4d1574481b3231917369f0f5253cef684e9f9254a2c050616 - md5: 36fa49fe0063c4e5a20aca906ecb2afb + size: 7463929 + timestamp: 1738328339013 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda + sha256: 3cbac6c5ab9fc768fec4583738fff2f7ff74e6f5040859ac0c6cf7301e6f11a0 + md5: f99bb1490b4dd734babededb5bbd72c8 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 6955958 - timestamp: 1736551364965 + size: 7559088 + timestamp: 1738328195148 - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac md5: 492a2cd65862d16a4aaf535ae9ccb761 @@ -15182,6 +14576,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -15204,6 +14600,8 @@ packages: - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -15227,6 +14625,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -15247,23 +14647,14 @@ packages: - 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 purls: - pkg:pypi/scipy?source=hash-mapping size: 14854560 timestamp: 1716472552464 -- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda - sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 - md5: e06d4c26df4f958a8d38696f2c344d15 - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/setuptools?source=conda-forge-mapping - size: 1462612 - timestamp: 1722586785703 - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda sha256: e0778e4f276e9a81b51c56f51ec22a27b4d8fc955abc0be77ad09ca9bea06bb9 md5: 8f28e299c11afdd79e0ec1e279dcdc52 @@ -15297,9 +14688,9 @@ packages: - wheel ; extra == 'test' - typing-extensions ; python_full_version < '3.11' and extra == 'test' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 - md5: b847d20969e3625365852369e2149211 +- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda + sha256: 83c3cf1a73118cf38fa3bd95d09753602b9312f9d34b0151bdf22595edfe329a + md5: cb7bef43f9d40cee17afc4455788069c depends: - __glibc >=2.17,<3.0.a0 - geos >=3.13.0,<3.13.1.0a0 @@ -15313,41 +14704,45 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 486589 - timestamp: 1727273575453 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 - md5: 70ed1fa6fd98b3756ff1848f2a973141 + size: 486123 + timestamp: 1738308107364 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda + sha256: 479f8f831dce1cac9e4281cb483277297f8d896e3cd87c033170bbc516effe70 + md5: 6737c402d3e8f9443469a6ae682bc784 depends: - geos >=3.13.0,<3.13.1.0a0 - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 481873 - timestamp: 1727274878522 -- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f - md5: 71819d479988b2c904bf728c8b6995f3 + size: 484457 + timestamp: 1738309297404 +- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda + sha256: b80ee056adf23b2b943006cc1b6675d537f9ee806545b3b990ca8d2ccf28df04 + md5: c889e962d90a0f8756f6825e98866b29 depends: - __osx >=10.13 - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 452432 - timestamp: 1727273695044 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 - md5: 773437095ce5f268c7caaaf373e0daeb + size: 458375 + timestamp: 1738308189777 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda + sha256: 9c48e4dbd25a467f2d77188a8c14107dc4a19f41a66192ac7af8bc9f29492e23 + md5: f7d9c3b3d949de9339ac61cbfc6a1b2f depends: - __osx >=11.0 - geos >=3.13.0,<3.13.1.0a0 @@ -15355,29 +14750,33 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 446100 - timestamp: 1727273843206 -- conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda - sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 - md5: 544a286f1e78a78070f8cee0bc0e46e6 + size: 454858 + timestamp: 1738308145061 +- conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda + sha256: b4248b48043969e4d78612652df4500cfb264f1eb8fb855ca0eec4e688f47e9b + md5: 37ca055d3b15083f17c83de70620e3bc depends: - - geos >=3.12.2,<3.12.3.0a0 + - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=conda-forge-mapping - size: 451280 - timestamp: 1720886557328 + - pkg:pypi/shapely?source=hash-mapping + size: 451316 + timestamp: 1738308297651 - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 md5: 2f093380e510d1913fc6fe2ae4d0ef1a @@ -15402,6 +14801,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: @@ -15415,6 +14816,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: @@ -15429,56 +14832,31 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=hash-mapping size: 106761 timestamp: 1724955213354 -- conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda - sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 - md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 - depends: - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: - - pkg:pypi/simplejson?source=conda-forge-mapping - size: 106701 - timestamp: 1696596379005 -- conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda - sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 - md5: 0cc5774390ada632ed7975203057c91c +- conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda + sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf + md5: 4c37791dadf95caf584c0d9f2255d224 depends: - - packaging - - ply - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - - tomli - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - license: GPL-3.0-only - license_family: GPL - purls: - - pkg:pypi/sip?source=conda-forge-mapping - size: 502390 - timestamp: 1697300934198 -- conda: 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 purls: - - pkg:pypi/six?source=conda-forge-mapping - size: 14259 - timestamp: 1620240338595 + - pkg:pypi/simplejson?source=hash-mapping + size: 106659 + timestamp: 1724955661346 - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db md5: a451d576819089b0d672f18768be0f65 @@ -15498,7 +14876,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/smmap?source=conda-forge-mapping + - pkg:pypi/smmap?source=hash-mapping size: 22483 timestamp: 1634310465482 - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda @@ -15521,6 +14899,8 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -15532,6 +14912,8 @@ packages: depends: - __osx >=10.13 - libcxx >=18 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -15543,23 +14925,27 @@ packages: depends: - __osx >=11.0 - libcxx >=18 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 35857 timestamp: 1733502172664 -- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 - md5: 7635a408509e20dcfc7653ca305ad799 +- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b + md5: e32fb978aaea855ddce624eb8c8eb69a 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 purls: [] - size: 59350 - timestamp: 1720004197144 + size: 59757 + timestamp: 1733502109991 - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 md5: 4d22a9315e78c6827f806065957d566e @@ -15571,18 +14957,6 @@ packages: - pkg:pypi/snowballstemmer?source=hash-mapping size: 58824 timestamp: 1637143137377 -- conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda - sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 - md5: 5abeaa41ec50d4d1421a8bc8fbc93054 - depends: - - numpy - - pyparsing >=2.1.6 - - python >=3.6 - license: MIT - purls: - - pkg:pypi/snuggs?source=conda-forge-mapping - size: 11131 - timestamp: 1722610712753 - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 md5: 9aa358575bbd4be126eaa5e0039f835c @@ -15596,29 +14970,11 @@ packages: - pkg:pypi/snuggs?source=hash-mapping size: 11313 timestamp: 1733818738919 -- pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - name: soupsieve - version: '2.5' - sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 - requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl name: soupsieve version: '2.6' sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf - md5: b9bff07144f2be7ee32f0b83a79ef21d - depends: - - fmt >=11.0.1,<12.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - purls: [] - size: 169120 - timestamp: 1722238639391 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda sha256: 0de25d561b20dd06982df45a2c3cef490e45b0d4bae8d2c290030721bdadecd6 md5: c568e260463da2528ecfd7c5a0b41bbd @@ -15654,20 +15010,6 @@ packages: sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 requires_dist: - markdown>=3.4 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda - sha256: 8545c806d03092fd0236db6663c88036eab2dc99e34c91cd36c0704db03b148a - md5: baf6d9a33df1a789ca55e3b404c7ea28 - depends: - - docutils <0.21 - - python >=3.6 - - sphinx >=5,<8 - - sphinxcontrib-jquery >=4,<5 - license: MIT - license_family: MIT - purls: - - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping - size: 2614217 - timestamp: 1701183633165 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda sha256: b81e8b0a66dcff33f308909940c9127e51536b99a51167f3e7266e65e3473f7d md5: 740536f8a54250b1964e494c0bf5c9c3 @@ -15682,18 +15024,6 @@ packages: - pkg:pypi/sphinx-rtd-theme?source=hash-mapping size: 4630230 timestamp: 1730015354284 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 - md5: 9075bd8c033f0257122300db914e49c9 - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping - size: 29617 - timestamp: 1722244567894 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba md5: 16e3f039c0aa6446513e94ab18a8784b @@ -15706,18 +15036,6 @@ packages: - pkg:pypi/sphinxcontrib-applehelp?source=hash-mapping size: 29752 timestamp: 1733754216334 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b - md5: b3bcc38c471ebb738854f52a36059b48 - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping - size: 24138 - timestamp: 1722245127289 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda sha256: 55d5076005d20b84b20bee7844e686b7e60eb9f683af04492e598a622b12d53d md5: 910f28a05c178feba832f842155cbfff @@ -15727,21 +15045,9 @@ packages: license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/sphinxcontrib-devhelp?source=hash-mapping - size: 24536 - timestamp: 1733754232002 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda - sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e - md5: e25640d692c02e8acfff0372f547e940 - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping - size: 32798 - timestamp: 1722248429933 + - pkg:pypi/sphinxcontrib-devhelp?source=hash-mapping + size: 24536 + timestamp: 1733754232002 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda sha256: c1492c0262ccf16694bdcd3bb62aa4627878ea8782d5cd3876614ffeb62b3996 md5: e9fb3fe8a5b758b4aff187d434f94f03 @@ -15754,17 +15060,6 @@ packages: - pkg:pypi/sphinxcontrib-htmlhelp?source=hash-mapping size: 32895 timestamp: 1733754385092 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda - sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca - md5: 914897066d5873acfb13e75705276ad1 - depends: - - python >=2.7 - - sphinx >=1.8 - license: 0BSD AND MIT - purls: - - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping - size: 112985 - timestamp: 1678809100921 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda sha256: 69c08d18663b57ebc8e4187c64c8d29b10996bb465a515cd288d87b6f2f52a5e md5: 403185829255321ea427333f7773dd1f @@ -15776,17 +15071,6 @@ packages: - pkg:pypi/sphinxcontrib-jquery?source=hash-mapping size: 112964 timestamp: 1734344603903 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda - sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 - md5: da1d979339e2714c30a8e806a33ec087 - depends: - - python >=3.5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping - size: 10431 - timestamp: 1691604844204 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda sha256: 578bef5ec630e5b2b8810d898bbbf79b9ae66d49b7938bcc3efc364e679f2a62 md5: fa839b5ff59e192f411ccc7dae6588bb @@ -15798,18 +15082,6 @@ packages: - pkg:pypi/sphinxcontrib-jsmath?source=hash-mapping size: 10462 timestamp: 1733753857224 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda - sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b - md5: d6e5ea5fe00164ac6c2dcc5d76a42192 - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping - size: 26794 - timestamp: 1722245959953 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda sha256: c664fefae4acdb5fae973bdde25836faf451f41d04342b64a358f9a7753c92ca md5: 00534ebcc0375929b45c3039b5ba7636 @@ -15822,18 +15094,6 @@ packages: - pkg:pypi/sphinxcontrib-qthelp?source=hash-mapping size: 26959 timestamp: 1733753505008 -- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda - sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f - md5: e507335cb4ca9cff4c3d0fa9cdab255e - depends: - - python >=3.9 - - sphinx >=5 - license: BSD-2-Clause - license_family: BSD - purls: - - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping - size: 28776 - timestamp: 1705118378942 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 md5: 3bc61f7161d28137797e038263c04c54 @@ -15846,13 +15106,13 @@ packages: - pkg:pypi/sphinxcontrib-serializinghtml?source=hash-mapping size: 28669 timestamp: 1733750596111 -- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 - md5: 64a954de15d114281535a26fd4d1f294 +- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda + sha256: 6fc397698fa5b3d283c69e3ec35c9b50b953267deec3e96e599ebe26f809d7d9 + md5: 0ca48fd3357c877f21ea4440fe18e2b7 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - - libsqlite 3.47.2 hee588c1_0 + - libsqlite 3.48.0 hee588c1_1 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 @@ -15860,73 +15120,67 @@ packages: platform: linux license: Unlicense purls: [] - size: 884362 - timestamp: 1733761834904 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 - md5: adcede3e145f8372b7b0ab17d24c0259 + size: 888207 + timestamp: 1737565000684 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda + sha256: ee771997b110800cac93ba7d854f7336f5d9538200235171fbdeacd980e83125 + md5: 3da93eabdcfdf38b586a5ece5695c093 depends: - libgcc >=13 - - libsqlite 3.47.2 h5eb1b54_0 + - libsqlite 3.48.0 h5eb1b54_1 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 + arch: aarch64 + platform: linux license: Unlicense purls: [] - size: 1070888 - timestamp: 1733761922172 -- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb - md5: 0ecd820a95f5ab8cc2f6ec133eef73ff + size: 1075471 + timestamp: 1737565058537 +- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda + sha256: 3da756d4a6f7412620f49b4363a7263ef6fa72c55f48944adbb31ce688cd8c2a + md5: f0d4e053e7d85d30f689e731e62762bc depends: - __osx >=10.13 - - libsqlite 3.47.2 hdb6dae5_0 + - libsqlite 3.48.0 hdb6dae5_1 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 + arch: x86_64 + platform: osx license: Unlicense purls: [] - size: 937962 - timestamp: 1733761877924 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 - md5: fcde11e05577e05f3b69b046822b7529 + size: 941619 + timestamp: 1737565264645 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda + sha256: 6c1609abe16ed39dd099eb7e32e2f3228105ab81bdd8da65700d46ee0984013e + md5: 802cc94c9fa238cb3f802d430a528bd5 depends: - __osx >=11.0 - - libsqlite 3.47.2 h3f77e49_0 + - libsqlite 3.48.0 h3f77e49_1 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 + arch: arm64 + platform: osx license: Unlicense purls: [] - size: 853604 - timestamp: 1733762084934 -- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda - sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 - md5: 0ff53f37371775ceded312bf81ca80a4 + size: 858007 + timestamp: 1737565018178 +- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda + sha256: 08000365212feaecabd9c10bafa3888a71707dd3310634b609051ecd8527e54c + md5: 3336cbd7c3d18f02c8d3bdb890d0cc06 depends: - - libsqlite 3.47.2 h67fdade_0 + - libsqlite 3.48.0 h67fdade_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Unlicense purls: [] - size: 915915 - timestamp: 1733762142683 -- conda: 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 - license: MIT - license_family: MIT - purls: - - pkg:pypi/stack-data?source=conda-forge-mapping - size: 26205 - timestamp: 1669632203115 + size: 923016 + timestamp: 1737565573310 - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 md5: b1b505328da7a6b246787df4b5a49fbc @@ -15961,6 +15215,8 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 + arch: aarch64 + platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -15972,6 +15228,8 @@ packages: depends: - __osx >=10.13 - libcxx >=17 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -15983,23 +15241,27 @@ packages: depends: - __osx >=11.0 - libcxx >=17 + arch: arm64 + platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 1387330 timestamp: 1730246134730 -- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda - sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 - md5: 7a566d6e1b00b1a521ef8db68aa95f4c +- conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda + sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e + md5: ac11ae1da661e573b71870b1191ce079 depends: - - pytest >=7.0.0,<9.0.0 - - python >=3.8.1,<4.0 - license: Apache-2.0 - license_family: APACHE - purls: - - pkg:pypi/syrupy?source=conda-forge-mapping - size: 43681 - timestamp: 1707319626819 + - 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 + purls: [] + size: 1845727 + timestamp: 1730246453216 - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda sha256: 1a2823cfba051c7ccb1268d31392b9631aa68613bed0cc0b6462272920d0751b md5: ad554cfd6623eceb392664fbbc832205 @@ -16012,62 +15274,21 @@ packages: - pkg:pypi/syrupy?source=hash-mapping size: 45852 timestamp: 1736865097816 -- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda - sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 - md5: a16e2a639e87c554abee5192ce6ee308 +- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 + md5: 9190dd0a23d925f7602f9628b3aed511 depends: - - libhwloc >=2.11.1,<2.11.2.0a0 + - libhwloc >=2.11.2,<2.11.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 purls: [] - size: 161213 - timestamp: 1720768916898 -- conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c - md5: b24dfe46997d23f8b8f306446f595349 - depends: - - aws-crt-cpp >=0.27.3,<0.27.4.0a0 - - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 - - azure-core-cpp >=1.13.0,<1.13.1.0a0 - - azure-identity-cpp >=1.8.0,<1.8.1.0a0 - - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 - - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 - - bzip2 >=1.0.8,<2.0a0 - - fmt >=11.0.1,<12.0a0 - - libabseil * cxx17* - - libabseil >=20240116.2,<20240117.0a0 - - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.9.0,<9.0a0 - - libgoogle-cloud >=2.26.0,<2.27.0a0 - - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 - - libwebp-base >=1.4.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.3.1,<4.0a0 - - spdlog >=1.14.1,<1.15.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - - zstd >=1.5.6,<1.6.0a0 - license: MIT - license_family: MIT - purls: [] - size: 3104967 - timestamp: 1722368384555 -- pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - name: tinycss2 - version: 1.3.0 - sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 - requires_dist: - - webencodings>=0.4 - - sphinx ; extra == 'doc' - - sphinx-rtd-theme ; extra == 'doc' - - pytest ; extra == 'test' - - ruff ; extra == 'test' - requires_python: '>=3.8' + size: 151460 + timestamp: 1732982860332 - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl name: tinycss2 version: 1.4.0 @@ -16098,6 +15319,8 @@ packages: depends: - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 + arch: aarch64 + platform: linux license: TCL license_family: BSD purls: [] @@ -16108,6 +15331,8 @@ packages: md5: bf830ba5afc507c6232d4ef0fb1a882d depends: - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: osx license: TCL license_family: BSD purls: [] @@ -16118,6 +15343,8 @@ packages: md5: b50a57ba89c32b62428b71a875291c9b depends: - libzlib >=1.2.13,<2.0.0a0 + arch: arm64 + platform: osx license: TCL license_family: BSD purls: [] @@ -16130,33 +15357,13 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: TCL license_family: BSD purls: [] size: 3503410 timestamp: 1699202577803 -- conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - md5: f832c45a477c78bebd107098db465095 - depends: - - python >=2.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/toml?source=conda-forge-mapping - size: 18433 - timestamp: 1604308660817 -- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - md5: 5844808ffab9ebdb694585b50ba02a96 - depends: - - python >=3.7 - license: MIT - license_family: MIT - purls: - - pkg:pypi/tomli?source=conda-forge-mapping - size: 15940 - timestamp: 1644342331069 - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e md5: ac944244f1fed2eb49bae07193ae8215 @@ -16191,6 +15398,8 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: @@ -16204,6 +15413,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: @@ -16218,38 +15429,31 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=hash-mapping size: 641997 timestamp: 1732616121615 -- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda - sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 - md5: 7d1e87f3036af858ce7e248489c3faec +- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda + sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 + md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=conda-forge-mapping - size: 644403 - timestamp: 1717723410092 -- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda - sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 - md5: 3df84416a021220d8b5700c613af2dc5 - depends: - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/traitlets?source=conda-forge-mapping - size: 110187 - timestamp: 1713535244513 + - pkg:pypi/tornado?source=hash-mapping + size: 645144 + timestamp: 1732616217328 - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 md5: 019a7385be9af33791c989871317e1ed @@ -16261,17 +15465,6 @@ packages: - pkg:pypi/traitlets?source=hash-mapping size: 110051 timestamp: 1733367480074 -- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb - md5: ebe6952715e1d5eb567eeebf25250fa7 - depends: - - python >=3.8 - license: PSF-2.0 - license_family: PSF - purls: - - pkg:pypi/typing-extensions?source=conda-forge-mapping - size: 39888 - timestamp: 1717802653893 - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 md5: d17f13df8b65464ca316cbc000a3cb64 @@ -16283,30 +15476,24 @@ packages: - pkg:pypi/typing-extensions?source=hash-mapping size: 39637 timestamp: 1733188758212 -- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda - sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 - md5: 161081fc7cec0bfda0d86d7cb595f8d8 - license: LicenseRef-Public-Domain - purls: [] - size: 119815 - timestamp: 1706886945727 -- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf - md5: 8ac3367aafb1cc0a068483c580af8015 +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + sha256: c4b1ae8a2931fe9b274c44af29c5475a85b37693999f8c792dad0f8c6734b1de + md5: dbcace4706afdfb7eb891f7b37d07c04 license: LicenseRef-Public-Domain purls: [] - size: 122354 - timestamp: 1728047496079 -- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - md5: 72608f6cd3e5898229c3ea16deb1ac43 + size: 122921 + timestamp: 1737119101255 +- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 + md5: 6797b005cd0f439c4c5c9ac565783700 constrains: - vs2015_runtime >=14.29.30037 - license: LicenseRef-Proprietary - license_family: PROPRIETARY + arch: x86_64 + platform: win + license: LicenseRef-MicrosoftWindowsSDK10 purls: [] - size: 1283972 - timestamp: 1666630199266 + size: 559710 + timestamp: 1728377334097 - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda sha256: 75836be77717125151b2473c7c4309ac73061cb6dd7a77a4c42e937d821eed26 md5: 2011fcaddafa077f4f0313361f4c2731 @@ -16331,6 +15518,8 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: @@ -16344,6 +15533,8 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: @@ -16358,27 +15549,31 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=hash-mapping size: 410020 timestamp: 1736692750935 -- conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda - sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a - md5: 20ec896e8d97f2ff8be1124e624dc8f2 +- conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda + sha256: ccf4311659ce23e3b7fdfb3a5fc8d8b5ff43e8baf09812110fe284332722c51b + md5: f4008ff992172eebb8fa6b19fe075e92 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=conda-forge-mapping - size: 373257 - timestamp: 1695848310896 + - pkg:pypi/unicodedata2?source=hash-mapping + size: 400328 + timestamp: 1736692859302 - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e md5: d71d3a66528853c0a1ac2c02d79a0284 @@ -16398,6 +15593,8 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -16409,6 +15606,8 @@ packages: depends: - __osx >=10.9 - libcxx >=16 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -16420,6 +15619,8 @@ packages: depends: - __osx >=11.0 - libcxx >=16 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -16432,26 +15633,13 @@ packages: - 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 purls: [] size: 49181 timestamp: 1715010467661 -- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda - sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 - md5: e804c43f58255e977093a2298e442bb8 - depends: - - brotli-python >=1.0.9 - - h2 >=4,<5 - - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.8 - - zstandard >=0.18.0 - license: MIT - license_family: MIT - purls: - - pkg:pypi/urllib3?source=conda-forge-mapping - size: 95048 - timestamp: 1719391384778 - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e md5: 32674f8dbfb7b26410ed580dd3c10a29 @@ -16467,40 +15655,46 @@ packages: - pkg:pypi/urllib3?source=hash-mapping size: 100102 timestamp: 1734859520452 -- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda - sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef - md5: 8558f367e1d7700554f7cdb823c46faf +- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda + sha256: 7ce178cf139ccea5079f9c353b3d8415d1d49b0a2f774662c355d3f89163d7b4 + md5: 00cf3a61562bd53bd5ea99e6888793d0 depends: - vc14_runtime >=14.40.33810 + arch: x86_64 + platform: win track_features: - vc14 license: BSD-3-Clause license_family: BSD purls: [] - size: 17391 - timestamp: 1717709040616 -- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda - sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 - md5: e39cc4c34c53654ec939558993d9dc5b + size: 17693 + timestamp: 1737627189024 +- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda + sha256: abda97b8728cf6e3c37df8f1178adde7219bed38b96e392cb3be66336386d32e + md5: 2441e010ee255e6a38bf16705a756e94 depends: - ucrt >=10.0.20348.0 constrains: - - vs2015_runtime 14.40.33810.* *_20 - license: LicenseRef-ProprietaryMicrosoft + - vs2015_runtime 14.42.34433.* *_24 + arch: x86_64 + platform: win + license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime license_family: Proprietary purls: [] - size: 751934 - timestamp: 1717709031266 -- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda - sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a - md5: c21f1b4a3a30bbc3ef35a50957578e0e + size: 753531 + timestamp: 1737627061911 +- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda + sha256: 09102e0bd283af65772c052d85028410b0c31989b3cd96c260485d28e270836e + md5: 117fcc5b86c48f3b322b0722258c7259 depends: - - vc14_runtime >=14.40.33810 + - vc14_runtime >=14.42.34433 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 17395 - timestamp: 1717709043353 + size: 17669 + timestamp: 1737627066773 - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 md5: 0a732427643ae5e0486a727927791da1 @@ -16525,22 +15719,13 @@ packages: - libffi >=3.4,<4.0a0 - libgcc-ng >=13 - libstdcxx-ng >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 324815 timestamp: 1724530528414 -- conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda - sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 - md5: 68f0738df502a14213624b288c60c9ad - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/wcwidth?source=conda-forge-mapping - size: 32709 - timestamp: 1704731373922 - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda sha256: f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5 md5: b68980f2495d096e71c7fd9d7ccf63e6 @@ -16556,17 +15741,6 @@ packages: name: webencodings version: 0.5.1 sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 -- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda - sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc - md5: 0b5293a157c2b5cd513dd1b03d8d3aae - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/wheel?source=conda-forge-mapping - size: 57963 - timestamp: 1711546009410 - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce md5: 75cb7132eb58d97896e173ef12ac9986 @@ -16578,17 +15752,17 @@ packages: - pkg:pypi/wheel?source=hash-mapping size: 62931 timestamp: 1733130309598 -- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 - sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - md5: 30878ecc4bd36e8deeea1e3c151b2e0b +- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda + sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f + md5: 46e441ba871f524e2b067929da3051c2 depends: - __win - - python >=3.6 - license: PUBLIC-DOMAIN + - python >=3.9 + license: LicenseRef-Public-Domain purls: - - pkg:pypi/win-inet-pton?source=conda-forge-mapping - size: 8191 - timestamp: 1667051294134 + - pkg:pypi/win-inet-pton?source=hash-mapping + size: 9555 + timestamp: 1733130678956 - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 md5: e7f6ed84d4623d52ee581325c1587a6b @@ -16608,6 +15782,8 @@ packages: depends: - libgcc-ng >=10.3.0 - libstdcxx-ng >=10.3.0 + arch: aarch64 + platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -16618,6 +15794,8 @@ packages: md5: a3bf3e95b7795871a6734a784400fcea depends: - libcxx >=12.0.1 + arch: x86_64 + platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] @@ -16628,11 +15806,26 @@ packages: md5: b1f7f2780feffe310b068c021e8ff9b2 depends: - libcxx >=12.0.1 + arch: arm64 + platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] size: 1832744 timestamp: 1646609481185 +- conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 + sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 + md5: ca7129a334198f08347fb19ac98a2de9 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + arch: x86_64 + platform: win + license: GPL-2.0-or-later + license_family: GPL + purls: [] + size: 5517425 + timestamp: 1646611941216 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 @@ -16652,6 +15845,8 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16683,6 +15878,8 @@ packages: - libxcb >=1.16,<2.0.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16709,6 +15906,8 @@ packages: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16733,6 +15932,8 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16757,6 +15958,8 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16781,6 +15984,8 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16810,6 +16015,8 @@ packages: - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - libstdcxx >=13 + arch: aarch64 + platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -16822,6 +16029,8 @@ packages: - __osx >=10.13 - icu >=75.1,<76.0a0 - libcxx >=17 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -16834,23 +16043,27 @@ packages: - __osx >=11.0 - icu >=75.1,<76.0a0 - libcxx >=17 + arch: arm64 + platform: osx license: Apache-2.0 license_family: Apache purls: [] size: 1277884 timestamp: 1727733870250 -- conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda - sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 - md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 +- conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e + md5: 82b6eac3c198271e98b48d52d79726d8 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 purls: [] - size: 3547000 - timestamp: 1721032032254 + size: 3574017 + timestamp: 1727734520239 - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 md5: f725c7425d6d7c15e31f3b99a88ea02f @@ -16871,6 +16084,8 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -16888,16 +16103,6 @@ packages: - pkg:pypi/xmipy?source=hash-mapping size: 18579 timestamp: 1735923318779 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 - sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 - md5: 8d11c1dac4756ca57e78c1bfe173bba4 - depends: - - m2w64-gcc-libs - license: MIT - license_family: MIT - purls: [] - size: 28166 - timestamp: 1610028297505 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b md5: fb901ff28063514abb6046c9ec2c4a45 @@ -16916,23 +16121,28 @@ packages: md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 60433 timestamp: 1734229908988 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda - sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f - md5: 5271e3af4791170e2c55d02818366916 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda + sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 + md5: 105cb93a47df9c548e88048dc9cbdbc9 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.4,<2.0a0 + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 158086 - timestamp: 1685308072189 + size: 236306 + timestamp: 1734228116846 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 md5: 4c3e9fab69804ec6077697922d70c6e2 @@ -16955,23 +16165,28 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.1,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 28061 timestamp: 1734232077988 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda - sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 - md5: 25926681339df15918243d9a7cec25a1 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda + sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 + md5: 6a9bc84b3780f5c6f32dc53078fda7f5 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 - xorg-libice >=1.1.1,<2.0a0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 86397 - timestamp: 1685454296879 + size: 96698 + timestamp: 1734229863516 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 md5: 125f34a17d7b4bea418a83904ea82ea6 @@ -16992,26 +16207,28 @@ packages: depends: - libgcc >=13 - libxcb >=1.17.0,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 858427 timestamp: 1733325062374 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda - sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 - md5: 0296a4de2235cad9ad3112134f8e4519 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda + sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb + md5: bef0b53f18639d78197a3eee76dcc6ee depends: - - libxcb >=1.16,<1.17.0a0 - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-kbproto - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libxcb >=1.17.0,<2.0a0 + - ucrt >=10.0.20348.0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 814589 - timestamp: 1718847832308 + size: 945067 + timestamp: 1733326138609 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 @@ -17030,6 +16247,8 @@ packages: md5: d5397424399a66d33c80b1f2345a36a6 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17040,6 +16259,8 @@ packages: md5: 4cf40e60b444d56512a64f39d12c20bd depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -17050,22 +16271,27 @@ packages: md5: 50901e0764b7701d8ed7343496f4f301 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 13593 timestamp: 1734229104321 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda - sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - md5: c46ba8712093cb0114404ae8a7582e1a +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda + sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 + md5: 2ffbfae4548098297c033228256eb96e depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 51297 - timestamp: 1684638355740 + size: 108013 + timestamp: 1734229474049 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f md5: d3c295b50f092ab525ffe3c2aa4b7413 @@ -17088,6 +16314,8 @@ packages: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17117,6 +16345,8 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17146,6 +16376,8 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17169,6 +16401,8 @@ packages: md5: 25a5a7b797fe6e084e04ffe2db02fc62 depends: - libgcc >=13 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17179,6 +16413,8 @@ packages: md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 depends: - __osx >=10.13 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -17189,21 +16425,27 @@ packages: md5: 77c447f48cab5d3a15ac224edb86a968 depends: - __osx >=11.0 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] size: 18487 timestamp: 1727795205022 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 - sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - md5: 46878ebb6b9cbd8afcf8088d7ef00ece +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda + sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c + md5: 8393c0f7e7870b4eb45553326f81f0ff depends: - - m2w64-gcc-libs + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 67908 - timestamp: 1610072296570 + size: 69920 + timestamp: 1727795651979 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 md5: febbab7d15033c913d53c7a2c102309d @@ -17224,23 +16466,28 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 50746 timestamp: 1727754268156 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda - sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 - md5: 2aa695ac3c56193fd8d526e3b511e021 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda + sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 + md5: 4cd74e74f063fb6900d6eed2e9288112 depends: - - m2w64-gcc-libs - - xorg-libx11 >=1.7.2,<2.0a0 - - xorg-xextproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 221821 - timestamp: 1677038179908 + size: 284715 + timestamp: 1727752838922 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 md5: 4bdb303603e9821baf5fe5fdff1dc8f8 @@ -17261,6 +16508,8 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17290,27 +16539,61 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 48197 timestamp: 1727801059062 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda - sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 - md5: 029be9b667bf3896fa28bc32adb1bfc3 - depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-libxext >=1.3.4,<2.0a0 +- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda + sha256: 1b9141c027f9d84a9ee5eb642a0c19457c788182a5a73c5a9083860ac5c20a8c + md5: 5e2eb9bf77394fc2e5918beefec9f9ab + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 13891 + timestamp: 1727908521531 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda + sha256: 5f84f820397db504e187754665d48d385e0a2a49f07ffc2372c7f42fa36dd972 + md5: a7b99f104e14b99ca773d2fe2d195585 + depends: + - libgcc >=13 + - libstdcxx >=13 + - xorg-libx11 >=1.8.9,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + arch: aarch64 + platform: linux + license: MIT + license_family: MIT + purls: [] + size: 14388 + timestamp: 1727908606602 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda + sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 + md5: e8b816fb37bc61aa3f1c08034331ef53 + depends: + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxt >=1.3.0,<2.0a0 - - xorg-xextproto >=7.3.0,<8.0a0 - - xorg-xproto + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 195881 - timestamp: 1696449889560 + size: 236112 + timestamp: 1727801849623 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d md5: 2de7f99d6581a4a7adbff607b5c278ca @@ -17335,6 +16618,8 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17360,27 +16645,30 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 33649 timestamp: 1734229123157 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda - sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca - md5: 511a29edd2ff3d973f63e54f19dcc06e +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 + md5: 31baf0ce8ef19f5617be73aee0527618 depends: - - m2w64-gcc-libs - - m2w64-gcc-libs-core - - xorg-kbproto + - libgcc >=13 + - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - ucrt >=10.0.20348.0 - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.6,<2.0a0 - - xorg-xproto + - xorg-libx11 >=1.8.10,<2.0a0 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] - size: 671704 - timestamp: 1690289114426 + size: 918674 + timestamp: 1731861024233 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f @@ -17405,6 +16693,8 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxi >=1.7.10,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17432,41 +16722,13 @@ packages: - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] size: 18185 timestamp: 1734214652726 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda - sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 - md5: 6e6c2639620e436bddb7c040cd4f3adb - depends: - - m2w64-gcc-libs - license: MIT - license_family: MIT - purls: [] - size: 31034 - timestamp: 1677037259999 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 - sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 - md5: 88f3c65d2ad13826a9e0b162063be023 - depends: - - m2w64-gcc-libs - license: MIT - license_family: MIT - purls: [] - size: 75708 - timestamp: 1607292254607 -- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - md5: 515d77642eaa3639413c6b1bc3f94219 - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: LGPL-2.1 and GPL-2.0 - purls: [] - size: 217804 - timestamp: 1660346976440 - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae @@ -17484,6 +16746,8 @@ packages: md5: b853307650cb226731f653aa623936a4 depends: - libgcc-ng >=9.4.0 + arch: aarch64 + platform: linux license: MIT license_family: MIT purls: [] @@ -17492,6 +16756,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 md5: d7e08fcf8259d742156188e8762b4d20 + arch: x86_64 + platform: osx license: MIT license_family: MIT purls: [] @@ -17500,6 +16766,8 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 md5: 4bb3f014845110883a3c5ee811fd84b4 + arch: arm64 + platform: osx license: MIT license_family: MIT purls: [] @@ -17511,6 +16779,8 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: MIT license_family: MIT purls: [] @@ -17540,6 +16810,8 @@ packages: - libgcc >=13 - libsodium >=1.0.20,<1.0.21.0a0 - libstdcxx >=13 + arch: aarch64 + platform: linux license: MPL-2.0 license_family: MOZILLA purls: [] @@ -17553,6 +16825,8 @@ packages: - krb5 >=1.21.3,<1.22.0a0 - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 + arch: x86_64 + platform: osx license: MPL-2.0 license_family: MOZILLA purls: [] @@ -17566,36 +16840,29 @@ packages: - krb5 >=1.21.3,<1.22.0a0 - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 + arch: arm64 + platform: osx license: MPL-2.0 license_family: MOZILLA purls: [] size: 281565 timestamp: 1731585108039 -- conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda - sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 - md5: b755eb545c2728b9a53729f02e627834 +- conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda + sha256: 15cc8e2162d0a33ffeb3f7b7c7883fd830c54a4b1be6a4b8c7ee1f4fef0088fb + md5: e03f2c245a5ee6055752465519363b1c depends: - - krb5 >=1.21.2,<1.22.0a0 - - libsodium >=1.0.18,<1.0.19.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libsodium >=1.0.20,<1.0.21.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 purls: [] - size: 2707065 - timestamp: 1715607874610 -- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda - sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 - md5: 49808e59df5535116f6878b2a820d6f4 - depends: - - python >=3.8 - license: MIT - license_family: MIT - purls: - - pkg:pypi/zipp?source=conda-forge-mapping - size: 20917 - timestamp: 1718013395428 + size: 2527503 + timestamp: 1731585151036 - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 md5: 0c3cc595284c5e8f0f9900a9b228a332 @@ -17627,6 +16894,8 @@ packages: depends: - libgcc >=13 - libzlib 1.3.1 h86ecc28_2 + arch: aarch64 + platform: linux license: Zlib license_family: Other purls: [] @@ -17638,6 +16907,8 @@ packages: depends: - __osx >=10.13 - libzlib 1.3.1 hd23fc13_2 + arch: x86_64 + platform: osx license: Zlib license_family: Other purls: [] @@ -17649,24 +16920,28 @@ packages: depends: - __osx >=11.0 - libzlib 1.3.1 h8359307_2 + arch: arm64 + platform: osx license: Zlib license_family: Other purls: [] size: 77606 timestamp: 1727963209370 -- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda - sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be - md5: f8e0a35bf6df768ad87ed7bbbc36ab04 +- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda + sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c + md5: be60c4e8efa55fddc17b4131aa47acbd depends: - - libzlib 1.3.1 h2466b09_1 + - libzlib 1.3.1 h2466b09_2 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Zlib license_family: Other purls: [] - size: 108081 - timestamp: 1716874767420 + size: 107439 + timestamp: 1727963788936 - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad md5: cd9fa334e11886738f17254f52210bc3 @@ -17697,6 +16972,8 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -17713,6 +16990,8 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -17730,15 +17009,17 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/zstandard?source=hash-mapping size: 320027 timestamp: 1725305723442 -- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 - md5: 9658585ffb22b68adb5490e9035b93ba +- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 + md5: 5f1f0f75ebd24882ccf44d145939b104 depends: - cffi >=1.11 - python >=3.9,<3.10.0a0 @@ -17748,12 +17029,14 @@ packages: - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=conda-forge-mapping - size: 310144 - timestamp: 1721044587416 + - pkg:pypi/zstandard?source=hash-mapping + size: 311116 + timestamp: 1725305993710 - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b md5: 4d056880988120e29d75bfff282e0f45 @@ -17775,6 +17058,8 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 + arch: aarch64 + platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -17786,6 +17071,8 @@ packages: depends: - __osx >=10.9 - libzlib >=1.2.13,<2.0.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -17797,6 +17084,8 @@ packages: depends: - __osx >=11.0 - libzlib >=1.2.13,<2.0.0a0 + arch: arm64 + platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -17810,6 +17099,8 @@ packages: - 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 purls: [] From e3adeb5e9d7bebb4db863a1a6d4d347feb76c209 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 07:18:18 -0500 Subject: [PATCH 55/70] Revert "chore: update `pixi.lock` (#2193)" (#2194) This reverts commit 39748cf2361f5389b9e2647be0439bc43d28b693. Windows extended build still broken. --- pixi.lock | 8469 +++++++++++++++++++++++++++++------------------------ 1 file changed, 4589 insertions(+), 3880 deletions(-) diff --git a/pixi.lock b/pixi.lock index 6a403fb27a9..365bbace1ed 100644 --- a/pixi.lock +++ b/pixi.lock @@ -7,15 +7,12 @@ environments: 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/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -24,7 +21,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -33,7 +30,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.0-py39h74842e3_2.conda @@ -43,11 +40,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -57,7 +53,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.55.8-py39h9399b63_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda @@ -69,19 +65,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -98,27 +92,27 @@ environments: - 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/libarchive-3.7.7-h4585015_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda - 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.11.1-h332b0f4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda @@ -131,21 +125,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libntlm-1.8-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda @@ -173,7 +167,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-9.0.1-h266115a_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py39h474f0d3_0.conda @@ -182,11 +176,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -211,10 +205,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda @@ -224,16 +218,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda @@ -241,7 +235,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -268,7 +262,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda @@ -280,15 +273,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -297,7 +287,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -306,7 +296,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/contourpy-1.3.0-py39hbd2ca3f_2.conda @@ -316,11 +306,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -330,7 +319,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda @@ -342,19 +331,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -371,27 +358,27 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda @@ -404,21 +391,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda @@ -446,7 +433,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-common-9.0.1-h3f5c77f_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.26.4-py39h91c28bb_0.conda @@ -455,11 +442,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -484,10 +471,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda @@ -497,16 +484,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/snappy-1.2.1-hd4fb6f5_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda @@ -514,7 +501,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -541,7 +528,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda @@ -552,12 +538,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -566,7 +551,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -575,17 +560,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -595,7 +579,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.55.8-py39hd18e689_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda @@ -607,19 +591,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -633,24 +615,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h8555400_11.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda @@ -659,15 +639,15 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda @@ -688,7 +668,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.4-py39h28c39a1_0.conda @@ -696,11 +676,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -724,10 +704,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -736,16 +716,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda @@ -753,7 +733,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -769,12 +749,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -783,7 +762,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -792,17 +771,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -812,7 +790,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda @@ -824,19 +802,17 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -850,24 +826,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hb2c3a21_11.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda @@ -876,15 +850,15 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda @@ -905,7 +879,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.26.4-py39h7aa2656_0.conda @@ -913,11 +887,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda @@ -941,10 +915,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -953,16 +927,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda @@ -970,7 +944,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -986,226 +960,288 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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/cffi-1.16.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - 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/win-64/fonttools-4.55.8-py39hf73967f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-hf297d47_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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/libarchive-3.7.7-h979ed78_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.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/libgcc-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - 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/libkml-1.3.0-h538826c_1021.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + - 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/lzo-2.10-hcfcfb64_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-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/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_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/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/qt-main-5.15.8-h06adc49_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda + - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + - 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/xorg-libxext-1.3.4-hcd874cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda rtd: channels: @@ -1216,18 +1252,15 @@ environments: 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/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.6-he440d0b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1236,7 +1269,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.4-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1245,7 +1278,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda @@ -1254,17 +1287,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/cyrus-sasl-2.1.27-h54b06d7_7.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/dbus-1.13.6-h5008d03_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.12-py39hf88036b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.4-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1274,7 +1306,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - 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/linux-64/fonttools-4.55.8-py39h9399b63_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda @@ -1286,20 +1318,18 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-10.2.0-h4bba637_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1320,27 +1350,27 @@ environments: - 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/libarchive-3.7.7-h4585015_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda - 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.11.1-h332b0f4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.4-h5888daf_0.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-14.2.0-h77fa898_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda @@ -1353,22 +1383,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-hf539b9f_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_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/libntlm-1.8-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-h97f6797_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda @@ -1399,7 +1429,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-9.0.1-he0572af_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda @@ -1409,20 +1439,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-h7b32b05_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py39h3b40f6f_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.44-hba22ea6_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-11.1.0-py39h15c0740_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -1446,11 +1476,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.1-py39h4e4fb57_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda @@ -1460,10 +1490,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.10-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -1479,7 +1509,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.3.0-h5888daf_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -1488,7 +1518,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.4.2-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -1516,7 +1546,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda @@ -1527,14 +1556,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda - - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -1546,18 +1575,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/alsa-lib-1.2.13-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/aom-3.9.1-hcccb83c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/atk-1.0-2.38.0-hedc4a1f_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/blosc-1.21.6-hb4dfabd_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1566,7 +1592,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/brotli-python-1.1.0-py39h7dbf29c_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.34.4-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cairo-1.18.2-h83712da_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1575,7 +1601,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda @@ -1584,17 +1610,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cyrus-sasl-2.1.27-hf6b2984_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dav1d-1.2.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/dbus-1.13.6-h12b9eeb_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.12-py39h7dbf29c_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/double-conversion-3.3.0-h2f0025b_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.6.4-h5ad3122_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fiona-1.10.1-py39h761ec99_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1604,7 +1629,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fontconfig-2.15.0-h8dda3cd_1.conda - 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/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/freetype-2.12.1-hf0a5ef3_2.conda @@ -1616,20 +1641,18 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/giflib-5.2.2-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphite2-1.3.13-h2f0025b_1003.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gts-0.7.6-he293c15_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/harfbuzz-10.2.0-h785c1aa_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/icu-75.1-hf9b3779_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1650,27 +1673,27 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/lerc-4.0.0-h4de3ea5_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libarchive-3.7.7-h6223a6c_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libavif16-1.1.1-h3b0c220_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlicommon-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlidec-1.1.0-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libbrotlienc-1.1.0-h86ecc28_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcups-2.3.3-h405e4a8_4.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.11.1-h6702fde_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libde265-1.0.15-h2a328a1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdeflate-1.23-h5e3c512_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libdrm-2.4.124-h86ecc28_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libegl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.4-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.2.0-he277a41_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.2.0-he9431aa_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.2.0-he9431aa_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.2.0-hb6113d0_1.conda @@ -1683,22 +1706,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libiconv-1.17-h31becfc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libjpeg-turbo-3.0.0-h31becfc_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libkml-1.3.0-h62bc5a7_1021.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.64.0-hc8609a4_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libntlm-1.4-hf897c2e_1002.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.28-pthreads_h9d3fd7e_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libopengl-1.7.0-hd24410f_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpciaccess-0.18-h31becfc_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpq-17.2-hd56632b_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librsvg-2.58.4-h9b423fc_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/librttopo-1.1.0-hbcf326e_17.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsodium-1.0.20-h68df207_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libspatialite-5.1.0-h69d7fa3_12.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.1-ha41c0db_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.2.0-h3f4de04_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.2.0-hf1166c9_1.conda @@ -1729,7 +1752,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/mysql-libs-9.0.1-h11569fd_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.12.1-h70be974_0.conda @@ -1739,20 +1762,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.4.0-hd08dc88_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandas-2.2.3-py39h53ba5a5_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pcre2-10.44-h070dd5b_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pillow-11.1.0-py39h301a0e3_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pixman-0.44.2-h86a87f0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/proj-9.5.1-h9655f4d_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/psutil-6.1.1-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pthread-stubs-0.4-h86ecc28_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -1776,11 +1799,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.1-py39he601760_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qhull-2020.2-h70be974_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/qt6-main-6.8.1-ha0a94ed_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/rasterio-1.4.3-py39hbaa7715_0.conda @@ -1790,10 +1813,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml-0.18.10-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruamel.yaml.clib-0.2.8-py39h060674a_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/scipy-1.13.1-py39hb921187_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/simplejson-3.19.3-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -1809,7 +1832,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/svt-av1-2.3.0-h5ad3122_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -1818,7 +1841,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/tornado-6.4.2-py39h3e3acee_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/unicodedata2-16.0.0-py39h060674a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/uriparser-0.9.8-h0a1ffab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -1846,7 +1869,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxext-1.3.6-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxfixes-6.0.1-h57736b2_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxi-1.8.2-h57736b2_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrandr-1.5.4-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxrender-0.9.12-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxtst-1.2.5-h57736b2_3.conda @@ -1857,14 +1879,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.3.1-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstandard-0.23.0-py39h5934b9c_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.6-h02f22dd_0.conda - - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -1875,7 +1897,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-64: - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.9.1-hf036a51_0.conda @@ -1883,8 +1904,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/atk-1.0-2.38.0-h4bec284_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/black-24.10.0-py39h6e9494a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.6-hd145fbb_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -1893,7 +1914,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py39h7c0e7c0_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.34.4-hf13058a_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.2-h950ec3b_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -1902,22 +1923,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.3.0-py39h0d3c867_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.12-py39hdf37715_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.10.1-py39h0546fa5_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -1927,7 +1947,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.15.0-h37eeddb_1.conda - 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/osx-64/fonttools-4.55.8-py39hd18e689_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda @@ -1939,20 +1959,18 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/graphite2-1.3.13-h73e2aa4_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/gts-0.7.6-h53e17e3_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/harfbuzz-10.2.0-h5b25545_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -1970,24 +1988,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.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/libarchive-3.7.7-h1a33361_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.1.1-h71406da_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h00291cd_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h00291cd_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libde265-1.0.15-h7728843_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.4-h240833e_0.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/libgd-2.3.3-h8555400_11.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.82.2-h5c976ab_1.conda @@ -1996,16 +2012,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libintl-0.22.5-hdfe23c8_3.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/libkml-1.3.0-h9ee1731_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.64.0-hc7306c3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.28-openmp_hbf64a52_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.58.4-h21a6cfa_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-hdfb80b9_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.20-hfdf4475_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h74337a0_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.1-h3dc7d44_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.7.0-hb77a491_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.5.0-h6cf52b4_0.conda @@ -2029,7 +2045,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda @@ -2038,20 +2054,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hc426f3f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.3-py39h88a5ddd_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.44-h7634a1b_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-11.1.0-py39h1fda9f2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.44.2-h1fd1274_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/proj-9.5.1-h5273da6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-6.1.1-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-h00291cd_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -2074,11 +2090,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.1-py39hf094b8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/qhull-2020.2-h3c5361c_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.4.3-py39h6f170ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -2087,10 +2103,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.10-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py39h296a897_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.13.1-py39h038d4f4_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/simplejson-3.19.3-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -2106,7 +2122,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-2.3.0-h97d8b74_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -2115,7 +2131,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.4.2-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-16.0.0-py39h80efdc8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.8-h6aefe2f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -2132,14 +2148,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.3.1-hd23fc13_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstandard-0.23.0-py39hc23f734_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda - - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -2150,7 +2166,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl osx-arm64: - - conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.9.1-h7bae524_0.conda @@ -2158,8 +2173,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/atk-1.0-2.38.0-hd03087b_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/black-24.10.0-py39h2804cbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.6-h7dd00d9_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda @@ -2168,7 +2183,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py39hfa9831e_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.4-h5505292_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.2-h6a3b0d2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda @@ -2177,22 +2192,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/contourpy-1.3.0-py39h85b62ae_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.8.12-py39h941272d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.10.1-py39h77209e7_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 @@ -2202,7 +2216,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.15.0-h1383a14_1.conda - 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/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda @@ -2214,20 +2228,18 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-hebf3989_1003.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gts-0.7.6-he42f4ea_4.conda - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-10.2.0-ha0dd535_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda @@ -2245,24 +2257,22 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_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/libarchive-3.7.7-h3b16cec_3.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif16-1.1.1-h45b7238_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.1.0-hd74edd7_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.1.0-hd74edd7_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libde265-1.0.15-h2ffa867_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.4-h286801f_0.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/libgd-2.3.3-hb2c3a21_11.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.82.2-hdff4504_1.conda @@ -2271,16 +2281,16 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libintl-0.22.5-h8414b35_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libkml-1.3.0-he250239_1021.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.64.0-h6d7220d_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.28-openmp_hf332438_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.58.4-h266df6f_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librttopo-1.1.0-ha2cf0f4_17.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.20-h99b78c6_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-hf92fc0a_12.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h9cc3647_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.7.0-h551f018_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.5.0-h2471fea_0.conda @@ -2304,7 +2314,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda @@ -2313,20 +2323,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h81ee809_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.3-py39hc5ad87a_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.44-h297a79d_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-11.1.0-py39hfea3036_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.44.2-h2f9eb0b_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.5.1-h1318a7e_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-6.1.1-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-hd74edd7_1002.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda @@ -2349,11 +2359,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.1-py39h80d5f2a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/qhull-2020.2-h420ef59_5.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.4.3-py39ha3cb5d6_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda @@ -2362,10 +2372,10 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.10-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py39h57695bc_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.13.1-py39h3d5391c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/simplejson-3.19.3-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 @@ -2381,7 +2391,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-2.3.0-hf24288c_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda @@ -2390,7 +2400,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.4.2-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/unicodedata2-16.0.0-py39hf3bc14e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/uriparser-0.9.8-h00cdb27_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda @@ -2407,14 +2417,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.1-h8359307_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.23.0-py39hcf1bb16_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda - - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl @@ -2425,291 +2435,346 @@ environments: - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl win-64: - - conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.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.12-py39ha51f57c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_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.7-win_pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_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.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-pyhd8ed1ab_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-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/win-64/expat-2.6.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_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-h77eed37_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda - 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/win-64/fonttools-4.55.8-py39hf73967f_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 - 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/freexl-2.0.0-hf297d47_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/fribidi-1.0.10-h8d14728_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/graphite2-1.3.13-h63175ca_1003.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/gts-0.7.6-h6b5321d_4.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.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/win-64/intel-openmp-2024.2.0-h57928b3_980.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh4bbf305_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh7428d3b_3.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda + - 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.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.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/libarchive-3.7.7-h979ed78_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_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-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.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.9.1-h18fefc2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.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/libgcc-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda - 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/libkml-1.3.0-h538826c_1021.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.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/libspatialite-5.1.0-hab0cb6d_9.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_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/libtiff-4.6.0-hddb2be6_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + - 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/lzo-2.10-hcfcfb64_1001.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.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/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/myst-parser-3.0.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-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/win-64/ninja-1.12.1-hc790b64_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.4-py39hddb5d58_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-ha4e3fda_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.3-py39h2366fc2_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.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/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + - 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-8.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.21-h37870fc_1_cpython.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.1-py39h03e5c00_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.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/qt-main-5.15.8-h06adc49_23.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.10-py39ha55e580_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.13.1-py39h1a10956_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_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/smmap-5.0.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.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/syrupy-4.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda + - 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/win-64/tornado-6.4.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.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/unicodedata2-15.1.0-py39ha55989b_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.8-h5a68840_0.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - - conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.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/win-64/xerces-c-3.2.5-he0c23c2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + - 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/xorg-libxext-1.3.4-hcd874cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.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-ha9f60a1_7.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda - - pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/54/b9aaf8e4867e95ac8ea27cd3249946c62c58058779e998040442d6d07625/rtds_action-1.1.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/b9/1906bfeb30f2fc13bb39bf7ddb8749784c05faadbd18a21cf141ba37bff2/setuptools_scm-8.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/8d/8785a36892992582ef8d87c69ab90e26124ab1059c501d93ebecd99d2323/sphinx_markdown_tables-0.0.17-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl packages: -- conda: https://conda.anaconda.org/conda-forge/win-64/_libavif_api-1.1.1-h57928b3_2.conda - sha256: b99b8948a170ff721ea958ee04a4431797070e85dd6942cb27b73ac3102e5145 - md5: 76cf1f62c9a62d6b8f44339483e0f016 - arch: x86_64 - platform: win - purls: [] - size: 9286 - timestamp: 1730268773319 - conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 md5: d7c89558ba9fa0495403155b64376d81 @@ -2743,42 +2808,22 @@ packages: - libgomp >=7.5.0 constrains: - openmp_impl 9999 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 23712 timestamp: 1650670790230 -- conda: https://conda.anaconda.org/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda - build_number: 8 - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d - md5: 37e16618af5c4851a3f3d66dd0e11141 +- conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_0.conda + sha256: fbf0288cae7c6e5005280436ff73c95a36c5a4c978ba50175cc8e3eb22abc5f9 + md5: ae5f4ad87126c55ba3f690ef07f81d64 depends: - - libgomp >=7.5.0 - - libwinpthread >=12.0.0.r2.ggc561118da - constrains: - - openmp_impl 9999 - - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win + - python >=3.7 license: BSD-3-Clause license_family: BSD - purls: [] - size: 49468 - timestamp: 1718213032772 -- conda: https://conda.anaconda.org/conda-forge/noarch/adwaita-icon-theme-47.0-unix_0.conda - sha256: 188dca9a847f474b3df71eda9fe828fbe10b53aa6f4313c7e117f3114b1dd84e - md5: 49436a5c604f99058473d84580f0e341 - depends: - - __unix - - hicolor-icon-theme - - librsvg - license: LGPL-3.0-or-later OR CC-BY-SA-3.0 - license_family: LGPL - purls: [] - size: 566980 - timestamp: 1728314504182 + purls: + - pkg:pypi/affine?source=conda-forge-mapping + size: 18726 + timestamp: 1674245215155 - conda: https://conda.anaconda.org/conda-forge/noarch/affine-2.4.0-pyhd8ed1ab_1.conda sha256: 0deeaf0c001d5543719db9b2686bc1920c86c7e142f9bec74f35e1ce611b1fc2 md5: 8c4061f499edec6b8ac7000f6d586829 @@ -2819,8 +2864,6 @@ packages: md5: f643bb02c4bbcfe7de161a8ca5df530b depends: - libgcc >=13 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later license_family: GPL purls: [] @@ -2845,8 +2888,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -2858,8 +2899,6 @@ packages: depends: - __osx >=10.13 - libcxx >=16 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -2871,27 +2910,11 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 2235747 timestamp: 1718551382432 -- conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.9.1-he0c23c2_0.conda - sha256: 0524d0c0b61dacd0c22ac7a8067f977b1d52380210933b04141f5099c5b6fec7 - md5: 3d7c14285d3eb3239a76ff79063f27a5 - 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 - purls: [] - size: 1958151 - timestamp: 1718551737234 - conda: https://conda.anaconda.org/conda-forge/noarch/appdirs-1.4.4-pyhd8ed1ab_1.conda sha256: 5b9ef6d338525b332e17c3ed089ca2f53a5d74b7a7b432747d29c6466e39346d md5: f4e90937bbfc3a4a92539545a37bb448 @@ -2914,6 +2937,18 @@ packages: - pkg:pypi/appnope?source=hash-mapping size: 10076 timestamp: 1733332433806 +- conda: 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 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/asttokens?source=conda-forge-mapping + size: 28922 + timestamp: 1698341257884 - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 md5: 8f587de4bcf981e26228f268df374a9b @@ -2927,72 +2962,6 @@ packages: - pkg:pypi/asttokens?source=hash-mapping size: 28206 timestamp: 1733250564754 -- conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-atk-2.38.0-h0630a04_3.tar.bz2 - sha256: 26ab9386e80bf196e51ebe005da77d57decf6d989b4f34d96130560bc133479c - md5: 6b889f174df1e0f816276ae69281af4d - depends: - - at-spi2-core >=2.40.0,<2.41.0a0 - - atk-1.0 >=2.36.0 - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=9.3.0 - - libglib >=2.68.1,<3.0a0 - arch: x86_64 - platform: linux - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 339899 - timestamp: 1619122953439 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-atk-2.38.0-h1f2db35_3.tar.bz2 - sha256: c2c2c998d49c061e390537f929e77ce6b023ef22b51a0f55692d6df7327f3358 - md5: 4ea9d4634f3b054549be5e414291801e - depends: - - at-spi2-core >=2.40.0,<2.41.0a0 - - atk-1.0 >=2.36.0 - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=9.3.0 - - libglib >=2.68.1,<3.0a0 - arch: aarch64 - platform: linux - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 322172 - timestamp: 1619123713021 -- conda: https://conda.anaconda.org/conda-forge/linux-64/at-spi2-core-2.40.3-h0630a04_0.tar.bz2 - sha256: c4f9b66bd94c40d8f1ce1fad2d8b46534bdefda0c86e3337b28f6c25779f258d - md5: 8cb2fc4cd6cc63f1369cfa318f581cc3 - depends: - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=9.3.0 - - libglib >=2.68.3,<3.0a0 - - xorg-libx11 - - xorg-libxi - - xorg-libxtst - arch: x86_64 - platform: linux - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 658390 - timestamp: 1625848454791 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/at-spi2-core-2.40.3-h1f2db35_0.tar.bz2 - sha256: cd48de9674a20133e70a643476accc1a63360c921ab49477638364877937a40d - md5: a12602a94ee402b57063ef74e82016c0 - depends: - - dbus >=1.13.6,<2.0a0 - - libgcc-ng >=9.3.0 - - libglib >=2.68.3,<3.0a0 - - xorg-libx11 - - xorg-libxi - - xorg-libxtst - arch: aarch64 - platform: linux - license: LGPL-2.1-or-later - license_family: LGPL - purls: [] - size: 622407 - timestamp: 1625848355776 - conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e md5: f730d54ba9cd543666d7220c9f7ed563 @@ -3018,8 +2987,6 @@ packages: - libstdcxx-ng >=12 constrains: - atk-1.0 2.38.0 - arch: aarch64 - platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -3035,8 +3002,6 @@ packages: - libintl >=0.22.5,<1.0a0 constrains: - atk-1.0 2.38.0 - arch: x86_64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -3052,88 +3017,358 @@ packages: - libintl >=0.22.5,<1.0a0 constrains: - atk-1.0 2.38.0 - arch: arm64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 347530 timestamp: 1713896411580 -- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-25.1.0-pyh71513ae_0.conda - sha256: 1f267886522dfb9ae4e5ebbc3135b5eb13cff27bdbfe8d881a4d893459166ab4 - md5: 2cc3f588512f04f3a0c64b4e9bedc02d +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + md5: 5e4c0743c70186509d1412e03c2d8dfa depends: - - python >=3.9 + - python >=3.7 license: MIT license_family: MIT purls: - - pkg:pypi/attrs?source=compressed-mapping - size: 56370 - timestamp: 1737819298139 -- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda - sha256: 1c656a35800b7f57f7371605bc6507c8d3ad60fbaaec65876fce7f73df1fc8ac - md5: 0a01c169f0ab0f91b26e77a3301fbfe4 + - pkg:pypi/attrs?source=conda-forge-mapping + size: 54582 + timestamp: 1704011393776 +- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.3.0-pyh71513ae_0.conda + sha256: 750186af694a7130eaf7119fbb56db0d2326d8995ad5b8eae23c622b85fea29a + md5: 356927ace43302bf6f5926e2a58dae6a depends: - python >=3.9 - - pytz >=2015.7 - license: BSD-3-Clause - license_family: BSD - purls: - - pkg:pypi/babel?source=compressed-mapping - size: 6938256 - timestamp: 1738490268466 -- pypi: https://files.pythonhosted.org/packages/6e/74/d53cf0c527b20fc87351e6fd9d51aac9b5d1e32ec5a3a32b84671806ab40/beautifulsoup4-4.13.0-py3-none-any.whl - name: beautifulsoup4 - version: 4.13.0 - sha256: 9c4c3dfa67aba55f6cd03769c441b21e6a369797fd6766e4b4c6b3399aae2735 - requires_dist: - - soupsieve>1.2 - - typing-extensions - - cchardet ; extra == 'cchardet' - - chardet ; extra == 'chardet' - - charset-normalizer ; extra == 'charset-normalizer' - - html5lib ; extra == 'html5lib' - - lxml ; extra == 'lxml' - requires_python: '>=3.6.0' -- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda - sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 - md5: 32932642d9ae6470f79ca509f0a422f5 - depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - arch: x86_64 - platform: linux license: MIT license_family: MIT purls: - - pkg:pypi/black?source=hash-mapping - size: 302604 - timestamp: 1728503917696 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda - sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f - md5: 44b3857dc490a3cad3deb0b29723247e + - pkg:pypi/attrs?source=hash-mapping + size: 56354 + timestamp: 1734348889193 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.22-h8c86ca4_10.conda + sha256: 76fb4adb653407b4c514fba7b08e0940869989d660c4b11dedb183c01f7bb77a + md5: 94493124319f290e7ad45228d54db509 depends: - - click >=8.0.0 - - mypy_extensions >=0.4.3 - - packaging >=22.0 - - pathspec >=0.9 - - platformdirs >=2 - - python >=3.9,<3.10.0a0 - - python >=3.9,<3.10.0a0 *_cpython - - python_abi 3.9.* *_cp39 - - tomli >=1.1.0 - - typing_extensions >=4.0.1 - arch: aarch64 - platform: linux - license: MIT - license_family: MIT + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 101513 + timestamp: 1720943471630 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.7.1-hea5f451_1.conda + sha256: 24813fbc554c89a6fe26e319b773a4b977bdfbdd356fbc63aa28d5c3df9567c5 + md5: 72dff54470c6fc809b845fac58d39aad + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 46905 + timestamp: 1720901876108 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.23-h2466b09_0.conda + sha256: 728f9689bea381beebd8c94e333976eec5970bfe5a6a3bf981ee14f5a9229140 + md5: df475c2b12da4aa32d4946a1453681f5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 234194 + timestamp: 1718918578757 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.18-hea5f451_7.conda + sha256: 76899d3e3c482fdbd49d7844dc03a4ead7b727e8978f79c5e2a569ef80d815e0 + md5: 3834f2ba3431fe21692de035a7b992c1 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 22658 + timestamp: 1718967658946 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.4.2-h4b8288a_15.conda + sha256: b7d65c7cd46ae34608e296e7d642b0e8291eb3517a176138a3daa088c2495136 + md5: 270c3f0f23c48f3ac0074c3e81bdabac + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54326 + timestamp: 1720744311520 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.8.2-h269d64e_6.conda + sha256: 7195e70551e3adea16e632b706e8beebfc1d494115942a5839b6edd689108bbc + md5: 1603ce5ebacad267b5b5d2c484c73679 + depends: + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-compression >=0.2.18,<0.2.19.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 180156 + timestamp: 1720753340047 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.14.10-hfca834b_1.conda + sha256: e487ef1ca72ca609e245184259f6a06d2304997fc1fe7e399ab7efcabc1337da + md5: edbdbf574dccbab97002d7408f42d334 + depends: + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 159625 + timestamp: 1720719292787 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.10.4-h519d897_8.conda + sha256: 487c9db3d181b802fd56431bd5cbc79e6624b50f1b8fa1f2988adf4509155797 + md5: b6a0c6760077bb28547ba3ce5ed04cd1 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 158054 + timestamp: 1720751730919 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.6.0-hb746b11_2.conda + sha256: 55a9c0de5feee48492905b3bc8c33b530b79621fff5ab47989221e286f987635 + md5: f2a22db8c6fa50b13b45e5b8f7d18f11 + depends: + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 106792 + timestamp: 1720950156987 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.16-hea5f451_3.conda + sha256: f7f80b7650ce03ca9700b8138df625ad4b2a1c49a20ff555cf0fbd4f4b6faa1b + md5: 367b3cc3a418fca38f7afc47e753c993 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 54072 + timestamp: 1718973704299 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.18-hea5f451_7.conda + sha256: dfb5d5311ca15516739acd30a7cbfc9077a6164ded265a7247fbf52ea774aea2 + md5: 1f9a89bde3856fe9feb32eb05f59f231 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 52585 + timestamp: 1718973550940 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.27.3-h8c89294_2.conda + sha256: b9cec3aff15f0890d173813cb570d3bb7b7bf5df85ac6e08296d7134cc6e9c1c + md5: 0e2b0e8c97696f1584304ca9fe1e601e + depends: + - aws-c-auth >=0.7.22,<0.7.23.0a0 + - aws-c-cal >=0.7.1,<0.7.2.0a0 + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-c-http >=0.8.2,<0.8.3.0a0 + - aws-c-io >=0.14.10,<0.14.11.0a0 + - aws-c-mqtt >=0.10.4,<0.10.5.0a0 + - aws-c-s3 >=0.6.0,<0.6.1.0a0 + - aws-c-sdkutils >=0.1.16,<0.1.17.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 255271 + timestamp: 1720963842160 +- conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.329-he0aa860_9.conda + sha256: 293cb078bb0d85d480a9bb07e4baeaa88992932961f533a6ceff484f0ec71a48 + md5: 4fe9877157ca105fce0608c339c2f5b1 + depends: + - aws-c-common >=0.9.23,<0.9.24.0a0 + - aws-c-event-stream >=0.4.2,<0.4.3.0a0 + - aws-checksums >=0.1.18,<0.1.19.0a0 + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 3443586 + timestamp: 1720817600288 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.13.0-haf5610f_0.conda + sha256: e3d828f79368057258140e46404892b0ed8983797c05c04eac3bd24dea71da41 + md5: 14ed34c3091f89784d926cc7cf4b773b + depends: + - libcurl >=8.8.0,<9.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 487099 + timestamp: 1720853456727 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-identity-cpp-1.8.0-h148e6f0_2.conda + sha256: 1d5c52c0619d4ab1be47cd7958c5c9ecc327b0f5854ae0354b7c9cc60c73afe4 + md5: 83ec332c6f07f9e48c8d5706cceab962 + depends: + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 383395 + timestamp: 1721777916149 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-blobs-cpp-12.12.0-hf03c1c4_0.conda + sha256: 27a8b5df83d650129fb7ed4f73272f08bd92f72c2622e96c5145048ee442a39f + md5: 093769d5e96a6940cf10086af031dbca + depends: + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 967558 + timestamp: 1721865277797 +- conda: https://conda.anaconda.org/conda-forge/win-64/azure-storage-common-cpp-12.7.0-h148e6f0_1.conda + sha256: e65871ff5c3f6e19d21f9e98318de93fbed2ead70f1e6f379246c5e696bd87a7 + md5: 9802dfd947dba7777ffcb25078c59c2d + depends: + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 239921 + timestamp: 1721833165139 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + md5: 9669586875baeced8fc30c0826c3270e + depends: + - python >=3.7 + - pytz + - setuptools + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=conda-forge-mapping + size: 7609750 + timestamp: 1702422720584 +- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.16.0-pyhd8ed1ab_1.conda + sha256: f6205d3a62e87447e06e98d911559be0208d824976d77ab092796c9176611fcb + md5: 3e23f7db93ec14c80525257d8affac28 + depends: + - python >=3.9 + - pytz >=2015.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/babel?source=hash-mapping + size: 6551057 + timestamp: 1733236466015 +- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl + name: beautifulsoup4 + version: 4.12.3 + sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed + requires_dist: + - soupsieve>1.2 + - cchardet ; extra == 'cchardet' + - chardet ; extra == 'chardet' + - charset-normalizer ; extra == 'charset-normalizer' + - html5lib ; extra == 'html5lib' + - lxml ; extra == 'lxml' + requires_python: '>=3.6.0' +- conda: https://conda.anaconda.org/conda-forge/linux-64/black-24.10.0-py39hf3d152e_0.conda + sha256: 0bf7101a8d3298249c206bfe1a9ca9e9f2a4fad78f1c148abee97a351a0cbf45 + md5: 32932642d9ae6470f79ca509f0a422f5 + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + purls: + - pkg:pypi/black?source=hash-mapping + size: 302604 + timestamp: 1728503917696 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/black-24.10.0-py39h4420490_0.conda + sha256: 2fe8b8d67e841cf9f8375ac3324e8fa3bc3c1f9a60ce231a9932a5953163f67f + md5: 44b3857dc490a3cad3deb0b29723247e + depends: + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - tomli >=1.1.0 + - typing_extensions >=4.0.1 + license: MIT + license_family: MIT purls: - pkg:pypi/black?source=hash-mapping size: 302615 @@ -3151,8 +3386,6 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -3173,17 +3406,15 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/black?source=hash-mapping size: 303916 timestamp: 1728503905973 -- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.10.0-py39hcbf5309_0.conda - sha256: fbf55a83bb6544d0efe408e03e7252bf18263943c9de20b6c45b71b846dd44a2 - md5: 27b0e0375c9c2b6e0b13f43e9c7e1726 +- conda: https://conda.anaconda.org/conda-forge/win-64/black-24.4.2-py39hcbf5309_0.conda + sha256: 21a520064499ff3de16d577ca026d3c49dcaaaeb12d89b1573962218aae57b81 + md5: 6b4f72c3d5590e626ee37f8e6564f097 depends: - click >=8.0.0 - mypy_extensions >=0.4.3 @@ -3194,14 +3425,21 @@ packages: - python_abi 3.9.* *_cp39 - tomli >=1.1.0 - typing_extensions >=4.0.1 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/black?source=hash-mapping - size: 328210 - timestamp: 1728504147426 + - pkg:pypi/black?source=conda-forge-mapping + size: 320216 + timestamp: 1714120236535 +- pypi: https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl + name: bleach + version: 6.1.0 + sha256: 3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6 + requires_dist: + - six>=1.9.0 + - webencodings + - tinycss2>=1.1.0,<1.3 ; extra == 'css' + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl name: bleach version: 6.2.0 @@ -3238,8 +3476,6 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -3255,8 +3491,6 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -3272,31 +3506,27 @@ packages: - lz4-c >=1.10.0,<1.11.0a0 - snappy >=1.2.1,<1.3.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 33602 timestamp: 1733513285902 -- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-hfd34d9b_1.conda - sha256: 9303a7a0e03cf118eab3691013f6d6cbd1cbac66efbc70d89b20f5d0145257c0 - md5: 357d7be4146d5fec543bfaa96a8a40de +- conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.6-h85f69ea_0.conda + sha256: 1289853b41df5355f45664f1cb015c868df1f570cf743e9e4a5bda8efe8c42fa + md5: 2390269374fded230fcbca8332a4adc0 depends: - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - snappy >=1.2.1,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.2.0,<1.3.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 49840 - timestamp: 1733513605730 + size: 50135 + timestamp: 1719266616208 - conda: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0.1-pyhd8ed1ab_0.conda sha256: 2eaaa2a70871f608d074f445596bfc7cc7ecf36d9354c5e607b517d1408d16bd md5: 686cb5c54d3a3a028f4bce356b3e0030 @@ -3309,7 +3539,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/bmipy?source=hash-mapping + - pkg:pypi/bmipy?source=conda-forge-mapping size: 14075 timestamp: 1698243713437 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda @@ -3336,8 +3566,6 @@ packages: - libbrotlidec 1.1.0 h86ecc28_2 - libbrotlienc 1.1.0 h86ecc28_2 - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -3351,8 +3579,6 @@ packages: - brotli-bin 1.1.0 h00291cd_2 - libbrotlidec 1.1.0 h00291cd_2 - libbrotlienc 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -3366,30 +3592,26 @@ packages: - brotli-bin 1.1.0 hd74edd7_2 - libbrotlidec 1.1.0 hd74edd7_2 - libbrotlienc 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 19588 timestamp: 1725268044856 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 - md5: 378f1c9421775dfe644731cb121c8979 +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda + sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 + md5: f47f6db2528e38321fb00ae31674c133 depends: - - brotli-bin 1.1.0 h2466b09_2 - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 + - brotli-bin 1.1.0 hcfcfb64_1 + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 19697 - timestamp: 1725268293988 + size: 19772 + timestamp: 1695990547936 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 md5: c63b5e52939e795ba8d26e35d767a843 @@ -3412,8 +3634,6 @@ packages: - libbrotlidec 1.1.0 h86ecc28_2 - libbrotlienc 1.1.0 h86ecc28_2 - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -3426,8 +3646,6 @@ packages: - __osx >=10.13 - libbrotlidec 1.1.0 h00291cd_2 - libbrotlienc 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -3440,29 +3658,25 @@ packages: - __osx >=11.0 - libbrotlidec 1.1.0 hd74edd7_2 - libbrotlienc 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 16772 timestamp: 1725268026061 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 - md5: d22534a9be5771fc58eb7564947f669d +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda + sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 + md5: 0105229d7c5fabaa840043a86c10ec64 depends: - - libbrotlidec 1.1.0 h2466b09_2 - - libbrotlienc 1.1.0 h2466b09_2 + - libbrotlidec 1.1.0 hcfcfb64_1 + - libbrotlienc 1.1.0 hcfcfb64_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 20837 - timestamp: 1725268270219 + size: 20885 + timestamp: 1695990517506 - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_2.conda sha256: 6b5ad1d89519f926138cd146bc475d42ccbd8239849fa8677031160e17f30202 md5: 8ea5af6ac902f1a4429190970d9099ce @@ -3493,8 +3707,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 h86ecc28_2 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -3511,8 +3723,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -3530,17 +3740,15 @@ packages: - python_abi 3.9.* *_cp39 constrains: - libbrotlicommon 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/brotli?source=hash-mapping size: 338488 timestamp: 1725268478900 -- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39ha51f57c_2.conda - sha256: e7640e3d3f742172a3a5ad40f1e2326893bd61bb51224e434f4ea509a527540a - md5: febb0f96eb7400bb065681117872b75e +- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py39h99910a6_1.conda + sha256: 076f6ac7dc00cfca25e11fd42bfd3cc3395307d9a3aa3958a13d14bc8ea610ec + md5: f24ba3942ece1e5d3dcde934f0532998 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -3548,15 +3756,13 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - libbrotlicommon 1.1.0 h2466b09_2 - arch: x86_64 - platform: win + - libbrotlicommon 1.1.0 hcfcfb64_1 license: MIT license_family: MIT purls: - - pkg:pypi/brotli?source=hash-mapping - size: 321820 - timestamp: 1725268551147 + - pkg:pypi/brotli?source=conda-forge-mapping + size: 321654 + timestamp: 1695990742536 - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d md5: 62ee74e96c5ebb0af99386de58cf9553 @@ -3575,8 +3781,6 @@ packages: md5: 56398c28220513b9ea13d7b450acfb20 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3587,8 +3791,6 @@ packages: md5: 7ed4301d437b59045be7e051a0308211 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3599,8 +3801,6 @@ packages: md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 - arch: arm64 - platform: osx license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3613,8 +3813,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: bzip2-1.0.6 license_family: BSD purls: [] @@ -3638,8 +3836,6 @@ packages: md5: 356da36f35d36dcba16e43f1589d4e39 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -3650,8 +3846,6 @@ packages: md5: 133255af67aaf1e0c0468cc753fd800b depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -3662,58 +3856,60 @@ packages: md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 179496 timestamp: 1734208291879 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2025.1.31-hbcca054_0.conda - sha256: bf832198976d559ab44d6cdb315642655547e26d826e34da67cbee6624cda189 - md5: 19f3a56f68d2fd06c516076bff482c52 +- conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.32.3-h2466b09_0.conda + sha256: 91e3568f5708916b28863d672120e67f85f86d3d9d892aabe6012153702aa045 + md5: eb6bcf1d4a0bb3ab98d4bbd402534b80 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 165093 + timestamp: 1721835227167 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda + sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd + md5: 720523eb0d6a9b0f6120c16b2aa4e7de arch: x86_64 platform: linux license: ISC purls: [] - size: 158144 - timestamp: 1738298224464 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2025.1.31-hcefe29a_0.conda - sha256: 66c6408ee461593cfdb2d78d82e6ed74d04a04ccb51df3ef8a5f35148c9c6eec - md5: 462cb166cd2e26a396f856510a3aff67 - arch: aarch64 - platform: linux + size: 157088 + timestamp: 1734208393264 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.12.14-hcefe29a_0.conda + sha256: ad7b43211051332a5a4e788bb4619a2d0ecb5be73e0f76be17f733a87d7effd1 + md5: 83b4ad1e6dc14df5891f3fcfdeb44351 license: ISC purls: [] - size: 158290 - timestamp: 1738299057652 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2025.1.31-h8857fd0_0.conda - sha256: 42e911ee2d8808eacedbec46d99b03200a6138b8e8a120bd8acabe1cac41c63b - md5: 3418b6c8cac3e71c0bc089fc5ea53042 - arch: x86_64 - platform: osx + size: 157096 + timestamp: 1734209301744 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda + sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 + md5: b7b887091c99ed2e74845e75e9128410 license: ISC purls: [] - size: 158408 - timestamp: 1738298385933 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2025.1.31-hf0a4a13_0.conda - sha256: 7e12816618173fe70f5c638b72adf4bfd4ddabf27794369bb17871c5bb75b9f9 - md5: 3569d6a9141adc64d2fe4797f3289e06 - arch: arm64 - platform: osx + size: 156925 + timestamp: 1734208413176 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda + sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 + md5: 7cb381a6783d91902638e4ed1ebd478e license: ISC purls: [] - size: 158425 - timestamp: 1738298167688 -- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2025.1.31-h56e8100_0.conda - sha256: 1bedccdf25a3bd782d6b0e57ddd97cdcda5501716009f2de4479a779221df155 - md5: 5304a31607974dfc2110dfbb662ed092 - arch: x86_64 - platform: win + size: 157091 + timestamp: 1734208344343 +- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.7.4-h56e8100_0.conda + sha256: 7f37bb33c7954de1b4d19ad622859feb4f6c58f751c38b895524cad4e44af72e + md5: 9caa97c9504072cd060cf0a3142cc0ed license: ISC purls: [] - size: 158690 - timestamp: 1738298232550 + size: 154943 + timestamp: 1720077592592 - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.2-h3394656_1.conda sha256: de7d0d094e53decc005cb13e527be2635b8f604978da497d4c0d282c7dc08385 md5: b34c2833a1f56db610aeb27f206d800d @@ -3763,8 +3959,6 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - arch: aarch64 - platform: linux license: LGPL-2.1-only or MPL-1.1 purls: [] size: 980455 @@ -3784,8 +3978,6 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.44.2,<1.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-only or MPL-1.1 purls: [] size: 891731 @@ -3805,34 +3997,30 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - pixman >=0.44.2,<1.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-only or MPL-1.1 purls: [] size: 894517 timestamp: 1733791145035 -- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.2-h5782bbf_1.conda - sha256: 86fb783e19f7c46ad781d853b650f4cef1c3f2b1b07dd112afe1fc278bc73020 - md5: 63ff2bf400dde4fad0bed56debee5c16 +- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h91e5215_2.conda + sha256: 89568f4f6844c8c195457fbb2ce39acd9a727be4daadebc2464455db2fda143c + md5: 7a0b2818b003bd79106c29f55126d2c3 depends: - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.44,<1.7.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - - pixman >=0.44.2,<1.0a0 + - pixman >=0.43.4,<1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win + - zlib license: LGPL-2.1-only or MPL-1.1 purls: [] - size: 1515969 - timestamp: 1733791355894 + size: 1519852 + timestamp: 1718986279087 - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.12.14-pyhd8ed1ab_0.conda sha256: 048c16a9cbcb1fbad02083414d3bc7c1d0eea4b39aee6aa6bf8d1d5089ca8bad md5: 6feb87357ecd66733be3279f16a8c400 @@ -3843,6 +4031,16 @@ packages: - pkg:pypi/certifi?source=hash-mapping size: 161642 timestamp: 1734380604767 +- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.7.4-pyhd8ed1ab_0.conda + sha256: dd3577bb5275062c388c46b075dcb795f47f8dac561da7dd35fe504b936934e5 + md5: 24e7fd6ca65997938fff9e5ab6f653e4 + depends: + - python >=3.7 + license: ISC + purls: + - pkg:pypi/certifi?source=conda-forge-mapping + size: 159308 + timestamp: 1720458053074 - conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_1.conda sha256: 22e75e5bccf583f0f591abb2566608ccaeaebe12d3be0ed7aa21a8df8c1a6be7 md5: c344c2e03cee091f3a0f79f3d65dfade @@ -3856,7 +4054,7 @@ packages: license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/cffconvert?source=hash-mapping + - pkg:pypi/cffconvert?source=conda-forge-mapping size: 54965 timestamp: 1736073317785 - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda @@ -3886,8 +4084,6 @@ packages: - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -3903,8 +4099,6 @@ packages: - pycparser - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -3921,17 +4115,15 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/cffi?source=hash-mapping size: 227265 timestamp: 1725560892881 -- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda - sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 - md5: 1e0c1867544dc5f3adfad28742f4d983 +- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py39ha55989b_0.conda + sha256: 1a1f399b29a5702110208fb85e215937b7d10347bd13bfc3601cabd964d83b25 + md5: 3641cc4492220301e0b0c65cf2985a80 depends: - pycparser - python >=3.9,<3.10.0a0 @@ -3939,14 +4131,36 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/cffi?source=hash-mapping - size: 236935 - timestamp: 1725561195746 + - pkg:pypi/cffi?source=conda-forge-mapping + size: 236120 + timestamp: 1696002149834 +- conda: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.4.1-hc2ea260_0.conda + sha256: 97249ec67f115c05a2a452e62f6aed2e3f3a244ba1f33b0e9395a05f9d7f6fee + md5: b3263858e6a924d05dc2e9ce335593ba + depends: + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LicenseRef-fitsio + purls: [] + size: 601046 + timestamp: 1718906922426 +- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/charset-normalizer?source=conda-forge-mapping + size: 46597 + timestamp: 1698833765762 - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.1-pyhd8ed1ab_0.conda sha256: 4e0ee91b97e5de3e74567bdacea27f0139709fceca4db8adffbe24deffccb09b md5: e83a31202d1c0a000fce3e9cf3825875 @@ -3958,6 +4172,19 @@ packages: - pkg:pypi/charset-normalizer?source=hash-mapping size: 47438 timestamp: 1735929811779 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda + sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 + md5: 3549ecbceb6cd77b91a105511b7d0786 + depends: + - __win + - colorama + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/click?source=conda-forge-mapping + size: 85051 + timestamp: 1692312207348 - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh707e725_0.conda sha256: c920d23cd1fcf565031c679adb62d848af60d6fbb0edc2d50ba475cea4f0d8ab md5: f22f4d4970e09d68a10b922cbb0408d3 @@ -3970,19 +4197,18 @@ packages: - pkg:pypi/click?source=hash-mapping size: 84705 timestamp: 1734858922844 -- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.8-pyh7428d3b_0.conda - sha256: c889ed359ae47eead4ffe8927b7206b22c55e67d6e74a9044c23736919d61e8d - md5: 90e5571556f7a45db92ee51cb8f97af6 +- conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 + sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 + md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f depends: - - __win - - colorama - - python >=3.9 + - click >=3.0 + - python license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/click?source=hash-mapping - size: 85169 - timestamp: 1734858972635 + - pkg:pypi/click-plugins?source=conda-forge-mapping + size: 8992 + timestamp: 1554588104889 - conda: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-pyhd8ed1ab_1.conda sha256: e7e2371a2561fbda9d50deb895d56fb16ccefe54f6d81b35ba8f1d33d3cc6957 md5: 82bea35e4dac4678ba623cf10e95e375 @@ -3995,6 +4221,18 @@ packages: - pkg:pypi/click-plugins?source=hash-mapping size: 12057 timestamp: 1733731217399 +- conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 + sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 + md5: a29b7c141d6b2de4bb67788a5f107734 + depends: + - click >=4.0 + - python <4.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cligj?source=conda-forge-mapping + size: 10255 + timestamp: 1633637895378 - conda: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_2.conda sha256: 1a52ae1febfcfb8f56211d1483a1ac4419b0028b7c3e9e61960a298978a42396 md5: 55c7804f428719241a90b152016085a1 @@ -4007,17 +4245,39 @@ packages: - pkg:pypi/cligj?source=hash-mapping size: 12521 timestamp: 1733750069604 -- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.4.1-pyhd8ed1ab_0.conda - sha256: 1d82cf34dcdfcebf8cfef8a5117cacbdbfeefe252a06a33f08afb7be308df80b - md5: cc33c9affde49a8158ffc1b3f32af83a +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_0.conda + sha256: f3ca4360e92732a4c805ea4387545b0cb17cfdba5a7da6e4f8f231581be4e9ec + md5: 6e67fa19bedafa7eb7d6ea91de53e03d + depends: + - python >=3.8 + license: GPL-2.0-only + license_family: GPL + purls: + - pkg:pypi/codespell?source=conda-forge-mapping + size: 290955 + timestamp: 1716536580880 +- conda: https://conda.anaconda.org/conda-forge/noarch/codespell-2.3.0-pyhd8ed1ab_1.conda + sha256: ae0949e0e8d868edc78b59bf7e62b93db53083421301712f95c5dff9d4848363 + md5: 840293a20343a601ca2738d359e403eb depends: - python >=3.9 license: GPL-2.0-only license_family: GPL purls: - pkg:pypi/codespell?source=hash-mapping - size: 302888 - timestamp: 1738095348352 + size: 290573 + timestamp: 1736341804228 +- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/colorama?source=conda-forge-mapping + size: 25170 + timestamp: 1666700778190 - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 md5: 962b9857ee8e7018c22f2776ffa0b2d7 @@ -4029,6 +4289,18 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 27011 timestamp: 1733218222191 +- conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_0.conda + sha256: e923acf02708a8a0b591f3bce4bdc11c8e63b73198b99b35fe6cd96bfb6a0dbe + md5: 948d84721b578d426294e17a02e24cbb + depends: + - python >=3.6 + - traitlets >=5.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/comm?source=conda-forge-mapping + size: 12134 + timestamp: 1710320435158 - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda sha256: 7e87ef7c91574d9fac19faedaaee328a70f718c9b4ddadfdc0ba9ac021bd64af md5: 74673132601ec2b7fc592755605f4c1b @@ -4041,6 +4313,17 @@ packages: - pkg:pypi/comm?source=hash-mapping size: 12103 timestamp: 1733503053903 +- conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_0.conda + sha256: 23f7283b59d20a895c5fa41aa5d276155cedf257418db7f952d615d6a2e5fa43 + md5: 0d07dc29b1c1cc973f76b74beb44915f + depends: + - python >=3.5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/configargparse?source=conda-forge-mapping + size: 39491 + timestamp: 1690138171226 - conda: https://conda.anaconda.org/conda-forge/noarch/configargparse-1.7-pyhd8ed1ab_1.conda sha256: 6304ba52f86e20dc15ff5274f7178997e6378e62f9b9406da29304d969aefda4 md5: c5f4eec949e6514ca49e606b1fb7c043 @@ -4080,8 +4363,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -4097,8 +4378,6 @@ packages: - numpy >=1.23 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -4115,43 +4394,39 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/contourpy?source=hash-mapping size: 234286 timestamp: 1729602726665 -- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.3.0-py39h2b77a98_2.conda - sha256: 109849cd12af6bfa9c7fe8076755eb16ca5f93d463347d00f748af20a367a721 - md5: 37f8619ee96710220ead6bb386b9b24b +- conda: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.2.1-py39h1f6ef14_0.conda + sha256: 32820a069906394d10bd908a0cfdbb60b940fb81e71aef3303ab9ab93c4625e6 + md5: 03e25c6bae87f4f9595337255b44b0fb depends: - - numpy >=1.23 + - numpy >=1.20 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/contourpy?source=hash-mapping - size: 196844 - timestamp: 1727294312191 -- conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.9.21-py39hd8ed1ab_1.conda - noarch: generic - sha256: e6550736e44b800cf7cbb5d4570a08b3b96efa02b90dbd499a26a0698d677436 - md5: 88c825b761db70b42004d12a14f125bf - depends: - - python 3.9.21.* - - python_abi * *_cp39 - license: Python-2.0 - purls: [] - size: 48066 - timestamp: 1733406274681 + - pkg:pypi/contourpy?source=conda-forge-mapping + size: 186813 + timestamp: 1712430556544 +- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 5cd86562580f274031ede6aa6aa24441 + depends: + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/cycler?source=conda-forge-mapping + size: 13458 + timestamp: 1696677888423 - conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c md5: 44600c4667a319d67dbe0681fc0bc833 @@ -4188,8 +4463,6 @@ packages: - libntlm - libstdcxx-ng >=12 - openssl >=3.1.1,<4.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause-Attribution license_family: BSD purls: [] @@ -4212,8 +4485,6 @@ packages: md5: 6e5a87182d66b2d1328a96b61ca43a62 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -4222,8 +4493,6 @@ packages: - conda: 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 purls: [] @@ -4232,27 +4501,11 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 md5: 5a74cdee497e6b65173e10d94582fae6 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 316394 timestamp: 1685695959391 -- conda: 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 - purls: [] - size: 618643 - timestamp: 1685696352968 - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 md5: ecfff944ba3960ecb334b9a2663d708d @@ -4274,16 +4527,14 @@ packages: - expat >=2.4.2,<3.0a0 - libgcc-ng >=9.4.0 - libglib >=2.70.2,<3.0a0 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] size: 672759 timestamp: 1640113663539 -- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.12-py39hf88036b_0.conda - sha256: 987b6e3ab4aabdc0e4c8c325552c694fd9311f985f3dd6b30e47c7a7e48160d0 - md5: fea41cd6f4815e2bdcb7c32e0b2e03ed +- conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.11-py39hf88036b_0.conda + sha256: d7a3d96b221b3e4f039011453c997ef86605029461ed1cd303fab964a2530410 + md5: f735d25789adbe78c1f34ab6593054c1 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -4296,75 +4547,78 @@ packages: license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2122965 - timestamp: 1737269919982 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.12-py39h7dbf29c_0.conda - sha256: 5caf7a9b332c7868f0c377c7495e23aeb98d2a63c066bb0d319a9819fa83aabb - md5: bbbfba6984d0623a8da117ff3f947af9 + size: 2147389 + timestamp: 1734159075635 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/debugpy-1.8.11-py39h7dbf29c_0.conda + sha256: f226df76e54c7dc600280efd30dd3d577fdd8dd142a2866ec893a65ef508349f + md5: b631f2943890b87fbaa2a6a44c1da8b5 depends: - libgcc >=13 - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2130025 - timestamp: 1737270024853 -- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.12-py39hdf37715_0.conda - sha256: 6e936ca602fb5d4751dace0bed909f471f952dabe90630a8e0d1c4e2fbae1e58 - md5: eb885c5ae7f0281471f5cff7b20605e8 + size: 2093259 + timestamp: 1734159298268 +- conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.11-py39hdf37715_0.conda + sha256: 9591da75ee101699fdcf1a080fa786f5b85d6981f25449206ab0db0e8b41f18f + md5: 8cd0c561c10e87a68de9fad8b272c294 depends: - __osx >=10.13 - libcxx >=18 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2075672 - timestamp: 1737270016838 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.12-py39h941272d_0.conda - sha256: bdd4cfcbfbe43b21520ba897412240f4f0e62cfe5e4c7cd8056892c306aa3a27 - md5: da7cbafc7fc5b5f0b3fcf8fc4c4e871d + size: 2063108 + timestamp: 1734159315544 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.8.11-py39h941272d_0.conda + sha256: c9ec63c128fef09a3177738902130a48404a43f8499cdccf04c89872d1c33e46 + md5: 1091cdfc14e7d7bfaad5b9ea05b94b37 depends: - __osx >=11.0 - libcxx >=18 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/debugpy?source=hash-mapping - size: 2048402 - timestamp: 1737270000822 -- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.12-py39ha51f57c_0.conda - sha256: 47c851874c0a4855016f858ead77dd0a426906aa9f7b2fb8fad2d295e502ae2b - md5: 1ed3b838788f139b491298eecf179daf + size: 2066935 + timestamp: 1734159213134 +- conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.2-py39ha51f57c_0.conda + sha256: ea40da95a65ff03e11a12446fc25815a5f74da7468f8e86da08bdfce40b30e3e + md5: 1c6118c0f12a412582242bd087e4c136 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/debugpy?source=hash-mapping - size: 3178687 - timestamp: 1737270088294 + - pkg:pypi/debugpy?source=conda-forge-mapping + size: 2831905 + timestamp: 1719379131318 +- conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 + depends: + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/decorator?source=conda-forge-mapping + size: 12072 + timestamp: 1641555714315 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda sha256: 84e5120c97502a3785e8c3241c3bf51f64b4d445f13b4d2445db00d9816fe479 md5: d622d8d7ee8868870f9cbe259f381181 @@ -4389,7 +4643,7 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/docopt?source=hash-mapping + - pkg:pypi/docopt?source=conda-forge-mapping size: 18876 timestamp: 1733817956506 - conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda @@ -4402,6 +4656,17 @@ packages: - pkg:pypi/docutils?source=hash-mapping size: 402700 timestamp: 1733217860944 +- conda: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py39hcbf5309_3.conda + sha256: aa18ac6ca5a1b4527215ed7cbf40df5e4c1cd1bbc5b57c9b074c7c80849c062d + md5: 47cec089153a05d38df88a6fa9aa6119 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1 + purls: + - pkg:pypi/docutils?source=conda-forge-mapping + size: 757111 + timestamp: 1701883327171 - conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda sha256: 9eee491a73b67fd64379cf715f85f8681568ebc1f02f9e11b4c50d46a3323544 md5: c2f83a5ddadadcdb08fe05863295ee97 @@ -4421,71 +4686,21 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 78230 timestamp: 1686485872718 -- conda: https://conda.anaconda.org/conda-forge/win-64/double-conversion-3.3.0-h63175ca_0.conda - sha256: 735d40b44a0f39386d1e2988384b6d78a98efd4fa1818e7f2f6fb01f91e16b64 - md5: 1a8bc18b24014167b2184c5afbe6037e - 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 - purls: [] - size: 70425 - timestamp: 1686490368655 -- conda: https://conda.anaconda.org/conda-forge/linux-64/epoxy-1.5.10-h166bdaf_1.tar.bz2 - sha256: 1e58ee2ed0f4699be202f23d49b9644b499836230da7dd5b2f63e6766acff89e - md5: a089d06164afd2d511347d3f87214e0b +- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda + sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 + md5: d02ae936e42063ca46af6cdad2dbd1e0 depends: - - libgcc-ng >=10.3.0 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - purls: [] - size: 1440699 - timestamp: 1648505042260 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/epoxy-1.5.10-h4e544f5_1.tar.bz2 - sha256: 2cdd3965353b24f49bd8d4aafaaf282968509dc600350c25d0d29355990af834 - md5: e3000ef63f6250283a6ca13d38e3e8be - depends: - - libgcc-ng >=10.3.0 - arch: aarch64 - platform: linux - license: MIT - license_family: MIT - purls: [] - size: 1455489 - timestamp: 1648505885929 -- conda: https://conda.anaconda.org/conda-forge/osx-64/epoxy-1.5.10-h5eb16cf_1.tar.bz2 - sha256: 0e344e8490237565a5685736421e06b47a1b46dee7151c0973dd48130f8e583a - md5: 721a46794b9ad1301115068189acb750 - arch: x86_64 - platform: osx - license: MIT - license_family: MIT - purls: [] - size: 342235 - timestamp: 1648505306288 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/epoxy-1.5.10-h1c322ee_1.tar.bz2 - sha256: 8b93dbebab0fe12ece4767e6a2dc53a6600319ece0b8ba5121715f28c7b0f8d1 - md5: 20dd7359a6052120d52e1e13b4c818b9 - arch: arm64 - platform: osx - license: MIT - license_family: MIT - purls: [] - size: 355201 - timestamp: 1648505273975 + - python >=3.7 + license: MIT and PSF-2.0 + purls: + - pkg:pypi/exceptiongroup?source=conda-forge-mapping + size: 20418 + timestamp: 1720869435725 - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda sha256: cbde2c64ec317118fc06b223c5fd87c8a680255e7348dd60e7b292d2e103e701 md5: a16662747cdeb9abbac74d0057cc976e @@ -4496,6 +4711,17 @@ packages: - pkg:pypi/exceptiongroup?source=hash-mapping size: 20486 timestamp: 1733208916977 +- conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda + sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 + md5: 15dda3cdbf330abfe9f555d22f66db46 + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/execnet?source=conda-forge-mapping + size: 38883 + timestamp: 1712591929944 - conda: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_1.conda sha256: 9abc6c128cd40733e9b24284d0462e084d4aff6afe614f0754aa8533ebe505e4 md5: a71efeae2c160f6789900ba2631a2c90 @@ -4507,6 +4733,17 @@ packages: - pkg:pypi/execnet?source=hash-mapping size: 38835 timestamp: 1733231086305 +- conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 + depends: + - python >=2.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/executing?source=conda-forge-mapping + size: 27689 + timestamp: 1698580072627 - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda sha256: 28d25ea375ebab4bf7479228f8430db20986187b04999136ff5c722ebd32eb60 md5: ef8b5fca76806159fc25b4f48d8737eb @@ -4538,23 +4775,41 @@ packages: depends: - libexpat 2.6.4 h5ad3122_0 - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 130354 timestamp: 1730967212801 -- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.17.0-pyhd8ed1ab_0.conda - sha256: 006d7e5a0c17a6973596dd86bfc80d74ce541144d2aee2d22d46fd41df560a63 - md5: 7f402b4a1007ee355bc50ce4d24d4a57 +- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda + sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 + md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a + depends: + - libexpat 2.6.2 h63175ca_0 + license: MIT + license_family: MIT + purls: [] + size: 229627 + timestamp: 1710362661692 +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.15.4-pyhd8ed1ab_0.conda + sha256: f78d9c0be189a77cb0c67d02f33005f71b89037a85531996583fb79ff3fe1a0a + md5: 0e7e4388e9d5283e22b35a9443bdbcc9 + depends: + - python >=3.7 + license: Unlicense + purls: + - pkg:pypi/filelock?source=conda-forge-mapping + size: 17592 + timestamp: 1719088395353 +- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_1.conda + sha256: 18dca6e2194732df7ebf824abaefe999e4765ebe8e8a061269406ab88fc418b9 + md5: d692e9ba6f92dc51484bf3477e36ce7c depends: - python >=3.9 license: Unlicense purls: - pkg:pypi/filelock?source=hash-mapping - size: 17544 - timestamp: 1737517924333 + size: 17441 + timestamp: 1733240909987 - conda: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.10.1-py39h4bd6204_3.conda sha256: ce8aea7c20826bdb7e31677fd7eb5b0a7769a3cbd06fcc796455fb5e861b7503 md5: f7a18b2b249a4da6f7479c6a74c17206 @@ -4597,8 +4852,6 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -4621,8 +4874,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -4646,39 +4897,50 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - shapely - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/fiona?source=hash-mapping size: 1001630 timestamp: 1733507968660 -- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.10.1-py39h6ecdd97_3.conda - sha256: 148f5b189afb43c386597e9122f4f96fa1c1102334fc1f9c6529c450b180e5cb - md5: b4602586585d85c5fe14594a1abf3c26 +- conda: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.6-py39ha18aef2_4.conda + sha256: 29923cfa2aafe7f1c8813b873f238939297df3b4239ef5ef334b73a405f2557c + md5: b6ce97c5802c470b64ad47f286c2b276 depends: - attrs >=19.2.0 + - certifi - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 + - gdal - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 - - pyparsing + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 + - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - shapely + - six - 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 purls: - - pkg:pypi/fiona?source=hash-mapping - size: 957384 - timestamp: 1733508026385 + - pkg:pypi/fiona?source=conda-forge-mapping + size: 814844 + timestamp: 1722412467645 +- conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_0.conda + sha256: 57434214a3c5e33f06688896981d27262d823ae75b7b496e2d9c40c14f500c97 + md5: 4673657910db1d7914dc272124fe03ae + depends: + - python >=3.6 + license: Apache-2.0 + license_family: Apache + purls: + - pkg:pypi/flaky?source=conda-forge-mapping + size: 22156 + timestamp: 1710293112378 - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.8.1-pyhd8ed1ab_1.conda sha256: 483f3291f0236d9b2a3bb417b4620d08149e1ef383da4b392fbcccce4c3ceeb5 md5: 7e081d00fdcba21b76658c1649691836 @@ -4690,6 +4952,18 @@ packages: - pkg:pypi/flaky?source=hash-mapping size: 22239 timestamp: 1736040820816 +- conda: https://conda.anaconda.org/conda-forge/win-64/fmt-11.0.1-h7f575de_0.conda + sha256: ea9d7de263bcd139d19efac950f2da913f25f92025435ddc412412a74f23c109 + md5: af430df6ac41b09d5ef99fe60a108a3a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 189241 + timestamp: 1720363932863 - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b md5: 0c96522c6bdaed4b1566d11387caaf45 @@ -4714,6 +4988,14 @@ packages: purls: [] size: 700814 timestamp: 1620479612257 +- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_2.conda + sha256: c940f6e969143e13a3a9660abb3c7e7e23b8319efb29dbdd5dee0b9939236e13 + md5: cbbe59391138ea5ad3658c76912e147f + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + purls: [] + size: 1622566 + timestamp: 1714483134319 - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 md5: 49023d73832ef61042f6a237cb2687e7 @@ -4748,8 +5030,6 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -4763,8 +5043,6 @@ packages: - freetype >=2.12.1,<3.0a0 - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -4778,31 +5056,27 @@ packages: - freetype >=2.12.1,<3.0a0 - libexpat >=2.6.3,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 234227 timestamp: 1730284037572 -- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.15.0-h765892d_1.conda - sha256: ed122fc858fb95768ca9ca77e73c8d9ddc21d4b2e13aaab5281e27593e840691 - md5: 9bb0026a2131b09404c59c4290c697cd +- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda + sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 + md5: 08767992f1a4f1336a257af1241034bd depends: + - expat >=2.5.0,<3.0a0 - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win + - vs2015_runtime >=14.29.30139 license: MIT license_family: MIT purls: [] - size: 192355 - timestamp: 1730284147944 + size: 190111 + timestamp: 1674829354122 - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 md5: fee5683a3f04bd15cbd8318b096a27ab @@ -4826,9 +5100,9 @@ packages: purls: [] size: 4102 timestamp: 1566932280397 -- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.8-py39h9399b63_0.conda - sha256: ffe6e3212a05873cfa7eae722102159247fbbec2adbf2b18c66464be9587f08f - md5: 6bf9f93c616d7b7e2fd8db1b3b655b85 +- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.3-py39h9399b63_1.conda + sha256: e246f4cc452aa2bc2f90594eff8dc553172839131ef5457371dd1b7f2481407b + md5: 5cd3b942589049b43ef3a65d1f63c488 depends: - __glibc >=2.17,<3.0.a0 - brotli @@ -4843,11 +5117,11 @@ packages: license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2296891 - timestamp: 1738204397164 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.8-py39hbebea31_0.conda - sha256: a9bef54e4179089c69146c0f2ce402801370f28526510e9a567d8e7b7647c397 - md5: a52825ee6e5027bd54d23eae28feb86a + size: 2317987 + timestamp: 1735335999918 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/fonttools-4.55.3-py39hbebea31_1.conda + sha256: 8a5858b54e6b0372ce1445ea6b127536eedb86da1e395fe77b14def2b924e54a + md5: 8f6cca97167821f34fc339f18f0acea8 depends: - brotli - libgcc >=13 @@ -4856,17 +5130,15 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2271017 - timestamp: 1738203982028 -- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.8-py39hd18e689_0.conda - sha256: af93549481fe773a761903af28293cf73223c53ece1ac5b0e23c4f3e049e3ecf - md5: 40cf918dad42a0975011a5bba8bd2cde + size: 2285092 + timestamp: 1735336093544 +- conda: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.55.3-py39hd18e689_1.conda + sha256: 23d32fafa765899b984676b702901503d96f7f31fee815470b9c1c980feb4c10 + md5: 192c4523bffebfa4b0c8461bedc564f7 depends: - __osx >=10.13 - brotli @@ -4874,17 +5146,15 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2256659 - timestamp: 1738204033212 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.8-py39hefdd603_0.conda - sha256: 48ea15539db9bf3edde3c2a147e77b707627fb1c7c65090a9f8e7df95f26dadf - md5: bc01fbe41e5029c10e2973e19f3fbca8 + size: 2252144 + timestamp: 1735336066172 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fonttools-4.55.3-py39hefdd603_1.conda + sha256: 0dc9178bd43a7333156ec7ce79f2f344360c3f7755208abf623db9a10f0bcb7d + md5: 5e8f25f5e9d2552ce85470ff6dd1d69d depends: - __osx >=11.0 - brotli @@ -4893,34 +5163,41 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - unicodedata2 >=15.1.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/fonttools?source=hash-mapping - size: 2245346 - timestamp: 1738204063914 -- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.55.8-py39hf73967f_0.conda - sha256: 60ab796929651ceac745a048e2c141b85672ad68c682a0ac28a6879f56348d29 - md5: f17c373bde372e6110eac90c7092e955 + size: 2212416 + timestamp: 1735336115892 +- conda: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.53.1-py39ha55e580_0.conda + sha256: de16b0c47fcd4dea44c7f939b070baa630b9ef7f0975b5df5e5ad094f894549f + md5: 81bbae03542e491178a620a45ad0b474 depends: - brotli - munkres - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - - unicodedata2 >=15.1.0 + - unicodedata2 >=14.0.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/fonttools?source=hash-mapping - size: 1912065 - timestamp: 1738203989664 + - pkg:pypi/fonttools?source=conda-forge-mapping + size: 1918855 + timestamp: 1720359431607 +- conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 81b9b5d3508563f10dae99d2819042e5737fea1a8bfa6f281c1d1b81100b48ad + md5: 6d2677b354c9596e77d4583ddc15aa00 + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/fortran-language-server?source=conda-forge-mapping + size: 62350 + timestamp: 1637570882364 - conda: https://conda.anaconda.org/conda-forge/noarch/fortran-language-server-1.12.0-pyhd8ed1ab_1.conda sha256: b7c0f8e1121e654e70e3aea30c5995b07cbcee04cbf1d398a4351537e1c0a549 md5: a1e1a5580b5756781d4c300c1c7278ac @@ -4932,6 +5209,18 @@ packages: - pkg:pypi/fortran-language-server?source=hash-mapping size: 67516 timestamp: 1736695561976 +- conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_0.tar.bz2 + sha256: d3242d15d46b7c101b468859e4c6d63b867e24b5f05f0afacc29945a4ee24aa8 + md5: 153742a29b4c22ee54442fb93a0e9127 + depends: + - configargparse + - python >=3.5 + license: GPL-3.0-or-later + license_family: GPL + purls: + - pkg:pypi/fprettify?source=conda-forge-mapping + size: 137690 + timestamp: 1637859635697 - conda: https://conda.anaconda.org/conda-forge/noarch/fprettify-0.3.7-pyhd8ed1ab_1.conda sha256: 55477ba7b96046c218bcf40a685bc47bfac760a58e71349b7b7d15c38ca55c0b md5: 303bd33e15b3964388c96a928f1a83a7 @@ -4964,8 +5253,6 @@ packages: - libgcc-ng >=12 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: aarch64 - platform: linux license: GPL-2.0-only OR FTL purls: [] size: 642092 @@ -4976,8 +5263,6 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: GPL-2.0-only OR FTL purls: [] size: 599300 @@ -4988,8 +5273,6 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: GPL-2.0-only OR FTL purls: [] size: 596430 @@ -5003,8 +5286,6 @@ packages: - 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 purls: [] size: 510306 @@ -5033,8 +5314,6 @@ packages: - libgcc >=13 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 - arch: aarch64 - platform: linux license: MPL-1.1 license_family: MOZILLA purls: [] @@ -5048,8 +5327,6 @@ packages: - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 - arch: x86_64 - platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] @@ -5063,30 +5340,26 @@ packages: - libexpat >=2.6.4,<3.0a0 - libiconv >=1.17,<2.0a0 - minizip >=4.0.7,<5.0a0 - arch: arm64 - platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] size: 53378 timestamp: 1734014980768 -- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-hf297d47_2.conda - sha256: 1e62cbc6daa74656034dc4a6e58faa2d50291719c1cba53cc0b1946f0d2b9404 - md5: d6a8059de245e53478b581742b53f71d +- conda: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda + sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae + md5: 8e02e06229c677cbc9f5dc69ba49052c depends: - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 - - minizip >=4.0.7,<5.0a0 + - minizip >=4.0.1,<5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MPL-1.1 license_family: MOZILLA purls: [] - size: 77528 - timestamp: 1734015193826 + size: 77439 + timestamp: 1694953013560 - conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2 sha256: 5d7b6c0ee7743ba41399e9e05a58ccc1cfc903942e49ff6f677f6e423ea7a627 md5: ac7bc6a654f8f41b352b38f4051135f8 @@ -5103,8 +5376,6 @@ packages: md5: f6c91a43eace6fb926a8730b3b9a8a50 depends: - libgcc-ng >=7.5.0 - arch: aarch64 - platform: linux license: LGPL-2.1 purls: [] size: 115689 @@ -5112,8 +5383,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/fribidi-1.0.10-hbcb3906_0.tar.bz2 sha256: 4f6db86ecc4984cd4ac88ca52030726c3cfd11a64dfb15c8602025ee3001a2b5 md5: f1c6b41e0f56998ecd9a3e210faa1dc0 - arch: x86_64 - platform: osx license: LGPL-2.1 purls: [] size: 65388 @@ -5121,8 +5390,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 md5: c64443234ff91d70cb9c7dc926c58834 - arch: arm64 - platform: osx license: LGPL-2.1 purls: [] size: 60255 @@ -5133,12 +5400,29 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win license: LGPL-2.1 purls: [] size: 64567 timestamp: 1604417122064 +- conda: https://conda.anaconda.org/conda-forge/win-64/gdal-3.9.1-py39h96760b6_10.conda + sha256: 1b8e6c9dc2b4c137fb4276f23b4ae8032149922d81028d066bc17495c6b1695f + md5: af386d551bf26e0a647ef077f07d6868 + depends: + - libgdal-core 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libxml2 >=2.12.7,<3.0a0 + - numpy >=1.19,<3 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: + - pkg:pypi/gdal?source=conda-forge-mapping + size: 1462414 + timestamp: 1722372889837 - conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda sha256: d5283b95a8d49dcd88d29b360d8b38694aaa905d968d156d72ab71d32b38facb md5: 201db6c2d9a3c5e46573ac4cb2e92f4f @@ -5164,8 +5448,6 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5181,8 +5463,6 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5198,8 +5478,6 @@ packages: - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.43,<1.7.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later license_family: LGPL purls: [] @@ -5224,8 +5502,6 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: LGPL-2.1-only purls: [] size: 1821820 @@ -5236,8 +5512,6 @@ packages: depends: - __osx >=10.13 - libcxx >=17 - arch: x86_64 - platform: osx license: LGPL-2.1-only purls: [] size: 1577166 @@ -5248,25 +5522,21 @@ packages: depends: - __osx >=11.0 - libcxx >=17 - arch: arm64 - platform: osx license: LGPL-2.1-only purls: [] size: 1481430 timestamp: 1725676193541 -- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.13.0-h5a68840_0.conda - sha256: 2b46d6f304f70dfca304169299908b558bd1e83992acb5077766eefa3d3fe35f - md5: 08a30fe29a645fc5c768c0968db116d3 +- conda: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.2-h5a68840_1.conda + sha256: e8606bbf3ebbaf2817d65d4b48180cc1d828a030061e0a5ef55281f9cc7f1e28 + md5: 019e3460f99eb7c2198c532c50d08791 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.1-only purls: [] - size: 1665961 - timestamp: 1725676536384 + size: 1561663 + timestamp: 1721747131206 - conda: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.3-h77b800c_3.conda sha256: 94c7d002c70a4802a78ac2925ad6b36327cff85e0af6af2825b11a968c81ec20 md5: 4eb52aecb43e7c72f8e4fca0c386354e @@ -5297,8 +5567,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -5315,8 +5583,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -5333,32 +5599,28 @@ packages: - libzlib >=1.3.1,<2.0a0 - proj >=9.5.0,<9.6.0a0 - zlib - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 113739 timestamp: 1726603324989 -- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h496ac4d_3.conda - sha256: 116120a2f4411618800c2a5ce246dfc313298e545ce1ffaa85f28cc3ac2236ac - md5: fb20f424102030f3952532cc7aebdbd8 +- conda: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.3-h232476a_2.conda + sha256: cf512663c8681e5e5a3d30046860ad06a8a4700b217d34c348f974ea481a0b18 + md5: 8968032e8f14d84b40a20437707f8ec7 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.0a0 + - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.0,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 123087 - timestamp: 1726603487099 + size: 123406 + timestamp: 1722335928788 - conda: https://conda.anaconda.org/conda-forge/win-64/getopt-win32-0.1-hcfcfb64_1.conda sha256: f3b6e689724a62f36591f6f0e4657db5507feca78e7ef08690a6b2a384216a5c md5: 714d0882dc5e692ca4683d8e520f73c6 @@ -5366,8 +5628,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-3.0-only license_family: GPL purls: [] @@ -5390,8 +5650,6 @@ packages: md5: 2f809afaf0ba1ea4135dce158169efac depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -5400,8 +5658,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.2-h10d778d_0.conda sha256: 2c825df829097536314a195ae5cacaa8695209da6b4400135a65d8e23c008ff8 md5: 03e8c9b4d3da5f3d6eabdd020c2d63ac - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -5410,13 +5666,23 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.2-h93a5062_0.conda sha256: 843b3f364ff844137e37d5c0a181f11f6d51adcedd216f019d074e5aa5d7e09c md5: 95fa1486c77505330c20f7202492b913 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 71613 timestamp: 1712692611426 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.11-pyhd8ed1ab_0.conda + sha256: 52ab2798be31b8f509eeec458712f447ced4f96ecb672c6c9a42778f47e07b1b + md5: 623b19f616f2ca0c261441067e18ae40 + depends: + - python >=3.7 + - smmap >=3.0.1,<6 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/gitdb?source=conda-forge-mapping + size: 52872 + timestamp: 1697791718749 - conda: https://conda.anaconda.org/conda-forge/noarch/gitdb-4.0.12-pyhd8ed1ab_0.conda sha256: dbbec21a369872c8ebe23cb9a3b9d63638479ee30face165aa0fccc96e93eec3 md5: 7c14f3706e099f8fcd47af2d494616cc @@ -5429,6 +5695,19 @@ packages: - pkg:pypi/gitdb?source=hash-mapping size: 53136 timestamp: 1735887290843 +- conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.43-pyhd8ed1ab_0.conda + sha256: cbb2802641a009ce9bcc2a047e817fd8816f9c842036a42f4730398d8e4cda2a + md5: 0b2154c1818111e17381b1df5b4b0176 + depends: + - gitdb >=4.0.1,<5 + - python >=3.7 + - typing_extensions >=3.7.4.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/gitpython?source=conda-forge-mapping + size: 156827 + timestamp: 1711991122366 - conda: https://conda.anaconda.org/conda-forge/noarch/gitpython-3.1.44-pyhff2d567_0.conda sha256: b996e717ca693e4e831d3d3143aca3abb47536561306195002b226fe4dde53c3 md5: 140a4e944f7488467872e562a2a52789 @@ -5442,57 +5721,36 @@ packages: - pkg:pypi/gitpython?source=hash-mapping size: 157200 timestamp: 1735929768433 -- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.82.2-h4833e2c_1.conda - sha256: 5d8a48abdb1bc2b54f1380d2805cb9cd6cd9609ed0e5c3ed272aef92ab53b190 - md5: e2e44caeaef6e4b107577aa46c95eb12 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-2.80.3-h7025463_1.conda + sha256: 892d784d7a8c7444004109734dcf71d11ded0d1dc06d3dfc14227576993239a5 + md5: 13ce8fd2eb07f41c7108f7ad7bb0062e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libglib 2.82.2 h2ff4ddf_1 - arch: x86_64 - platform: linux - license: LGPL-2.1-or-later - purls: [] - size: 115452 - timestamp: 1737037532892 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/glib-tools-2.82.2-h78ca943_1.conda - sha256: dd9e5902eeec7ce991fe0606a4c80eed9889d285e124829937e3b86aad0dcd00 - md5: 260e61a98e9e6ffccd95394ace6fc162 - depends: - - libgcc >=13 - - libglib 2.82.2 hc486b8e_1 - arch: aarch64 - platform: linux - license: LGPL-2.1-or-later - purls: [] - size: 126613 - timestamp: 1737037571846 -- conda: https://conda.anaconda.org/conda-forge/osx-64/glib-tools-2.82.2-hf8faeaf_1.conda - sha256: d626c650d320ca14c259a7aa12283c452b3ca1e58191c29b820001725822285e - md5: 9c64be7c2dbbdde429d12a84c538ef1e - depends: - - __osx >=10.13 - - libglib 2.82.2 h5c976ab_1 + - glib-tools 2.80.3 h4394cf3_1 + - libffi >=3.4,<4.0a0 + - libglib 2.80.3 h7025463_1 - libintl >=0.22.5,<1.0a0 - arch: x86_64 - platform: osx + - libintl-devel + - python * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: LGPL-2.1-or-later purls: [] - size: 100685 - timestamp: 1737038130 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.82.2-h1dc7a0c_1.conda - sha256: b6874fea5674855149f929899126e4298d020945f3d9c6a7955d14ede1855e3a - md5: bdc35b7b75b7cd2bcfd288e399333f29 + size: 572358 + timestamp: 1720335131283 +- conda: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.80.3-h4394cf3_1.conda + sha256: 0bc71e397b49c622a224b4ecdef338ec215d037d0e385a5870afd5a96197399d + md5: 12d270a5f8b8ae0a9536c1960f21e0aa depends: - - __osx >=11.0 - - libglib 2.82.2 hdff4504_1 + - libglib 2.80.3 h7025463_1 - libintl >=0.22.5,<1.0a0 - arch: arm64 - platform: osx + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 license: LGPL-2.1-or-later purls: [] - size: 101008 - timestamp: 1737037840312 + size: 95020 + timestamp: 1720335074003 - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda sha256: 0595b009f20f8f60f13a6398e7cdcbd2acea5f986633adcf85f5a2283c992add md5: f87c7b7c2cb45f323ffbce941c78ab7c @@ -5512,8 +5770,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5524,8 +5780,6 @@ packages: md5: fc7124f86e1d359fc5d878accd9e814c depends: - libcxx >=16 - arch: x86_64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5536,8 +5790,6 @@ packages: md5: 339991336eeddb70076d8ca826dac625 depends: - libcxx >=16 - arch: arm64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5550,282 +5802,236 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 95406 timestamp: 1711634622644 -- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.2.1-h618ab57_0.conda - sha256: e8f85722edb298d4015aba160fb606713272a0770db7be755442f20606a94dfd - md5: 65e5005b6c1e9d76164c9713de88f405 +- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-12.0.0-hba01fac_0.conda + sha256: 2eb794ae1de42b688f89811113ae3dcb63698272ee8f87029abce5f77c742c2a + md5: 953e31ea00d46beb7e64a79fc291ec44 depends: - __glibc >=2.17,<3.0.a0 - - adwaita-icon-theme - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk3 >=3.24.43,<4.0a0 + - gtk2 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.82.2,<3.0a0 - - librsvg >=2.58.4,<3.0a0 - - libstdcxx >=13 - - libwebp-base >=1.5.0,<2.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.1,<2.0a0 + - pango >=1.50.14,<2.0a0 arch: x86_64 platform: linux license: EPL-1.0 license_family: Other purls: [] - size: 2410905 - timestamp: 1738522838733 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.2.1-h6ad28db_0.conda - sha256: 30b976c2016948ee12641cbff8b0866c6e9ace5862dd0e8da48f21361ca7a2dc - md5: 7a578d5fef5c84e6d1af7fbffbf5d84b + size: 2303111 + timestamp: 1722673717117 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/graphviz-12.0.0-h2a7c30b_0.conda + sha256: d3e1884cc4eb2677941cacb718919df75a53c214a9230e2bb18faa96becb1dd4 + md5: ce14a315beb92bfa8e544e912a17c7e7 depends: - - adwaita-icon-theme - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk3 >=3.24.43,<4.0a0 + - gtk2 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.82.2,<3.0a0 - - librsvg >=2.58.4,<3.0a0 - - libstdcxx >=13 - - libwebp-base >=1.5.0,<2.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.1,<2.0a0 - arch: aarch64 - platform: linux + - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 2530675 - timestamp: 1738522895611 -- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.2.1-h22ac8cf_0.conda - sha256: 48566e839c9d03b6817fac0b66c2247042dbecaca1d58968882efa439c102cfe - md5: addb0f319e20eff7b3415bd8e02ce641 + size: 2402404 + timestamp: 1722673792633 +- conda: https://conda.anaconda.org/conda-forge/osx-64/graphviz-12.0.0-he14ced1_0.conda + sha256: 91fbeecf3aaa4032c6f01c4242cfe2ee1bee21e70d085bafb3958ce7d6ab7c3c + md5: ef49aa1e3614bfc6fb5369675129c09b depends: - __osx >=10.13 - - adwaita-icon-theme - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk3 >=3.24.43,<4.0a0 + - gtk2 - gts >=0.7.6,<0.8.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.82.2,<3.0a0 - - librsvg >=2.58.4,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.1,<2.0a0 - arch: x86_64 - platform: osx + - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 2269981 - timestamp: 1738523139220 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.2.1-hb6653a1_0.conda - sha256: 35c5a300f2f958727c0cbd9e9ca5d973e4539c02e80fff3e130ee0bf628e00a3 - md5: 20d322c337695b484e8bad8e69737579 + size: 4984341 + timestamp: 1722673941539 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphviz-12.0.0-hbf8cc41_0.conda + sha256: 33867d6ebc54f290dfb511fdca0297b30ca06985ac4443e1fc9d7fe03bfbad05 + md5: 29c0dcbd4ec7135b7a55805aa3a5a331 depends: - __osx >=11.0 - - adwaita-icon-theme - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - fonts-conda-ecosystem - gdk-pixbuf >=2.42.12,<3.0a0 - - gtk3 >=3.24.43,<4.0a0 + - gtk2 - gts >=0.7.6,<0.8.0a0 - - libcxx >=18 - - libexpat >=2.6.4,<3.0a0 + - libcxx >=16 + - libexpat >=2.6.2,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.82.2,<3.0a0 - - librsvg >=2.58.4,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libglib >=2.80.3,<3.0a0 + - librsvg >=2.58.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.1,<2.0a0 - arch: arm64 - platform: osx + - pango >=1.50.14,<2.0a0 license: EPL-1.0 license_family: Other purls: [] - size: 2190301 - timestamp: 1738523145276 -- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-12.2.1-hf40819d_0.conda - sha256: edd54d6aebef6a0f5d4def3e4f23e49f7c7d365c876284f264809091d544a452 - md5: 70a6c232f1ddcd5ed011cd9a675a5540 + size: 5082874 + timestamp: 1722673934247 +- conda: https://conda.anaconda.org/conda-forge/win-64/graphviz-11.0.0-h09e431a_0.conda + sha256: 9a41d852f32f5654980492934cc547776b94b3910e5c86beff3cb58eeddd08a5 + md5: c6c2ec410aa5e77e09948bf7a4367c00 depends: - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - getopt-win32 >=0.1,<0.2.0a0 - gts >=0.7.6,<0.8.0a0 - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.6.2,<3.0a0 - libgd >=2.3.3,<2.4.0a0 - - libglib >=2.82.2,<3.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.1,<2.0a0 + - libglib >=2.80.2,<3.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - pango >=1.50.14,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: EPL-1.0 license_family: Other purls: [] - size: 1174566 - timestamp: 1738523045545 -- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk3-3.24.43-h021d004_3.conda - sha256: c8f939497b43d90fa2ac9d99b44ed25759a798c305237300508e526de5e78de7 - md5: 56c679bcdb8c1d824e927088725862cb + size: 1161689 + timestamp: 1716134918752 +- conda: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.24.6-hb0a98b8_0.conda + sha256: 0f4f0b0323c18ff4832a288d948b73ccc43a3b47db32865ac66ff8784b217230 + md5: 3bd30e36b539ec931cd9be9ae36544f6 + depends: + - gstreamer 1.24.6 h5006eae_0 + - libglib >=2.80.3,<3.0a0 + - libintl >=0.22.5,<1.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libvorbis >=1.3.7,<1.4.0a0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2064224 + timestamp: 1722361768824 +- conda: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.24.6-h5006eae_0.conda + sha256: 6db7adc770e29ab30cffa3fcf2bd0833f9c86e472f805be35c99724934851ed5 + md5: 81ffb18e1c5f4bd508b357f18292a597 + depends: + - glib >=2.80.3,<3.0a0 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: LGPL-2.0-or-later + license_family: LGPL + purls: [] + size: 2026706 + timestamp: 1722361578619 +- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h8ee276e_7.conda + sha256: e98bdabe621a3695b9e330670f4762adffb4a6a75898e05f539d863161c83188 + md5: 28a9681054948a7d7e96a7b8fe9b604e depends: - __glibc >=2.17,<3.0.a0 - - at-spi2-atk >=2.38.0,<3.0a0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 - - epoxy >=1.5.10,<1.6.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - - fribidi >=1.0.10,<2.0a0 + - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - glib-tools - - harfbuzz >=10.2.0,<11.0a0 - - hicolor-icon-theme - - libcups >=2.3.3,<2.4.0a0 - - libcups >=2.3.3,<3.0a0 - - libexpat >=2.6.4,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.0,<2.0a0 - - wayland >=1.23.1,<2.0a0 + - pango >=1.54.0,<2.0a0 - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxi >=1.8.2,<2.0a0 - - xorg-libxinerama >=1.1.5,<1.2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - xorg-libxrender >=0.9.12,<0.10.0a0 arch: x86_64 platform: linux - license: LGPL-2.0-or-later - license_family: LGPL + license: LGPL-2.1-or-later purls: [] - size: 5565328 - timestamp: 1737497685605 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk3-3.24.43-hd0cad38_3.conda - sha256: f1867aca760c658ca6352ce2c4022ba538d91e879e136903b54a68db3abb5723 - md5: e9f703c5964cf663be13f1376d530d47 + size: 6521748 + timestamp: 1734919384107 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/gtk2-2.24.33-ha6b09d8_7.conda + sha256: 163a739d6d034d32bebf30fbf322e2d8d0df06c14d1c5cd70ed6d1206b19d62b + md5: c4558cdc1278a6d1949c265adb0e7835 depends: - - at-spi2-atk >=2.38.0,<3.0a0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 - - epoxy >=1.5.10,<1.6.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - - fribidi >=1.0.10,<2.0a0 + - freetype >=2.12.1,<3.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - glib-tools - - harfbuzz >=10.2.0,<11.0a0 - - hicolor-icon-theme - - libcups >=2.3.3,<2.4.0a0 - - libcups >=2.3.3,<3.0a0 - - libexpat >=2.6.4,<3.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxkbcommon >=1.7.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.0,<2.0a0 - - wayland >=1.23.1,<2.0a0 + - pango >=1.54.0,<2.0a0 - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxcomposite >=0.4.6,<1.0a0 - - xorg-libxcursor >=1.2.3,<2.0a0 - - xorg-libxdamage >=1.1.6,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxi >=1.8.2,<2.0a0 - - xorg-libxinerama >=1.1.5,<1.2.0a0 - - xorg-libxrandr >=1.5.4,<2.0a0 - xorg-libxrender >=0.9.12,<0.10.0a0 - arch: aarch64 - platform: linux - license: LGPL-2.0-or-later - license_family: LGPL + license: LGPL-2.1-or-later purls: [] - size: 5660778 - timestamp: 1737504566040 -- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk3-3.24.43-h82a860e_3.conda - sha256: ebf180c29a34d4a317df75c6e32e90845149387716cbc556c5615856bb9e23d3 - md5: fc1a95f558be54a6e8445373dd19fd0a + size: 6621659 + timestamp: 1734927874980 +- conda: https://conda.anaconda.org/conda-forge/osx-64/gtk2-2.24.33-he806959_7.conda + sha256: b9993b2750787cc2cd71713ac0700ec321f2f08bd3caf23dda11e07813a0acc1 + md5: c4bf60cbe56ab09fbd30809aaa89b333 depends: - __osx >=10.13 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 - - epoxy >=1.5.10,<1.6.0a0 - - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - glib-tools - - harfbuzz >=10.2.0,<11.0a0 - - hicolor-icon-theme - - libasprintf >=0.22.5,<1.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.2,<3.0a0 - libintl >=0.22.5,<1.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.0,<2.0a0 - arch: x86_64 - platform: osx - license: LGPL-2.0-or-later - license_family: LGPL + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 9152688 - timestamp: 1737498432881 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk3-3.24.43-he7bb075_3.conda - sha256: 5f52152c0af1953c220e9faf8132f010c4eb85a749319889abc2e17e6c430651 - md5: bf683088766bb687f27d39f5e128d2b0 + size: 6072642 + timestamp: 1734919573363 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gtk2-2.24.33-hc5c4cae_7.conda + sha256: 3bd7678016021214fb00b7200223e7f6713f11c2bc152b8472018ab7c548bb97 + md5: 3a2a37b8a8e407421dce820377d84da6 depends: - __osx >=11.0 - atk-1.0 >=2.38.0 - cairo >=1.18.2,<2.0a0 - - epoxy >=1.5.10,<1.6.0a0 - - fribidi >=1.0.10,<2.0a0 - gdk-pixbuf >=2.42.12,<3.0a0 - - glib-tools - - harfbuzz >=10.2.0,<11.0a0 - - hicolor-icon-theme - - libasprintf >=0.22.5,<1.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgettextpo >=0.22.5,<1.0a0 - libglib >=2.82.2,<3.0a0 - libintl >=0.22.5,<1.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - pango >=1.56.0,<2.0a0 - arch: arm64 - platform: osx - license: LGPL-2.0-or-later - license_family: LGPL + - pango >=1.54.0,<2.0a0 + license: LGPL-2.1-or-later purls: [] - size: 8923896 - timestamp: 1737499184255 + size: 6193142 + timestamp: 1734920088088 - conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda sha256: b5cd16262fefb836f69dc26d879b6508d29f8a5c5948a966c47fe99e2e19c99b md5: 4d8df0b0db060d33c9a702ada998a8fe @@ -5847,8 +6053,6 @@ packages: - libgcc-ng >=12 - libglib >=2.76.3,<3.0a0 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5860,8 +6064,6 @@ packages: depends: - libcxx >=15.0.7 - libglib >=2.76.3,<3.0a0 - arch: x86_64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5873,8 +6075,6 @@ packages: depends: - libcxx >=15.0.7 - libglib >=2.76.3,<3.0a0 - arch: arm64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL purls: [] @@ -5888,13 +6088,24 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.0-or-later license_family: LGPL purls: [] size: 188688 timestamp: 1686545648050 +- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: b748fbf7060927a6e82df7cb5ee8f097 + depends: + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.6.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/h2?source=conda-forge-mapping + size: 46754 + timestamp: 1634280590080 - conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c md5: 825927dc7b0f287ef8d4d0011bb113b1 @@ -5942,8 +6153,6 @@ packages: - libglib >=2.82.2,<3.0a0 - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -5962,8 +6171,6 @@ packages: - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -5982,96 +6189,102 @@ packages: - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 1473375 timestamp: 1736703265901 -- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-10.2.0-h885c0d4_0.conda - sha256: d366a5a6da75254e912f90a342af909e8eeeb306613e09f164bc30139b73c5e5 - md5: faaf912396cba72bd54c8b3772944ab7 +- conda: https://conda.anaconda.org/conda-forge/win-64/harfbuzz-9.0.0-h81778c3_0.conda + sha256: 57fe0bcd8dfc1d97435c61e55660ef1fa7fd9c9683d9a52c10ba3ecdc3fd2faa + md5: 7b49dd4fc5ec701184302e848c79d813 depends: - - cairo >=1.18.2,<2.0a0 + - cairo >=1.18.0,<2.0a0 - freetype >=2.12.1,<3.0a0 - graphite2 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.80.2,<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 purls: [] - size: 1103154 - timestamp: 1736704125064 -- conda: https://conda.anaconda.org/conda-forge/linux-64/hicolor-icon-theme-0.17-ha770c72_2.tar.bz2 - sha256: 336f29ceea9594f15cc8ec4c45fdc29e10796573c697ee0d57ebb7edd7e92043 - md5: bbf6f174dcd3254e19a2f5d2295ce808 - arch: x86_64 - platform: linux - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 13841 - timestamp: 1605162808667 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hicolor-icon-theme-0.17-h8af1aa0_2.tar.bz2 - sha256: 479a0f95cf3e7d7db795fb7a14337cab73c2c926a5599c8512a3e8f8466f9e54 - md5: 331add9f855e921695d7b569aa23d5ec - arch: aarch64 - platform: linux - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 13896 - timestamp: 1605162856037 -- conda: https://conda.anaconda.org/conda-forge/osx-64/hicolor-icon-theme-0.17-h694c41f_2.tar.bz2 - sha256: a5cb0c03d731bfb09b4262a3afdeae33bef98bc73972f1bd6b7e3fcd240bea41 - md5: f64218f19d9a441e80343cea13be1afb - arch: x86_64 - platform: osx - license: GPL-2.0-or-later - license_family: GPL + size: 1100946 + timestamp: 1719581231427 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h5557f11_7.conda + sha256: 52fa5dde69758c19c69ab68a3d7ebfb2c9042e3a55d405c29a59d3b0584fd790 + md5: 84344a916a73727c1326841007b52ca8 + depends: + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 13821 - timestamp: 1605162984889 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hicolor-icon-theme-0.17-hce30654_2.tar.bz2 - sha256: 286e33fb452f61133a3a61d002890235d1d1378554218ab063d6870416440281 - md5: 237b05b7eb284d7eebc3c5d93f5e4bca - arch: arm64 - platform: osx - license: GPL-2.0-or-later - license_family: GPL + size: 779637 + timestamp: 1695662145568 +- conda: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.3-nompi_h2b43c12_105.conda + sha256: 56c803607a64b5117a8b4bcfdde722e4fa40970ddc4c61224b0981cbb70fb005 + md5: 5788de34381caf624b78c4981618dc0a + depends: + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libzlib >=1.2.13,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 13800 - timestamp: 1611053664863 -- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - sha256: 6ad78a180576c706aabeb5b4c8ceb97c0cb25f1e112d76495bff23e3779948ba - md5: 0a802cb9888dd14eeefc611f05c40b6e + size: 2039111 + timestamp: 1717587493910 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 914d6646c4dbb1fd3ff539830a12fd71 + depends: + - python + license: MIT + license_family: MIT + purls: + - pkg:pypi/hpack?source=conda-forge-mapping + size: 25341 + timestamp: 1598856368685 +- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 + md5: 2aa5ff7fa34a81b9196532c84c10d865 depends: - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/hpack?source=hash-mapping - size: 30731 - timestamp: 1737618390337 -- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 - md5: 8e6923fc12f1fe8f8c4e5c9f343256ac + size: 29412 + timestamp: 1733299296857 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 9f765cbfab6870c8435b9eefecd7a1f4 + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/hyperframe?source=conda-forge-mapping + size: 14646 + timestamp: 1619110249723 +- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b + md5: 566e75c90c1d0c8c459eb0ad9833dc7a depends: - python >=3.9 license: MIT license_family: MIT purls: - pkg:pypi/hyperframe?source=hash-mapping - size: 17397 - timestamp: 1737618427549 + size: 17239 + timestamp: 1733298862681 - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e md5: 8b189310083baabfb622af68fd9d3ae3 @@ -6092,8 +6305,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -6104,8 +6315,6 @@ packages: md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6116,27 +6325,23 @@ packages: md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 11857802 timestamp: 1720853997952 -- conda: https://conda.anaconda.org/conda-forge/win-64/icu-75.1-he0c23c2_0.conda - sha256: 1d04369a1860a1e9e371b9fc82dd0092b616adcf057d6c88371856669280e920 - md5: 8579b6bb8d18be7c0b27fb08adeeeb40 +- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c + md5: 0f47d9e3192d9e09ae300da0d28e0f56 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 purls: [] - size: 14544252 - timestamp: 1720853966338 + size: 13422193 + timestamp: 1692901469029 - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 md5: 39a4f67be3286c86d696df570b1201b7 @@ -6148,6 +6353,17 @@ packages: - pkg:pypi/idna?source=hash-mapping size: 49765 timestamp: 1733211921194 +- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.7-pyhd8ed1ab_0.conda + sha256: 9687ee909ed46169395d4f99a0ee94b80a52f87bed69cd454bb6d37ffeb0ec7b + md5: c0cc1420498b17414d8617d0b9f506ca + depends: + - python >=3.6 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/idna?source=conda-forge-mapping + size: 52718 + timestamp: 1713279497047 - conda: https://conda.anaconda.org/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 md5: 7de5386c8fea29e76b303f37dde4c352 @@ -6159,18 +6375,42 @@ packages: - pkg:pypi/imagesize?source=hash-mapping size: 10164 timestamp: 1656939625410 -- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.6.1-pyha770c72_0.conda - sha256: 598951ebdb23e25e4cec4bbff0ae369cec65ead80b50bc08b441d8e54de5cf03 - md5: f4b39bf00c69f56ac01e020ebfac066c +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.2.0-pyha770c72_0.conda + sha256: 15dd2beba1c6f780fec6c5351bbce815d27a29561f422fe830133c995ef90b8a + md5: c261d14fc7f49cdd403868998a18c318 + depends: + - python >=3.8 + - zipp >=0.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 28110 + timestamp: 1721856614564 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda + sha256: 13766b88fc5b23581530d3a0287c0c58ad82f60401afefab283bf158d2be55a9 + md5: 315607a3030ad5d5227e76e0733798ff depends: - python >=3.9 - zipp >=0.5 license: Apache-2.0 license_family: APACHE purls: - - pkg:pypi/importlib-metadata?source=compressed-mapping - size: 29141 - timestamp: 1737420302391 + - pkg:pypi/importlib-metadata?source=hash-mapping + size: 28623 + timestamp: 1733223207185 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.4.0-pyhd8ed1ab_0.conda + sha256: 38db827f445ae437a15d50a94816ae67a48285d0700f736af3eb90800a71f079 + md5: dcbadab7a68738a028e195ab68ab2d2e + depends: + - importlib_resources >=6.4.0,<6.4.1.0a0 + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 9657 + timestamp: 1711041029062 - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.5.2-pyhd8ed1ab_0.conda sha256: a99a3dafdfff2bb648d2b10637c704400295cb2ba6dc929e2d814870cf9f6ae5 md5: e376ea42e9ae40f3278b0f79c9bf9826 @@ -6182,6 +6422,31 @@ packages: purls: [] size: 9724 timestamp: 1736252443859 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-8.2.0-hd8ed1ab_0.conda + sha256: 4a0eacc41786d97176fb53c19d25c4f9b8ab4c9a0ee1fd6f09bc13ca197c21d9 + md5: 0fd030dce707a6654472cf7619b0b01b + depends: + - importlib-metadata >=8.2.0,<8.2.1.0a0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-metadata?source=conda-forge-mapping + size: 9330 + timestamp: 1721856618848 +- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.0-pyhd8ed1ab_0.conda + sha256: c6ae80c0beaeabb342c5b041f19669992ae6e937dbec56ced766cb035900f9de + md5: c5d3907ad8bd7bf557521a1833cf7e6d + depends: + - python >=3.8 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.4.0,<6.4.1.0a0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/importlib-resources?source=conda-forge-mapping + size: 33056 + timestamp: 1711041009039 - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.5.2-pyhd8ed1ab_0.conda sha256: acc1d991837c0afb67c75b77fdc72b4bf022aac71fedd8b9ea45918ac9b08a80 md5: c85c76dc67d75619a92f51dfbce06992 @@ -6196,6 +6461,17 @@ packages: - pkg:pypi/importlib-resources?source=hash-mapping size: 33781 timestamp: 1736252433366 +- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + md5: f800d2da156d08e289b14e87e43c1ae5 + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/iniconfig?source=conda-forge-mapping + size: 11101 + timestamp: 1673103208955 - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda sha256: 0ec8f4d02053cd03b0f3e63168316530949484f80e16f5e2fb199a1d117a89ca md5: 6837f3eff7dcea42ecd714ce1ac2b108 @@ -6207,16 +6483,14 @@ packages: - pkg:pypi/iniconfig?source=hash-mapping size: 11474 timestamp: 1733223232820 -- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 - md5: 2d89243bfb53652c182a7c73182cce4f - arch: x86_64 - platform: win +- conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.0-h57928b3_980.conda + sha256: e3ddfb67e0a922868e68f83d0b56755ff1c280ffa959a0c5ee6a922aaf7022b0 + md5: 9c28c39e64871a0adef7d1195bd58655 license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 1852356 - timestamp: 1723739573141 + size: 1860328 + timestamp: 1721088141110 - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh3099207_0.conda sha256: 33cfd339bb4efac56edf93474b37ddc049e08b1b4930cf036c893cc1f5a1f32a md5: b40131ab6a36ac2c09b7c57d4d3fbf99 @@ -6262,7 +6536,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/ipykernel?source=hash-mapping + - pkg:pypi/ipykernel?source=conda-forge-mapping size: 119853 timestamp: 1719845858082 - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.5-pyh57ce528_0.conda @@ -6333,9 +6607,21 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/ipython?source=hash-mapping + - pkg:pypi/ipython?source=conda-forge-mapping size: 590143 timestamp: 1701832398069 +- conda: 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 + license: MIT + license_family: MIT + purls: + - pkg:pypi/jedi?source=conda-forge-mapping + size: 841312 + timestamp: 1696326218364 - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 @@ -6344,9 +6630,21 @@ packages: - python >=3.9 license: Apache-2.0 AND MIT purls: - - pkg:pypi/jedi?source=hash-mapping + - pkg:pypi/jedi?source=compressed-mapping size: 843646 timestamp: 1733300981994 +- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda + sha256: 27380d870d42d00350d2d52598cddaf02f9505fb24be09488da0c9b8d1428f2d + md5: 7b86ecb7d3557821c649b3c31e3eb9f2 + depends: + - markupsafe >=2.0 + - python >=3.7 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jinja2?source=conda-forge-mapping + size: 111565 + timestamp: 1715127275924 - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.5-pyhd8ed1ab_0.conda sha256: 98977694b9ecaa3218662f843425f39501f81973c450f995eec68f1803ed71c3 md5: 2752a6ed44105bfb18c9bef1177d9dcd @@ -6377,8 +6675,6 @@ packages: md5: 9c23430bcadd724434a88657abbeef46 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -6389,8 +6685,6 @@ packages: md5: 2c5a3c42de607dda0cfa0edd541fd279 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6401,8 +6695,6 @@ packages: md5: 94f14ef6157687c30feb44e1abecd577 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6421,9 +6713,26 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/jsonschema?source=hash-mapping + - pkg:pypi/jsonschema?source=conda-forge-mapping size: 45999 timestamp: 1614815999960 +- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.2-pyhd8ed1ab_0.conda + sha256: 634f065cdd1d0aacd4bb6848ebf240dcebc8578135d65f4ad4aa42b2276c4e0c + md5: 3cdbb2fa84490e5fd44c9f9806c0d292 + 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 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/jupyter-client?source=conda-forge-mapping + size: 106248 + timestamp: 1716472312833 - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda sha256: 19d8bd5bb2fde910ec59e081eeb59529491995ce0d653a5209366611023a0b3a md5: 4ebae00eae9705b0c3d6d1018a81d047 @@ -6455,27 +6764,43 @@ packages: - pkg:pypi/jupyter-core?source=hash-mapping size: 57671 timestamp: 1727163547058 -- conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.7.2-pyh5737063_1.conda - sha256: 7c903b2d62414c3e8da1f78db21f45b98de387aae195f8ca959794113ba4b3fd - md5: 46d87d1c0ea5da0aae36f77fa406e20d +- conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.2-py39hcbf5309_0.conda + sha256: 1e02685a2bc5f2805da3236897db1eeb56d5b5f4501a9e1b6b0fe1da44745ec3 + md5: 78ec20214b67efe5caebb4f08bdee094 depends: - - __win - - cpython - platformdirs >=2.5 - - python >=3.8 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - pywin32 >=300 - traitlets >=5.3 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/jupyter-core?source=hash-mapping - size: 58269 - timestamp: 1727164026641 + - pkg:pypi/jupyter-core?source=conda-forge-mapping + size: 96366 + timestamp: 1710257842034 - pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl name: jupyterlab-pygments version: 0.3.0 sha256: 841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780 requires_python: '>=3.8' +- conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.4-pyh80e38bb_0.conda + sha256: e0e904bcc18a3b31dc79b05f98a3fd46c9e52b27e7942856f767f0c0b815ae15 + md5: 1df7fd1594a7f2f6496ff23834a099bf + depends: + - markdown-it-py >=1.0 + - mdit-py-plugins + - nbformat + - packaging + - python >=3.8 + - pyyaml + - tomli + license: MIT + license_family: MIT + purls: + - pkg:pypi/jupytext?source=conda-forge-mapping + size: 104513 + timestamp: 1722332096729 - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.16.6-pyh80e38bb_0.conda sha256: 8704b9547bf444b737f9ff6b9a8855e7ab0b83f2cee58dd913dfd7600a906b78 md5: f25972a8da0a44826594059a1bb4d82a @@ -6493,6 +6818,19 @@ packages: - pkg:pypi/jupytext?source=hash-mapping size: 105177 timestamp: 1734606557069 +- conda: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.3-h6c43f9b_1.conda + sha256: b4b2cee0ad62ae1f8e4a541d34074c575df935682c023fdf1c21c9c5c9995fa9 + md5: a20c9e3598a55ca3e61cad90ef33ada3 + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 133355 + timestamp: 1716158947179 - conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb md5: 30186d27e2c9fa62b45fb1476b7200e3 @@ -6509,8 +6847,6 @@ packages: md5: 1f24853e59c68892452ef94ddd8afd4b depends: - libgcc-ng >=10.3.0 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] size: 112327 @@ -6540,8 +6876,6 @@ packages: - libstdcxx >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -6556,8 +6890,6 @@ packages: - libcxx >=17 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -6573,31 +6905,27 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/kiwisolver?source=hash-mapping size: 59272 timestamp: 1725459740832 -- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.7-py39h2b77a98_0.conda - sha256: 75374dfa25362a4bfb1bd1a3bfed4855cd0f689666508ef2a23b682f81b4f7b3 - md5: c116c25e2e36f770f065559ad2a1da73 +- conda: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py39h1f6ef14_1.conda + sha256: 2d6167d4c67b26d2363266b2fa6805e12da920fe5682847d8a5d9250e76dd833 + md5: 4fc5bd0a7b535252028c647cc27d6c87 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/kiwisolver?source=hash-mapping - size: 55579 - timestamp: 1725459633517 + - pkg:pypi/kiwisolver?source=conda-forge-mapping + size: 55660 + timestamp: 1695380433980 - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 md5: 3f43953b7d3fb3aaa1d0d0723d91e368 @@ -6625,8 +6953,6 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -6641,8 +6967,6 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6657,8 +6981,6 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6672,8 +6994,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] @@ -6700,8 +7020,6 @@ packages: - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -6713,8 +7031,6 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6726,8 +7042,6 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -6738,12 +7052,10 @@ packages: md5: d3592435917b62a8becff3a60db674f6 depends: - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.6.0,<4.8.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 purls: [] @@ -6768,8 +7080,6 @@ packages: md5: fcbde5ea19d55468953bf588770c0501 constrains: - binutils_impl_linux-aarch64 2.43 - arch: aarch64 - platform: linux license: GPL-3.0-only license_family: GPL purls: [] @@ -6794,8 +7104,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -6806,8 +7114,6 @@ packages: md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - libcxx >=13.0.1 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -6818,8 +7124,6 @@ packages: md5: de462d5aacda3b30721b512c5da4e742 depends: - libcxx >=13.0.1 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -6831,13 +7135,38 @@ packages: depends: - vc >=14.2,<15 - vs2015_runtime >=14.29.30037 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache purls: [] size: 194365 timestamp: 1657977692274 +- conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240116.2-cxx17_he0c23c2_1.conda + sha256: aafa7993698420ef786c145f660e6822139c02cf9230fbad43efff6d4828defc + md5: 19725e54b7f996e0a5748ec5e9e37ae9 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libabseil-static =20240116.2=cxx17* + - abseil-cpp =20240116.2 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 1802886 + timestamp: 1720857653184 +- conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.3-h63175ca_0.conda + sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 8723000f6ffdbdaef16025f0a01b64c5 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-2-Clause + license_family: BSD + purls: [] + size: 32567 + timestamp: 1711021603471 - conda: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.7-h4585015_3.conda sha256: 2466803e26ae9dbd2263de3a102b572b741c056549875c04b6ec10830bd5d338 md5: a28808eae584c7f519943719b2a2b386 @@ -6872,8 +7201,6 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -6893,8 +7220,6 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -6914,59 +7239,31 @@ packages: - lzo >=2.10,<3.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 772780 timestamp: 1734021109752 -- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.7-h979ed78_3.conda - sha256: 3a44d5584db995497ea96d911a2419b6920317b927af7f1df8464cd5492f5ab3 - md5: 7c29b6918c2aa6a44ed32e2cf816da7b +- conda: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.4-haf234dc_0.conda + sha256: 3ab13c269949874c4538b22eeb83a36d2c55b4a4ea6628bef1bab4c724ee5a1b + md5: 86de12ebf8d7fffeba4ca9dbf13e9733 depends: - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - lz4-c >=1.9.3,<1.10.0a0 - lzo >=2.10,<3.0a0 - - openssl >=3.4.0,<4.0a0 + - openssl >=3.3.0,<4.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: BSD-2-Clause license_family: BSD purls: [] - size: 1082930 - timestamp: 1734021400781 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libasprintf-0.22.5-hdfe23c8_3.conda - sha256: 9c6f3e2558e098dbbc63c9884b4af368ea6cc4185ea027563ac4f5ee8571b143 - md5: 55363e1d53635b3497cdf753ab0690c1 - depends: - - __osx >=10.13 - - libcxx >=16 - arch: x86_64 - platform: osx - license: LGPL-2.1-or-later - purls: [] - size: 40442 - timestamp: 1723626787726 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libasprintf-0.22.5-h8414b35_3.conda - sha256: 819bf95543470658f48db53a267a3fabe1616797c4031cf88e63f451c5029e6f - md5: 472b673c083175195965a48f2f4808f8 - depends: - - __osx >=11.0 - - libcxx >=16 - arch: arm64 - platform: osx - license: LGPL-2.1-or-later - purls: [] - size: 40657 - timestamp: 1723626937704 + size: 957632 + timestamp: 1716395481752 - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.1.1-h1909e37_2.conda sha256: e06da844b007a64a9ac35d4e3dc4dbc66583f79b57d08166cf58f2f08723a6e8 md5: 21e468ed3786ebcb2124b123aa2484b7 @@ -6993,8 +7290,6 @@ packages: - libgcc >=13 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -7009,8 +7304,6 @@ packages: - dav1d >=1.2.1,<1.2.2.0a0 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -7025,126 +7318,97 @@ packages: - dav1d >=1.2.1,<1.2.2.0a0 - rav1e >=0.6.6,<1.0a0 - svt-av1 >=2.3.0,<2.3.1.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 96781 timestamp: 1730268761553 -- conda: https://conda.anaconda.org/conda-forge/win-64/libavif16-1.1.1-h4d049a7_2.conda - sha256: f74662ac8325dedbc786bf4f3faef39ad4981739cf0239c2ea2d80c791b04de5 - md5: e7e7405d962ebcb6803f29dc4eabae69 - depends: - - _libavif_api >=1.1.1,<1.1.2.0a0 - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - rav1e >=0.6.6,<1.0a0 - - svt-av1 >=2.3.0,<2.3.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 - purls: [] - size: 97828 - timestamp: 1730269135854 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-28_h59b9bed_openblas.conda - build_number: 28 - sha256: 93fbcf2800b859b7ca5add3ab5d3aa11c6a6ff4b942a1cea4bf644f78488edb8 - md5: 73e2a99fdeb8531d50168987378fda8a +- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: 30bd658682b124243f8e52d8edf8a19e7be1bc31e4fe4baec30a64002dc8cd0c + md5: ac52800af2e0c0e7dac770b435ce768a depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapack =3.9.0=28*_openblas - - liblapacke =3.9.0=28*_openblas + - libcblas 3.9.0 26_linux64_openblas + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16621 - timestamp: 1738114033763 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-28_h1a9f1db_openblas.conda - build_number: 28 - sha256: a50dc7ed1f49789aab4ffb560d9a46b5dc3f059a925282f699c1a96fa566a1a0 - md5: 88dfbb3875d62b431aa676b4a54734bf + size: 16393 + timestamp: 1734432564346 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: df6d8ee34d45cf35609ecdd55c1ff03e32e0cd87ae41ebe4ef3747a8e09ead4d + md5: 8d900b7079a00969d70305e9aad550b7 depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - liblapack =3.9.0=28*_openblas - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapacke =3.9.0=28*_openblas - arch: aarch64 - platform: linux + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16697 - timestamp: 1738114082682 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-28_h7f60823_openblas.conda - build_number: 28 - sha256: c44341975c7d0b4b02c2676af30a723b109698b2939928b80c45efc2aa36ef2d - md5: c9f0b30e5ab2f4ddc450b95743d2070d + size: 16477 + timestamp: 1734432576699 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 4e860b60c06be04f2c37c45def870e4ea5268f568547b80a8f69ad6ecddb6f31 + md5: 2f03da7a6d52d98bbea1f7390d6997bf depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - liblapacke =3.9.0=28*_openblas - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapack =3.9.0=28*_openblas - arch: x86_64 - platform: osx + - libcblas 3.9.0 26_osx64_openblas + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16854 - timestamp: 1738114357360 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-28_h10e41b3_openblas.conda - build_number: 28 - sha256: 5bea855a1a7435ce2238535aa4b13db8af8ee301d99a42b083b63fa64c1ea144 - md5: 166166d84a0e9571dc50210baf993b46 + size: 16611 + timestamp: 1734432938741 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: 597f9c3779caa979c8c6abbb3ba8c7191b84e1a910d6b0d10e5faf35284c450c + md5: 21be102c9ae80a67ba7de23b129aa7f6 depends: - libopenblas >=0.3.28,<0.3.29.0a0 - libopenblas >=0.3.28,<1.0a0 constrains: - - liblapack =3.9.0=28*_openblas - - liblapacke =3.9.0=28*_openblas - - blas =2.128=openblas - - libcblas =3.9.0=28*_openblas - arch: arm64 - platform: osx + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas + - blas * openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16840 - timestamp: 1738114389937 -- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-28_h576b46c_mkl.conda - build_number: 28 - sha256: 664fac202fb0f48f11538863f78128cc95e72fbf75fa7d037ddea7c497c0df5d - md5: eb97c3ea4cc02e42c01bc6c928094037 + size: 16714 + timestamp: 1734433054681 +- conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-23_win64_mkl.conda + build_number: 23 + sha256: fd52eb0ec4d0ca5727317dd608c41dacc8ccfc7e21d943b7aafbbf10ae28c97c + md5: 693407a31c27e70c750b5ae153251d9a depends: - - mkl 2024.2.2 h66d3029_15 + - mkl 2024.1.0 h66d3029_694 constrains: - - liblapack =3.9.0=28*_mkl - - blas =2.128=mkl - - liblapacke =3.9.0=28*_mkl - - libcblas =3.9.0=28*_mkl - arch: x86_64 - platform: win + - blas * mkl + - liblapack 3.9.0 23_win64_mkl + - libcblas 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl license: BSD-3-Clause license_family: BSD purls: [] - size: 3732428 - timestamp: 1738114465076 + size: 5192100 + timestamp: 1721689573083 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 md5: 41b599ed2b02abcfdd84302bff174b23 @@ -7163,8 +7427,6 @@ packages: md5: 3ee026955c688f551a9999840cff4c67 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -7175,8 +7437,6 @@ packages: md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -7187,27 +7447,23 @@ packages: md5: d0bf1dff146b799b319ea0434b93f779 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 68426 timestamp: 1725267943211 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c - md5: f7dc9a8f21d74eab46456df301da2972 +- conda: 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 purls: [] - size: 70526 - timestamp: 1725268159739 + size: 70598 + timestamp: 1695990405143 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf md5: 9566f0bd264fbd463002e759b8a82401 @@ -7228,8 +7484,6 @@ packages: depends: - libbrotlicommon 1.1.0 h86ecc28_2 - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -7241,8 +7495,6 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -7254,28 +7506,24 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 28378 timestamp: 1725267980316 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f - md5: 9bae75ce723fa34e98e239d21d752a7e +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda + sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 + md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 depends: - - libbrotlicommon 1.1.0 h2466b09_2 + - 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 purls: [] - size: 32685 - timestamp: 1725268208844 + size: 32788 + timestamp: 1695990443165 - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 md5: 06f70867945ea6a84d35836af780f1de @@ -7296,8 +7544,6 @@ packages: depends: - libbrotlicommon 1.1.0 h86ecc28_2 - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -7309,8 +7555,6 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -7322,116 +7566,104 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 279644 timestamp: 1725268003553 -- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 - md5: 85741a24d97954a991e55e34bc55990b +- conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda + sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca + md5: 71e890a0b361fd58743a13f77e1506b7 depends: - - libbrotlicommon 1.1.0 h2466b09_2 + - 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 purls: [] - size: 245929 - timestamp: 1725268238259 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-28_he106b2a_openblas.conda - build_number: 28 - sha256: de293e117db53e5d78b579136509c35a5e4ad11529c05f9af83cf89be4d30de1 - md5: 4e20a1c00b4e8a984aac0f6cce59e3ac + size: 246515 + timestamp: 1695990479484 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: 9c74e536c9bc868e356ffd43f81c2cb398aec84b40fcadc312315b164a5500ee + md5: ebcc5f37a435aa3c19640533c82f8d76 depends: - - libblas 3.9.0 28_h59b9bed_openblas + - libblas 3.9.0 26_linux64_openblas constrains: - - blas =2.128=openblas - - liblapack =3.9.0=28*_openblas - - liblapacke =3.9.0=28*_openblas + - liblapack 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16539 - timestamp: 1738114043618 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-28_hab92f65_openblas.conda - build_number: 28 - sha256: ed62f13a85726f568e17ad569b5cc01a49a6c7bd334802cf1c1b15e9d10e7e93 - md5: 8cff453f547365131be5647c7680ac6d + size: 16336 + timestamp: 1734432570482 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: 521e78be0c4170f229c43e1a6c94337a72db3ebcbe6e5960f8413aa438dcb8f9 + md5: d77f943ae4083f3aeddca698f2d28262 depends: - - libblas 3.9.0 28_h1a9f1db_openblas + - libblas 3.9.0 26_linuxaarch64_openblas constrains: - - liblapack =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapacke =3.9.0=28*_openblas - arch: aarch64 - platform: linux + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - liblapack 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16655 - timestamp: 1738114088527 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-28_hff6cab4_openblas.conda - build_number: 28 - sha256: 3940ad1fe20fac8a21fe699ade336a649d0509bc6ff9bfc080b258f68cd056df - md5: bf672fd5b62c531028cda585c6ee91b1 + size: 16398 + timestamp: 1734432580937 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 4d5dd9aeca2fa37f01d6c0bdbafba0e4f8b6601758239fa85d0640d012a151d6 + md5: 8726a2949c303b23da89be658a19675c depends: - - libblas 3.9.0 28_h7f60823_openblas + - libblas 3.9.0 26_osx64_openblas constrains: - - liblapacke =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapack =3.9.0=28*_openblas - arch: x86_64 - platform: osx + - liblapack 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16772 - timestamp: 1738114371625 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-28_hb3479ef_openblas.conda - build_number: 28 - sha256: f08adea59381babb3568e6d23e52aff874cbc25f299821647ab1127d1e1332ca - md5: 30942dea911ce333765003a8adec4e8a + size: 16579 + timestamp: 1734432954376 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: 27a29ef6b2fd2179bc3a0bb9db351f078ba140ca10485dca147c399639f84c93 + md5: a0e9980fe12d42f6d0c0ec009f67e948 depends: - - libblas 3.9.0 28_h10e41b3_openblas + - libblas 3.9.0 26_osxarm64_openblas constrains: - - blas =2.128=openblas - - liblapacke =3.9.0=28*_openblas - - liblapack =3.9.0=28*_openblas - arch: arm64 - platform: osx + - liblapack 3.9.0 26_osxarm64_openblas + - liblapacke 3.9.0 26_osxarm64_openblas + - blas * openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16788 - timestamp: 1738114399962 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-28_h7ad3364_mkl.conda - build_number: 28 - sha256: affd4330721e0dadeefb31cd8191478772f75643db6bef485309782be689c52f - md5: fc67cf6a19301fc7d6eb83949abce428 + size: 16628 + timestamp: 1734433061517 +- conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-23_win64_mkl.conda + build_number: 23 + sha256: 80b471a22affadc322006399209e1d12eb4ab4e3125ed6d01b4031e09de16753 + md5: 7ffb5b336cefd2e6d1e00ac1f7c9f2c9 depends: - - libblas 3.9.0 28_h576b46c_mkl + - libblas 3.9.0 23_win64_mkl constrains: - - liblapack =3.9.0=28*_mkl - - blas =2.128=mkl - - liblapacke =3.9.0=28*_mkl - arch: x86_64 - platform: win + - blas * mkl + - liblapack 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl license: BSD-3-Clause license_family: BSD purls: [] - size: 3732314 - timestamp: 1738114505434 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_1.conda - sha256: bca72b520bcb1b3a5df436978f94dfd830274277874d6f270beb6c0ef7504df8 - md5: 6454f8c8c6094faaaf12acb912c1bb33 + size: 5191981 + timestamp: 1721689628480 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp19.1-19.1.7-default_hb5137d0_0.conda + sha256: d1326a398158579fd4dc5735e3d3f8232f573db262a2c9728994e13d2b53ab8f + md5: 646e1269735c1a00dcf7953c20fc4687 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -7442,25 +7674,23 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20537158 - timestamp: 1737784459975 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_1.conda - sha256: 493f852e6a2491416dab1f439e08ac345f886916e836adaa03f75f1c105d8d91 - md5: 56e9f61513f98a790bb6dae8759986fa + size: 20528792 + timestamp: 1736957374726 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang-cpp19.1-19.1.7-default_he324ac1_0.conda + sha256: 3d6bff42cc10b9d715b1a8ee783ab74e872ebc2cea53e1a0aa4fa275130e3c63 + md5: aba1f5bacc7e7ba613c572badfe929e7 depends: - libgcc >=13 - libllvm19 >=19.1.7,<19.2.0a0 - libstdcxx >=13 - arch: aarch64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 20097960 - timestamp: 1737786238042 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_1.conda - sha256: c0bbdd47394ece633e0bd2df2254728da5511d52d32965f84207a55ffa1a73c3 - md5: 7a642dc8a248fb3fc077bf825e901459 + size: 20098203 + timestamp: 1736958216715 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-19.1.7-default_h9c6a7e4_0.conda + sha256: ead02e93e97eaa64254a4cda5d9ade5da3e7d8cb36df0611f39ce7cd761504c7 + md5: 3c903d532f24be4b295cef03518d5ae9 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -7471,38 +7701,45 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11825284 - timestamp: 1737784747361 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_1.conda - sha256: 23dbe36476be48917b7ee23ce576d2f5eb742392a90069420067bf99d77284a7 - md5: a6baf52f08271bba2599ac6e1064dde4 + size: 11825261 + timestamp: 1736957573503 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libclang13-19.1.7-default_h4390ef5_0.conda + sha256: 46b1cf3a08e2a938eda13a6b8ba05348d4e5dccec9dc77932c5de21c8b5e1076 + md5: 6660902b80f473d6300c119f69dd4828 depends: - libgcc >=13 - libllvm19 >=19.1.7,<19.2.0a0 - libstdcxx >=13 - arch: aarch64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 11643718 - timestamp: 1737786563738 -- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-19.1.7-default_ha5278ca_1.conda - sha256: 9b463d9d5e27ca99afe9e49c2ebda4b88687a8f45596a5a7b310e04197ca07e1 - md5: 9b1f1d408bea019772a06be7719a58c0 + size: 11612031 + timestamp: 1736958424729 +- conda: https://conda.anaconda.org/conda-forge/win-64/libclang13-18.1.8-default_ha5278ca_1.conda + sha256: b9c47c6124d4fa0ce9bf6925744897319bbcc77356e1b3ac464a26649acc3381 + md5: 30a167d5b69555fbf39192a23e40df52 depends: - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 26758168 - timestamp: 1737787305968 + size: 25327749 + timestamp: 1721486985259 +- conda: 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 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 25694 + timestamp: 1633684287072 - conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 md5: d4529f4dff3057982a7617c7ac58fde3 @@ -7526,8 +7763,6 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -7563,8 +7798,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: curl license_family: MIT purls: [] @@ -7581,8 +7814,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: curl license_family: MIT purls: [] @@ -7599,37 +7830,31 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: curl license_family: MIT purls: [] size: 385098 timestamp: 1734000160270 -- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.11.1-h88aaa65_0.conda - sha256: 1a67f01da0e35296c6d1fdf6baddc45ad3cc2114132ff4638052eb7cf258aab2 - md5: 071d3f18dba5a6a13c6bb70cdb42678f +- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.9.1-h18fefc2_0.conda + sha256: 024be133aed5f100c0b222761e747cc27a2bdf94af51947ad5f70e88cf824988 + md5: 099a1016d23baa4f41148a985351a7a8 depends: - krb5 >=1.21.3,<1.22.0a0 - - libssh2 >=1.11.1,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 - libzlib >=1.3.1,<2.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 purls: [] - size: 349553 - timestamp: 1734000095720 + size: 339298 + timestamp: 1722440239161 - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda sha256: 6b2fa3fb1e8cd2000b0ed259e0c4e49cbef7b76890157fac3e494bc659a20330 md5: 4b8f8dc448d814169dbc58fc7286057d depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] @@ -7640,8 +7865,6 @@ packages: md5: 5b3e1610ff8bd5443476b91d618f5b77 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] @@ -7666,8 +7889,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -7678,8 +7899,6 @@ packages: md5: a270b0e1a2a3326cc21eee82c42efffc depends: - libcxx >=15 - arch: x86_64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -7690,27 +7909,11 @@ packages: md5: 7c718ee6d8497702145612fa0898a12d depends: - libcxx >=15 - arch: arm64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] size: 277861 timestamp: 1703089176970 -- conda: https://conda.anaconda.org/conda-forge/win-64/libde265-1.0.15-h91493d7_0.conda - sha256: f52c603151743486d2faec37e161c60731001d9c955e0f12ac9ad334c1119116 - md5: 9dc3c1fbc1c7bc6204e8a603f45e156b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 252968 - timestamp: 1703089151021 - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.23-h4ddbbb0_0.conda sha256: 511d801626d02f4247a04fff957cc6e9ec4cc7e8622bd9acd076bcdc5de5fe66 md5: 8dfae1d2e74767e9ce36d5fa0d8605db @@ -7729,8 +7932,6 @@ packages: md5: 7e7ca2607b11b180120cefc2354fc0cb depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -7741,8 +7942,6 @@ packages: md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -7753,27 +7952,23 @@ packages: md5: 1d8b9588be14e71df38c525767a1ac30 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 54132 timestamp: 1734373971372 -- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.23-h9062f6e_0.conda - sha256: 96c47725a8258159295996ea2758fa0ff9bea330e72b59641642e16be8427ce8 - md5: a9624935147a25b06013099d3038e467 +- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.20-hcfcfb64_0.conda + sha256: 6628a5b76ad70c1a0909563c637ddc446ee824739ba7c348d4da2f0aa6ac9527 + md5: b12b5bde5eb201a1df75e49320cc938a 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 purls: [] - size: 155723 - timestamp: 1734374084110 + size: 155358 + timestamp: 1711197066985 - conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda sha256: f0d5ffbdf3903a7840184d14c14154b503e1a96767c328f61d99ad24b6963e52 md5: 8bc89311041d7fcb510238cf0848ccae @@ -7794,16 +7989,14 @@ packages: depends: - libgcc >=13 - libpciaccess >=0.18,<0.19.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 246299 timestamp: 1733424417343 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda - sha256: d789471216e7aba3c184cd054ed61ce3f6dac6f87a50ec69291b9297f8c18724 - md5: c277e0a4d549b03ac1e9d6cbbe3d017b +- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20240808-pl5321h7949ede_0.conda + sha256: 4d0d69ddf9cc7d724a1ccf3a9852e44c8aea9825692582bac2c4e8d21ec95ccd + md5: 8247f80f3dc464d9322e85007e307fe8 depends: - ncurses - __glibc >=2.17,<3.0.a0 @@ -7814,50 +8007,44 @@ packages: license: BSD-2-Clause license_family: BSD purls: [] - size: 134676 - timestamp: 1738479519902 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20250104-pl5321h976ea20_0.conda - sha256: c0b27546aa3a23d47919226b3a1635fccdb4f24b94e72e206a751b33f46fd8d6 - md5: fb640d776fc92b682a14e001980825b1 + size: 134657 + timestamp: 1736191912705 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20240808-pl5321h976ea20_0.conda + sha256: 031daea98cf278f858b7957ad5dc475f1b5673cd5e718850529401ced64cef2c + md5: 0be40129d3dd1a152fff29a85f0785d0 depends: - ncurses - libgcc >=13 - ncurses >=6.5,<7.0a0 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] - size: 148125 - timestamp: 1738479808948 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20250104-pl5321ha958ccf_0.conda - sha256: 6cc49785940a99e6a6b8c6edbb15f44c2dd6c789d9c283e5ee7bdfedd50b4cd6 - md5: 1f4ed31220402fcddc083b4bff406868 + size: 148120 + timestamp: 1736192137151 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda + sha256: 3fb953fcc1fe3d0a90984517b95ebf3817cab96876a9cd9f22d3d493483a97e3 + md5: 32bff389574b5f03cdce349aa0486dcd depends: - ncurses - __osx >=10.13 - ncurses >=6.5,<7.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] - size: 115563 - timestamp: 1738479554273 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda - sha256: 66aa216a403de0bb0c1340a88d1a06adaff66bae2cfd196731aa24db9859d631 - md5: 44083d2d2c2025afca315c7a172eab2b + size: 115518 + timestamp: 1736191967832 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda + sha256: fb934d7a03279ec8eae4bf1913ac9058fcf6fed35290d8ffa6e04157f396a3b1 + md5: af89aa84ffb5ee551ce0c137b951a3b5 depends: - ncurses - __osx >=11.0 - ncurses >=6.5,<7.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] - size: 107691 - timestamp: 1738479560845 + size: 107634 + timestamp: 1736192034117 - conda: https://conda.anaconda.org/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 md5: c151d5eb730e9b7480e6d48c0fc44048 @@ -7875,8 +8062,6 @@ packages: md5: cf105bce884e4ef8c8ccdca9fe6695e7 depends: - libglvnd 1.7.0 hd24410f_2 - arch: aarch64 - platform: linux license: LicenseRef-libglvnd purls: [] size: 53551 @@ -7898,8 +8083,6 @@ packages: md5: a9a13cb143bbaa477b1ebaefbe47a302 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -7908,8 +8091,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 md5: 899db79329439820b7e8f8de41bca902 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -7918,8 +8099,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f md5: 36d33e440c31857372a72137f78bacf5 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -7947,8 +8126,6 @@ packages: - libgcc >=13 constrains: - expat 2.6.4.* - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -7961,8 +8138,6 @@ packages: - __osx >=10.13 constrains: - expat 2.6.4.* - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -7975,29 +8150,21 @@ packages: - __osx >=11.0 constrains: - expat 2.6.4.* - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 64693 timestamp: 1730967175868 -- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda - sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12 - md5: eb383771c680aa792feb529eaf9df82f - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 +- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda + sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 + md5: bc592d03f62779511d392c175dcece64 constrains: - - expat 2.6.4.* - arch: x86_64 - platform: win + - expat 2.6.2.* license: MIT license_family: MIT purls: [] - size: 139068 - timestamp: 1730967442102 + size: 139224 + timestamp: 1710362609641 - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e md5: d645c6d2ac96843a2bfaccd2d62b3ac3 @@ -8015,8 +8182,6 @@ packages: md5: dddd85f4d52121fab0a8b099c5e06501 depends: - libgcc-ng >=9.4.0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -8025,8 +8190,6 @@ packages: - conda: 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 purls: [] @@ -8035,8 +8198,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca md5: 086914b672be056eb70fd4285b6783b6 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -8048,8 +8209,6 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] @@ -8079,30 +8238,11 @@ packages: constrains: - libgcc-ng ==14.2.0=*_1 - libgomp 14.2.0 he277a41_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 535243 timestamp: 1729089435134 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgcc-14.2.0-h1383e82_1.conda - sha256: ef840e797714440bb10b69446d815966fff41fdac79f79c4e19c475d81cd375d - md5: 75fdd34824997a0f9950a703b15d8ac5 - depends: - - _openmp_mutex >=4.5 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - constrains: - - libgcc-ng ==14.2.0=*_1 - - libgomp 14.2.0 h1383e82_1 - - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - purls: [] - size: 666386 - timestamp: 1729089506769 - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 md5: e39480b9ca41323497b05492a63bc35b @@ -8120,132 +8260,147 @@ packages: md5: 0694c249c61469f2c0f7e2990782af21 depends: - libgcc 14.2.0 he277a41_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 54104 timestamp: 1729089444587 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h6f5c62b_11.conda - sha256: 19e5be91445db119152217e8e8eec4fd0499d854acc7d8062044fb55a70971cd - md5: 68fc66282364981589ef36868b1a7c78 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-hd3e95f3_10.conda + sha256: b0fa27d4d09fb24750c04e89dbd0aee898dc028bde99e62621065a9bde43efe8 + md5: 30ee3a29c84cf7b842a8c5828c4b7c13 depends: - __glibc >=2.17,<3.0.a0 - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 arch: x86_64 platform: linux license: GD license_family: BSD purls: [] - size: 177082 - timestamp: 1737548051015 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-hc8d7b1d_11.conda - sha256: 7e199bb390f985b34aee38cdb1f0d166abc09ed44bd703a1b91a3c6cd9912d45 - md5: d256b0311b7a207a2c6b68d2b399f707 + size: 225113 + timestamp: 1722928278395 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgd-2.3.3-h6818b27_10.conda + sha256: 4c8e3609db541a4e7da428b32da27f395a2604e2feb43dfebc5ee0317d304e74 + md5: 33725322288f22cd4e29db5356653d76 depends: - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 - - libgcc >=13 + - libexpat >=2.6.2,<3.0a0 + - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: GD license_family: BSD purls: [] - size: 191033 - timestamp: 1737548098172 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h8555400_11.conda - sha256: af8ca696b229236e4a692220a26421a4f3d28a6ceff16723cd1fe12bc7e6517c - md5: 0eea404372aa41cf95e71c604534b2a2 + size: 227975 + timestamp: 1722928173564 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgd-2.3.3-h2e77e4f_10.conda + sha256: b5ae19078f96912058d0f96120bf56dae11a417178cfcf220219486778ef868d + md5: a87f68ea91c66e1a9fb515f6aeba6ba2 depends: - __osx >=10.13 - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: GD license_family: BSD purls: [] - size: 162601 - timestamp: 1737548422107 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hb2c3a21_11.conda - sha256: be038eb8dfe296509aee2df21184c72cb76285b0340448525664bc396aa6146d - md5: 4581aa3cfcd1a90967ed02d4a9f3db4b + size: 200456 + timestamp: 1722928713359 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgd-2.3.3-hac1b3a8_10.conda + sha256: d15beaa2e862a09526e704f22f7d0b7fa73b114b868106dd686e167b9d65558e + md5: c9e450ce5ced76f107c494fbd37325f5 depends: - __osx >=11.0 - - fontconfig >=2.15.0,<3.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 + - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.8.0a0 + - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: GD license_family: BSD purls: [] - size: 156868 - timestamp: 1737548290283 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h7208af6_11.conda - sha256: 485a30af9e710feeda8d5b537b2db1e32e41f29ef24683bbe7deb6f7fd915825 - md5: 2070a706123b2d5e060b226a00e96488 + size: 200309 + timestamp: 1722928354606 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgd-2.3.3-h312136b_9.conda + sha256: fa75f4206eb9cd8e5e24fe1b6381a7450cfcb507c42813fd028a924a4872bc76 + md5: 69c987e1f9268d9ade86497c4ab8cc45 depends: - - fontconfig >=2.15.0,<3.0a0 + - expat + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - - icu >=75.1,<76.0a0 - - libexpat >=2.6.4,<3.0a0 + - icu >=73.2,<74.0a0 + - libexpat >=2.5.0,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xorg-libxpm >=3.5.17,<4.0a0 - arch: x86_64 - platform: win + - xorg-libxpm >=3.5.16,<4.0a0 + - zlib license: GD license_family: BSD purls: [] - size: 165838 - timestamp: 1737548342665 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_2.conda - sha256: e97cc5496a28b6f1c18ae84b1c2a3f91f5643101115c9453bf7b102b71f8a567 - md5: 35b2030c99c4bbf72bd8f5d35245b7e4 + size: 344848 + timestamp: 1696161193894 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.9.1-h57928b3_10.conda + sha256: fc3a5e7fab936baaa592cb989a5aeff87df28b26c1f655a6bcb96e0f7e50f82e + md5: 5e15dafa70da7df389b9d193fdf43f65 + depends: + - libgdal-core 3.9.1.* + - libgdal-fits 3.9.1.* + - libgdal-grib 3.9.1.* + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libgdal-jp2openjpeg 3.9.1.* + - libgdal-kea 3.9.1.* + - libgdal-netcdf 3.9.1.* + - libgdal-pdf 3.9.1.* + - libgdal-pg 3.9.1.* + - libgdal-postgisraster 3.9.1.* + - libgdal-tiledb 3.9.1.* + - libgdal-xls 3.9.1.* + license: MIT + license_family: MIT + purls: [] + size: 422016 + timestamp: 1722377230255 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgdal-core-3.10.1-h3359108_0.conda + sha256: 60f8fd0e2812e66fe95548ee086684e114b31fad280f05a1aaa21f0b6cdb8ae9 + md5: 32d9324ea1eb6f3776c6e53e2bc01e0f depends: - __glibc >=2.17,<3.0.a0 - blosc >=1.21.6,<2.0a0 @@ -8266,7 +8421,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.48.0,<4.0a0 + - libsqlite >=3.47.2,<4.0a0 - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libuuid >=2.38.1,<3.0a0 @@ -8286,11 +8441,11 @@ packages: license: MIT license_family: MIT purls: [] - size: 10819282 - timestamp: 1737610543731 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_2.conda - sha256: f23a5477124a3f07e90ecd59eca8419223dc2074aa4ae337535a6ba74a6ef5e9 - md5: 11a10ec1c9e054086a429e4cbcfa151a + size: 10814129 + timestamp: 1736809249210 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgdal-core-3.10.1-hedfbfe8_0.conda + sha256: bbce73f3a01a50e5f88d7106ba976e1eb4ca5f8c07755644da82803f83a495a5 + md5: 404a1d97322020b256d6e5c1cdfddfed depends: - blosc >=1.21.6,<2.0a0 - geos >=3.13.0,<3.13.1.0a0 @@ -8310,7 +8465,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.48.0,<4.0a0 + - libsqlite >=3.47.2,<4.0a0 - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libuuid >=2.38.1,<3.0a0 @@ -8325,16 +8480,14 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] - size: 10544814 - timestamp: 1737610147138 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_2.conda - sha256: 6a4022ad4f0c98f71c36407f528bddf615b76c81a2356d3f9fc467ec7c44b619 - md5: af21f99c36eca114257730116c53b96d + size: 10589423 + timestamp: 1736808877388 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libgdal-core-3.10.1-ha746336_0.conda + sha256: 16c7a40c85b2ebf872d275605e0cc94cf7bfdbd4396f1beb1a238cde2ee59791 + md5: de83a01edf895f9139f79ac55a670e2d depends: - __osx >=10.13 - blosc >=1.21.6,<2.0a0 @@ -8355,7 +8508,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.48.0,<4.0a0 + - libsqlite >=3.47.2,<4.0a0 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.5.0,<2.0a0 - libxml2 >=2.13.5,<3.0a0 @@ -8368,16 +8521,14 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] - size: 9217602 - timestamp: 1737610662468 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_2.conda - sha256: 891e4fc19846b99e5c2232c4e04c72d5eb55cd9702e70416283adf65e0598048 - md5: f0ea5524380b2c76156589e6aa0998a9 + size: 9209169 + timestamp: 1736856745975 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-core-3.10.1-h9ef0d2d_0.conda + sha256: f474eb92547eaa49c131a269f0c451f8dff821dc942435c99100d0e35ca7e478 + md5: 47088d85185ab3ac3eddad4666cded69 depends: - __osx >=11.0 - blosc >=1.21.6,<2.0a0 @@ -8398,7 +8549,7 @@ packages: - liblzma >=5.6.3,<6.0a0 - libpng >=1.6.45,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.48.0,<4.0a0 + - libsqlite >=3.47.2,<4.0a0 - libtiff >=4.7.0,<4.8.0a0 - libwebp-base >=1.5.0,<2.0a0 - libxml2 >=2.13.5,<3.0a0 @@ -8411,83 +8562,239 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - libgdal 3.10.1.* - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] - size: 8493126 - timestamp: 1737610665986 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.10.1-h095903c_2.conda - sha256: bc4abe9bc3185da28e8f072e51da7e4ef1ba57bd6958d4ca8d97f8fe50235b5c - md5: e1740fe9313a53fd3d028c8fb5146252 + size: 8499780 + timestamp: 1736809609724 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-core-3.9.1-hcff673a_10.conda + sha256: 717532ae1fa45e29ccb860f19e709152b43a3579a1c22237d67d7dd1fb3d6d5b + md5: 7039792599a736b9b76db35b55f1ce1c depends: - blosc >=1.21.6,<2.0a0 - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - geotiff >=1.7.3,<1.8.0a0 - lerc >=4.0.0,<5.0a0 - - libarchive >=3.7.7,<3.8.0a0 - - libcurl >=8.11.1,<9.0a0 - - libdeflate >=1.23,<1.24.0a0 - - libexpat >=2.6.4,<3.0a0 - - libheif >=1.19.5,<1.20.0a0 + - libarchive >=3.7.4,<3.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libdeflate >=1.20,<1.21.0a0 + - libexpat >=2.6.2,<3.0a0 - libiconv >=1.17,<2.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libkml >=1.3.0,<1.4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libpng >=1.6.45,<1.7.0a0 + - libpng >=1.6.43,<1.7.0a0 - libspatialite >=5.1.0,<5.2.0a0 - - libsqlite >=3.48.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - lz4-c >=1.10.0,<1.11.0a0 - - openssl >=3.4.0,<4.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 - pcre2 >=10.44,<10.45.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xerces-c >=3.2.5,<3.3.0a0 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 constrains: - - libgdal 3.10.1.* - arch: x86_64 - platform: win + - libgdal 3.9.1.* license: MIT license_family: MIT purls: [] - size: 8403967 - timestamp: 1737611503919 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libgettextpo-0.22.5-hdfe23c8_3.conda - sha256: 8f7631d03a093272a5a8423181ac2c66514503e082e5494a2e942737af8a34ad - md5: ba6eeccaee150e24a544be8ae71aeca1 + size: 8053565 + timestamp: 1722372555487 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-fits-3.9.1-h0a0b71e_10.conda + sha256: b186baf01b640739d188f43f333fb895b93c57cb203e909cb685e1914870ab24 + md5: 6e21157429c310803cba3369581e1061 depends: - - __osx >=10.13 - - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 hdfe23c8_3 - arch: x86_64 - platform: osx - license: GPL-3.0-or-later - license_family: GPL + - cfitsio >=4.4.1,<4.4.2.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 172305 - timestamp: 1723626852373 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgettextpo-0.22.5-h8414b35_3.conda - sha256: bc446fad58155e96a01b28e99254415c2151bdddf57f9a2c00c44e6f0298bb62 - md5: c8cd7295cfb7bda5cbabea4fef904349 + size: 496116 + timestamp: 1722375134577 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-grib-3.9.1-hd2a089b_10.conda + sha256: 99dee5ed2fb91fe402aedb721f57a77631fafca49e5b26c14af72dc23db5a4f4 + md5: 10af16f730fc348ec0212b7c912928dd depends: - - __osx >=11.0 - - libiconv >=1.17,<2.0a0 - - libintl 0.22.5 h8414b35_3 - arch: arm64 - platform: osx - license: GPL-3.0-or-later - license_family: GPL + - libaec >=1.1.3,<2.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 676592 + timestamp: 1722375318870 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf4-3.9.1-h430f241_10.conda + sha256: 65688830fbd5dccb519386eba0de7223f52d7ae9dddc76efc24d50ecb2c83598 + md5: b721f0b510b0f13b0447132710e89886 + depends: + - hdf4 >=4.2.15,<4.2.16.0a0 + - libaec >=1.1.3,<2.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 561347 + timestamp: 1722375491611 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-hdf5-3.9.1-had131a1_10.conda + sha256: a12c95009c941b659b28c8a01da1606e9c0b06a0807cbd53e208836869d76194 + md5: a470b96438067e04860b0604bf4a4a98 + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 612275 + timestamp: 1722375691115 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-jp2openjpeg-3.9.1-hed4c6cb_10.conda + sha256: 7d82d34cfa2007fcebcadbbb5760f98879ecf5c9342848d2569de839ee2814b0 + md5: f337793dedf75d79fadd0b423e35a6c3 + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - openjpeg >=2.5.2,<3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 496753 + timestamp: 1722375850823 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-kea-3.9.1-h95b1a77_10.conda + sha256: 0b3d77c23d84ab76aa39ac4c6894588e798c57656b004a524229d3c53f710a12 + md5: fb2c31c4d9ca970be600abb4281ef7da + depends: + - hdf5 >=1.14.3,<1.14.4.0a0 + - kealib >=1.5.3,<1.6.0a0 + - libgdal-core >=3.9 + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 517926 + timestamp: 1722377033182 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-netcdf-3.9.1-h55e78d3_10.conda + sha256: 9c8d69c0ea6847eac33c6e00501e9fc900194a848a655cded7ebbb949660156d + md5: 8e5c5f9673bf17680f9cc29dfca09174 + depends: + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libgdal-core >=3.9 + - libgdal-hdf4 3.9.1.* + - libgdal-hdf5 3.9.1.* + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 665704 + timestamp: 1722377221669 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pdf-3.9.1-h261eb30_10.conda + sha256: 08daec4cf2e59c7c3dde04034708e3bce9c473e6389eeb64421eeb9c83b80c3d + md5: 709319ad178b037ae33d04c72d0bc81f + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - poppler >=24.7.0,<24.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 625005 + timestamp: 1722376072285 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-pg-3.9.1-ha693a0f_10.conda + sha256: 867bd418041fa4c264cbe0480032ce7922ca4932aff7026f9206c350ce2f453a + md5: a9f48dedf1ec1a5ebfa491d0a0739467 + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 531675 + timestamp: 1722376257257 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-postgisraster-3.9.1-ha693a0f_10.conda + sha256: 24b6b28b9d77c5c8da4be311d25f02c883d0be243ac11c69ef2fc0e7f2e0c55a + md5: 20337307f03ca33f57a95f4c3a156406 + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - libpq >=16.3,<17.0a0 + - postgresql + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 503724 + timestamp: 1722376440899 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-tiledb-3.9.1-hefbb53f_10.conda + sha256: 541670f646e7765f269e9ee5343ce6c4ea74071f74ca42d84b07a0c15cf2f4d9 + md5: 86235ce63e13475777c334895766bf4e + depends: + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - tiledb >=2.25.0,<2.26.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 627551 + timestamp: 1722376685520 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgdal-xls-3.9.1-hd0e23a6_10.conda + sha256: bfd3dbebaee3172ebbe24db4a732f3c1921a1178862b86243b07f02449002576 + md5: 4c80510ad54df1c350d8a827a14b3ff5 + depends: + - freexl >=2.0.0,<3.0a0 + - libgdal-core >=3.9 + - libkml >=1.3.0,<1.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT purls: [] - size: 159800 - timestamp: 1723627007035 + size: 465255 + timestamp: 1722376846686 - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda sha256: fc9e7f22a17faf74da904ebfc4d88699013d2992e55505e4aa0eb01770290977 md5: f1fd30127802683586f768875127a987 @@ -8509,8 +8816,6 @@ packages: - libgfortran5 14.2.0 hb6113d0_1 constrains: - libgfortran-ng ==14.2.0=*_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8521,8 +8826,6 @@ packages: md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: - libgfortran5 13.2.0 h2873a65_3 - arch: x86_64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8533,8 +8836,6 @@ packages: md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - libgfortran5 13.2.0 hf226fd6_3 - arch: arm64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8557,8 +8858,6 @@ packages: md5: 5e90005d310d69708ba0aa7f4fed1de6 depends: - libgfortran 14.2.0 he9431aa_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8585,8 +8884,6 @@ packages: - libgcc >=14.2.0 constrains: - libgfortran 14.2.0 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8599,8 +8896,6 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 - arch: x86_64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8613,8 +8908,6 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 - arch: arm64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -8639,8 +8932,6 @@ packages: depends: - libglvnd 1.7.0 hd24410f_2 - libglx 1.7.0 hd24410f_2 - arch: aarch64 - platform: linux license: LicenseRef-libglvnd purls: [] size: 145442 @@ -8674,8 +8965,6 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] size: 4004134 @@ -8692,8 +8981,6 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 3716906 @@ -8710,15 +8997,13 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_1 - arch: arm64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 3643364 timestamp: 1737037789629 -- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.82.2-h7025463_1.conda - sha256: 77c4e6af9cc4e966a5100f48378ea3fb4ab7ed913f24af9217cc3a43242d65d5 - md5: 40596e78a77327f271acea904efdc911 +- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.3-h7025463_1.conda + sha256: cae4f5ab6c64512aa6ae9f5c808f9b0aaea19496ddeab3720c118ad0809f7733 + md5: 53c80e0ed9a3905ca7047c03756a5caa depends: - libffi >=3.4,<4.0a0 - libiconv >=1.17,<2.0a0 @@ -8729,13 +9014,11 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - glib 2.82.2 *_1 - arch: x86_64 - platform: win + - glib 2.80.3 *_1 license: LGPL-2.1-or-later purls: [] - size: 3783933 - timestamp: 1737038122172 + size: 3743922 + timestamp: 1720334986136 - conda: https://conda.anaconda.org/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 md5: 434ca7e50e40f4918ab701e3facd59a0 @@ -8750,8 +9033,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libglvnd-1.7.0-hd24410f_2.conda sha256: 57ec3898a923d4bcc064669e90e8abfc4d1d945a13639470ba5f3748bd3090da md5: 9e115653741810778c9a915a2f8439e7 - arch: aarch64 - platform: linux license: LicenseRef-libglvnd purls: [] size: 152135 @@ -8775,8 +9056,6 @@ packages: depends: - libglvnd 1.7.0 hd24410f_2 - xorg-libx11 >=1.8.9,<2.0a0 - arch: aarch64 - platform: linux license: LicenseRef-libglvnd purls: [] size: 77736 @@ -8796,27 +9075,69 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.2.0-he277a41_1.conda sha256: 5aa53874a5e57a00f2e0c2e2910684eb674429cd5fcb803619b226a73e89aedf md5: 376f0e73abbda6d23c0cb749adc195ef - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] size: 463521 timestamp: 1729089357313 -- conda: https://conda.anaconda.org/conda-forge/win-64/libgomp-14.2.0-h1383e82_1.conda - sha256: d8739b834608f35775209b032f0c2be752ef187863c7ec847afcebe2f681be4e - md5: 9e2d4d1214df6f21cba12f6eff4972f9 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.26.0-h5e7cea3_0.conda + sha256: 31e0abd909dce9b0223471383e5f561c802da0abfe7d6f28eb0317c806879c41 + md5: 641d850ed6a3d2bffb546868eb7cb4db + depends: + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcurl >=8.8.0,<9.0a0 + - libgrpc >=1.62.2,<1.63.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - libgoogle-cloud 2.26.0 *_0 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 14356 + timestamp: 1719889580338 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-storage-2.26.0-he5eb982_0.conda + sha256: cfe666f4e205148661249a87587335a1dae58f7bf530fb08dcc2ffcd1bc6adb9 + md5: 31d875f47c82afb1c9bbe3beb3bd8d6e depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - libabseil + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl + - libgoogle-cloud 2.26.0 h5e7cea3_0 + - libzlib >=1.3.1,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: Apache-2.0 + license_family: Apache + purls: [] + size: 14267 + timestamp: 1719889928831 +- conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.62.2-h5273850_0.conda + sha256: 08794bf5ea0e19ac23ed47d0f8699b5c05c46f14334b41f075e53bac9bbf97d8 + md5: 2939e4b5baecfeac1e8dee5c4f579f1a + depends: + - c-ares >=1.28.1,<2.0a0 + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libprotobuf >=4.25.3,<4.25.4.0a0 + - libre2-11 >=2023.9.1,<2024.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - re2 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL + - grpc-cpp =1.62.2 + license: Apache-2.0 + license_family: APACHE purls: [] - size: 524249 - timestamp: 1729089441747 + size: 16097674 + timestamp: 1713392821679 - conda: https://conda.anaconda.org/conda-forge/linux-64/libheif-1.19.5-gpl_hc21c24c_100.conda sha256: d814dd9203d5ba2f38b4682f53ac02ddd17578324d715a101d29c057610c6545 md5: 3b57852666eaacc13414ac811dde3f8a @@ -8847,8 +9168,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - x265 >=3.5,<3.6.0a0 - arch: aarch64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -8865,8 +9184,6 @@ packages: - libcxx >=18 - libde265 >=1.0.15,<1.0.16.0a0 - x265 >=3.5,<3.6.0a0 - arch: x86_64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] @@ -8883,48 +9200,25 @@ packages: - libcxx >=18 - libde265 >=1.0.15,<1.0.16.0a0 - x265 >=3.5,<3.6.0a0 - arch: arm64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL purls: [] size: 429678 timestamp: 1735260330340 -- conda: https://conda.anaconda.org/conda-forge/win-64/libheif-1.19.5-gpl_hc631cee_100.conda - sha256: c0ee7fbbf78e66388146348ba78a206eeadf59602d9ca10ecaf64e019cd70cd3 - md5: 8c77ee62663e5e4bbb60b86ba54fdbeb - depends: - - aom >=3.9.1,<3.10.0a0 - - dav1d >=1.2.1,<1.2.2.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libde265 >=1.0.15,<1.0.16.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - x265 >=3.5,<3.6.0a0 - arch: x86_64 - platform: win - license: LGPL-3.0-or-later - license_family: LGPL - purls: [] - size: 388187 - timestamp: 1735260582529 -- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.2-default_ha69328c_1001.conda - sha256: 850e255997f538d5fb6ed651321141155a33bb781d43d326fc4ff62114dd2842 - md5: b87a0ac5ab6495d8225db5dc72dd21cd +- conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda + sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e + md5: 933bad6e4658157f1aec9b171374fde2 depends: - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxml2 >=2.13.4,<3.0a0 + - libxml2 >=2.12.7,<3.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 purls: [] - size: 2390021 - timestamp: 1731375651179 + size: 2379689 + timestamp: 1720461835526 - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 md5: d66573916ffcf376178462f1b61c941e @@ -8941,8 +9235,6 @@ packages: md5: 9a8eb13f14de7d761555a98712e6df65 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: LGPL-2.1-only purls: [] size: 705787 @@ -8950,8 +9242,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 md5: 6c3628d047e151efba7cf08c5e54d1ca - arch: x86_64 - platform: osx license: LGPL-2.1-only purls: [] size: 666538 @@ -8959,8 +9249,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 md5: 69bda57310071cf6d2b86caf11573d2d - arch: arm64 - platform: osx license: LGPL-2.1-only purls: [] size: 676469 @@ -8972,8 +9260,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.1-only purls: [] size: 636146 @@ -8984,8 +9270,6 @@ packages: depends: - __osx >=10.13 - libiconv >=1.17,<2.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 88086 @@ -8996,23 +9280,29 @@ packages: depends: - __osx >=11.0 - libiconv >=1.17,<2.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 81171 timestamp: 1723626968270 -- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_3.conda - sha256: c7e4600f28bcada8ea81456a6530c2329312519efcf0c886030ada38976b0511 - md5: 2cf0cf76cc15d360dfa2f17fd6cf9772 +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-0.22.5-h5728263_2.conda + sha256: 1b95335af0a3e278b31e16667fa4e51d1c3f5e22d394d982539dfd5d34c5ae19 + md5: aa622c938af057adc119f8b8eecada01 depends: - libiconv >=1.17,<2.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later purls: [] - size: 95568 - timestamp: 1723629479451 + size: 95745 + timestamp: 1712516102666 +- conda: https://conda.anaconda.org/conda-forge/win-64/libintl-devel-0.22.5-h5728263_2.conda + sha256: 6164fd51abfc7294477c58da77ee1ff9ebc63b9a33404b646407f7fbc3cc7d0d + md5: a2ad82fae23975e4ccbfab2847d31d48 + depends: + - libiconv >=1.17,<2.0a0 + - libintl 0.22.5 h5728263_2 + license: LGPL-2.1-or-later + purls: [] + size: 40772 + timestamp: 1712516363413 - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f md5: ea25936bb4080d843790b586850f82b8 @@ -9033,8 +9323,6 @@ packages: - libgcc-ng >=12 constrains: - jpeg <0.0.0a - arch: aarch64 - platform: linux license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 647126 @@ -9044,8 +9332,6 @@ packages: md5: 72507f8e3961bc968af17435060b6dd6 constrains: - jpeg <0.0.0a - arch: x86_64 - platform: osx license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 579748 @@ -9055,8 +9341,6 @@ packages: md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: - jpeg <0.0.0a - arch: arm64 - platform: osx license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 547541 @@ -9070,8 +9354,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - jpeg <0.0.0a - arch: x86_64 - platform: win license: IJG AND BSD-3-Clause AND Zlib purls: [] size: 822966 @@ -9102,8 +9384,6 @@ packages: - libstdcxx-ng >=13 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -9118,8 +9398,6 @@ packages: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9134,16 +9412,14 @@ packages: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 - uriparser >=0.9.8,<1.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 281362 timestamp: 1724667138089 -- conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1021.conda - sha256: 81a6096a2db500f0c3527ae59398eacca0634c3381559713ab28022d711dd3bd - md5: 431ec3b40b041576811641e2d643954e +- conda: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-h538826c_1020.conda + sha256: 2f20949d50302bddfd4b6c9bb2cd91a02c97ce5a36fab552f2eacad53a71c113 + md5: fddbd8a22ee5700bc07e978e25c10ef1 depends: - libexpat >=2.6.2,<3.0a0 - libzlib >=1.3.1,<2.0a0 @@ -9151,101 +9427,91 @@ packages: - uriparser >=0.9.8,<1.0a0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 1651104 - timestamp: 1724667610262 -- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-28_h7ac8fdf_openblas.conda - build_number: 28 - sha256: 9530e6840690b78360946390a1d29624734a6b624f02c26631fb451592cbb8ef - md5: 069f40bfbf1dc55c83ddb07fc6a6ef8d + size: 1655764 + timestamp: 1720690303546 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-26_linux64_openblas.conda + build_number: 26 + sha256: b76458c36331376911e0f98fa68109e02f4d5e5ebfffa79587ac69cef748bba1 + md5: 3792604c43695d6a273bc5faaac47d48 depends: - - libblas 3.9.0 28_h59b9bed_openblas + - libblas 3.9.0 26_linux64_openblas constrains: - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - - liblapacke =3.9.0=28*_openblas + - libcblas 3.9.0 26_linux64_openblas + - liblapacke 3.9.0 26_linux64_openblas + - blas * openblas arch: x86_64 platform: linux license: BSD-3-Clause license_family: BSD purls: [] - size: 16553 - timestamp: 1738114053556 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-28_h411afd4_openblas.conda - build_number: 28 - sha256: 1290ce1071a586e22bdd7d8f4c48000cc0005f0a67660be150d1ea5c6092129f - md5: bc4c5ee31476521e202356b56bba6077 + size: 16338 + timestamp: 1734432576650 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-26_linuxaarch64_openblas.conda + build_number: 26 + sha256: a42bd01498efe2ccf6d08d56ac3cbd3ceab79e06699ff5aac3da8e45a66738f7 + md5: a5d4e18876393633da62fd8492c00156 depends: - - libblas 3.9.0 28_h1a9f1db_openblas + - libblas 3.9.0 26_linuxaarch64_openblas constrains: - - liblapacke =3.9.0=28*_openblas - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - arch: aarch64 - platform: linux + - blas * openblas + - liblapacke 3.9.0 26_linuxaarch64_openblas + - libcblas 3.9.0 26_linuxaarch64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16637 - timestamp: 1738114094310 -- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-28_h236ab99_openblas.conda - build_number: 28 - sha256: 862267d20bd7a248cef3dad1fefe5b31d44503943bd9745de42e8be17c86c806 - md5: edbfe8906ba99637eebb9ebe675a57d3 + size: 16403 + timestamp: 1734432585123 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-26_osx64_openblas.conda + build_number: 26 + sha256: 166b07a129d122dbe90b06b582b5c29fbe5b958547fb474ca497cb084846810d + md5: c0c54bb6382ff1e52bf08f1da539e9b4 depends: - - libblas 3.9.0 28_h7f60823_openblas + - libblas 3.9.0 26_osx64_openblas constrains: - - liblapacke =3.9.0=28*_openblas - - libcblas =3.9.0=28*_openblas - - blas =2.128=openblas - arch: x86_64 - platform: osx + - libcblas 3.9.0 26_osx64_openblas + - blas * openblas + - liblapacke 3.9.0 26_osx64_openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16758 - timestamp: 1738114383382 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-28_hc9a63f6_openblas.conda - build_number: 28 - sha256: 79c75a02bff20f8b001e6aecfee8d22a51552c3986e7037fca68e5ed071cc213 - md5: 45f26652530b558c21083ceb7adaf273 + size: 16588 + timestamp: 1734432968940 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-26_osxarm64_openblas.conda + build_number: 26 + sha256: dd6d9a21e672aee4332f019c8229ce70cf5eaf6c2f4cbd1443b105fb66c00dc5 + md5: cebad79038a75cfd28fa90d147a2d34d depends: - - libblas 3.9.0 28_h10e41b3_openblas + - libblas 3.9.0 26_osxarm64_openblas constrains: - - blas =2.128=openblas - - liblapacke =3.9.0=28*_openblas - - libcblas =3.9.0=28*_openblas - arch: arm64 - platform: osx + - liblapacke 3.9.0 26_osxarm64_openblas + - libcblas 3.9.0 26_osxarm64_openblas + - blas * openblas license: BSD-3-Clause license_family: BSD purls: [] - size: 16793 - timestamp: 1738114407021 -- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-28_hacfb0e4_mkl.conda - build_number: 28 - sha256: 4b4bb704f46d12f56c1dcf5525bb97aea53a110e6bde6b8d588bf43b773500da - md5: 5aa8e62e29e0d76b0b99b79a739cd2dd + size: 16624 + timestamp: 1734433068120 +- conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-23_win64_mkl.conda + build_number: 23 + sha256: 4f4738602d26935f4d4b0154fb23d48c276c87413c3a5e05274809abfcbe1273 + md5: 3580796ab7b7d68143f45d4d94d866b7 depends: - - libblas 3.9.0 28_h576b46c_mkl + - libblas 3.9.0 23_win64_mkl constrains: - - blas =2.128=mkl - - liblapacke =3.9.0=28*_mkl - - libcblas =3.9.0=28*_mkl - arch: x86_64 - platform: win + - blas * mkl + - libcblas 3.9.0 23_win64_mkl + - liblapacke 3.9.0 23_win64_mkl license: BSD-3-Clause license_family: BSD purls: [] - size: 3732321 - timestamp: 1738114541347 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_1.conda - sha256: 22909d64038bdc87de61311c4ae615dc574a548a7340b963bb7c9eb61b191669 - md5: 6d2362046dce932eefbdeb0540de0c38 + size: 5191980 + timestamp: 1721689666180 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm19-19.1.7-ha7bfdaf_0.conda + sha256: 13d6e687e111832902a70e49b28cda3a9927c8b50eb22e3a5c828e4a0dd5304b + md5: 683d876292316d64a1aa26fb79b21f8e depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9258,27 +9524,25 @@ packages: license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 40143643 - timestamp: 1737789465087 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_1.conda - sha256: dfc21af8bb57e01ae1263a5b25e493790cb11d09ff051b4a1896fdcac7cf97ef - md5: a6abe993e3fcc1ba6d133d6f061d727c + size: 40132862 + timestamp: 1736894001744 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libllvm19-19.1.7-h2edbd07_0.conda + sha256: 76ccf7728bc0690177dc11b0dea161f5ee43d1f0485834df0993e742d4b3127d + md5: cb70920a27a2744eaee549dffdd8b964 depends: - libgcc >=13 - libstdcxx >=13 - libxml2 >=2.13.5,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache purls: [] - size: 39385125 - timestamp: 1737785892355 -- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.4-hb9d3cd8_0.conda - sha256: cad52e10319ca4585bc37f0bc7cce99ec7c15dc9168e42ccb96b741b0a27db3f - md5: 42d5b6a0f30d3c10cd88cb8584fda1cb + size: 39384676 + timestamp: 1736885984832 +- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda + sha256: e6e425252f3839e2756e4af1ea2074dffd3396c161bf460629f9dfd6a65f15c6 + md5: 2ecf2f1c7e4e21fcfe6423a51a992d84 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9286,54 +9550,69 @@ packages: platform: linux license: 0BSD purls: [] - size: 111357 - timestamp: 1738525339684 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.4-h86ecc28_0.conda - sha256: 96413664f0fade54a4931940d18749cfc8e6308349dbb0cb83adb2394ca1f730 - md5: b88244e0a115cc34f7fbca9b11248e76 + size: 111132 + timestamp: 1733407410083 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/liblzma-5.6.3-h86ecc28_1.conda + sha256: d1cce0b7d62d1e54e2164d3e0667ee808efc6c3870256e5b47a150cd0bf46824 + md5: eb08b903681f9f2432c320e8ed626723 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: 0BSD purls: [] - size: 124197 - timestamp: 1738528201520 -- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.4-hd471939_0.conda - sha256: a895b5b16468a6ed436f022d72ee52a657f9b58214b91fabfab6230e3592a6dd - md5: db9d7b0152613f097cdb61ccf9f70ef5 + size: 124138 + timestamp: 1733409137214 +- conda: https://conda.anaconda.org/conda-forge/osx-64/liblzma-5.6.3-hd471939_1.conda + sha256: c70639ff3cb034a8e31cb081c907879b6a639bb12b0e090069a68eb69125b10e + md5: f9e9205fed9c664421c1c09f0b90ce6d depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: 0BSD purls: [] - size: 103749 - timestamp: 1738525448522 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.4-h39f12f2_0.conda - sha256: 560c59d3834cc652a84fb45531bd335ad06e271b34ebc216e380a89798fe8e2c - md5: e3fd1f8320a100f2b210e690a57cd615 + size: 103745 + timestamp: 1733407504892 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.6.3-h39f12f2_1.conda + sha256: d863b8257406918ffdc50ae65502f2b2d6cede29404d09a094f59509d6a0aaf1 + md5: b2553114a7f5e20ccd02378a77d836aa depends: - __osx >=11.0 - arch: arm64 - platform: osx license: 0BSD purls: [] - size: 98945 - timestamp: 1738525462560 -- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.4-h2466b09_0.conda - sha256: 3f552b0bdefdd1459ffc827ea3bf70a6a6920c7879d22b6bfd0d73015b55227b - md5: c48f6ad0ef0a555b27b233dfcab46a90 + size: 99129 + timestamp: 1733407496073 +- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_1.conda + sha256: 24d04bd55adfa44c421c99ce169df38cb1ad2bba5f43151bc847fc802496a1fa + md5: 015b9c0bd1eef60729ab577a38aaf0b5 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: 0BSD purls: [] - size: 104465 - timestamp: 1738525557254 + size: 104332 + timestamp: 1733407872569 +- conda: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h92078aa_114.conda + sha256: 111fb98bf02e717c69eb78388a5b03dc7af05bfa840ac51c2b31beb70bf42318 + md5: 819507db3802d9a179de4d161285c22f + depends: + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.3,<2.0a0 + - libcurl >=8.8.0,<9.0a0 + - libxml2 >=2.12.7,<3.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 624793 + timestamp: 1717672198533 - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.64.0-h161d5f1_0.conda sha256: b0f2b3695b13a989f75d8fd7f4778e1c7aabe3b36db83f0fe80b2cd812c0e975 md5: 19e57602824042dfd0446292ef90488b @@ -9364,8 +9643,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -9382,8 +9659,6 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -9400,8 +9675,6 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -9424,8 +9697,6 @@ packages: md5: c14f32510f694e3185704d89967ec422 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: LGPL-2.1-only license_family: GPL purls: [] @@ -9448,12 +9719,22 @@ packages: md5: 835c7c4137821de5c309f4266a51ba89 depends: - libgcc-ng >=9.3.0 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] - size: 39449 - timestamp: 1609781865660 + size: 39449 + timestamp: 1609781865660 +- conda: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.5-h2466b09_0.conda + sha256: fcffdf32c620569738b85c98ddd25e1c84c8add80cd732743d90d469b7b532bb + md5: 44a4d173e62c5ed6d715f18ae7c46b7a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 35459 + timestamp: 1719302192495 - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda sha256: 99ba271d8a80a1af2723f2e124ffd91d850074c0389c067e6d96d72a2dbfeabe md5: 62857b389e42b36b686331bec0922050 @@ -9480,8 +9761,6 @@ packages: - libgfortran5 >=14.2.0 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -9497,8 +9776,6 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9514,8 +9791,6 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -9538,8 +9813,6 @@ packages: md5: cf9d12bfab305e48d095a4c79002c922 depends: - libglvnd 1.7.0 hd24410f_2 - arch: aarch64 - platform: linux license: LicenseRef-libglvnd purls: [] size: 56355 @@ -9561,16 +9834,14 @@ packages: md5: 6d48179630f00e8c9ad9e30879ce1e54 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 29211 timestamp: 1707101477910 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.46-h943b412_0.conda - sha256: a46436dadd12d58155280d68876dba2d8a3badbc8074956d14fe6530c7c7eda6 - md5: adcf7bacff219488e29cfa95a2abd8f7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.45-h943b412_0.conda + sha256: b8f5b5ba9a14dedf7c97c01300de492b1b52b68eacbc3249a13fdbfa82349a2f + md5: 85cbdaacad93808395ac295b5667d25b depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -9579,58 +9850,50 @@ packages: platform: linux license: zlib-acknowledgement purls: [] - size: 292273 - timestamp: 1737791061653 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.46-hec79eb8_0.conda - sha256: be4eefe8415c9b37d158eaa9522ce4c399a572339ac2bcc4d26d6433e0ed767d - md5: f9f793497c0973d5416421aa2f96cda4 + size: 289426 + timestamp: 1736339058310 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libpng-1.6.45-hec79eb8_0.conda + sha256: a06daa523a0d5775acb96e6e3f083adc2ab1383eb8f664513dbc663f439c9cca + md5: 9a8716c16b40acc7148263de1d0a403b depends: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: zlib-acknowledgement purls: [] - size: 304364 - timestamp: 1737795802176 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.46-h3c4a55f_0.conda - sha256: a293b883b5b334555c643bb3b076018127d7e49d26d59787392b23effae4a3d9 - md5: 82ecce167bb9c069b12968b7b1bee609 + size: 299051 + timestamp: 1736344007986 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.45-h3c4a55f_0.conda + sha256: 6370167e819d4e5eaa89d4e5adee74f67c762d4bf314511bd9d7e0f9b1e43a54 + md5: 1b2605bdbcb98cee6e7b19778ccbea6e depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: zlib-acknowledgement purls: [] - size: 272958 - timestamp: 1737791101929 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.46-h3783ad8_0.conda - sha256: db78a711561bb6df274ef421472d948dfd1093404db3915e891ae6d7fd37fadc - md5: 15d480fb9dad036eaa4de0b51eab3ccc + size: 269992 + timestamp: 1736339325004 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.45-h3783ad8_0.conda + sha256: ddcc81c049b32fb5eb3ac1f9a6d3a589c08325c8ec6f89eb912208b19330d68c + md5: d554c806d065b1763cb9e1cb1d25741d depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: zlib-acknowledgement purls: [] - size: 266516 - timestamp: 1737791023678 -- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.46-had7236b_0.conda - sha256: c866cd79dce3f6478fa3b4bc625d5cbe0512720fd6f8d45718da9537292329cf - md5: 4ddc2d65b35403e6ed75545f4cb4ec98 + size: 263151 + timestamp: 1736339184358 +- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda + sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 + md5: 77e398acc32617a0384553aea29e866b depends: - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: zlib-acknowledgement purls: [] - size: 356357 - timestamp: 1737791350471 + size: 347514 + timestamp: 1708780763195 - conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-17.2-h3b95a9b_1.conda sha256: 7e0debdb22c81e069c4c6fed8b5b82fcfa0f37cccba2fb00e833e657dc75113f md5: 37724d8bae042345a19ca1a25dde786b @@ -9656,12 +9919,54 @@ packages: - libgcc >=13 - openldap >=2.6.9,<2.7.0a0 - openssl >=3.4.0,<4.0a0 - arch: aarch64 - platform: linux license: PostgreSQL purls: [] size: 2779208 timestamp: 1733427598553 +- conda: https://conda.anaconda.org/conda-forge/win-64/libpq-16.3-hab9416b_0.conda + sha256: 5cb998386c86fcbf5c3b929c0ec252e80b56d3f2ef4bc857496f5d06d3b28af1 + md5: 84d2332f3110845bbafbfd7d5311354f + depends: + - krb5 >=1.21.2,<1.22.0a0 + - openssl >=3.3.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: PostgreSQL + purls: [] + size: 3456937 + timestamp: 1715267132646 +- conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.3-h503648d_0.conda + sha256: 5d4c5592be3994657ebf47e52f26b734cc50b0ea9db007d920e2e31762aac216 + md5: 4da7de0ba35777742edf67bf7a1075df + depends: + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 5650604 + timestamp: 1709514804631 +- conda: https://conda.anaconda.org/conda-forge/win-64/libre2-11-2023.09.01-hf8d8778_2.conda + sha256: 04331dad30a076ebb24c683197a5feabf4fd9be0fa0e06f416767096f287f900 + md5: cf54cb5077a60797d53a132d37af25fc + depends: + - libabseil * cxx17* + - libabseil >=20240116.1,<20240117.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - re2 2023.09.01.* + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 256561 + timestamp: 1708947458481 - conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.4-h49af25d_2.conda sha256: 475013475a3209c24a82f9e80c545d56ccca2fa04df85952852f3d73caa38ff9 md5: b9846db0abffb09847e2cb0fec4b4db6 @@ -9699,8 +10004,6 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __glibc >=2.17 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] size: 6019802 @@ -9717,8 +10020,6 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __osx >=10.13 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 4841346 @@ -9735,8 +10036,6 @@ packages: - pango >=1.54.0,<2.0a0 constrains: - __osx >=11.0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later purls: [] size: 4728552 @@ -9763,8 +10062,6 @@ packages: - geos >=3.13.0,<3.13.1.0a0 - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -9777,8 +10074,6 @@ packages: - __osx >=10.13 - geos >=3.13.0,<3.13.1.0a0 - libcxx >=17 - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] @@ -9791,28 +10086,24 @@ packages: - __osx >=11.0 - geos >=3.13.0,<3.13.1.0a0 - libcxx >=17 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] size: 191064 timestamp: 1727265842691 -- conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-hd4c2148_17.conda - sha256: 0f4a1c8ed579f96ccb73245b4002d7152a2a8ecd05a01d49901c5d280561f766 - md5: 06ea16b8c60b4ce1970c06191f8639d4 +- conda: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h6c42fcb_16.conda + sha256: 417d468a42860bee6d487a39603740c3650fb7eae03b694a9bddada9ef5d1017 + md5: 4476d717f460b45f5033206bbb84f3f5 depends: - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.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-or-later license_family: GPL purls: [] - size: 404515 - timestamp: 1727265928370 + size: 407420 + timestamp: 1720347953921 - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda sha256: 0105bd108f19ea8e6a78d2d994a6d4a8db16d19a41212070d2d1d48a63c34161 md5: a587892d3c13b6621a6091be690dbca2 @@ -9829,8 +10120,6 @@ packages: md5: 2e4a8f23bebdcb85ca8e5a0fbe75666a depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: ISC purls: [] size: 177394 @@ -9840,8 +10129,6 @@ packages: md5: 6af4b059e26492da6013e79cbcb4d069 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: ISC purls: [] size: 210249 @@ -9851,25 +10138,20 @@ packages: md5: a7ce36e284c5faaf93c220dfc39e3abd depends: - __osx >=11.0 - arch: arm64 - platform: osx license: ISC purls: [] size: 164972 timestamp: 1716828607917 -- conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.20-hc70643c_0.conda - sha256: 7bcb3edccea30f711b6be9601e083ecf4f435b9407d70fc48fbcf9e5d69a0fc6 - md5: 198bb594f202b205c7d18b936fa4524f +- conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 + sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 + md5: 5c1fb45b5e2912c19098750ae8a32604 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 license: ISC purls: [] - size: 202344 - timestamp: 1716828757533 + size: 713431 + timestamp: 1605135918736 - conda: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h1b4f908_12.conda sha256: a9274b30ecc8967fa87959c1978de3b2bfae081b1a8fea7c5a61588041de818f md5: 641f91ac6f984a91a78ba2411fe4f106 @@ -9910,8 +10192,6 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib - arch: aarch64 - platform: linux license: MPL-1.1 license_family: MOZILLA purls: [] @@ -9934,8 +10214,6 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib - arch: x86_64 - platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] @@ -9958,40 +10236,36 @@ packages: - proj >=9.5.1,<9.6.0a0 - sqlite - zlib - arch: arm64 - platform: osx license: MPL-1.1 license_family: MOZILLA purls: [] size: 2943606 timestamp: 1734001158789 -- conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-h939089a_12.conda - sha256: fafedc5940e49b3dcce2cd6dfe3cabf64e7cc6b2a0ef7c8fefbf9d6d2c1afb77 - md5: 8b5bfc6caa7c652ec4ec755efb5b7b73 +- conda: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hab0cb6d_9.conda + sha256: 2b58e62603334b7d3951b93cdee9dd1fe3cd3c18aaafa65ea0f132f780adeb6e + md5: 934f10287da9c46f761abf0ee5f88dd3 depends: - freexl >=2 - freexl >=2.0.0,<3.0a0 - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libxml2 >=2.13.5,<3.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - arch: x86_64 - platform: win license: MPL-1.1 license_family: MOZILLA purls: [] - size: 8715367 - timestamp: 1734001064515 -- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.48.0-hee588c1_1.conda - sha256: 22853d289ef6ec8a5b20f1aa261895b06525439990d3b139f8bfd0b5c5e32a3a - md5: 3fa05c528d8a1e2a67bbf1e36f22d3bc + size: 8283487 + timestamp: 1722338203533 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.47.2-hee588c1_0.conda + sha256: 48af21ebc2cbf358976f1e0f4a0ab9e91dfc83d0ef337cf3837c6f5bc22fb352 + md5: b58da17db24b6e08bcbf8fed2fb8c915 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -10000,57 +10274,49 @@ packages: platform: linux license: Unlicense purls: [] - size: 878223 - timestamp: 1737564987837 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.48.0-h5eb1b54_1.conda - sha256: 81dd9bf66c7f1d9064e007e2c787133100c406e7ca2de61dba9fb7b87372f255 - md5: 4f3a61fe206f20b27c385ee608bcdfda + size: 873551 + timestamp: 1733761824646 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.47.2-h5eb1b54_0.conda + sha256: 885a27fa84a5a73ed9779168c02b6c386e2fc7a53f0566b32a09ceca146b42b4 + md5: d4bf59f8783a4a66c0aec568f6de3ff4 depends: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: Unlicense purls: [] - size: 1044879 - timestamp: 1737565049785 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.48.0-hdb6dae5_1.conda - sha256: ccff3309ed7b1561d3bb00f1e4f36d9d1323af998013e3182a13bf0b5dcef4ec - md5: 6c4d367a4916ea169d614590bdf33b7c + size: 1042182 + timestamp: 1733761913736 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.47.2-hdb6dae5_0.conda + sha256: 4d5e188d921f93c97ce172fc8c4341e8171670ec98d76f9961f65f6306fcda77 + md5: 44d9799fda97eb34f6d88ac1e3eb0ea6 depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: Unlicense purls: [] - size: 926014 - timestamp: 1737565233282 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.48.0-h3f77e49_1.conda - sha256: 17c06940cc2a13fd6a17effabd6881b1477db38b2cd3ee2571092d293d3fdd75 - md5: 4c55169502ecddf8077973a987d08f08 + size: 923167 + timestamp: 1733761860127 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.47.2-h3f77e49_0.conda + sha256: f192f3c8973de9ec4c214990715f13b781965247a5cedf9162e7f9e699cfc3c4 + md5: 122d6f29470f1a991e85608e77e56a8a depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: Unlicense purls: [] - size: 852831 - timestamp: 1737564996616 -- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.48.0-h67fdade_1.conda - sha256: eb889b9ea754d30268fa740f91e62fae6c30ca40f9769051dd42390d2470a7ff - md5: 5a7a8f7f68ce1bdb7b58219786436f30 + size: 850553 + timestamp: 1733762057506 +- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.2-h67fdade_0.conda + sha256: ecfc0182c3b2e63c870581be1fa0e4dbdfec70d2011cb4f5bde416ece26c41df + md5: ff00095330e0d35a16bd3bdbd1a2d3e7 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Unlicense purls: [] - size: 897026 - timestamp: 1737565547561 + size: 891292 + timestamp: 1733762116902 - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hf672d98_0.conda sha256: 0407ac9fda2bb67e11e357066eff144c845801d00b5f664efbc48813af1e7bb9 md5: be2de152d8073ef1c01b7728475f2fe7 @@ -10073,8 +10339,6 @@ packages: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -10087,8 +10351,6 @@ packages: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -10100,29 +10362,25 @@ packages: depends: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 279028 timestamp: 1732349599461 -- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-he619c9f_0.conda - sha256: 4b3256bd2b4e4b3183005d3bd8826d651eccd1a4740b70625afa2b7e7123d191 - md5: af0cbf037dd614c34399b3b3e568c557 +- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda + sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec + md5: dc262d03aae04fe26825062879141a41 depends: - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 + - libzlib >=1.2.13,<2.0.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 purls: [] - size: 291889 - timestamp: 1732349796504 + size: 266806 + timestamp: 1685838242099 - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 md5: 234a5554c53625688d51062645337328 @@ -10140,8 +10398,6 @@ packages: md5: 37f489acd39e22b623d2d1e5ac6d195c depends: - libgcc 14.2.0 he277a41_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -10164,8 +10420,6 @@ packages: md5: 0e75771b8a03afae5a2c6ce71bc733f5 depends: - libstdcxx 14.2.0 h3f4de04_1 - arch: aarch64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL purls: [] @@ -10204,8 +10458,6 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: HPND purls: [] size: 464699 @@ -10223,8 +10475,6 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: HPND purls: [] size: 400099 @@ -10242,31 +10492,27 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: HPND purls: [] size: 370600 timestamp: 1734398863052 -- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.7.0-h797046b_3.conda - sha256: c363a8baba4ce12b8f01f0ab74fe8b0dc83facd89c6604f4a191084923682768 - md5: defed79ff7a9164ad40320e3f116a138 +- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-hddb2be6_3.conda + sha256: 2e04844865cfe0286d70482c129f159542b325f4e45774aaff5fbe5027b30b0a + md5: 6d1828c9039929e2f185c5fa9d133018 depends: - lerc >=4.0.0,<5.0a0 - - libdeflate >=1.23,<1.24.0a0 + - libdeflate >=1.20,<1.21.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 license: HPND purls: [] - size: 978878 - timestamp: 1734399004259 + size: 787198 + timestamp: 1711218639912 - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 md5: 40b61aab5c7ba9ff276c41cfffe6b80b @@ -10284,13 +10530,37 @@ packages: md5: 000e30b09db0b7c775b21695dff30969 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] size: 35720 timestamp: 1680113474501 +- conda: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 + sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a + md5: e1a22282de0169c93e4ffe6ce6acc212 + depends: + - libogg >=1.3.4,<1.4.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 273721 + timestamp: 1610610022421 +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-1.4.0-h2466b09_0.conda + sha256: ebabb57084e85cd09d529dbb4fe0f4db6cd0d369ad8095342c37b98855fd87fd + md5: 11334a8fb02041b453e2f89a4ae16f8d + depends: + - libwebp-base 1.4.0.* + - libwebp-base >=1.4.0,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: BSD-3-Clause + license_family: BSD + purls: [] + size: 71106 + timestamp: 1714600150795 - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.5.0-h851e524_0.conda sha256: c45283fd3e90df5f0bd3dbcd31f59cdd2b001d424cf30a07223655413b158eaf md5: 63f790534398730f59e1b899c3644d4a @@ -10313,8 +10583,6 @@ packages: - libgcc >=13 constrains: - libwebp 1.5.0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -10327,8 +10595,6 @@ packages: - __osx >=10.13 constrains: - libwebp 1.5.0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -10341,43 +10607,25 @@ packages: - __osx >=11.0 constrains: - libwebp 1.5.0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 290013 timestamp: 1734777593617 -- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.5.0-h3b0e114_0.conda - sha256: 1d75274614e83a5750b8b94f7bad2fc0564c2312ff407e697d99152ed095576f - md5: 33f7313967072c6e6d8f865f5493c7ae +- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.4.0-hcfcfb64_0.conda + sha256: d0ca51cb1de9192be9a3238e71fbcca5a535619c499c4f4c9b2ed41c14d36770 + md5: abd61d0ab127ec5cd68f62c2969e6f34 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - libwebp 1.5.0 - arch: x86_64 - platform: win + - libwebp 1.4.0 license: BSD-3-Clause license_family: BSD purls: [] - size: 273661 - timestamp: 1734777665516 -- conda: https://conda.anaconda.org/conda-forge/win-64/libwinpthread-12.0.0.r4.gg4f2fc60ca-h57928b3_9.conda - sha256: 373f2973b8a358528b22be5e8d84322c165b4c5577d24d94fd67ad1bb0a0f261 - md5: 08bfa5da6e242025304b206d152479ef - depends: - - ucrt - constrains: - - pthreads-win32 <0.0a0 - - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win - license: MIT AND BSD-3-Clause-Clear - purls: [] - size: 35794 - timestamp: 1737099561703 + size: 274359 + timestamp: 1713200524021 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa md5: 92ed62436b625154323d40d5f2f11dd7 @@ -10402,8 +10650,6 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -10417,8 +10663,6 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -10432,30 +10676,25 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 323658 timestamp: 1727278733917 -- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.17.0-h0e4246c_0.conda - sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 - md5: a69bbf778a462da324489976c84cfc8c +- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.16-hcd874cb_0.conda + sha256: 3b1f3b04baa370cfb1c350cfa829e6236519df5f03e3f57ea2cb2eb044eb8616 + md5: 7c1217d3b075f195ab17370f2d550f5d depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca + - m2w64-gcc-libs + - m2w64-gcc-libs-core - pthread-stubs - - ucrt >=10.0.20348.0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 1208687 - timestamp: 1727279378819 + size: 989932 + timestamp: 1693089470750 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c md5: 5aa797f8787fe7a17d1b0821485b5adc @@ -10472,8 +10711,6 @@ packages: md5: b4df5d7d4b63579d081fd3a4cf99740e depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] size: 114269 @@ -10505,8 +10742,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 - arch: aarch64 - platform: linux license: MIT/X11 Derivative license_family: MIT purls: [] @@ -10538,8 +10773,6 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -10554,8 +10787,6 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -10570,29 +10801,25 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 582898 timestamp: 1733443841584 -- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.13.5-he286e8c_1.conda - sha256: 084dd4dde342f13c43ee418d153ac5b2610f95be029073a15fa9dda22b130d06 - md5: 77eaa84f90fc90643c5a0be0aa9bdd1b +- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda + sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 + md5: ed4d301f0d2149b34deb9c4fecafd836 depends: - libiconv >=1.17,<2.0a0 - libzlib >=1.3.1,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 1612294 - timestamp: 1733443909984 + size: 1682090 + timestamp: 1721031296951 - conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda sha256: 684e9b67ef7b9ca0ca993762eeb39705ec58e2e7f958555c758da7ef416db9f3 md5: e71f31f8cfb0a91439f2086fc8aa0461 @@ -10612,28 +10839,26 @@ packages: depends: - libgcc-ng >=12 - libxml2 >=2.12.1,<3.0.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 260979 timestamp: 1701628809171 -- conda: https://conda.anaconda.org/conda-forge/win-64/libxslt-1.1.39-h3df6e99_0.conda - sha256: 6e3d99466d2076c35e7ac8dcdfe604da3d593f55b74a5b8e96c2b2ff63c247aa - md5: 279ee338c9b34871d578cb3c7aa68f70 +- conda: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda + sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f + md5: 5c629cd12d89e2856c17b1dc5fcf44a4 depends: - - libxml2 >=2.12.1,<3.0.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - 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 + license: BSD-3-Clause + license_family: BSD purls: [] - size: 418542 - timestamp: 1701629338549 + size: 146434 + timestamp: 1694417117772 - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 md5: edb0dca6bc32e4f4789199455a1dbeb8 @@ -10656,8 +10881,6 @@ packages: - libgcc >=13 constrains: - zlib 1.3.1 *_2 - arch: aarch64 - platform: linux license: Zlib license_family: Other purls: [] @@ -10670,8 +10893,6 @@ packages: - __osx >=10.13 constrains: - zlib 1.3.1 *_2 - arch: x86_64 - platform: osx license: Zlib license_family: Other purls: [] @@ -10684,29 +10905,25 @@ packages: - __osx >=11.0 constrains: - zlib 1.3.1 *_2 - arch: arm64 - platform: osx license: Zlib license_family: Other purls: [] size: 46438 timestamp: 1727963202283 -- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 - md5: 41fbfac52c601159df6c01f875de31b9 +- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_1.conda + sha256: b13846a54a15243e15f96fec06b526d8155adc6a1ac2b6ed47a88f6a71a94b68 + md5: d4483ca8afc57ddf1f6dded53b36c17f depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - - zlib 1.3.1 *_2 - arch: x86_64 - platform: win + - zlib 1.3.1 *_1 license: Zlib license_family: Other purls: [] - size: 55476 - timestamp: 1727963768015 + size: 56186 + timestamp: 1716874730539 - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.7-ha54dae1_0.conda sha256: b5b06821b0d4143f66ba652ffe6f535696dc3a4096175d9be8b19b1a7350c86d md5: 65d08c50518999e69f421838c1d5b91f @@ -10714,8 +10931,6 @@ packages: - __osx >=10.13 constrains: - openmp 19.1.7|19.1.7.* - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] @@ -10728,8 +10943,6 @@ packages: - __osx >=11.0 constrains: - openmp 19.1.7|19.1.7.* - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE purls: [] @@ -10755,8 +10968,6 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -10768,8 +10979,6 @@ packages: depends: - __osx >=10.13 - libcxx >=18 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -10781,27 +10990,23 @@ packages: depends: - __osx >=11.0 - libcxx >=18 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 148824 timestamp: 1733741047892 -- conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.10.0-h2466b09_1.conda - sha256: 632cf3bdaf7a7aeb846de310b6044d90917728c73c77f138f08aa9438fc4d6b5 - md5: 0b69331897a92fac3d8923549d48d092 +- conda: 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 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win + - vs2015_runtime >=14.29.30139 license: BSD-2-Clause license_family: BSD purls: [] - size: 139891 - timestamp: 1733741168264 + size: 134235 + timestamp: 1674728465431 - conda: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-hd590300_1001.conda sha256: 88433b98a9dd9da315400e7fb9cd5f70804cb17dca8b1c85163a64f90f584126 md5: ec7398d21e2651e0dcb0044d03b9a339 @@ -10819,8 +11024,6 @@ packages: md5: 004025fe20a11090e0b02154f413a758 depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -10829,8 +11032,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-h10d778d_1001.conda sha256: 4006c57f805ca6aec72ee0eb7166b2fd648dd1bf3721b9de4b909cd374196643 md5: bfecd73e4a2dc18ffd5288acf8a212ab - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -10839,8 +11040,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lzo-2.10-h93a5062_1001.conda sha256: b68160b0a8ec374cea12de7afb954ca47419cdc300358232e19cec666d60b929 md5: 915996063a7380c652f83609e970c2a7 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL2 purls: [] @@ -10853,13 +11052,79 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: GPL-2.0-or-later license_family: GPL2 purls: [] size: 142771 timestamp: 1713516312465 +- conda: 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 + license: GPL, LGPL, FDL, custom + purls: [] + size: 350687 + timestamp: 1608163451316 +- conda: 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 + license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] + size: 532390 + timestamp: 1608163512830 +- conda: 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 + license: GPL3+, partial:GCCRLE, partial:LGPL2+ + purls: [] + size: 219240 + timestamp: 1608163481341 +- conda: 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 + license: LGPL3 + purls: [] + size: 743501 + timestamp: 1608163782057 +- conda: 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 + license: MIT, BSD + purls: [] + size: 31928 + timestamp: 1608166099896 +- pypi: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl + name: markdown + version: '3.6' + sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f + requires_dist: + - importlib-metadata>=4.4 ; python_full_version < '3.10' + - mkdocs>=1.5 ; extra == 'docs' + - mkdocs-nature>=0.6 ; extra == 'docs' + - mdx-gh-links>=0.2 ; extra == 'docs' + - mkdocstrings[python] ; extra == 'docs' + - mkdocs-gen-files ; extra == 'docs' + - mkdocs-section-index ; extra == 'docs' + - mkdocs-literate-nav ; extra == 'docs' + - coverage ; extra == 'testing' + - pyyaml ; extra == 'testing' + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl name: markdown version: '3.7' @@ -10876,6 +11141,18 @@ packages: - coverage ; extra == 'testing' - pyyaml ; extra == 'testing' requires_python: '>=3.8' +- conda: 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 + license: MIT + license_family: MIT + purls: + - pkg:pypi/markdown-it-py?source=conda-forge-mapping + size: 64356 + timestamp: 1686175179621 - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_1.conda sha256: 0fbacdfb31e55964152b24d5567e9a9996e1e7902fb08eb7d91b5fd6ce60803a md5: fee3164ac23dfca50cfcc8b85ddefb81 @@ -10915,8 +11192,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -10932,8 +11207,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -10950,17 +11223,15 @@ packages: - python_abi 3.9.* *_cp39 constrains: - jinja2 >=3.0.0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/markupsafe?source=hash-mapping size: 22599 timestamp: 1733219837349 -- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.2-py39hf73967f_1.conda - sha256: 0fc9a0cbed78f777ec9cfd3dad34b2e41a1c87b418a50ff847b7d43a25380f1b - md5: e8eb7b3d2495293d1385fb734804e2d1 +- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py39ha55989b_0.conda + sha256: 6318073ed42b6186ef4ac0feba54b9da7aa1c7e59d848bb81ac2ac372730f095 + md5: f8b7e33c8bf98901925817b7f4436c7e depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -10969,14 +11240,12 @@ packages: - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/markupsafe?source=hash-mapping - size: 25487 - timestamp: 1733219924377 + - pkg:pypi/markupsafe?source=conda-forge-mapping + size: 26856 + timestamp: 1706900665492 - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.9.4-py39hf3d152e_0.conda sha256: e843e373cd016cfc989fb980acb84a3a39c6d6a8cfc389e0958da8acdc7c2baa md5: 922f2edd2f9ff0a95c83eb781bacad5e @@ -11002,8 +11271,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 - arch: aarch64 - platform: linux license: PSF-2.0 license_family: PSF purls: [] @@ -11017,8 +11284,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 - arch: x86_64 - platform: osx license: PSF-2.0 license_family: PSF purls: [] @@ -11032,29 +11297,26 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 - arch: arm64 - platform: osx license: PSF-2.0 license_family: PSF purls: [] size: 16994 timestamp: 1734120784524 -- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.4-py39hcbf5309_0.conda - sha256: 9013af46de6777db44a4d2626eb76a5f4d046720877cbe154e3c29c4b9f2ff15 - md5: 61326dfe02e88b609166814c47316063 +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.9.1-py39hcbf5309_1.conda + sha256: 64e8d9ac1629e3e9efd06def0d13460c6d9bd3287ca65903049d0fefa897a4d0 + md5: 5a816cbe27fe3e568c0f4e541c99de4f depends: - - matplotlib-base >=3.9.4,<3.9.5.0a0 - - pyside6 >=6.7.2 + - matplotlib-base >=3.9.1,<3.9.2.0a0 + - pyqt >=5.10 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tornado >=5 - arch: x86_64 - platform: win license: PSF-2.0 license_family: PSF - purls: [] - size: 17372 - timestamp: 1734120982472 + purls: + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 9157 + timestamp: 1722569801592 - conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.4-py39h16632d1_0.conda sha256: e7f5e9a07bca4dc4f580b3597041173a712646bfff668f5ca6f4e681996b8ed7 md5: f149592d52f9c1ab1bfe3dc055458e13 @@ -11111,8 +11373,6 @@ packages: - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - tk >=8.6.13,<8.7.0a0 - arch: aarch64 - platform: linux license: PSF-2.0 license_family: PSF purls: @@ -11141,8 +11401,6 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - arch: x86_64 - platform: osx license: PSF-2.0 license_family: PSF purls: @@ -11172,17 +11430,15 @@ packages: - python-dateutil >=2.7 - python_abi 3.9.* *_cp39 - qhull >=2020.2,<2020.3.0a0 - arch: arm64 - platform: osx license: PSF-2.0 license_family: PSF purls: - pkg:pypi/matplotlib?source=hash-mapping size: 6893904 timestamp: 1734120746580 -- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.4-py39h5376392_0.conda - sha256: 508e388cdc70adf0c828e5082de7ab95a3d1d1fe61b69e47a40078f5fa4211ed - md5: 5424884b703d67e412584ed241f0a9b1 +- conda: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.9.1-py39h5376392_1.conda + sha256: 195a517e0e2a4c81be2f031b73ad1b5d6982333cba214f611467cc9316c12071 + md5: 2029d25009b9a28f9aac2987e5808731 depends: - certifi >=2020.06.20 - contourpy >=1.0.1 @@ -11203,14 +11459,24 @@ packages: - 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 purls: - - pkg:pypi/matplotlib?source=hash-mapping - size: 6815213 - timestamp: 1734120951608 + - pkg:pypi/matplotlib?source=conda-forge-mapping + size: 6788026 + timestamp: 1722569739583 +- conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_0.conda + sha256: 7ea68676ea35fbb095420bbcc1c82c4767b8be7bb56abb6989b7f89d957a3bab + md5: 779345c95648be40d22aaa89de7d4254 + depends: + - python >=3.6 + - traitlets + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/matplotlib-inline?source=conda-forge-mapping + size: 14599 + timestamp: 1713250613726 - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 md5: af6ab708897df59bd6e7283ceab1b56b @@ -11223,6 +11489,18 @@ packages: - pkg:pypi/matplotlib-inline?source=hash-mapping size: 14467 timestamp: 1733417051523 +- conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.1-pyhd8ed1ab_0.conda + sha256: 3525b8e4598ccaab913a2bcb8a63998c6e5cc1870d0c5a5b4e867aa69c720aa1 + md5: eb90dd178bcdd0260dfaa6e1cbccf042 + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mdit-py-plugins?source=conda-forge-mapping + size: 41972 + timestamp: 1715570303416 - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.2-pyhd8ed1ab_1.conda sha256: c63ed79d9745109c0a70397713b0c07f06e7d3561abcb122cfc80a141ab3b449 md5: af2060041d4f3250a7eb6ab3ec0e549b @@ -11235,6 +11513,17 @@ packages: - pkg:pypi/mdit-py-plugins?source=hash-mapping size: 42180 timestamp: 1733854816517 +- conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 776a8dd9e824f77abac30e6ef43a8f7a + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mdurl?source=conda-forge-mapping + size: 14680 + timestamp: 1704317789138 - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 md5: 592132998493b3ff25fd7479396e8351 @@ -11291,8 +11580,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: Zlib license_family: Other purls: [] @@ -11310,8 +11597,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: Zlib license_family: Other purls: [] @@ -11329,51 +11614,60 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: Zlib license_family: Other purls: [] size: 77597 timestamp: 1734012196026 -- conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.7-h9fa1bad_3.conda - sha256: 16f329eac4551fe343f77a0c84cae5f9e68a0fb43a641e6ea2d8553053c3fa2e - md5: 632caee448c60ca5f85bf0748ed24401 +- conda: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.6-hb638d1e_0.conda + sha256: b334446aa40fe368ea816f5ee47145aea4408812a5a8d016db51923d7c465835 + md5: 43e2b972e258a25a1e01790ad0e3287a depends: - bzip2 >=1.0.8,<2.0a0 - - liblzma >=5.6.3,<6.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.2.13,<2.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: Zlib license_family: Other purls: [] - size: 85799 - timestamp: 1734012307818 -- pypi: https://files.pythonhosted.org/packages/c6/02/c66bdfdadbb021adb642ca4e8a5ed32ada0b4a3e4b39c5d076d19543452f/mistune-3.1.1-py3-none-any.whl + size: 85324 + timestamp: 1717296997985 +- pypi: https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl + name: mistune + version: 3.0.2 + sha256: 71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205 + requires_python: '>=3.7' +- pypi: https://files.pythonhosted.org/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl name: mistune - version: 3.1.1 - sha256: 02106ac2aa4f66e769debbfa028509a275069dcffce0dfa578edd7b991ee700a + version: 3.1.0 + sha256: b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 requires_dist: - typing-extensions ; python_full_version < '3.11' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.2.2-h66d3029_15.conda - sha256: 20e52b0389586d0b914a49cd286c5ccc9c47949bed60ca6df004d1d295f2edbd - md5: 302dff2807f2927b3e9e0d19d60121de +- conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 + md5: a17423859d3fb912c8f2e9797603ddb6 depends: - intel-openmp 2024.* - tbb 2021.* - arch: x86_64 - platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary purls: [] - size: 103106385 - timestamp: 1730232843711 + size: 109381621 + timestamp: 1716561374449 +- conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_0.conda + sha256: 28a3b4ea3f60ff73170d174cee61f1ea0b3c71156f815e37d46bbd6bd81963fa + md5: 398839dd28f83127b62df50fd1da22ee + depends: + - python >=3.8 + license: CC0-1.0 + purls: + - pkg:pypi/modflow-devtools?source=conda-forge-mapping + size: 29239 + timestamp: 1717152807815 - conda: https://conda.anaconda.org/conda-forge/noarch/modflow-devtools-1.6.0-pyhd8ed1ab_1.conda sha256: 78a39d01182ba84340fc0db957823e18d524aacb37c2e0b1bd7f863ef07d3740 md5: 6711e0434fa5128db45567d9c045251d @@ -11384,6 +11678,12 @@ packages: - pkg:pypi/modflow-devtools?source=hash-mapping size: 29243 timestamp: 1735576603936 +- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 + sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 + md5: b0309b72560df66f71a9d5e34a5efdfa + purls: [] + size: 3227 + timestamp: 1608166968312 - conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 md5: 2ba8498c1018c1e9c61eb99b973dfe19 @@ -11392,9 +11692,20 @@ packages: license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/munkres?source=hash-mapping + - pkg:pypi/munkres?source=conda-forge-mapping size: 12452 timestamp: 1600387789153 +- conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda + sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 + md5: 4eccaeba205f0aed9ac3a9ea58568ca3 + depends: + - python >=3.5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/mypy-extensions?source=conda-forge-mapping + size: 10492 + timestamp: 1675543414256 - conda: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_1.conda sha256: 1895f47b7d68581a6facde5cb13ab8c2764c2e53a76bd746f8f98910dc4e08fe md5: 29097e7ea634a45cc5386b95cac6568f @@ -11428,8 +11739,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.4.0,<4.0a0 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -11463,8 +11772,6 @@ packages: - mysql-common 9.0.1 h3f5c77f_4 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -11487,6 +11794,35 @@ packages: - pkg:pypi/myst-parser?source=hash-mapping size: 72235 timestamp: 1714413912964 +- pypi: https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl + name: nbclient + version: 0.10.0 + sha256: f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f + requires_dist: + - jupyter-client>=6.1.12 + - jupyter-core>=4.12,!=5.0.* + - nbformat>=5.1 + - traitlets>=5.4 + - pre-commit ; extra == 'dev' + - autodoc-traits ; extra == 'docs' + - mock ; extra == 'docs' + - moto ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbclient[test] ; extra == 'docs' + - sphinx-book-theme ; extra == 'docs' + - sphinx>=1.7 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - flaky ; extra == 'test' + - ipykernel>=6.19.3 ; extra == 'test' + - ipython ; extra == 'test' + - ipywidgets ; extra == 'test' + - nbconvert>=7.0.0 ; extra == 'test' + - pytest-asyncio ; extra == 'test' + - pytest-cov>=4.0 ; extra == 'test' + - pytest>=7.0,<8 ; extra == 'test' + - testpath ; extra == 'test' + - xmltodict ; extra == 'test' + requires_python: '>=3.8.0' - pypi: https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl name: nbclient version: 0.10.2 @@ -11525,10 +11861,60 @@ packages: - testpath ; extra == 'test' - xmltodict ; extra == 'test' requires_python: '>=3.9.0' -- pypi: https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl +- pypi: https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl + name: nbconvert + version: 7.16.4 + sha256: 05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3 + requires_dist: + - beautifulsoup4 + - bleach!=5.0.0 + - defusedxml + - importlib-metadata>=3.6 ; python_full_version < '3.10' + - jinja2>=3.0 + - jupyter-core>=4.7 + - jupyterlab-pygments + - markupsafe>=2.0 + - mistune>=2.0.3,<4 + - nbclient>=0.5.0 + - nbformat>=5.7 + - packaging + - pandocfilters>=1.4.1 + - pygments>=2.4.1 + - tinycss2 + - traitlets>=5.1 + - flaky ; extra == 'all' + - ipykernel ; extra == 'all' + - ipython ; extra == 'all' + - ipywidgets>=7.5 ; extra == 'all' + - myst-parser ; extra == 'all' + - nbsphinx>=0.2.12 ; extra == 'all' + - playwright ; extra == 'all' + - pydata-sphinx-theme ; extra == 'all' + - pyqtwebengine>=5.15 ; extra == 'all' + - pytest>=7 ; extra == 'all' + - sphinx==5.0.2 ; extra == 'all' + - sphinxcontrib-spelling ; extra == 'all' + - tornado>=6.1 ; extra == 'all' + - ipykernel ; extra == 'docs' + - ipython ; extra == 'docs' + - myst-parser ; extra == 'docs' + - nbsphinx>=0.2.12 ; extra == 'docs' + - pydata-sphinx-theme ; extra == 'docs' + - sphinx==5.0.2 ; extra == 'docs' + - sphinxcontrib-spelling ; extra == 'docs' + - pyqtwebengine>=5.15 ; extra == 'qtpdf' + - pyqtwebengine>=5.15 ; extra == 'qtpng' + - tornado>=6.1 ; extra == 'serve' + - flaky ; extra == 'test' + - ipykernel ; extra == 'test' + - ipywidgets>=7.5 ; extra == 'test' + - pytest>=7 ; extra == 'test' + - playwright ; extra == 'webpdf' + requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl name: nbconvert - version: 7.16.6 - sha256: 1375a7b67e0c2883678c48e506dc320febb57685e5ee67faa51b18a90f3a712b + version: 7.16.5 + sha256: e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547 requires_dist: - beautifulsoup4 - bleach[css]!=5.0.0 @@ -11574,6 +11960,21 @@ packages: - pytest>=7 ; extra == 'test' - playwright ; extra == 'webpdf' requires_python: '>=3.8' +- conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_0.conda + sha256: 36fe73da4d37bc7ac2d1540526ecd294fbd09acda04e096181ab8f1ccd2b464c + md5: 0b57b5368ab7fc7cdc9e3511fa867214 + depends: + - jsonschema >=2.6 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-fastjsonschema >=2.15 + - traitlets >=5.1 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/nbformat?source=conda-forge-mapping + size: 101232 + timestamp: 1712239122969 - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda sha256: 7a5bd30a2e7ddd7b85031a5e2e14f290898098dc85bea5b3a5bf147c25122838 md5: bbe1963f1e47f594070ffe87cdf612ea @@ -11589,6 +11990,18 @@ packages: - pkg:pypi/nbformat?source=hash-mapping size: 100945 timestamp: 1733402844974 +- pypi: https://files.pythonhosted.org/packages/f0/27/0aa888e25132542181350e38cb89467ad309ff369b10f6fbe8b57ca2a1a9/nbsphinx-0.9.4-py3-none-any.whl + name: nbsphinx + version: 0.9.4 + sha256: 22cb1d974a8300e8118ca71aea1f649553743c0c5830a54129dcd446e6a8ba17 + requires_dist: + - docutils>=0.18.1 + - jinja2 + - nbconvert>=5.3,!=5.4 + - traitlets>=5 + - nbformat + - sphinx>=1.8 + requires_python: '>=3.6' - pypi: https://files.pythonhosted.org/packages/6a/8a/5dc4c8794053572a89f5c44437ef4e870f88903a6b6734500af1286f9018/nbsphinx-0.9.6-py3-none-any.whl name: nbsphinx version: 0.9.6 @@ -11601,6 +12014,13 @@ packages: - nbformat - sphinx>=1.8 requires_python: '>=3.6' +- pypi: https://files.pythonhosted.org/packages/7b/bb/2a621b4ba6dc260795998968a2dbf8e0e0346ef81532c94f972b08e5787e/nbsphinx_link-1.3.0-py2.py3-none-any.whl + name: nbsphinx-link + version: 1.3.0 + sha256: 67c24fc6508765203afb4b6939c0d9127e17a5d8d9355bfe8458192cf7105eb9 + requires_dist: + - nbsphinx + - sphinx>=1.8 - pypi: https://files.pythonhosted.org/packages/6e/8f/cd4bb6849fef05dafc02e38b3c9b9e985d266c3ca7cb485c3160ddeb96f2/nbsphinx_link-1.3.1-py3-none-any.whl name: nbsphinx-link version: 1.3.1 @@ -11611,9 +12031,9 @@ packages: - sphinx-rtd-theme ; extra == 'docs' - ipython ; extra == 'docs' requires_python: '>=3' -- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 - md5: 47e340acb35de30501a76c7c799c41d7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + sha256: 17fe6afd8a00446010220d52256bd222b1e4fcb93bd587e7784b03219f3dc358 + md5: 04b34b9a40cdc48cfdab261ab176ff74 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -11621,41 +12041,46 @@ packages: platform: linux license: X11 AND BSD-3-Clause purls: [] - size: 891641 - timestamp: 1738195959188 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_3.conda - sha256: 91cfb655a68b0353b2833521dc919188db3d8a7f4c64bea2c6a7557b24747468 - md5: 182afabe009dc78d8b73100255ee6868 + size: 894452 + timestamp: 1736683239706 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-ha32ae93_2.conda + sha256: 9fd726174dde993c560dd6fa1a383e61d546d380e98e0b0348d22512e5d86e24 + md5: 779046fb585c71373e8a051be06c6011 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: X11 AND BSD-3-Clause purls: [] - size: 926034 - timestamp: 1738196018799 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_3.conda - sha256: ea4a5d27ded18443749aefa49dc79f6356da8506d508b5296f60b8d51e0c4bd9 - md5: ced34dd9929f491ca6dab6a2927aff25 + size: 928402 + timestamp: 1736683192463 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + sha256: 507456591054ff83a0179c6b3804dbf6ea7874ac07b68bdf6ab5f23f2065e067 + md5: 7eb0c4be5e4287a3d6bfef015669a545 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: X11 AND BSD-3-Clause purls: [] - size: 822259 - timestamp: 1738196181298 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda - sha256: 2827ada40e8d9ca69a153a45f7fd14f32b2ead7045d3bbb5d10964898fe65733 - md5: 068d497125e4bf8a66bf707254fff5ae + size: 822835 + timestamp: 1736683439206 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + sha256: b45c73348ec9841d5c893acc2e97adff24127548fe8c786109d03c41ed564e91 + md5: f6f7c5b7d0983be186c46c4f6f8f9af8 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: X11 AND BSD-3-Clause purls: [] - size: 797030 - timestamp: 1738196177597 + size: 796754 + timestamp: 1736683572099 +- conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 6598c056f64dc8800d40add25e4e2c34 + depends: + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/nest-asyncio?source=conda-forge-mapping + size: 11638 + timestamp: 1705850780510 - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 md5: 598fd7d4d0de2455fb74f56063969a97 @@ -11680,7 +12105,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/networkx?source=hash-mapping + - pkg:pypi/networkx?source=conda-forge-mapping size: 1149552 timestamp: 1698504905258 - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda @@ -11702,8 +12127,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -11715,8 +12138,6 @@ packages: depends: - __osx >=10.13 - libcxx >=16 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -11728,8 +12149,6 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -11742,8 +12161,6 @@ packages: - 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 purls: [] @@ -11784,8 +12201,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -11804,8 +12219,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -11825,8 +12238,6 @@ packages: - python_abi 3.9.* *_cp39 constrains: - numpy-base <0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -11847,8 +12258,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - numpy-base <0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: @@ -11881,8 +12290,6 @@ packages: - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -11897,8 +12304,6 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -11913,30 +12318,26 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 319362 timestamp: 1733816781741 -- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.3-h4d64b90_0.conda - sha256: 410175815df192f57a07c29a6b3fdd4231937173face9e63f0830c1234272ce3 - md5: fc050366dd0b8313eb797ed1ffef3a29 +- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda + sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 + md5: 7e7099ad94ac3b599808950cec30ad4e depends: - - libpng >=1.6.44,<1.7.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<2.0.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 purls: [] - size: 240148 - timestamp: 1733817010335 + size: 237974 + timestamp: 1709159764160 - conda: https://conda.anaconda.org/conda-forge/linux-64/openldap-2.6.9-he970967_0.conda sha256: 224f458848f792fe9e3587ee6b626d4eaad63aead0e5e6c25cbe29aba7b05c53 md5: ca2de8bbdc871bce41dbf59e51324165 @@ -11963,8 +12364,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.4.0,<4.0a0 - arch: aarch64 - platform: linux license: OLDAP-2.8 license_family: BSD purls: [] @@ -11990,8 +12389,6 @@ packages: depends: - ca-certificates - libgcc >=13 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -12003,8 +12400,6 @@ packages: depends: - __osx >=10.13 - ca-certificates - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12016,8 +12411,6 @@ packages: depends: - __osx >=11.0 - ca-certificates - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -12031,13 +12424,22 @@ packages: - 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 purls: [] size: 8462960 timestamp: 1736088436984 +- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda + sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 + md5: cbe1bb1f21567018ce595d9c2be0f0db + depends: + - python >=3.8 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/packaging?source=conda-forge-mapping + size: 50290 + timestamp: 1718189540074 - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda sha256: da157b19bcd398b9804c5c52fc000fcb8ab0525bdb9c70f95beaa0bb42f85af1 md5: 3bfed7e6228ebf2f7b9eaa47f1b4e2aa @@ -12137,8 +12539,6 @@ packages: - qtpy >=2.3.0 - zstandard >=0.19.0 - gcsfs >=2022.11.0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -12158,8 +12558,6 @@ packages: - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1,<2024.2 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12180,8 +12578,6 @@ packages: - python-tzdata >=2022a - python_abi 3.9.* *_cp39 - pytz >=2020.1,<2024.2 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12228,8 +12624,6 @@ packages: - tzdata >=2022.7 - fastparquet >=2022.12.0 - lxml >=4.9.2 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: @@ -12241,9 +12635,9 @@ packages: version: 1.5.1 sha256: 93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' -- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.1-h861ebed_0.conda - sha256: 20e5e280859a7803e8b5a09f18a7e43b56d1b8e61e4888c1a24cbb0d5b9cabd3 - md5: 59e660508a4de9401543303d5f576aeb +- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.56.0-h861ebed_0.conda + sha256: a0bef194e27e10df65cf7510e405e3acb0a1c460c18fc6c31201167bb50f728d + md5: 8779ee58be1c8b35e7af464a73674957 depends: - __glibc >=2.17,<3.0.a0 - cairo >=1.18.2,<2.0a0 @@ -12251,7 +12645,7 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.2.0,<11.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 @@ -12261,32 +12655,30 @@ packages: platform: linux license: LGPL-2.1-or-later purls: [] - size: 451406 - timestamp: 1737510786003 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.1-hd49db62_0.conda - sha256: f276988f5c3cd4489209eb6adcdca360d61c27a70cce9eaca9414e95ed8adbee - md5: 0451749015c5d808668af77f7b4d11fe + size: 451964 + timestamp: 1736473116469 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pango-1.56.0-hd49db62_0.conda + sha256: 6b08883a4aac022fc79e548eec6ff5a46593544b4229ff8e3a8f39993e7f8500 + md5: 71bf5fec6bee53abfe8dfcc5cb2676ee depends: - cairo >=1.18.2,<2.0a0 - fontconfig >=2.15.0,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.2.0,<11.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: LGPL-2.1-or-later purls: [] - size: 463894 - timestamp: 1737512869150 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.1-hf94f63b_0.conda - sha256: 2f8ec6dff342ef4417b9ab608a33cd1aac9167e778096c3ef0db997087c0e726 - md5: 3888a31896ccefaa6aa608ff13fd527c + size: 463005 + timestamp: 1736474809436 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pango-1.56.0-hf94f63b_0.conda + sha256: 3c4e92ee87196aa74cada1f3d0c504dc2a5c371399350f31f0bd4d498cdf6706 + md5: 8464193d8a23ba74c271661a733dd282 depends: - __osx >=10.13 - cairo >=1.18.2,<2.0a0 @@ -12294,20 +12686,18 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.2.0,<11.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later purls: [] - size: 429570 - timestamp: 1737510992371 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.1-h73f1e88_0.conda - sha256: 1f032cd6e70a07071f2839e79a07976b3d66c1c742e5bc5276ac91a4f738babb - md5: d90e7fdeb40d3e1739f3d2da0c15edf0 + size: 428849 + timestamp: 1736473259180 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.56.0-h73f1e88_0.conda + sha256: 19b993f5a010e2c56d2b5683ff60807f1bae5c94ef0718f684a94d00a8fd72dd + md5: c22c8fc58e27fcd72c940179706f5c88 depends: - __osx >=11.0 - cairo >=1.18.2,<2.0a0 @@ -12315,40 +12705,45 @@ packages: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.2.0,<11.0a0 + - harfbuzz >=10.1.0,<11.0a0 - libexpat >=2.6.4,<3.0a0 - libglib >=2.82.2,<3.0a0 - libpng >=1.6.45,<1.7.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later purls: [] - size: 423919 - timestamp: 1737511036696 -- conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.56.1-h286b592_0.conda - sha256: 5c3b76c39f8fa397f1ff9c84d37ee4e1cc0f944fc12614ee5696ebbeae6e78a3 - md5: 9ca94f758cc7399cde20986e04bb7140 + size: 423495 + timestamp: 1736473423422 +- conda: https://conda.anaconda.org/conda-forge/win-64/pango-1.54.0-hbb871f6_1.conda + sha256: ca1189be471fb73ef742b2e61d345dde885c62ad4c256940984c02073fd1c0e1 + md5: bf639fd83deb4404ac988ae927f61e9e depends: - - cairo >=1.18.2,<2.0a0 - - fontconfig >=2.15.0,<3.0a0 + - cairo >=1.18.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - fribidi >=1.0.10,<2.0a0 - - harfbuzz >=10.2.0,<11.0a0 - - libexpat >=2.6.4,<3.0a0 - - libglib >=2.82.2,<3.0a0 - - libpng >=1.6.45,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 + - harfbuzz >=9.0.0,<10.0a0 + - libglib >=2.80.2,<3.0a0 + - libpng >=1.6.43,<1.7.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.1-or-later purls: [] - size: 454143 - timestamp: 1737511140026 + size: 450735 + timestamp: 1719840158791 +- conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 81534b420deb77da8833f2289b8d47ac + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/parso?source=conda-forge-mapping + size: 75191 + timestamp: 1712320447201 - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc md5: 5c092057b6badd30f75b06244ecd01c9 @@ -12360,6 +12755,17 @@ packages: - pkg:pypi/parso?source=hash-mapping size: 75295 timestamp: 1733271352153 +- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + md5: 17064acba08d3686f1135b5ec1b32b12 + depends: + - python >=3.7 + license: MPL-2.0 + license_family: MOZILLA + purls: + - pkg:pypi/pathspec?source=conda-forge-mapping + size: 41173 + timestamp: 1702250135032 - conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_1.conda sha256: 9f64009cdf5b8e529995f18e03665b03f5d07c0b17445b8badef45bde76249ee md5: 617f15191456cc6a13db418a275435e5 @@ -12393,8 +12799,6 @@ packages: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -12407,8 +12811,6 @@ packages: - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -12421,29 +12823,25 @@ packages: - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 618973 timestamp: 1723488853807 -- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_2.conda - sha256: f4a12cbf8a7c5bfa2592b9dc92b492c438781898e5b02f397979b0be6e1b5851 - md5: a3a3baddcfb8c80db84bec3cb7746fb8 +- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.44-h3d7b363_0.conda + sha256: 44351611091ed72c4682ad23e53d7874334757298ff0ebb2acd769359ae82ab3 + md5: 007d07ab5027e0bf49f6fa660a9f89a0 depends: - bzip2 >=1.0.8,<2.0a0 - libzlib >=1.3.1,<2.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 purls: [] - size: 820831 - timestamp: 1723489427046 + size: 816867 + timestamp: 1718466930248 - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a md5: d0d408b1f18883a944376da5cf8101ea @@ -12455,6 +12853,17 @@ packages: - pkg:pypi/pexpect?source=compressed-mapping size: 53561 timestamp: 1733302019362 +- conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 + depends: + - python >=3 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pickleshare?source=conda-forge-mapping + size: 9332 + timestamp: 1602536313357 - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b md5: 11a9d1d09a3615fc07c3faf79bc0b943 @@ -12506,8 +12915,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 - arch: aarch64 - platform: linux license: HPND purls: - pkg:pypi/pillow?source=hash-mapping @@ -12529,8 +12936,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 - arch: x86_64 - platform: osx license: HPND purls: - pkg:pypi/pillow?source=hash-mapping @@ -12553,41 +12958,37 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - tk >=8.6.13,<8.7.0a0 - arch: arm64 - platform: osx license: HPND purls: - pkg:pypi/pillow?source=hash-mapping size: 42310293 timestamp: 1735929979287 -- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-11.1.0-py39h73ef694_0.conda - sha256: 904397db61aee10fae780cd6b7b82cfa5f554d87702d661e2b73ffe850823a6a - md5: 281e124453ea6dc02e9638a4d6c0a8b6 +- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.4.0-py39hfa8c767_0.conda + sha256: b3b770afa3b6fb26e6b154024df73bdc7aa1b76eb0ea26746bdad05fe96897fd + md5: 7b24bccfb14f05019c8a488d4ee084a8 depends: - freetype >=2.12.1,<3.0a0 - lcms2 >=2.16,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libxcb >=1.17.0,<2.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libxcb >=1.16,<1.17.0a0 - libzlib >=1.3.1,<2.0a0 - - openjpeg >=2.5.3,<3.0a0 + - openjpeg >=2.5.2,<3.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - 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 purls: - - pkg:pypi/pillow?source=hash-mapping - size: 41791546 - timestamp: 1735930293357 -- conda: https://conda.anaconda.org/conda-forge/noarch/pip-25.0-pyh8b19718_0.conda - sha256: 094fa4c825f8b9e8403e0c0b569c3d50892325acdac1010ff43cc3ac65bf62cd - md5: c2548760a02ed818f92dd0d8c81b55b4 + - pkg:pypi/pillow?source=conda-forge-mapping + size: 41327013 + timestamp: 1719904170746 +- conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_2.conda + sha256: da8c8888de10c1e4234ebcaa1550ac2b4b5408ac20f093fe641e4bc8c9c9f3eb + md5: 04e691b9fadd93a8a9fad87a81d4fd8f depends: - python >=3.9,<3.13.0a0 - setuptools @@ -12596,8 +12997,8 @@ packages: license_family: MIT purls: - pkg:pypi/pip?source=hash-mapping - size: 1258059 - timestamp: 1737901869915 + size: 1245116 + timestamp: 1734466348103 - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda sha256: 747c58db800d5583fee78e76240bf89cbaeedf7ab1ef339c2990602332b9c4be md5: 5e2a7acfa2c24188af39e7944e1b3604 @@ -12618,8 +13019,6 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -12631,8 +13030,6 @@ packages: depends: - __osx >=10.13 - libcxx >=18 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -12644,27 +13041,34 @@ packages: depends: - __osx >=11.0 - libcxx >=18 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 201076 timestamp: 1733699127167 -- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.44.2-had0cd8c_0.conda - sha256: 6648bd6e050f37c062ced1bbd4201dee617c3dacda1fc3a0de70335cf736f11b - md5: c720ac9a3bd825bf8b4dc7523ea49be4 +- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda + sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 + md5: b98135614135d5f458b75ab9ebb9558c 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 purls: [] - size: 455582 - timestamp: 1733699458861 + size: 461854 + timestamp: 1709239971654 +- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.2-pyhd8ed1ab_0.conda + sha256: adc59384cf0b2fc6dc7362840151e8cb076349197a38f7230278252698a88442 + md5: 6f6cf28bf8e021933869bae3f84b8fc9 + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/platformdirs?source=conda-forge-mapping + size: 20572 + timestamp: 1715777739019 - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_1.conda sha256: bb50f6499e8bc1d1a26f17716c97984671121608dc0c3ecd34858112bce59a27 md5: 577852c7e53901ddccc7e6a9959ddebe @@ -12676,6 +13080,17 @@ packages: - pkg:pypi/platformdirs?source=hash-mapping size: 20448 timestamp: 1733232756001 +- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda + sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 + md5: d3483c8fc2dc2cc3f5cf43e26d60cabf + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pluggy?source=conda-forge-mapping + size: 23815 + timestamp: 1713667175451 - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda sha256: 122433fc5318816b8c69283aaf267c73d87aa2d09ce39f64c9805c9a3b264819 md5: e9dcbce5f45f9ee500e728ae58b605b6 @@ -12687,6 +13102,31 @@ packages: - pkg:pypi/pluggy?source=hash-mapping size: 23595 timestamp: 1733222855563 +- conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_2.conda + sha256: d8faaf4dcc13caed560fa32956523b35928a70499a2d08c51320947d637e3a41 + md5: 18c6deb6f9602e32446398203c8f0e91 + depends: + - python >=2.6 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/ply?source=conda-forge-mapping + size: 49196 + timestamp: 1712243121626 +- conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_0.conda + sha256: f2ee98740ac62ff46700c3cae8a18c78bdb3d6dd80832c6e691e789b844830d8 + md5: 8dab97d8a9616e07d779782995710aed + depends: + - packaging >=20.0 + - platformdirs >=2.5.0 + - python >=3.7 + - requests >=2.19.0 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pooch?source=conda-forge-mapping + size: 54375 + timestamp: 1717777969967 - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.8.2-pyhd8ed1ab_1.conda sha256: bedda6b36e8e42b0255179446699a0cf08051e6d9d358dd0dd0e787254a3620e md5: b3e783e8e8ed7577cf0b6dee37d1fbac @@ -12701,6 +13141,55 @@ packages: - pkg:pypi/pooch?source=hash-mapping size: 54116 timestamp: 1733421432357 +- conda: https://conda.anaconda.org/conda-forge/win-64/poppler-24.07.0-h686f694_0.conda + sha256: c22de4784acad150c56c0064ba383abd80b097eeb0c192461efec8e572599a2c + md5: 4e21d8257375ae401877013416ebc12b + depends: + - cairo >=1.18.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libcurl >=8.8.0,<9.0a0 + - libglib >=2.80.3,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libintl >=0.22.5,<1.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - openjpeg >=2.5.2,<3.0a0 + - poppler-data + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-2.0-only + license_family: GPL + purls: [] + size: 2374174 + timestamp: 1720374177748 +- conda: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda + sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf + md5: d8d7293c5b37f39b2ac32940621c6592 + license: BSD-3-Clause AND (GPL-2.0-only OR GPL-3.0-only) + license_family: OTHER + purls: [] + size: 2348171 + timestamp: 1675353652214 +- conda: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.3-h7f155c9_0.conda + sha256: 7cd34a8803a3687f6fbed5908dd9b2ecb0ff923a1ac7c4d602d0f06a5804edbd + md5: a253c97c94a2c2886e1cb79e34a5b641 + depends: + - krb5 >=1.21.2,<1.22.0a0 + - libpq 16.3 hab9416b_0 + - libxml2 >=2.12.6,<3.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.3.0,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: PostgreSQL + purls: [] + size: 18697452 + timestamp: 1715267263356 - conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.5.1-h0054346_0.conda sha256: 835afb9c8198895ec1ce2916320503d47bb0c25b75c228d744c44e505f1f4e3b md5: 398cabfd9bd75e90d0901db95224f25f @@ -12733,8 +13222,6 @@ packages: - sqlite constrains: - proj4 ==999999999999 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -12752,8 +13239,6 @@ packages: - sqlite constrains: - proj4 ==999999999999 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -12771,47 +13256,57 @@ packages: - sqlite constrains: - proj4 ==999999999999 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 2673401 timestamp: 1733138376056 -- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.5.1-h4f671f6_0.conda - sha256: ddd0be6172e3903bc6602a93394e8051826235377c1ce8c6ba2435869794e726 - md5: 7303dac2aa92318f319508aedab6a127 +- conda: https://conda.anaconda.org/conda-forge/win-64/proj-9.4.1-hd9569ee_1.conda + sha256: cde60f7c07598fd183a90f2725f5b7f3028a382a163f4efcb8b52dcfbb798d03 + md5: 6e15f5054b179959d2410c2e53d5a3e4 depends: - - libcurl >=8.10.1,<9.0a0 - - libsqlite >=3.47.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 + - libcurl >=8.9.0,<9.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 - sqlite - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 constrains: - proj4 ==999999999999 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 2740461 - timestamp: 1733138695290 -- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.50-pyha770c72_0.conda - sha256: 0749c49a349bf55b8539ce5addce559b77592165da622944a51c630e94d97889 - md5: 7d823138f550b14ecae927a5ff3286de + size: 2726576 + timestamp: 1722328352769 +- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.47-pyha770c72_0.conda + sha256: d93ac5853e398aaa10f0dd7addd64b411f94ace1f9104d619cd250e19a5ac5b4 + md5: 1247c861065d227781231950e14fe817 + depends: + - python >=3.7 + - wcwidth + constrains: + - prompt_toolkit 3.0.47 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/prompt-toolkit?source=conda-forge-mapping + size: 270710 + timestamp: 1718048095491 +- conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc + md5: 368d4aa48358439e07a97ae237491785 depends: - python >=3.9 - wcwidth constrains: - - prompt_toolkit 3.0.50 + - prompt_toolkit 3.0.48 license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/prompt-toolkit?source=hash-mapping - size: 271905 - timestamp: 1737453457168 + - pkg:pypi/prompt-toolkit?source=compressed-mapping + size: 269848 + timestamp: 1733302634979 - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.1-py39h8cd3c5a_0.conda sha256: ba51644107fb105f470231a6de2a906b07c7b4046041aa618585670ad20333f8 md5: 287b29f8df0363b2a53a5a6e6ce4fa5c @@ -12836,8 +13331,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -12851,8 +13344,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -12867,31 +13358,27 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/psutil?source=hash-mapping size: 373376 timestamp: 1735327573510 -- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.1.1-py39ha55e580_0.conda - sha256: bbbc2417fc24ce0082e51487592f52dc925cf6eab5f1d22d426e2cdf30eaae55 - md5: bbfe5e90fbe806a25d87d04b2e0a7306 +- conda: https://conda.anaconda.org/conda-forge/win-64/psutil-6.0.0-py39ha55e580_0.conda + sha256: 843c2087092a80bf479f3b5b80021b759303525cf4fea0dabf7c2b538e989155 + md5: 41ed0d6d84590e40a0096ae3a458f5eb depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/psutil?source=hash-mapping - size: 381358 - timestamp: 1735327628299 + - pkg:pypi/psutil?source=conda-forge-mapping + size: 384430 + timestamp: 1719275211074 - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 md5: b3c17d95b5a10c6e64a21fa17573e70e @@ -12910,8 +13397,6 @@ packages: md5: bb5a90c93e3bac3d5690acf76b4a6386 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -12922,8 +13407,6 @@ packages: md5: 8bcf980d2c6b17094961198284b8e862 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -12934,27 +13417,30 @@ packages: md5: 415816daf82e0b23a736a069a75e9da7 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 8381 timestamp: 1726802424786 -- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-h0e40799_1002.conda - sha256: 7e446bafb4d692792310ed022fe284e848c6a868c861655a92435af7368bae7b - md5: 3c8f2573569bb816483e5cf57efbbe29 +- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 + sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a + md5: a1f820480193ea83582b13249a7e7bd9 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win + - m2w64-gcc-libs license: MIT license_family: MIT purls: [] - size: 9389 - timestamp: 1726802555076 + size: 6417 + timestamp: 1606147814351 +- conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 + sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 + md5: e2da8758d7d51ff6aa78a14dfb9dbed4 + depends: + - vc 14.* + license: LGPL 2 + purls: [] + size: 144301 + timestamp: 1537755684331 - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 md5: 7d9daffbb8d8e0af0f769dbbcd173a54 @@ -12965,6 +13451,17 @@ packages: - pkg:pypi/ptyprocess?source=hash-mapping size: 19457 timestamp: 1733302371990 +- conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_0.conda + sha256: dcfcb3cee1ae0a89729601582cc3edea20ba13c9493967a03a693c67567af0c8 + md5: 0f051f09d992e0d08941706ad519ee0e + depends: + - python >=3.5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pure-eval?source=conda-forge-mapping + size: 16551 + timestamp: 1721585805256 - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 md5: 3bfdfb8dbcdc4af1ae3f9a8eb3948f04 @@ -12976,6 +13473,17 @@ packages: - pkg:pypi/pure-eval?source=hash-mapping size: 16668 timestamp: 1733569518868 +- conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_0.tar.bz2 + sha256: 1bb0459fdebf2f3155ee511e99097c5506ef206acbdd871b74ae9fc4b0c4a019 + md5: 6f6d42b894118f8378fce11887ccdaff + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/py-cpuinfo?source=conda-forge-mapping + size: 24947 + timestamp: 1666774595872 - conda: https://conda.anaconda.org/conda-forge/noarch/py-cpuinfo-9.0.0-pyhd8ed1ab_1.conda sha256: 6d8f03c13d085a569fde931892cded813474acbef2e03381a1a87f420c7da035 md5: 46830ee16925d5ed250850503b5dc3a8 @@ -12998,6 +13506,30 @@ packages: purls: [] size: 110100 timestamp: 1733195786147 +- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda + sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64 + md5: 844d9eb3b43095b031874477f7d70088 + depends: + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/pycparser?source=conda-forge-mapping + size: 105098 + timestamp: 1711811634025 +- conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_6.conda + sha256: 64d9d602b1b716216b88f9e6b4bba253fdb4e31f0b649f7d6fc10b888bdacf7e + md5: 3fd2cd26febcb6029359e5138f964402 + depends: + - graphviz + - pyparsing >=2.0.1 + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pydotplus?source=conda-forge-mapping + size: 26169 + timestamp: 1721395733948 - conda: https://conda.anaconda.org/conda-forge/noarch/pydotplus-2.0.2-pyhd8ed1ab_7.conda sha256: e6681723a8383bf4caaadde22a595289748c6ff909ecbd01c36fbc3b168f41e0 md5: 26e4ff85fd62f32f1818b57363995bc6 @@ -13011,6 +13543,17 @@ packages: - pkg:pypi/pydotplus?source=hash-mapping size: 26425 timestamp: 1734535829892 +- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_0.conda + sha256: 78267adf4e76d0d64ea2ffab008c501156c108bb08fecb703816fb63e279780b + md5: b7f5c092b8f9800150d998a71b76d5a1 + depends: + - python >=3.8 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/pygments?source=conda-forge-mapping + size: 879295 + timestamp: 1714846885370 - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.1-pyhd8ed1ab_0.conda sha256: 28a3e3161390a9d23bc02b4419448f8d27679d9e2c250e29849e37749c8de86b md5: 232fb4577b6687b2d503ef8e254270c9 @@ -13033,9 +13576,20 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pykwalify?source=hash-mapping + - pkg:pypi/pykwalify?source=conda-forge-mapping size: 27988 timestamp: 1701903137868 +- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda + sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b + md5: b9a4dacf97241704529131a0dfc0494f + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pyparsing?source=conda-forge-mapping + size: 89455 + timestamp: 1709721146886 - conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.1-pyhd8ed1ab_0.conda sha256: f513fed4001fd228d3bf386269237b4ca6bff732c99ffc11fcbad8529b35407c md5: 285e237b8f351e85e7574a2c7bfa6d46 @@ -13047,6 +13601,42 @@ packages: - pkg:pypi/pyparsing?source=hash-mapping size: 93082 timestamp: 1735698406955 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py39hb77abff_5.conda + sha256: 9aee5ab6f2c5a71f2eb399e5fec175f79498648ff8e4be6f815cf0ca803201c4 + md5: 5ed899124a51958336371ff01482b8fd + depends: + - pyqt5-sip 12.12.2 py39h99910a6_5 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - qt-main >=5.15.8,<5.16.0a0 + - sip >=6.7.11,<6.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-3.0-only + license_family: GPL + purls: + - pkg:pypi/pyqt5?source=conda-forge-mapping + size: 3876568 + timestamp: 1695421679054 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py39h99910a6_5.conda + sha256: c352489404b993ee0de4a068fd766229dd759a8d7fbc825bf8820073c2ff12d7 + md5: dffbcea794c524c471772a5f697c2aea + depends: + - packaging + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - sip + - toml + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-3.0-only + license_family: GPL + purls: + - pkg:pypi/pyqt5-sip?source=conda-forge-mapping + size: 79633 + timestamp: 1695418442270 - conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py39h8cd3c5a_1.conda sha256: bf35059f60c3a9a6f501c291691b0f40fa1258fe47afaa27b5d0b1386bfd595d md5: 5cca69abc822c405c2c1fae2d30f0893 @@ -13070,8 +13660,6 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -13085,8 +13673,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -13101,8 +13687,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: @@ -13118,14 +13702,23 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/pyrsistent?source=hash-mapping + - pkg:pypi/pyrsistent?source=conda-forge-mapping size: 92568 timestamp: 1725354090697 +- conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_0.tar.bz2 + sha256: 41eced0d5e855bc52018f200b239d627daa38ad78a655ffa2f1efd95b07b6bce + md5: 92a889dc236a5197612bc85bee6d7174 + depends: + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pyshp?source=conda-forge-mapping + size: 964060 + timestamp: 1659003065197 - conda: https://conda.anaconda.org/conda-forge/noarch/pyshp-2.3.1-pyhd8ed1ab_1.conda sha256: a721b3663d1917f3c9caa01069d23c44b0a378a6d3639f7e4f7b06887a9ac9bf md5: 856b387c270e9eaf6e41e978057a2b62 @@ -13172,58 +13765,33 @@ packages: - libgcc >=13 - libgl >=1.7.0,<2.0a0 - libopengl >=1.7.0,<2.0a0 - - libstdcxx >=13 - - libxml2 >=2.13.5,<3.0a0 - - libxslt >=1.1.39,<2.0a0 - - python >=3.9,<3.10.0a0 - - python_abi 3.9.* *_cp39 - - qt6-main 6.8.1.* - - qt6-main >=6.8.1,<6.9.0a0 - arch: aarch64 - platform: linux - license: LGPL-3.0-only - license_family: LGPL - purls: - - pkg:pypi/pyside6?source=hash-mapping - - pkg:pypi/shiboken6?source=hash-mapping - size: 7931931 - timestamp: 1734099605934 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyside6-6.8.1-py39h0285922_0.conda - sha256: 5a2065cbce309d41159978a1fcea1bbaa22cba93d53e47e3126e9a0c9b8c1289 - md5: a8d806c618d9ae1836b56e0771ee6abe - depends: - - libclang13 >=19.1.5 + - libstdcxx >=13 - libxml2 >=2.13.5,<3.0a0 - libxslt >=1.1.39,<2.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - qt6-main 6.8.1.* - qt6-main >=6.8.1,<6.9.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-3.0-only license_family: LGPL purls: - pkg:pypi/pyside6?source=hash-mapping - pkg:pypi/shiboken6?source=hash-mapping - size: 9776843 - timestamp: 1734099557150 -- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh09c184e_7.conda - sha256: d016e04b0e12063fbee4a2d5fbb9b39a8d191b5a0042f0b8459188aedeabb0ca - md5: e2fd202833c4a981ce8a65974fe4abd1 + size: 7931931 + timestamp: 1734099605934 +- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 + sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 + md5: 56cd9fe388baac0e90c7149cfac95b60 depends: - __win - - python >=3.9 + - python >=3.8 - win_inet_pton license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pysocks?source=hash-mapping - size: 21784 - timestamp: 1733217448189 + - pkg:pypi/pysocks?source=conda-forge-mapping + size: 19348 + timestamp: 1661605138291 - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 md5: 461219d1a5bd61342293efa2c0c90eac @@ -13236,6 +13804,25 @@ packages: - pkg:pypi/pysocks?source=hash-mapping size: 21085 timestamp: 1733217331982 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.2-pyhd8ed1ab_0.conda + sha256: 72c84a3cd9fe82835a88e975fd2a0dbf2071d1c423ea4f79e7930578c1014873 + md5: e010a224b90f1f623a917c35addbb924 + depends: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2,>=1.5 + - python >=3.8 + - tomli >=1 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest?source=conda-forge-mapping + size: 257671 + timestamp: 1721923749407 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda sha256: 75245ca9d0cbd6d38bb45ec02430189a9d4c21c055c5259739d738a2298d61b3 md5: 799ed216dc6af62520f32aa39bc1c2bb @@ -13255,6 +13842,19 @@ packages: - pkg:pypi/pytest?source=hash-mapping size: 259195 timestamp: 1733217599806 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-4.0.0-pyhd8ed1ab_0.tar.bz2 + sha256: e08bba57295c6ca9cbc265347c312aaab1f0cf66f4e8ff53a2461f32c397536f + md5: 8c3168375e2ac100c17b133f4e2eb536 + depends: + - py-cpuinfo + - pytest >=3.8 + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/pytest-benchmark?source=conda-forge-mapping + size: 39571 + timestamp: 1666782598879 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-benchmark-5.1.0-pyhd8ed1ab_1.conda sha256: 6f3208ee181d2437aaa7e4ad64dacb149a0cb52d1975c86e520b371050b9c6ad md5: e082fea65ca7bbde086013c8bf967df0 @@ -13268,6 +13868,19 @@ packages: - pkg:pypi/pytest-benchmark?source=hash-mapping size: 42736 timestamp: 1733277213500 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_0.tar.bz2 + sha256: 43ab7de6af7b298a9199aea2bf6fa481a3059ba1068dd0967fe3a040ff6e9303 + md5: 11b16b526f60cc18748c3fe45d10315a + depends: + - pytest >=5.0.0 + - python >=3.6 + - python-dotenv >=0.9.1 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-dotenv?source=conda-forge-mapping + size: 7383 + timestamp: 1606859705188 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-dotenv-0.5.2-pyhd8ed1ab_1.conda sha256: e4b891f95db6518befc72fe3136dfdcc0b97cf23aff012d1f69a49761dba56c7 md5: 1cb1c9f0c6da0017157084138d05c4ca @@ -13281,6 +13894,18 @@ packages: - pkg:pypi/pytest-dotenv?source=hash-mapping size: 9831 timestamp: 1735306343133 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 8d4f0c70f66dfeb4f857e2b92b30713b7b6b475b748dcb2b47ef7d0f18346752 + md5: d66820a0d1d10f6731b101d36dc38ad9 + depends: + - pytest >=3.7 + - python >=3.6 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-order?source=conda-forge-mapping + size: 15851 + timestamp: 1641771678634 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-order-1.3.0-pyh29332c3_2.conda sha256: d30aed1972a363df32ae7fb41b2b622eb40444f0377446ac47b0c3c639173eb4 md5: e9e7d96ef6e90a50a4a484b305a9b0d9 @@ -13290,10 +13915,24 @@ packages: - python license: MIT license_family: MIT - purls: - - pkg:pypi/pytest-order?source=hash-mapping + purls: [] size: 21116 timestamp: 1735596789189 +- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda + sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 + md5: b39568655c127a9c4a44d178ac99b6d0 + depends: + - execnet >=2.1 + - pytest >=7.0.0 + - python >=3.8 + constrains: + - psutil >=3.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/pytest-xdist?source=conda-forge-mapping + size: 38320 + timestamp: 1718138508765 - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_1.conda sha256: fb35da93084d653b86918c200abb2f0b88aceb3b0526c6aaa21b844f565ae237 md5: 59aad4fb37cabc0bacc73cf344612ddd @@ -13360,8 +13999,6 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: Python-2.0 purls: [] size: 12462624 @@ -13384,8 +14021,6 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: Python-2.0 purls: [] size: 11448139 @@ -13408,8 +14043,6 @@ packages: - tzdata constrains: - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: Python-2.0 purls: [] size: 11800492 @@ -13432,12 +14065,22 @@ packages: - vc14_runtime >=14.29.30139 constrains: - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: win license: Python-2.0 purls: [] size: 16943409 timestamp: 1733406595694 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda + sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 + md5: 2cf4264fffb9e6eff6031c5b6884d61c + depends: + - python >=3.7 + - six >=1.5 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/python-dateutil?source=conda-forge-mapping + size: 222742 + timestamp: 1709299922152 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda sha256: a50052536f1ef8516ed11a844f9413661829aa083304dc624c5925298d078d79 md5: 5ba79d7c71f03c678c8ead841f347d6e @@ -13450,6 +14093,17 @@ packages: - pkg:pypi/python-dateutil?source=hash-mapping size: 222505 timestamp: 1733215763718 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_0.conda + sha256: 2d4c80364f03315d606a50eddd493dbacc078e21412c2462c0f781eec49b572c + md5: c2997ea9360ac4e015658804a7a84f94 + depends: + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/python-dotenv?source=conda-forge-mapping + size: 24278 + timestamp: 1706018281544 - conda: https://conda.anaconda.org/conda-forge/noarch/python-dotenv-1.0.1-pyhd8ed1ab_1.conda sha256: 99713f6b534fef94995c6c16fd21d59f3548784e9111775d692bdc7c44678f02 md5: e5c6ed218664802d305e79cc2d4491de @@ -13461,6 +14115,17 @@ packages: - pkg:pypi/python-dotenv?source=hash-mapping size: 24215 timestamp: 1733243277223 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.20.0-pyhd8ed1ab_0.conda + sha256: 7d8c931b89c9980434986b4deb22c2917b58d9936c3974139b9c10ae86fdfe60 + md5: b98d2018c01ce9980c03ee2850690fab + depends: + - python >=3.3 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/fastjsonschema?source=conda-forge-mapping + size: 226165 + timestamp: 1718477110630 - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.1-pyhd8ed1ab_0.conda sha256: 1b09a28093071c1874862422696429d0d35bd0b8420698003ac004746c5e82a2 md5: 38e34d2d1d9dca4fb2b9a0a04f604e2c @@ -13472,17 +14137,28 @@ packages: - pkg:pypi/fastjsonschema?source=hash-mapping size: 226259 timestamp: 1733236073335 -- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2025.1-pyhd8ed1ab_0.conda - sha256: 1597d6055d34e709ab8915091973552a0b8764c8032ede07c4e99670da029629 - md5: 392c91c42edd569a7ec99ed8648f597a +- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.1-pyhd8ed1ab_0.conda + sha256: 9da9a849d53705dee450b83507df1ca8ffea5f83bd21a215202221f1c492f8ad + md5: 98206ea9954216ee7540f0c773f2104d + depends: + - python >=3.6 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/tzdata?source=conda-forge-mapping + size: 144024 + timestamp: 1707747742930 +- conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2024.2-pyhd8ed1ab_1.conda + sha256: 57c9a02ec25926fb48edca59b9ede107823e5d5c473b94a0e05cc0b9a193a642 + md5: c0def296b2f6d2dd7b030c2a7f66bb1f depends: - python >=3.9 license: Apache-2.0 license_family: APACHE purls: - pkg:pypi/tzdata?source=hash-mapping - size: 143794 - timestamp: 1737541204030 + size: 142235 + timestamp: 1733235414217 - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda build_number: 5 sha256: 019e2f8bca1d1f1365fbb9965cd95bb395c92c89ddd03165db82f5ae89a20812 @@ -13502,8 +14178,6 @@ packages: md5: 2d2843f11ec622f556137d72d9c72d89 constrains: - python 3.9.* *_cpython - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -13515,8 +14189,6 @@ packages: md5: 09ac18c0db8f06c3913fa014ec016849 constrains: - python 3.9.* *_cpython - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -13528,26 +14200,22 @@ packages: md5: 1ca4a5e8290873da8963182d9673299d constrains: - python 3.9.* *_cpython - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 6326 timestamp: 1723823464252 -- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda - build_number: 5 - sha256: ee9471759ba567d5a4922d4fae95f58a0070db7616cba72e3bfb22cd5c50e37a - md5: 86ba1bbcf9b259d1592201f3c345c810 +- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-4_cp39.conda + build_number: 4 + sha256: 3bf150eb6fc99f459210065973fc79b5974a9142672f6dd92eba6ed97697e0ed + md5: 948b0d93d4ab1372d8fd45e1560afd47 constrains: - python 3.9.* *_cpython - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: [] - size: 6706 - timestamp: 1723823197703 + size: 6776 + timestamp: 1695147727582 - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 md5: 3eeeeb9e4827ace8c0c1419c85d590ad @@ -13556,29 +14224,27 @@ packages: license: MIT license_family: MIT purls: - - pkg:pypi/pytz?source=hash-mapping + - pkg:pypi/pytz?source=conda-forge-mapping size: 188538 timestamp: 1706886944988 -- conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-307-py39ha51f57c_3.conda - sha256: 7626ab2e166c01863fcc8d4d0780b3df96c9bfd4c4141f189000b6b0214cee60 - md5: 2fb5a9ee057acb7709b321fe6a11f5c6 +- conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py39h99910a6_2.conda + sha256: bae89555b73c8bbbb9efe88490f2d16c010188dd078ed3aa39c2ba3084e31608 + md5: eab91442160b49994dd2e224e6082770 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: PSF-2.0 license_family: PSF purls: - - pkg:pypi/pywin32?source=hash-mapping - size: 5515172 - timestamp: 1728636929930 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda - sha256: fe968067dce0002983d2e187b28a7466afe8522e4f3edde01627a572025f3a4f - md5: 13fd88296a9f19f5e3ac0c69d4b64cc6 + - pkg:pypi/pywin32?source=conda-forge-mapping + size: 5808124 + timestamp: 1695974471118 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 + md5: 76e82e62b7bda86a7fceb1f32585abad depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -13591,61 +14257,55 @@ packages: license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 181843 - timestamp: 1737455034168 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39hbebea31_2.conda - sha256: 062f349fc2011151d3f362c5901755003bd441b5f94c3566e638dd5b3ff13e7a - md5: 59d83d45572c9e21d865dd6e4d75c20f + size: 181692 + timestamp: 1725456337437 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 + md5: c731cf6279b0e0f5e848d14afd057197 depends: - libgcc >=13 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 174806 - timestamp: 1737454915451 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39hd18e689_2.conda - sha256: c7c53e952f65be37f9a35d06d98782597381a472608e98e27bcdd59975198a7f - md5: 035e7890d971c0c2a683593376a546f0 + size: 174684 + timestamp: 1725456429212 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab + md5: 46dd423c757e1b7589e2e2d4a9945059 depends: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 167930 - timestamp: 1737454941362 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39hefdd603_2.conda - sha256: 46c56cae06c9c3d682d8efaaae3717cf17349edb03a22604655d68fa6de2233a - md5: 8f6d7313abdc77ac6ae1d4a00f22b2ab + size: 163637 + timestamp: 1725456332138 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 + md5: afea777abeb887c23dc4ec2d8a9acca8 depends: - __osx >=11.0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - yaml >=0.2.5,<0.3.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/pyyaml?source=hash-mapping - size: 167405 - timestamp: 1737454986162 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39hf73967f_2.conda - sha256: 2c0441904085c978588334c83adb0a58564240ffb8d0e8ba34c75e897b386402 - md5: ebdc9838cfa38fe474263e4dd8215e85 + size: 161903 + timestamp: 1725456557842 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py39ha55989b_1.conda + sha256: 8e18f428c944dc08e34b78dad56af00852bc416b4be9ba528144389ac61bf123 + md5: 5c3a9da77fc79c21c5c1fd7ea06306a2 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 @@ -13653,17 +14313,15 @@ packages: - 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 purls: - - pkg:pypi/pyyaml?source=hash-mapping - size: 157446 - timestamp: 1737455304677 -- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.1-py39h4e4fb57_0.conda - sha256: e92248ba095a96625f5d5a73c380f9d16392b326e2f10508ffcec7406521e2cd - md5: 9e8fb468734ff97268065206ae697ce3 + - pkg:pypi/pyyaml?source=conda-forge-mapping + size: 151118 + timestamp: 1695373930963 +- conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-26.2.0-py39h4e4fb57_3.conda + sha256: 397b437083f58a533406fb25e3d6590ea98a593739e8b9ca8358017d060c176f + md5: 443c3fe5e7b75f521ec82bd81fa2e061 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -13678,11 +14336,11 @@ packages: license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 339824 - timestamp: 1738271104131 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.1-py39he601760_0.conda - sha256: 4f684cab4c7d382d49f9fb8259a15267f0b58cf9128a2ab0e34b424186036be1 - md5: b20ce05e5df88020539cca45c672e6c7 + size: 335469 + timestamp: 1728642388291 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyzmq-26.2.0-py39he601760_3.conda + sha256: f7d4e94945f9b82ee55e10b58b3758021b288de8ad306b34a33ee45e4ce6e6b9 + md5: d19792e3beab081d29ba083bcf49e40a depends: - libgcc >=13 - libsodium >=1.0.20,<1.0.21.0a0 @@ -13690,70 +14348,62 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 333259 - timestamp: 1738272749896 -- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.1-py39hf094b8e_0.conda - sha256: 6a55b074be9dc5e0bf5592c63123d7088f7fea3a70faff2cec479bb14fe31da5 - md5: 5fdb874835fb070bd2523d3e79b96556 + size: 328958 + timestamp: 1728644519609 +- conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-26.2.0-py39h7644d4c_3.conda + sha256: bab1e6951c731fe57df614602689ca8f4177e690030e38efd4d26502d64ab425 + md5: 32b9dbcb1156223a671396bd70868823 depends: - __osx >=10.13 - - libcxx >=18 + - libcxx >=17 - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 315917 - timestamp: 1738271217105 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.1-py39h80d5f2a_0.conda - sha256: 5818a9b6ba06b701d855e57eeab4d8024cfa0267580609ecacb3ad34b538ae2b - md5: 6e87f53c8bf999ee6233ca0870977455 + size: 312987 + timestamp: 1728642408300 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-26.2.0-py39h6e893d0_3.conda + sha256: 73459f95de88bee799c3af7268bef53416952ec0955ecac9577124dc83e68284 + md5: 621448a43a3a0947ece0f183ec279335 depends: - __osx >=11.0 - - libcxx >=18 + - libcxx >=17 - libsodium >=1.0.20,<1.0.21.0a0 - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - zeromq >=4.3.5,<4.4.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/pyzmq?source=hash-mapping - size: 316870 - timestamp: 1738271362203 -- conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.2.1-py39h03e5c00_0.conda - sha256: e1e09420fedbd21bf752d25c4e99cb6e7bc66d4876a1bd65603d3119214bd760 - md5: 96f1c7ceafd030c35bcc657b442749a4 + size: 312145 + timestamp: 1728642601493 +- conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-26.0.3-py39h03e5c00_0.conda + sha256: 8e1298ca692f79030cb09c7cb65c4fc2445ab556c27a8c74b2ca36a557f29394 + md5: 433e2c4670e59d5a4da74e8d803af6dc depends: - - libsodium >=1.0.20,<1.0.21.0a0 + - libsodium >=1.0.18,<1.0.19.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zeromq >=4.3.5,<4.3.6.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/pyzmq?source=hash-mapping - size: 320445 - timestamp: 1738271648532 + - pkg:pypi/pyzmq?source=conda-forge-mapping + size: 367507 + timestamp: 1715025139194 - conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc md5: 353823361b1d27eb3960efb076dfcaf6 @@ -13773,8 +14423,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: LicenseRef-Qhull purls: [] size: 554571 @@ -13785,8 +14433,6 @@ packages: depends: - __osx >=10.13 - libcxx >=16 - arch: x86_64 - platform: osx license: LicenseRef-Qhull purls: [] size: 528122 @@ -13797,8 +14443,6 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: LicenseRef-Qhull purls: [] size: 516376 @@ -13810,12 +14454,36 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LicenseRef-Qhull purls: [] size: 1377020 timestamp: 1720814433486 +- conda: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-h06adc49_23.conda + sha256: 35a3c7a30e86c4cb6cca09008ca7d05fbc5801e5db949a9c1c5ca6bcd01afb4f + md5: 1f6a464e4fc36114ac7286d1db8d260e + depends: + - gst-plugins-base >=1.24.5,<1.25.0a0 + - gstreamer >=1.24.5,<1.25.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.3,<1.22.0a0 + - libclang13 >=15.0.7 + - libglib >=2.80.3,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.43,<1.7.0a0 + - libsqlite >=3.46.0,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.3.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.6,<1.6.0a0 + constrains: + - qt 5.15.8 + license: LGPL-3.0-only + license_family: LGPL + purls: [] + size: 60286742 + timestamp: 1721091009568 - conda: https://conda.anaconda.org/conda-forge/linux-64/qt6-main-6.8.1-h588cce1_2.conda sha256: a9ec7c593a4640d1a19274684d78237211eef4a2e6ccc6c77f46a00b484f2fbe md5: 5d2f1f29c025a110a43f9946527623ab @@ -13936,44 +14604,11 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - qt 6.8.1 - arch: aarch64 - platform: linux license: LGPL-3.0-only license_family: LGPL purls: [] size: 53982598 timestamp: 1735626222252 -- conda: https://conda.anaconda.org/conda-forge/win-64/qt6-main-6.8.1-h1259614_2.conda - sha256: 60575a22b0787f3fa4c542be1d1eec2317d38f622f4354911d01536c6e4343d8 - md5: 070e8c90ab39a63d9ee0d2155bc668b4 - depends: - - double-conversion >=3.3.0,<3.4.0a0 - - harfbuzz >=10.1.0,<11.0a0 - - icu >=75.1,<76.0a0 - - krb5 >=1.21.3,<1.22.0a0 - - libclang13 >=19.1.6 - - libglib >=2.82.2,<3.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libpng >=1.6.44,<1.7.0a0 - - libsqlite >=3.47.2,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.4.0,<4.0a0 - - pcre2 >=10.44,<10.45.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - zstd >=1.5.6,<1.6.0a0 - constrains: - - qt 6.8.1 - arch: x86_64 - platform: win - license: LGPL-3.0-only - license_family: LGPL - purls: [] - size: 92067478 - timestamp: 1735624829377 - conda: https://conda.anaconda.org/conda-forge/linux-64/rasterio-1.4.3-py39h13cc60e_0.conda sha256: 63307e59ebfe20f39ec3504632b833b7c99edcdc52fa3c595e4e9acf50da35be md5: 0c5537986a20801371e4f6b691627a54 @@ -14024,8 +14659,6 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -14052,8 +14685,6 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -14081,17 +14712,15 @@ packages: - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 - snuggs >=1.4.1 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/rasterio?source=hash-mapping size: 7990317 timestamp: 1733163812700 -- conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.4.3-py39h0c8b368_0.conda - sha256: bd56f9f82c3d3d8c3f3f9161fafa20ae4ad57eff6885c93b7888c5ce0a79a9d6 - md5: ba0c9180f95d8ffe5cdbd47f14684a56 +- conda: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.10-py39h6e27d46_5.conda + sha256: f5d98fe42594aa38476a7b6f01728a9565b0ef2ba0ec867323e2d2e0bc421a54 + md5: d9f415ffa1f51fe36006a7aa31d71b03 depends: - affine - attrs @@ -14100,9 +14729,10 @@ packages: - click-plugins - cligj >=0.5 - importlib-metadata - - libgdal-core >=3.10.0,<3.11.0a0 + - libgdal >=3.9.1,<3.10.0a0 + - libgdal-core >=3.9.1,<3.10.0a0 - numpy >=1.19,<3 - - proj >=9.5.1,<9.6.0a0 + - proj >=9.4.1,<9.5.0a0 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - setuptools >=0.9.8 @@ -14110,14 +14740,31 @@ packages: - 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 purls: - - pkg:pypi/rasterio?source=hash-mapping - size: 7711863 - timestamp: 1733164150551 + - pkg:pypi/rasterio?source=conda-forge-mapping + size: 6967188 + timestamp: 1722410854327 +- conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.19.0-pyhd8ed1ab_0.conda + sha256: df72bc20e76caa2dc5a77bf1bd6899cc65fdef092fed0329eada5a93ed3729a3 + md5: 83aa6e0ab5c370e2d464fd72ef4cf155 + depends: + - affine + - click >7.1 + - cligj >=0.4 + - fiona + - numpy >=1.9 + - python >=3.7 + - rasterio >=1.0 + - shapely + - simplejson + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/rasterstats?source=conda-forge-mapping + size: 20607 + timestamp: 1685447856675 - conda: https://conda.anaconda.org/conda-forge/noarch/rasterstats-0.20.0-pyhd8ed1ab_1.conda sha256: 2d549a6cbb14d076e123e9e97c79c347cc0c5b82d55771be1fde86001a14ef4b md5: d0bf36963569fa8b1843cb4c3e5cd74b @@ -14154,8 +14801,6 @@ packages: md5: 12c850a42b1ad1ed46a284a93959ee6a depends: - libgcc-ng >=12 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -14164,8 +14809,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 md5: ab03527926f8ce85f84a91fd35520ef2 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -14174,27 +14817,21 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rav1e-0.6.6-h69fbcac_2.conda sha256: be6174970193cb4d0ffa7d731a93a4c9542881dbc7ab24e74b460ef312161169 md5: e309ae86569b1cd55a0285fa4e939844 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 1526706 timestamp: 1694329743011 -- conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 - md5: bd32cc2ed62374932f9d57a2e3eb2863 +- conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.09.01-hd3b24a8_2.conda + sha256: 929744a982215ea19f6f9a9d00c782969cd690bfddeeb650a39df1536af577fe + md5: ffeb985810bc7d103662e1465c758847 depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win - license: BSD-2-Clause + - libre2-11 2023.09.01 hf8d8778_2 + license: BSD-3-Clause license_family: BSD purls: [] - size: 1523119 - timestamp: 1694330157594 + size: 207315 + timestamp: 1708947529390 - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 md5: 47d31b792659ce70f470b5c82fdfb7a4 @@ -14214,8 +14851,6 @@ packages: depends: - libgcc-ng >=12 - ncurses >=6.3,<7.0a0 - arch: aarch64 - platform: linux license: GPL-3.0-only license_family: GPL purls: [] @@ -14226,8 +14861,6 @@ packages: md5: f17f77f2acf4d344734bda76829ce14e depends: - ncurses >=6.3,<7.0a0 - arch: x86_64 - platform: osx license: GPL-3.0-only license_family: GPL purls: [] @@ -14238,8 +14871,6 @@ packages: md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - ncurses >=6.3,<7.0a0 - arch: arm64 - platform: osx license: GPL-3.0-only license_family: GPL purls: [] @@ -14306,8 +14937,6 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -14322,8 +14951,6 @@ packages: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -14339,8 +14966,6 @@ packages: - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - ruamel.yaml.clib >=0.1.2 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: @@ -14357,12 +14982,9 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT - license_family: MIT purls: - - pkg:pypi/ruamel-yaml?source=hash-mapping + - pkg:pypi/ruamel-yaml?source=conda-forge-mapping size: 199131 timestamp: 1736248208021 - conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py39h8cd3c5a_1.conda @@ -14389,8 +15011,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -14404,8 +15024,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -14420,8 +15038,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: @@ -14437,17 +15053,15 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/ruamel-yaml-clib?source=hash-mapping + - pkg:pypi/ruamel-yaml-clib?source=conda-forge-mapping size: 111257 timestamp: 1728725012226 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.4-py39hb014886_0.conda - sha256: 243a4c205bda2042a478569e2602e7efef2dc7ecdd34db616091e63168669e9a - md5: 9d1686b450c15f19aed6477347028a52 +- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.9.1-py39hb014886_0.conda + sha256: e03ff3210d3bef67e7683b17500c731c904128239503839e54014f5a4ec48f8f + md5: a77ef55379ebaf97b2a3b48a99ce8a0e depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -14462,11 +15076,11 @@ packages: license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 8562403 - timestamp: 1738327821967 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.4-py39h4e1b988_0.conda - sha256: 52d0cea8fa4828a86828754d1d9807dc2bd0ea799b636a7d1d7b7d599b6d9949 - md5: 4123fa284e2814678dda254c1eb0adbf + size: 7983737 + timestamp: 1736550825593 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ruff-0.9.1-py39h4e1b988_0.conda + sha256: b87692668554abb6ae02e11573093319164bac4177b9a1786a5807826966001a + md5: c611034a6583b199137e5ac68dd9c6e3 depends: - libgcc >=13 - libstdcxx >=13 @@ -14475,17 +15089,15 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __glibc >=2.17 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 8327481 - timestamp: 1738327680969 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.4-py39hfecde11_0.conda - sha256: 92f53788e7e845ccc1399cd943abdc24ad507a396f39cf4a9d8c830ef9da8ddc - md5: ec5f3ad85ea6339f43541b2c871d91c6 + size: 7852522 + timestamp: 1736550969531 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.9.1-py39hfecde11_0.conda + sha256: a235ec8cc82ea3cf9466c440982f7cca06a11f66431a68c079f1a84514c96cf5 + md5: 0f50034024fdb9240d2d8ffa04b35e4f depends: - __osx >=10.13 - libcxx >=18 @@ -14493,17 +15105,15 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7885918 - timestamp: 1738327823848 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.4-py39h5f12542_0.conda - sha256: 6b5b9da9f84261ee821ea4a9f1c222464978ce4abd629ab26649181d924e82ed - md5: 762ab89a079f8cada75c748477534c05 + size: 7373167 + timestamp: 1736551062261 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.9.1-py39h5f12542_0.conda + sha256: 2937f0dbe1dbe4528fdc7669eecfe04c6c0bf2457ac9b7260d98d0648a4f5775 + md5: 30f2b734155b4aa57e108265b14734e0 depends: - __osx >=11.0 - libcxx >=18 @@ -14512,31 +15122,27 @@ packages: - python_abi 3.9.* *_cp39 constrains: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7463929 - timestamp: 1738328339013 -- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.4-py39he05c28a_0.conda - sha256: 3cbac6c5ab9fc768fec4583738fff2f7ff74e6f5040859ac0c6cf7301e6f11a0 - md5: f99bb1490b4dd734babededb5bbd72c8 + size: 7030775 + timestamp: 1736551347653 +- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.9.1-py39he05c28a_0.conda + sha256: 377c5a5b9c5c54e4d1574481b3231917369f0f5253cef684e9f9254a2c050616 + md5: 36fa49fe0063c4e5a20aca906ecb2afb depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - pkg:pypi/ruff?source=hash-mapping - size: 7559088 - timestamp: 1738328195148 + size: 6955958 + timestamp: 1736551364965 - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.13.1-py39haf93ffa_0.conda sha256: 55becd997688a9a499aa553e9e61eb28038ca068929c23f0a973ab9a01ac9eac md5: 492a2cd65862d16a4aaf535ae9ccb761 @@ -14576,8 +15182,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -14600,8 +15204,6 @@ packages: - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -14625,8 +15227,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -14647,14 +15247,23 @@ packages: - 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 purls: - pkg:pypi/scipy?source=hash-mapping size: 14854560 timestamp: 1716472552464 +- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-72.1.0-pyhd8ed1ab_0.conda + sha256: d239e7f1b1a5617eeadda4e91183592f5a15219e97e16bc721d7b0597ee89a80 + md5: e06d4c26df4f958a8d38696f2c344d15 + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/setuptools?source=conda-forge-mapping + size: 1462612 + timestamp: 1722586785703 - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda sha256: e0778e4f276e9a81b51c56f51ec22a27b4d8fc955abc0be77ad09ca9bea06bb9 md5: 8f28e299c11afdd79e0ec1e279dcdc52 @@ -14688,9 +15297,9 @@ packages: - wheel ; extra == 'test' - typing-extensions ; python_full_version < '3.11' and extra == 'test' requires_python: '>=3.8' -- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.7-py39hca88cd1_0.conda - sha256: 83c3cf1a73118cf38fa3bd95d09753602b9312f9d34b0151bdf22595edfe329a - md5: cb7bef43f9d40cee17afc4455788069c +- conda: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.6-py39hca88cd1_2.conda + sha256: 7b164433c7998d5cafaae75a7d25111091eb5a4d95507d28a39004fc914336b2 + md5: b847d20969e3625365852369e2149211 depends: - __glibc >=2.17,<3.0.a0 - geos >=3.13.0,<3.13.1.0a0 @@ -14704,45 +15313,41 @@ packages: license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 486123 - timestamp: 1738308107364 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.7-py39h1e95d85_0.conda - sha256: 479f8f831dce1cac9e4281cb483277297f8d896e3cd87c033170bbc516effe70 - md5: 6737c402d3e8f9443469a6ae682bc784 + size: 486589 + timestamp: 1727273575453 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/shapely-2.0.6-py39h1e95d85_2.conda + sha256: f8eb839987e6c9458c76f1632c481de3583c8b6c93d0f12ac1a5c2b96ec6a2e7 + md5: 70ed1fa6fd98b3756ff1848f2a973141 depends: - geos >=3.13.0,<3.13.1.0a0 - libgcc >=13 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 484457 - timestamp: 1738309297404 -- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.7-py39hb15469b_0.conda - sha256: b80ee056adf23b2b943006cc1b6675d537f9ee806545b3b990ca8d2ccf28df04 - md5: c889e962d90a0f8756f6825e98866b29 + size: 481873 + timestamp: 1727274878522 +- conda: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.6-py39hfde7aa9_2.conda + sha256: 971d554ce84311257b1e019b4109a9a77224dd12e18797dd0c155780de159c5f + md5: 71819d479988b2c904bf728c8b6995f3 depends: - __osx >=10.13 - geos >=3.13.0,<3.13.1.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 458375 - timestamp: 1738308189777 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.7-py39hd9a2305_0.conda - sha256: 9c48e4dbd25a467f2d77188a8c14107dc4a19f41a66192ac7af8bc9f29492e23 - md5: f7d9c3b3d949de9339ac61cbfc6a1b2f + size: 452432 + timestamp: 1727273695044 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/shapely-2.0.6-py39h42e4b9c_2.conda + sha256: be28a67206ebed834d3804c81c8dee1ebacc7e13d4fc635361a4bc48a4e3a295 + md5: 773437095ce5f268c7caaaf373e0daeb depends: - __osx >=11.0 - geos >=3.13.0,<3.13.1.0a0 @@ -14750,33 +15355,29 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/shapely?source=hash-mapping - size: 454858 - timestamp: 1738308145061 -- conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.7-py39ha482d1c_0.conda - sha256: b4248b48043969e4d78612652df4500cfb264f1eb8fb855ca0eec4e688f47e9b - md5: 37ca055d3b15083f17c83de70620e3bc + size: 446100 + timestamp: 1727273843206 +- conda: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.5-py39h78b7fd3_0.conda + sha256: f2493525678781e75361df22fd410dde7a419e8a1cf6c3b83215714ed27bc526 + md5: 544a286f1e78a78070f8cee0bc0e46e6 depends: - - geos >=3.13.0,<3.13.1.0a0 + - geos >=3.12.2,<3.12.3.0a0 - numpy >=1.19,<3 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/shapely?source=hash-mapping - size: 451316 - timestamp: 1738308297651 + - pkg:pypi/shapely?source=conda-forge-mapping + size: 451280 + timestamp: 1720886557328 - conda: https://conda.anaconda.org/conda-forge/linux-64/simplejson-3.19.3-py39h8cd3c5a_1.conda sha256: b772b9429ac4a92d98de0a30efda048d01a39b9234ed7b7105f7a9f48942b652 md5: 2f093380e510d1913fc6fe2ae4d0ef1a @@ -14801,8 +15402,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: @@ -14816,8 +15415,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: @@ -14832,31 +15429,56 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: - pkg:pypi/simplejson?source=hash-mapping size: 106761 timestamp: 1724955213354 -- conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.3-py39ha55e580_1.conda - sha256: 38fef4ef2ec086b38097ec7b24d6bed1d05cd8c2d442f4ea94fda0dc3c2e58bf - md5: 4c37791dadf95caf584c0d9f2255d224 +- conda: https://conda.anaconda.org/conda-forge/win-64/simplejson-3.19.2-py39ha55989b_0.conda + sha256: 624f5dc0d0d666c02f2d315a3ddaed998124b31881608a3186f1b8a5df0abb66 + md5: 8ea64f52e6a9a2e926e08e9d7d0dca75 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: - - pkg:pypi/simplejson?source=hash-mapping - size: 106659 - timestamp: 1724955661346 + - pkg:pypi/simplejson?source=conda-forge-mapping + size: 106701 + timestamp: 1696596379005 +- conda: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.12-py39h99910a6_0.conda + sha256: 541840bcd849c6c745f537987d0009695ef14c8fd9ad4721333a30bf3c49e018 + md5: 0cc5774390ada632ed7975203057c91c + depends: + - packaging + - ply + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - tomli + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: GPL-3.0-only + license_family: GPL + purls: + - pkg:pypi/sip?source=conda-forge-mapping + size: 502390 + timestamp: 1697300934198 +- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 + depends: + - python + license: MIT + license_family: MIT + purls: + - pkg:pypi/six?source=conda-forge-mapping + size: 14259 + timestamp: 1620240338595 - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda sha256: 41db0180680cc67c3fa76544ffd48d6a5679d96f4b71d7498a759e94edc9a2db md5: a451d576819089b0d672f18768be0f65 @@ -14876,7 +15498,7 @@ packages: license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/smmap?source=hash-mapping + - pkg:pypi/smmap?source=conda-forge-mapping size: 22483 timestamp: 1634310465482 - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda @@ -14899,8 +15521,6 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -14912,8 +15532,6 @@ packages: depends: - __osx >=10.13 - libcxx >=18 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -14925,27 +15543,23 @@ packages: depends: - __osx >=11.0 - libcxx >=18 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] size: 35857 timestamp: 1733502172664 -- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - sha256: 29753b51803c0396c3cb56e4f11e68c968a2f43b71b648634bef1f9193f9e78b - md5: e32fb978aaea855ddce624eb8c8eb69a +- conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h23299a8_0.conda + sha256: 5b9450f619aabcfbf3d284a272964250b2e1971ab0f7a7ef9143dda0ecc537b8 + md5: 7635a408509e20dcfc7653ca305ad799 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 purls: [] - size: 59757 - timestamp: 1733502109991 + size: 59350 + timestamp: 1720004197144 - conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2 sha256: a0fd916633252d99efb6223b1050202841fa8d2d53dacca564b0ed77249d3228 md5: 4d22a9315e78c6827f806065957d566e @@ -14957,6 +15571,18 @@ packages: - pkg:pypi/snowballstemmer?source=hash-mapping size: 58824 timestamp: 1637143137377 +- conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_1.conda + sha256: 4c2281d61c325f9208ce18e030efc94e44c9a4f0d28a6c5737ff79740e1db2d4 + md5: 5abeaa41ec50d4d1421a8bc8fbc93054 + depends: + - numpy + - pyparsing >=2.1.6 + - python >=3.6 + license: MIT + purls: + - pkg:pypi/snuggs?source=conda-forge-mapping + size: 11131 + timestamp: 1722610712753 - conda: https://conda.anaconda.org/conda-forge/noarch/snuggs-1.4.7-pyhd8ed1ab_2.conda sha256: 61f9373709e7d9009e3a062b135dbe44b16e684a4fcfe2dd624143bc0f80d402 md5: 9aa358575bbd4be126eaa5e0039f835c @@ -14970,11 +15596,29 @@ packages: - pkg:pypi/snuggs?source=hash-mapping size: 11313 timestamp: 1733818738919 +- pypi: https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl + name: soupsieve + version: '2.5' + sha256: eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7 + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl name: soupsieve version: '2.6' sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9 requires_python: '>=3.8' +- conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.14.1-h9f2357e_1.conda + sha256: 3ed3e9aaeb6255914472109a6d25d5119eb196c8d6cc2ec732cffe79ccc789bf + md5: b9bff07144f2be7ee32f0b83a79ef21d + depends: + - fmt >=11.0.1,<12.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + purls: [] + size: 169120 + timestamp: 1722238639391 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx-7.4.7-pyhd8ed1ab_0.conda sha256: 0de25d561b20dd06982df45a2c3cef490e45b0d4bae8d2c290030721bdadecd6 md5: c568e260463da2528ecfd7c5a0b41bbd @@ -15010,6 +15654,20 @@ packages: sha256: 2bd0c30779653e4dd120300cbd9ca412c480738cc2241f6dea477a883f299e04 requires_dist: - markdown>=3.4 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-2.0.0-pyha770c72_0.conda + sha256: 8545c806d03092fd0236db6663c88036eab2dc99e34c91cd36c0704db03b148a + md5: baf6d9a33df1a789ca55e3b404c7ea28 + depends: + - docutils <0.21 + - python >=3.6 + - sphinx >=5,<8 + - sphinxcontrib-jquery >=4,<5 + license: MIT + license_family: MIT + purls: + - pkg:pypi/sphinx-rtd-theme?source=conda-forge-mapping + size: 2614217 + timestamp: 1701183633165 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinx_rtd_theme-3.0.1-pyha770c72_0.conda sha256: b81e8b0a66dcff33f308909940c9127e51536b99a51167f3e7266e65e3473f7d md5: 740536f8a54250b1964e494c0bf5c9c3 @@ -15024,6 +15682,18 @@ packages: - pkg:pypi/sphinx-rtd-theme?source=hash-mapping size: 4630230 timestamp: 1730015354284 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 8ac476358cf26098e3a360b2a9037bd809243f72934c103953e25f4fda4b9f31 + md5: 9075bd8c033f0257122300db914e49c9 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-applehelp?source=conda-forge-mapping + size: 29617 + timestamp: 1722244567894 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-2.0.0-pyhd8ed1ab_1.conda sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba md5: 16e3f039c0aa6446513e94ab18a8784b @@ -15036,6 +15706,18 @@ packages: - pkg:pypi/sphinxcontrib-applehelp?source=hash-mapping size: 29752 timestamp: 1733754216334 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 6790efe55f168816dfc9c14235054d5156e5150d28546c5baf2ff4973eff8f6b + md5: b3bcc38c471ebb738854f52a36059b48 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-devhelp?source=conda-forge-mapping + size: 24138 + timestamp: 1722245127289 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-2.0.0-pyhd8ed1ab_1.conda sha256: 55d5076005d20b84b20bee7844e686b7e60eb9f683af04492e598a622b12d53d md5: 910f28a05c178feba832f842155cbfff @@ -15045,9 +15727,21 @@ packages: license: BSD-2-Clause license_family: BSD purls: - - pkg:pypi/sphinxcontrib-devhelp?source=hash-mapping - size: 24536 - timestamp: 1733754232002 + - pkg:pypi/sphinxcontrib-devhelp?source=hash-mapping + size: 24536 + timestamp: 1733754232002 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_0.conda + sha256: 55e14b77ed786ab6ff752b8d75f8448536f385ed250f432bd408d2eff5ea4a9e + md5: e25640d692c02e8acfff0372f547e940 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-htmlhelp?source=conda-forge-mapping + size: 32798 + timestamp: 1722248429933 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.1.0-pyhd8ed1ab_1.conda sha256: c1492c0262ccf16694bdcd3bb62aa4627878ea8782d5cd3876614ffeb62b3996 md5: e9fb3fe8a5b758b4aff187d434f94f03 @@ -15060,6 +15754,17 @@ packages: - pkg:pypi/sphinxcontrib-htmlhelp?source=hash-mapping size: 32895 timestamp: 1733754385092 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_0.conda + sha256: 2e5f16a2d58f9a31443ffbb8ce3852cfccf533a6349045828cd2e994ef0679ca + md5: 914897066d5873acfb13e75705276ad1 + depends: + - python >=2.7 + - sphinx >=1.8 + license: 0BSD AND MIT + purls: + - pkg:pypi/sphinxcontrib-jquery?source=conda-forge-mapping + size: 112985 + timestamp: 1678809100921 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jquery-4.1-pyhd8ed1ab_1.conda sha256: 69c08d18663b57ebc8e4187c64c8d29b10996bb465a515cd288d87b6f2f52a5e md5: 403185829255321ea427333f7773dd1f @@ -15071,6 +15776,17 @@ packages: - pkg:pypi/sphinxcontrib-jquery?source=hash-mapping size: 112964 timestamp: 1734344603903 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_0.conda + sha256: d4337d83b8edba688547766fc80f1ac86d6ec86ceeeda93f376acc04079c5ce2 + md5: da1d979339e2714c30a8e806a33ec087 + depends: + - python >=3.5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-jsmath?source=conda-forge-mapping + size: 10431 + timestamp: 1691604844204 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-jsmath-1.0.1-pyhd8ed1ab_1.conda sha256: 578bef5ec630e5b2b8810d898bbbf79b9ae66d49b7938bcc3efc364e679f2a62 md5: fa839b5ff59e192f411ccc7dae6588bb @@ -15082,6 +15798,18 @@ packages: - pkg:pypi/sphinxcontrib-jsmath?source=hash-mapping size: 10462 timestamp: 1733753857224 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_0.conda + sha256: 7ae639b729844de2ec74dbaf1acccc14843868a82fa46cd2ceb735bc8266af5b + md5: d6e5ea5fe00164ac6c2dcc5d76a42192 + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-qthelp?source=conda-forge-mapping + size: 26794 + timestamp: 1722245959953 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-2.0.0-pyhd8ed1ab_1.conda sha256: c664fefae4acdb5fae973bdde25836faf451f41d04342b64a358f9a7753c92ca md5: 00534ebcc0375929b45c3039b5ba7636 @@ -15094,6 +15822,18 @@ packages: - pkg:pypi/sphinxcontrib-qthelp?source=hash-mapping size: 26959 timestamp: 1733753505008 +- conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda + sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f + md5: e507335cb4ca9cff4c3d0fa9cdab255e + depends: + - python >=3.9 + - sphinx >=5 + license: BSD-2-Clause + license_family: BSD + purls: + - pkg:pypi/sphinxcontrib-serializinghtml?source=conda-forge-mapping + size: 28776 + timestamp: 1705118378942 - conda: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_1.conda sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 md5: 3bc61f7161d28137797e038263c04c54 @@ -15106,13 +15846,13 @@ packages: - pkg:pypi/sphinxcontrib-serializinghtml?source=hash-mapping size: 28669 timestamp: 1733750596111 -- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.48.0-h9eae976_1.conda - sha256: 6fc397698fa5b3d283c69e3ec35c9b50b953267deec3e96e599ebe26f809d7d9 - md5: 0ca48fd3357c877f21ea4440fe18e2b7 +- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.47.2-h9eae976_0.conda + sha256: 8bda8238ee98e318aad2c54ab3c85c533c830ecba72486c616b7c8546b9b51f7 + md5: 64a954de15d114281535a26fd4d1f294 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - - libsqlite 3.48.0 hee588c1_1 + - libsqlite 3.47.2 hee588c1_0 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 @@ -15120,67 +15860,73 @@ packages: platform: linux license: Unlicense purls: [] - size: 888207 - timestamp: 1737565000684 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.48.0-h578a6b9_1.conda - sha256: ee771997b110800cac93ba7d854f7336f5d9538200235171fbdeacd980e83125 - md5: 3da93eabdcfdf38b586a5ece5695c093 + size: 884362 + timestamp: 1733761834904 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/sqlite-3.47.2-h578a6b9_0.conda + sha256: 7bc487b32d5776fcc87d5052fb81dd9f41067761621980c62f0171bd7193b6e7 + md5: adcede3e145f8372b7b0ab17d24c0259 depends: - libgcc >=13 - - libsqlite 3.48.0 h5eb1b54_1 + - libsqlite 3.47.2 h5eb1b54_0 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 - arch: aarch64 - platform: linux license: Unlicense purls: [] - size: 1075471 - timestamp: 1737565058537 -- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.48.0-h2e4c9dc_1.conda - sha256: 3da756d4a6f7412620f49b4363a7263ef6fa72c55f48944adbb31ce688cd8c2a - md5: f0d4e053e7d85d30f689e731e62762bc + size: 1070888 + timestamp: 1733761922172 +- conda: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.47.2-h2e4c9dc_0.conda + sha256: 275414fff0154b4b043d53530219139eb8ef8eb05ca601fa8ef26ff6abe90dcb + md5: 0ecd820a95f5ab8cc2f6ec133eef73ff depends: - __osx >=10.13 - - libsqlite 3.48.0 hdb6dae5_1 + - libsqlite 3.47.2 hdb6dae5_0 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 - arch: x86_64 - platform: osx license: Unlicense purls: [] - size: 941619 - timestamp: 1737565264645 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.48.0-hd7222ec_1.conda - sha256: 6c1609abe16ed39dd099eb7e32e2f3228105ab81bdd8da65700d46ee0984013e - md5: 802cc94c9fa238cb3f802d430a528bd5 + size: 937962 + timestamp: 1733761877924 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sqlite-3.47.2-hd7222ec_0.conda + sha256: 7b7e81b1cfce888d8591c8e4a6df0a1854c291dcd2a623a371f806130bb01048 + md5: fcde11e05577e05f3b69b046822b7529 depends: - __osx >=11.0 - - libsqlite 3.48.0 h3f77e49_1 + - libsqlite 3.47.2 h3f77e49_0 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - readline >=8.2,<9.0a0 - arch: arm64 - platform: osx license: Unlicense purls: [] - size: 858007 - timestamp: 1737565018178 -- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.48.0-h2466b09_1.conda - sha256: 08000365212feaecabd9c10bafa3888a71707dd3310634b609051ecd8527e54c - md5: 3336cbd7c3d18f02c8d3bdb890d0cc06 + size: 853604 + timestamp: 1733762084934 +- conda: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.47.2-h2466b09_0.conda + sha256: 4886e43acd6d174eefaf9727c7e655168fc0fb360ed20ad0b0076fd7ad645243 + md5: 0ff53f37371775ceded312bf81ca80a4 depends: - - libsqlite 3.48.0 h67fdade_1 + - libsqlite 3.47.2 h67fdade_0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Unlicense purls: [] - size: 923016 - timestamp: 1737565573310 + size: 915915 + timestamp: 1733762142683 +- conda: 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 + license: MIT + license_family: MIT + purls: + - pkg:pypi/stack-data?source=conda-forge-mapping + size: 26205 + timestamp: 1669632203115 - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 md5: b1b505328da7a6b246787df4b5a49fbc @@ -15215,8 +15961,6 @@ packages: depends: - libgcc >=13 - libstdcxx >=13 - arch: aarch64 - platform: linux license: BSD-2-Clause license_family: BSD purls: [] @@ -15228,8 +15972,6 @@ packages: depends: - __osx >=10.13 - libcxx >=17 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] @@ -15241,27 +15983,23 @@ packages: depends: - __osx >=11.0 - libcxx >=17 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD purls: [] size: 1387330 timestamp: 1730246134730 -- conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-2.3.0-he0c23c2_0.conda - sha256: c25bf68ef411d41ee29f353acc698c482fdd087426a77398b7b41ce9d968519e - md5: ac11ae1da661e573b71870b1191ce079 +- conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.6.1-pyhd8ed1ab_0.conda + sha256: e9833ae370284f5cbdb62078d7db52a133498d44a3d30770c6914589de94a873 + md5: 7a566d6e1b00b1a521ef8db68aa95f4c 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 - purls: [] - size: 1845727 - timestamp: 1730246453216 + - pytest >=7.0.0,<9.0.0 + - python >=3.8.1,<4.0 + license: Apache-2.0 + license_family: APACHE + purls: + - pkg:pypi/syrupy?source=conda-forge-mapping + size: 43681 + timestamp: 1707319626819 - conda: https://conda.anaconda.org/conda-forge/noarch/syrupy-4.8.1-pyhd8ed1ab_0.conda sha256: 1a2823cfba051c7ccb1268d31392b9631aa68613bed0cc0b6462272920d0751b md5: ad554cfd6623eceb392664fbbc832205 @@ -15274,21 +16012,62 @@ packages: - pkg:pypi/syrupy?source=hash-mapping size: 45852 timestamp: 1736865097816 -- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-h62715c5_1.conda - sha256: 03cc5442046485b03dd1120d0f49d35a7e522930a2ab82f275e938e17b07b302 - md5: 9190dd0a23d925f7602f9628b3aed511 +- conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.12.0-hc790b64_3.conda + sha256: 721a88d702e31efd9437d387774ef9157846743e66648f5f863b29ae322e8479 + md5: a16e2a639e87c554abee5192ce6ee308 depends: - - libhwloc >=2.11.2,<2.11.3.0a0 + - libhwloc >=2.11.1,<2.11.2.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 purls: [] - size: 151460 - timestamp: 1732982860332 + size: 161213 + timestamp: 1720768916898 +- conda: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.25.0-h2dd558a_4.conda + sha256: 81b8963269b3e1e0907386087ada3fd2e8d831ec66bd9b4e529c45831351e00c + md5: b24dfe46997d23f8b8f306446f595349 + depends: + - aws-crt-cpp >=0.27.3,<0.27.4.0a0 + - aws-sdk-cpp >=1.11.329,<1.11.330.0a0 + - azure-core-cpp >=1.13.0,<1.13.1.0a0 + - azure-identity-cpp >=1.8.0,<1.8.1.0a0 + - azure-storage-blobs-cpp >=12.12.0,<12.12.1.0a0 + - azure-storage-common-cpp >=12.7.0,<12.7.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - fmt >=11.0.1,<12.0a0 + - libabseil * cxx17* + - libabseil >=20240116.2,<20240117.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.9.0,<9.0a0 + - libgoogle-cloud >=2.26.0,<2.27.0a0 + - libgoogle-cloud-storage >=2.26.0,<2.27.0a0 + - libwebp-base >=1.4.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.3.1,<4.0a0 + - spdlog >=1.14.1,<1.15.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.3,<15 + - vc14_runtime >=14.40.33810 + - zstd >=1.5.6,<1.6.0a0 + license: MIT + license_family: MIT + purls: [] + size: 3104967 + timestamp: 1722368384555 +- pypi: https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl + name: tinycss2 + version: 1.3.0 + sha256: 54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7 + requires_dist: + - webencodings>=0.4 + - sphinx ; extra == 'doc' + - sphinx-rtd-theme ; extra == 'doc' + - pytest ; extra == 'test' + - ruff ; extra == 'test' + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl name: tinycss2 version: 1.4.0 @@ -15319,8 +16098,6 @@ packages: depends: - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - arch: aarch64 - platform: linux license: TCL license_family: BSD purls: [] @@ -15331,8 +16108,6 @@ packages: md5: bf830ba5afc507c6232d4ef0fb1a882d depends: - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: TCL license_family: BSD purls: [] @@ -15343,8 +16118,6 @@ packages: md5: b50a57ba89c32b62428b71a875291c9b depends: - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: TCL license_family: BSD purls: [] @@ -15357,13 +16130,33 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: TCL license_family: BSD purls: [] size: 3503410 timestamp: 1699202577803 +- conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 + depends: + - python >=2.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/toml?source=conda-forge-mapping + size: 18433 + timestamp: 1604308660817 +- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 + depends: + - python >=3.7 + license: MIT + license_family: MIT + purls: + - pkg:pypi/tomli?source=conda-forge-mapping + size: 15940 + timestamp: 1644342331069 - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e md5: ac944244f1fed2eb49bae07193ae8215 @@ -15398,8 +16191,6 @@ packages: - libgcc >=13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: @@ -15413,8 +16204,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: @@ -15429,31 +16218,38 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: - pkg:pypi/tornado?source=hash-mapping size: 641997 timestamp: 1732616121615 -- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.2-py39ha55e580_0.conda - sha256: 1c5566732bec51c3d475ccb5a5645df665ff14021edb60aaae9036011bad82d3 - md5: 96e4fc4c6aaaa23d99bf1ed008e7b1e1 +- conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.4.1-py39ha55e580_0.conda + sha256: 2c375a9af90acbf8cd55b9798e4efcfb1806ad818ab9f5fd10edc052397c72a0 + md5: 7d1e87f3036af858ce7e248489c3faec depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/tornado?source=hash-mapping - size: 645144 - timestamp: 1732616217328 + - pkg:pypi/tornado?source=conda-forge-mapping + size: 644403 + timestamp: 1717723410092 +- conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_0.conda + sha256: 8a64fa0f19022828513667c2c7176cfd125001f3f4b9bc00d33732e627dd2592 + md5: 3df84416a021220d8b5700c613af2dc5 + depends: + - python >=3.8 + license: BSD-3-Clause + license_family: BSD + purls: + - pkg:pypi/traitlets?source=conda-forge-mapping + size: 110187 + timestamp: 1713535244513 - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda sha256: f39a5620c6e8e9e98357507262a7869de2ae8cc07da8b7f84e517c9fd6c2b959 md5: 019a7385be9af33791c989871317e1ed @@ -15465,6 +16261,17 @@ packages: - pkg:pypi/traitlets?source=hash-mapping size: 110051 timestamp: 1733367480074 +- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda + sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb + md5: ebe6952715e1d5eb567eeebf25250fa7 + depends: + - python >=3.8 + license: PSF-2.0 + license_family: PSF + purls: + - pkg:pypi/typing-extensions?source=conda-forge-mapping + size: 39888 + timestamp: 1717802653893 - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda sha256: 337be7af5af8b2817f115b3b68870208b30c31d3439bec07bfb2d8f4823e3568 md5: d17f13df8b65464ca316cbc000a3cb64 @@ -15476,24 +16283,30 @@ packages: - pkg:pypi/typing-extensions?source=hash-mapping size: 39637 timestamp: 1733188758212 -- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025a-h78e105d_0.conda - sha256: c4b1ae8a2931fe9b274c44af29c5475a85b37693999f8c792dad0f8c6734b1de - md5: dbcace4706afdfb7eb891f7b37d07c04 +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 + md5: 161081fc7cec0bfda0d86d7cb595f8d8 + license: LicenseRef-Public-Domain + purls: [] + size: 119815 + timestamp: 1706886945727 +- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf + md5: 8ac3367aafb1cc0a068483c580af8015 license: LicenseRef-Public-Domain purls: [] - size: 122921 - timestamp: 1737119101255 -- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 - md5: 6797b005cd0f439c4c5c9ac565783700 + size: 122354 + timestamp: 1728047496079 +- conda: 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-MicrosoftWindowsSDK10 + license: LicenseRef-Proprietary + license_family: PROPRIETARY purls: [] - size: 559710 - timestamp: 1728377334097 + size: 1283972 + timestamp: 1666630199266 - conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-16.0.0-py39h8cd3c5a_0.conda sha256: 75836be77717125151b2473c7c4309ac73061cb6dd7a77a4c42e937d821eed26 md5: 2011fcaddafa077f4f0313361f4c2731 @@ -15518,8 +16331,6 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: @@ -15533,8 +16344,6 @@ packages: - __osx >=10.13 - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: @@ -15549,31 +16358,27 @@ packages: - python >=3.9,<3.10.0a0 - python >=3.9,<3.10.0a0 *_cpython - python_abi 3.9.* *_cp39 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: - pkg:pypi/unicodedata2?source=hash-mapping size: 410020 timestamp: 1736692750935 -- conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-16.0.0-py39ha55e580_0.conda - sha256: ccf4311659ce23e3b7fdfb3a5fc8d8b5ff43e8baf09812110fe284332722c51b - md5: f4008ff992172eebb8fa6b19fe075e92 +- conda: https://conda.anaconda.org/conda-forge/win-64/unicodedata2-15.1.0-py39ha55989b_0.conda + sha256: 7abe28f2a0604018448abf1e3e566e0b6ae45fc8719f908308137d9ab637c68a + md5: 20ec896e8d97f2ff8be1124e624dc8f2 depends: - python >=3.9,<3.10.0a0 - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache purls: - - pkg:pypi/unicodedata2?source=hash-mapping - size: 400328 - timestamp: 1736692859302 + - pkg:pypi/unicodedata2?source=conda-forge-mapping + size: 373257 + timestamp: 1695848310896 - conda: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.8-hac33072_0.conda sha256: 2aad2aeff7c69a2d7eecd7b662eef756b27d6a6b96f3e2c2a7071340ce14543e md5: d71d3a66528853c0a1ac2c02d79a0284 @@ -15593,8 +16398,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -15606,8 +16409,6 @@ packages: depends: - __osx >=10.9 - libcxx >=16 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -15619,8 +16420,6 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -15633,13 +16432,26 @@ packages: - 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 purls: [] size: 49181 timestamp: 1715010467661 +- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.2-pyhd8ed1ab_1.conda + sha256: 00c47c602c03137e7396f904eccede8cc64cc6bad63ce1fc355125df8882a748 + md5: e804c43f58255e977093a2298e442bb8 + depends: + - brotli-python >=1.0.9 + - h2 >=4,<5 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.8 + - zstandard >=0.18.0 + license: MIT + license_family: MIT + purls: + - pkg:pypi/urllib3?source=conda-forge-mapping + size: 95048 + timestamp: 1719391384778 - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.3.0-pyhd8ed1ab_0.conda sha256: 114919ffa80c328127dab9c8e7a38f9d563c617691fb81fccb11c1e86763727e md5: 32674f8dbfb7b26410ed580dd3c10a29 @@ -15655,46 +16467,40 @@ packages: - pkg:pypi/urllib3?source=hash-mapping size: 100102 timestamp: 1734859520452 -- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h5fd82a7_24.conda - sha256: 7ce178cf139ccea5079f9c353b3d8415d1d49b0a2f774662c355d3f89163d7b4 - md5: 00cf3a61562bd53bd5ea99e6888793d0 +- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda + sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef + md5: 8558f367e1d7700554f7cdb823c46faf depends: - vc14_runtime >=14.40.33810 - arch: x86_64 - platform: win track_features: - vc14 license: BSD-3-Clause license_family: BSD purls: [] - size: 17693 - timestamp: 1737627189024 -- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-h6356254_24.conda - sha256: abda97b8728cf6e3c37df8f1178adde7219bed38b96e392cb3be66336386d32e - md5: 2441e010ee255e6a38bf16705a756e94 + size: 17391 + timestamp: 1717709040616 +- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda + sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17 + md5: e39cc4c34c53654ec939558993d9dc5b depends: - ucrt >=10.0.20348.0 constrains: - - vs2015_runtime 14.42.34433.* *_24 - arch: x86_64 - platform: win - license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime + - vs2015_runtime 14.40.33810.* *_20 + license: LicenseRef-ProprietaryMicrosoft license_family: Proprietary purls: [] - size: 753531 - timestamp: 1737627061911 -- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hfef2bbc_24.conda - sha256: 09102e0bd283af65772c052d85028410b0c31989b3cd96c260485d28e270836e - md5: 117fcc5b86c48f3b322b0722258c7259 + size: 751934 + timestamp: 1717709031266 +- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_20.conda + sha256: 0c2803f7a788c51f28235a7228dc2ab3f107b4b16ab0845a3e595c8c51e50a7a + md5: c21f1b4a3a30bbc3ef35a50957578e0e depends: - - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win + - vc14_runtime >=14.40.33810 license: BSD-3-Clause license_family: BSD purls: [] - size: 17669 - timestamp: 1737627066773 + size: 17395 + timestamp: 1717709043353 - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 md5: 0a732427643ae5e0486a727927791da1 @@ -15719,13 +16525,22 @@ packages: - libffi >=3.4,<4.0a0 - libgcc-ng >=13 - libstdcxx-ng >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 324815 timestamp: 1724530528414 +- conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + md5: 68f0738df502a14213624b288c60c9ad + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/wcwidth?source=conda-forge-mapping + size: 32709 + timestamp: 1704731373922 - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda sha256: f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5 md5: b68980f2495d096e71c7fd9d7ccf63e6 @@ -15741,6 +16556,17 @@ packages: name: webencodings version: 0.5.1 sha256: a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 +- conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda + sha256: cb318f066afd6fd64619f14c030569faf3f53e6f50abf743b4c865e7d95b96bc + md5: 0b5293a157c2b5cd513dd1b03d8d3aae + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/wheel?source=conda-forge-mapping + size: 57963 + timestamp: 1711546009410 - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce md5: 75cb7132eb58d97896e173ef12ac9986 @@ -15752,17 +16578,17 @@ packages: - pkg:pypi/wheel?source=hash-mapping size: 62931 timestamp: 1733130309598 -- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_8.conda - sha256: 93807369ab91f230cf9e6e2a237eaa812492fe00face5b38068735858fba954f - md5: 46e441ba871f524e2b067929da3051c2 +- conda: 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.9 - license: LicenseRef-Public-Domain + - python >=3.6 + license: PUBLIC-DOMAIN purls: - - pkg:pypi/win-inet-pton?source=hash-mapping - size: 9555 - timestamp: 1733130678956 + - pkg:pypi/win-inet-pton?source=conda-forge-mapping + size: 8191 + timestamp: 1667051294134 - conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 md5: e7f6ed84d4623d52ee581325c1587a6b @@ -15782,8 +16608,6 @@ packages: depends: - libgcc-ng >=10.3.0 - libstdcxx-ng >=10.3.0 - arch: aarch64 - platform: linux license: GPL-2.0-or-later license_family: GPL purls: [] @@ -15794,8 +16618,6 @@ packages: md5: a3bf3e95b7795871a6734a784400fcea depends: - libcxx >=12.0.1 - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] @@ -15806,26 +16628,11 @@ packages: md5: b1f7f2780feffe310b068c021e8ff9b2 depends: - libcxx >=12.0.1 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL purls: [] size: 1832744 timestamp: 1646609481185 -- conda: https://conda.anaconda.org/conda-forge/win-64/x265-3.5-h2d74725_3.tar.bz2 - sha256: 02b9874049112f2b7335c9a3e880ac05d99a08d9a98160c5a98898b2b3ac42b2 - md5: ca7129a334198f08347fb19ac98a2de9 - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - arch: x86_64 - platform: win - license: GPL-2.0-or-later - license_family: GPL - purls: [] - size: 5517425 - timestamp: 1646611941216 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 @@ -15845,8 +16652,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -15878,8 +16683,6 @@ packages: - libxcb >=1.16,<2.0.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -15906,8 +16709,6 @@ packages: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -15932,8 +16733,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -15958,8 +16757,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -15984,8 +16781,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16015,8 +16810,6 @@ packages: - libgcc >=13 - libnsl >=2.0.1,<2.1.0a0 - libstdcxx >=13 - arch: aarch64 - platform: linux license: Apache-2.0 license_family: Apache purls: [] @@ -16029,8 +16822,6 @@ packages: - __osx >=10.13 - icu >=75.1,<76.0a0 - libcxx >=17 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] @@ -16043,27 +16834,23 @@ packages: - __osx >=11.0 - icu >=75.1,<76.0a0 - libcxx >=17 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache purls: [] size: 1277884 timestamp: 1727733870250 -- conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_2.conda - sha256: 759ae22a0a221dc1c0ba39684b0dcf696aab4132478e17e56a0366ded519e54e - md5: 82b6eac3c198271e98b48d52d79726d8 +- conda: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.5-he0c23c2_1.conda + sha256: d90517c4ea257096a021ccb42742607e9ee034492aba697db1095321a871a638 + md5: 0a0d85bb98ea8ffb9948afe5bcbd63f7 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 purls: [] - size: 3574017 - timestamp: 1727734520239 + size: 3547000 + timestamp: 1721032032254 - conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.43-hb9d3cd8_0.conda sha256: 0d89b5873515a1f05d311f37ea4e087bbccc0418afa38f2f6189e97280db3179 md5: f725c7425d6d7c15e31f3b99a88ea02f @@ -16084,8 +16871,6 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16103,6 +16888,16 @@ packages: - pkg:pypi/xmipy?source=hash-mapping size: 18579 timestamp: 1735923318779 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-kbproto-1.0.7-hcd874cb_1002.tar.bz2 + sha256: 5b16e1ca1ecc0d2907f236bc4d8e6ecfd8417db013c862a01afb7f9d78e48c09 + md5: 8d11c1dac4756ca57e78c1bfe173bba4 + depends: + - m2w64-gcc-libs + license: MIT + license_family: MIT + purls: [] + size: 28166 + timestamp: 1610028297505 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b md5: fb901ff28063514abb6046c9ec2c4a45 @@ -16121,28 +16916,23 @@ packages: md5: c8d8ec3e00cd0fd8a231789b91a7c5b7 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 60433 timestamp: 1734229908988 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.2-h0e40799_0.conda - sha256: bf1d34142b1bf9b5a4eed96bcc77bc4364c0e191405fd30d2f9b48a04d783fd3 - md5: 105cb93a47df9c548e88048dc9cbdbc9 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libice-1.1.1-hcd874cb_0.conda + sha256: 353e07e311eb10e934f03e0123d0f05d9b3770a70b0c3993e6d11cf74d85689f + md5: 5271e3af4791170e2c55d02818366916 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: win + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-libx11 >=1.8.4,<2.0a0 license: MIT license_family: MIT purls: [] - size: 236306 - timestamp: 1734228116846 + size: 158086 + timestamp: 1685308072189 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.5-he73a12e_0.conda sha256: 760f43df6c2ce8cbbbcb8f2f3b7fc0f306716c011e28d1d340f3dfa8ccf29185 md5: 4c3e9fab69804ec6077697922d70c6e2 @@ -16165,28 +16955,23 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.1,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 28061 timestamp: 1734232077988 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.5-h0e40799_0.conda - sha256: f005a6b5d77f97aa59583fb0ce66777b36e9e47fdc8696a949116b7256dd53c4 - md5: 6a9bc84b3780f5c6f32dc53078fda7f5 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libsm-1.2.4-hcd874cb_0.conda + sha256: 3a8cc151142c379d3ec3ec4420395d3a273873d3a45a94cd3038d143f5a519e8 + md5: 25926681339df15918243d9a7cec25a1 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core - xorg-libice >=1.1.1,<2.0a0 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] - size: 96698 - timestamp: 1734229863516 + size: 86397 + timestamp: 1685454296879 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.10-h4f16b4b_1.conda sha256: f53994d54f0604df881c4e984279b3cf6a1648a22d4b2113e2c89829968784c9 md5: 125f34a17d7b4bea418a83904ea82ea6 @@ -16207,28 +16992,26 @@ packages: depends: - libgcc >=13 - libxcb >=1.17.0,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 858427 timestamp: 1733325062374 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.10-hf48077a_1.conda - sha256: 6a78ed1dd8a14a1ff380f802daf1ef81f487cc9df98a3b5f4d047d77a66e4aeb - md5: bef0b53f18639d78197a3eee76dcc6ee +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libx11-1.8.9-h0076a8d_1.conda + sha256: c378304044321e74c6acd483674f404864a229ab2a8841bf9515bc1a30783e99 + md5: 0296a4de2235cad9ad3112134f8e4519 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - libxcb >=1.17.0,<2.0a0 - - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win + - libxcb >=1.16,<1.17.0a0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-kbproto + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT purls: [] - size: 945067 - timestamp: 1733326138609 + size: 814589 + timestamp: 1718847832308 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda sha256: ed10c9283974d311855ae08a16dfd7e56241fac632aec3b92e3cfe73cff31038 md5: f6ebe2cb3f82ba6c057dde5d9debe4f7 @@ -16247,8 +17030,6 @@ packages: md5: d5397424399a66d33c80b1f2345a36a6 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16259,8 +17040,6 @@ packages: md5: 4cf40e60b444d56512a64f39d12c20bd depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -16271,27 +17050,22 @@ packages: md5: 50901e0764b7701d8ed7343496f4f301 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 13593 timestamp: 1734229104321 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - sha256: 047836241b2712aab1e29474a6f728647bff3ab57de2806b0bb0a6cf9a2d2634 - md5: 2ffbfae4548098297c033228256eb96e +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda + sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 + md5: c46ba8712093cb0114404ae8a7582e1a depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win + - m2w64-gcc-libs + - m2w64-gcc-libs-core license: MIT license_family: MIT purls: [] - size: 108013 - timestamp: 1734229474049 + size: 51297 + timestamp: 1684638355740 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f md5: d3c295b50f092ab525ffe3c2aa4b7413 @@ -16314,8 +17088,6 @@ packages: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16345,8 +17117,6 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16376,8 +17146,6 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16401,8 +17169,6 @@ packages: md5: 25a5a7b797fe6e084e04ffe2db02fc62 depends: - libgcc >=13 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16413,8 +17179,6 @@ packages: md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -16425,27 +17189,21 @@ packages: md5: 77c447f48cab5d3a15ac224edb86a968 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] size: 18487 timestamp: 1727795205022 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - sha256: 9075f98dcaa8e9957e4a3d9d30db05c7578a536950a31c200854c5c34e1edb2c - md5: 8393c0f7e7870b4eb45553326f81f0ff +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 + sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 + md5: 46878ebb6b9cbd8afcf8088d7ef00ece depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win + - m2w64-gcc-libs license: MIT license_family: MIT purls: [] - size: 69920 - timestamp: 1727795651979 + size: 67908 + timestamp: 1610072296570 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 md5: febbab7d15033c913d53c7a2c102309d @@ -16466,28 +17224,23 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 50746 timestamp: 1727754268156 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.6-h0e40799_0.conda - sha256: 7fdc3135a340893aa544921115c3994ef4071a385d47cc11232d818f006c63e4 - md5: 4cd74e74f063fb6900d6eed2e9288112 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxext-1.3.4-hcd874cb_2.conda + sha256: 829320f05866ea1cc51924828427f215f4d0db093e748a662e3bb68b764785a4 + md5: 2aa695ac3c56193fd8d526e3b511e021 depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: win + - m2w64-gcc-libs + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto license: MIT license_family: MIT purls: [] - size: 284715 - timestamp: 1727752838922 + size: 221821 + timestamp: 1677038179908 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-6.0.1-hb9d3cd8_0.conda sha256: 2fef37e660985794617716eb915865ce157004a4d567ed35ec16514960ae9271 md5: 4bdb303603e9821baf5fe5fdff1dc8f8 @@ -16508,8 +17261,6 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.9,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16539,61 +17290,27 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 48197 timestamp: 1727801059062 -- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxinerama-1.1.5-h5888daf_1.conda - sha256: 1b9141c027f9d84a9ee5eb642a0c19457c788182a5a73c5a9083860ac5c20a8c - md5: 5e2eb9bf77394fc2e5918beefec9f9ab - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - arch: x86_64 - platform: linux - license: MIT - license_family: MIT - purls: [] - size: 13891 - timestamp: 1727908521531 -- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xorg-libxinerama-1.1.5-h5ad3122_1.conda - sha256: 5f84f820397db504e187754665d48d385e0a2a49f07ffc2372c7f42fa36dd972 - md5: a7b99f104e14b99ca773d2fe2d195585 - depends: - - libgcc >=13 - - libstdcxx >=13 - - xorg-libx11 >=1.8.9,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - arch: aarch64 - platform: linux - license: MIT - license_family: MIT - purls: [] - size: 14388 - timestamp: 1727908606602 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-h0e40799_1.conda - sha256: a605b43b2622a4cae8df6edc148c02b527da4ea165ec67cabb5c9bc4f3f8ef13 - md5: e8b816fb37bc61aa3f1c08034331ef53 - depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxpm-3.5.17-hcd874cb_0.conda + sha256: d5cc2f026658e8b85679813bff35c16c857f873ba02489e6eb6e30d5865dacc4 + md5: 029be9b667bf3896fa28bc32adb1bfc3 + depends: + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 - xorg-libxt >=1.3.0,<2.0a0 - arch: x86_64 - platform: win + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto license: MIT license_family: MIT purls: [] - size: 236112 - timestamp: 1727801849623 + size: 195881 + timestamp: 1696449889560 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d md5: 2de7f99d6581a4a7adbff607b5c278ca @@ -16618,8 +17335,6 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16645,30 +17360,27 @@ packages: depends: - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 33649 timestamp: 1734229123157 -- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.1-h0e40799_0.conda - sha256: c940a6b71a1e59450b01ebfb3e21f3bbf0a8e611e5fbfc7982145736b0f20133 - md5: 31baf0ce8ef19f5617be73aee0527618 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxt-1.3.0-hcd874cb_1.conda + sha256: d513e0c627f098ef6655ce188eca79a672eaf763b0bbf37b228cb46dc82a66ca + md5: 511a29edd2ff3d973f63e54f19dcc06e depends: - - libgcc >=13 - - libwinpthread >=12.0.0.r4.gg4f2fc60ca - - ucrt >=10.0.20348.0 + - m2w64-gcc-libs + - m2w64-gcc-libs-core + - xorg-kbproto - xorg-libice >=1.1.1,<2.0a0 - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: win + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-xproto license: MIT license_family: MIT purls: [] - size: 918674 - timestamp: 1731861024233 + size: 671704 + timestamp: 1690289114426 - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f @@ -16693,8 +17405,6 @@ packages: - xorg-libx11 >=1.8.9,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxi >=1.7.10,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16722,13 +17432,41 @@ packages: - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] size: 18185 timestamp: 1734214652726 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xextproto-7.3.0-hcd874cb_1003.conda + sha256: 04c0a08fd34fa33406c20f729e8f9cc40e8fd898072b952a5c14280fcf26f2e6 + md5: 6e6c2639620e436bddb7c040cd4f3adb + depends: + - m2w64-gcc-libs + license: MIT + license_family: MIT + purls: [] + size: 31034 + timestamp: 1677037259999 +- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-xproto-7.0.31-hcd874cb_1007.tar.bz2 + sha256: b84cacba8479fa14199c9255fb62e005cacc619e90198c53b1653973709ec331 + md5: 88f3c65d2ad13826a9e0b162063be023 + depends: + - m2w64-gcc-libs + license: MIT + license_family: MIT + purls: [] + size: 75708 + timestamp: 1607292254607 +- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 + md5: 515d77642eaa3639413c6b1bc3f94219 + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + license: LGPL-2.1 and GPL-2.0 + purls: [] + size: 217804 + timestamp: 1660346976440 - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae @@ -16746,8 +17484,6 @@ packages: md5: b853307650cb226731f653aa623936a4 depends: - libgcc-ng >=9.4.0 - arch: aarch64 - platform: linux license: MIT license_family: MIT purls: [] @@ -16756,8 +17492,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 md5: d7e08fcf8259d742156188e8762b4d20 - arch: x86_64 - platform: osx license: MIT license_family: MIT purls: [] @@ -16766,8 +17500,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 md5: 4bb3f014845110883a3c5ee811fd84b4 - arch: arm64 - platform: osx license: MIT license_family: MIT purls: [] @@ -16779,8 +17511,6 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win license: MIT license_family: MIT purls: [] @@ -16810,8 +17540,6 @@ packages: - libgcc >=13 - libsodium >=1.0.20,<1.0.21.0a0 - libstdcxx >=13 - arch: aarch64 - platform: linux license: MPL-2.0 license_family: MOZILLA purls: [] @@ -16825,8 +17553,6 @@ packages: - krb5 >=1.21.3,<1.22.0a0 - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 - arch: x86_64 - platform: osx license: MPL-2.0 license_family: MOZILLA purls: [] @@ -16840,29 +17566,36 @@ packages: - krb5 >=1.21.3,<1.22.0a0 - libcxx >=18 - libsodium >=1.0.20,<1.0.21.0a0 - arch: arm64 - platform: osx license: MPL-2.0 license_family: MOZILLA purls: [] size: 281565 timestamp: 1731585108039 -- conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-ha9f60a1_7.conda - sha256: 15cc8e2162d0a33ffeb3f7b7c7883fd830c54a4b1be6a4b8c7ee1f4fef0088fb - md5: e03f2c245a5ee6055752465519363b1c +- conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-he1f189c_4.conda + sha256: 0f375034a88659f764ce837f324698a883da227fcb517561ffaf6a89474211b4 + md5: b755eb545c2728b9a53729f02e627834 depends: - - krb5 >=1.21.3,<1.22.0a0 - - libsodium >=1.0.20,<1.0.21.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - 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 purls: [] - size: 2527503 - timestamp: 1731585151036 + size: 2707065 + timestamp: 1715607874610 +- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.19.2-pyhd8ed1ab_0.conda + sha256: e3e9c8501f581bfdc4700b83ea283395e237ec6b9b5cbfbedb556e1da6f4fdc9 + md5: 49808e59df5535116f6878b2a820d6f4 + depends: + - python >=3.8 + license: MIT + license_family: MIT + purls: + - pkg:pypi/zipp?source=conda-forge-mapping + size: 20917 + timestamp: 1718013395428 - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda sha256: 567c04f124525c97a096b65769834b7acb047db24b15a56888a322bf3966c3e1 md5: 0c3cc595284c5e8f0f9900a9b228a332 @@ -16894,8 +17627,6 @@ packages: depends: - libgcc >=13 - libzlib 1.3.1 h86ecc28_2 - arch: aarch64 - platform: linux license: Zlib license_family: Other purls: [] @@ -16907,8 +17638,6 @@ packages: depends: - __osx >=10.13 - libzlib 1.3.1 hd23fc13_2 - arch: x86_64 - platform: osx license: Zlib license_family: Other purls: [] @@ -16920,28 +17649,24 @@ packages: depends: - __osx >=11.0 - libzlib 1.3.1 h8359307_2 - arch: arm64 - platform: osx license: Zlib license_family: Other purls: [] size: 77606 timestamp: 1727963209370 -- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_2.conda - sha256: 8c688797ba23b9ab50cef404eca4d004a948941b6ee533ead0ff3bf52012528c - md5: be60c4e8efa55fddc17b4131aa47acbd +- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.1-h2466b09_1.conda + sha256: 76409556e6c7cb91991cd94d7fc853c9272c2872bd7e3573ff35eb33d6fca5be + md5: f8e0a35bf6df768ad87ed7bbbc36ab04 depends: - - libzlib 1.3.1 h2466b09_2 + - libzlib 1.3.1 h2466b09_1 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Zlib license_family: Other purls: [] - size: 107439 - timestamp: 1727963788936 + size: 108081 + timestamp: 1716874767420 - conda: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39h08a7858_1.conda sha256: 76a45ef349517eaab1492f17f9c807ccbf1971961c6e90d454fbedbed7e257ad md5: cd9fa334e11886738f17254f52210bc3 @@ -16972,8 +17697,6 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: @@ -16990,8 +17713,6 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: @@ -17009,17 +17730,15 @@ packages: - python_abi 3.9.* *_cp39 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: - pkg:pypi/zstandard?source=hash-mapping size: 320027 timestamp: 1725305723442 -- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_1.conda - sha256: 1446c0495565d6d7b364e0b2021d0309d21a34cb7d6bd19eced1a483fabfb915 - md5: 5f1f0f75ebd24882ccf44d145939b104 +- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py39h9bf74da_0.conda + sha256: af0c955b75aab89c24b3c1a34c323821b7e25d488d9ff31f3767bb9d583272a6 + md5: 9658585ffb22b68adb5490e9035b93ba depends: - cffi >=1.11 - python >=3.9,<3.10.0a0 @@ -17029,14 +17748,12 @@ packages: - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.5.7.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD purls: - - pkg:pypi/zstandard?source=hash-mapping - size: 311116 - timestamp: 1725305993710 + - pkg:pypi/zstandard?source=conda-forge-mapping + size: 310144 + timestamp: 1721044587416 - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda sha256: c558b9cc01d9c1444031bd1ce4b9cff86f9085765f17627a6cd85fc623c8a02b md5: 4d056880988120e29d75bfff282e0f45 @@ -17058,8 +17775,6 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - arch: aarch64 - platform: linux license: BSD-3-Clause license_family: BSD purls: [] @@ -17071,8 +17786,6 @@ packages: depends: - __osx >=10.9 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -17084,8 +17797,6 @@ packages: depends: - __osx >=11.0 - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD purls: [] @@ -17099,8 +17810,6 @@ packages: - 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 purls: [] From 963cfaa9eb87dc45aa55f8507e8e66b64961a2ff Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 07:21:50 -0500 Subject: [PATCH 56/70] ci: fix compiler compatibility check workflow (#2195) Quote intel version number. --- .github/workflows/compilers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index af918f750f6..df62337d8a5 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -30,7 +30,7 @@ jobs: - {os: windows-2022, compiler: gcc, version: 12} - {os: windows-2022, compiler: gcc, version: 13} # ifx - - {os: ubuntu-22.04, compiler: intel, version: 2025.0} + - {os: ubuntu-22.04, compiler: intel, version: "2025.0"} - {os: ubuntu-22.04, compiler: intel, version: 2024.1} - {os: ubuntu-22.04, compiler: intel, version: "2024.0"} - {os: ubuntu-22.04, compiler: intel, version: 2023.2} @@ -38,7 +38,7 @@ jobs: - {os: ubuntu-22.04, compiler: intel, version: "2023.0"} - {os: ubuntu-22.04, compiler: intel, version: 2022.2.1} - {os: ubuntu-22.04, compiler: intel, version: 2022.2} - - {os: windows-2022, compiler: intel, version: 2025.0} + - {os: windows-2022, compiler: intel, version: "2025.0"} - {os: windows-2022, compiler: intel, version: 2024.1} - {os: windows-2022, compiler: intel, version: "2024.0"} - {os: windows-2022, compiler: intel, version: 2023.2} From 071003124019da1aa3b90d3c1b19c0f822b569fb Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 07:35:26 -0500 Subject: [PATCH 57/70] style(prt): clean up comments (#2196) Remove leading "-- " from comments per styleguide conventions --- src/Model/ParticleTracking/prt-fmi.f90 | 54 ++--- src/Model/ParticleTracking/prt-mip.f90 | 40 ++-- src/Solution/ParticleTracker/CellRectQuad.f90 | 38 ++-- src/Solution/ParticleTracker/CellUtil.f90 | 54 ++--- .../ParticleTracker/MethodCellTernary.f90 | 9 - .../ParticleTracker/MethodSubcellPollock.f90 | 62 +++--- .../ParticleTracker/TernarySolveTrack.f90 | 184 +++++++++--------- 7 files changed, 216 insertions(+), 225 deletions(-) diff --git a/src/Model/ParticleTracking/prt-fmi.f90 b/src/Model/ParticleTracking/prt-fmi.f90 index ef84224a0ee..0b4b3c22bb2 100644 --- a/src/Model/ParticleTracking/prt-fmi.f90 +++ b/src/Model/ParticleTracking/prt-fmi.f90 @@ -35,41 +35,41 @@ module PrtFmiModule !> @brief Create a new PrtFmi object subroutine fmi_cr(fmiobj, name_model, inunit, iout) - ! -- dummy + ! dummy type(PrtFmiType), pointer :: fmiobj character(len=*), intent(in) :: name_model integer(I4B), intent(inout) :: inunit integer(I4B), intent(in) :: iout ! - ! -- Create the object + ! Create the object allocate (fmiobj) ! - ! -- create name and memory path + ! create name and memory path call fmiobj%set_names(1, name_model, 'FMI', 'FMI') fmiobj%text = text ! - ! -- Allocate scalars + ! Allocate scalars call fmiobj%allocate_scalars() ! - ! -- Set variables + ! Set variables fmiobj%inunit = inunit fmiobj%iout = iout ! - ! -- Initialize block parser + ! Initialize block parser call fmiobj%parser%Initialize(fmiobj%inunit, fmiobj%iout) ! - ! -- Assign dependent variable label + ! Assign dependent variable label fmiobj%depvartype = 'TRACKS ' end subroutine fmi_cr !> @brief Time step advance subroutine fmi_ad(this) - ! -- modules + ! modules use ConstantsModule, only: DHDRY - ! -- dummy + ! dummy class(PrtFmiType) :: this - ! -- local + ! local integer(I4B) :: n character(len=15) :: nodestr character(len=*), parameter :: fmtdry = & @@ -77,33 +77,33 @@ subroutine fmi_ad(this) character(len=*), parameter :: fmtrewet = & &"(/1X,'DRY CELL REACTIVATED AT ', a)" ! - ! -- Set flag to indicated that flows are being updated. For the case where + ! Set flag to indicated that flows are being updated. For the case where ! flows may be reused (only when flows are read from a file) then set ! the flag to zero to indicated that flows were not updated this%iflowsupdated = 1 ! - ! -- If reading flows from a budget file, read the next set of records + ! If reading flows from a budget file, read the next set of records if (this%iubud /= 0) then call this%advance_bfr() end if ! - ! -- If reading heads from a head file, read the next set of records + ! If reading heads from a head file, read the next set of records if (this%iuhds /= 0) then call this%advance_hfr() end if ! - ! -- If mover flows are being read from file, read the next set of records + ! If mover flows are being read from file, read the next set of records if (this%iumvr /= 0) then call this%mvrbudobj%bfr_advance(this%dis, this%iout) end if ! - ! -- Accumulate flows + ! Accumulate flows call this%accumulate_flows() ! - ! -- if flow cell is dry, then set this%ibound = 0 + ! if flow cell is dry, then set this%ibound = 0 do n = 1, this%dis%nodes ! - ! -- Calculate the ibound-like array that has 0 if saturation + ! Calculate the ibound-like array that has 0 if saturation ! is zero and 1 otherwise if (this%gwfsat(n) > DZERO) then this%ibdgwfsat0(n) = 1 @@ -111,20 +111,20 @@ subroutine fmi_ad(this) this%ibdgwfsat0(n) = 0 end if ! - ! -- Check if active model cell is inactive for flow + ! Check if active model cell is inactive for flow if (this%ibound(n) > 0) then if (this%gwfhead(n) == DHDRY) then - ! -- cell should be made inactive + ! cell should be made inactive this%ibound(n) = 0 call this%dis%noder_to_string(n, nodestr) write (this%iout, fmtdry) trim(nodestr) end if end if ! - ! -- Convert dry model cell to active if flow has rewet + ! Convert dry model cell to active if flow has rewet if (this%ibound(n) == 0) then if (this%gwfhead(n) /= DHDRY) then - ! -- cell is now wet + ! cell is now wet this%ibound(n) = 1 call this%dis%noder_to_string(n, nodestr) write (this%iout, fmtrewet) trim(nodestr) @@ -136,17 +136,17 @@ end subroutine fmi_ad !> @brief Define the flow model interface subroutine prtfmi_df(this, dis, idryinactive) - ! -- modules + ! modules use SimModule, only: store_error - ! -- dummy + ! dummy class(PrtFmiType) :: this class(DisBaseType), pointer, intent(in) :: dis integer(I4B), intent(in) :: idryinactive ! - ! -- Call parent class define + ! Call parent class define call this%FlowModelInterfaceType%fmi_df(dis, idryinactive) ! - ! -- Allocate arrays + ! Allocate arrays allocate (this%StorageFlows(this%dis%nodes)) allocate (this%SourceFlows(this%dis%nodes)) allocate (this%SinkFlows(this%dis%nodes)) @@ -157,9 +157,9 @@ end subroutine prtfmi_df !> @brief Accumulate flows subroutine accumulate_flows(this) implicit none - ! -- dummy + ! dummy class(PrtFmiType) :: this - ! -- local + ! local integer(I4B) :: j, i, ip, ib integer(I4B) :: ioffset, iflowface, iauxiflowface real(DP) :: qbnd diff --git a/src/Model/ParticleTracking/prt-mip.f90 b/src/Model/ParticleTracking/prt-mip.f90 index 6edd72a2740..03decbe2b64 100644 --- a/src/Model/ParticleTracking/prt-mip.f90 +++ b/src/Model/ParticleTracking/prt-mip.f90 @@ -31,35 +31,35 @@ module PrtMipModule !> @brief Create a model input object subroutine mip_cr(mip, name_model, input_mempath, inunit, iout, dis) - ! -- dummy + ! dummy type(PrtMipType), pointer :: mip character(len=*), intent(in) :: name_model character(len=*), intent(in) :: input_mempath integer(I4B), intent(in) :: inunit integer(I4B), intent(in) :: iout class(DisBaseType), pointer, intent(in) :: dis - ! -- formats + ! formats character(len=*), parameter :: fmtheader = & - "(1x, /1x, 'MIP -- MODEL INPUT PACKAGE', & + "(1x, /1x, 'MIP MODEL INPUT PACKAGE', & &' INPUT READ FROM MEMPATH: ', A, /)" ! - ! -- Create the object + ! Create the object allocate (mip) ! - ! -- Create name and memory path + ! Create name and memory path call mip%set_names(1, name_model, 'MIP', 'MIP', input_mempath) ! - ! -- Allocate scalars + ! Allocate scalars call mip%allocate_scalars() ! - ! -- Set variables + ! Set variables mip%inunit = inunit mip%iout = iout ! - ! -- Set pointers + ! Set pointers mip%dis => dis ! - ! -- Print a message identifying the package if enabled + ! Print a message identifying the package if enabled if (inunit > 0) & write (iout, fmtheader) input_mempath @@ -69,13 +69,13 @@ end subroutine mip_cr subroutine mip_da(this) class(PrtMipType) :: this ! - ! -- Deallocate input memory + ! Deallocate input memory call memorystore_remove(this%name_model, 'MIP', idm_context) ! - ! -- Deallocate parent package + ! Deallocate parent package call this%NumericalPackageType%da() ! - ! -- Deallocate arrays + ! Deallocate arrays call mem_deallocate(this%porosity) call mem_deallocate(this%retfactor) call mem_deallocate(this%izone) @@ -91,10 +91,10 @@ end subroutine allocate_scalars subroutine allocate_arrays(this, nodes) class(PrtMipType) :: this integer(I4B), intent(in) :: nodes - ! -- local + ! local integer(I4B) :: i ! - ! -- Allocate + ! Allocate call mem_allocate(this%porosity, nodes, 'POROSITY', this%memoryPath) call mem_allocate(this%retfactor, nodes, 'RETFACTOR', this%memoryPath) call mem_allocate(this%izone, nodes, 'IZONE', this%memoryPath) @@ -109,20 +109,20 @@ end subroutine allocate_arrays !> @ brief Initialize package inputs subroutine mip_ar(this) - ! -- dummy variables + ! dummy variables class(PrtMipType), intent(inout) :: this !< PrtMipType object - ! -- local variables + ! local variables character(len=LINELENGTH) :: errmsg type(PrtMipParamFoundType) :: found integer(I4B), dimension(:), pointer, contiguous :: map => null() ! - ! -- set map to convert user input data into reduced data + ! set map to convert user input data into reduced data if (this%dis%nodes < this%dis%nodesuser) map => this%dis%nodeuser ! - ! -- Allocate arrays + ! Allocate arrays call this%allocate_arrays(this%dis%nodes) ! - ! -- Source array inputs from IDM + ! Source array inputs from IDM call mem_set_value(this%porosity, 'POROSITY', this%input_mempath, & map, found%porosity) call mem_set_value(this%retfactor, 'RETFACTOR', this%input_mempath, & @@ -130,7 +130,7 @@ subroutine mip_ar(this) call mem_set_value(this%izone, 'IZONE', this%input_mempath, map, & found%izone) ! - ! -- Ensure POROSITY was found + ! Ensure POROSITY was found if (.not. found%porosity) then write (errmsg, '(a)') 'Error in GRIDDATA block: POROSITY not found' call store_error(errmsg) diff --git a/src/Solution/ParticleTracker/CellRectQuad.f90 b/src/Solution/ParticleTracker/CellRectQuad.f90 index 9c034d2be2d..7e7066c9cd5 100644 --- a/src/Solution/ParticleTracker/CellRectQuad.f90 +++ b/src/Solution/ParticleTracker/CellRectQuad.f90 @@ -75,9 +75,9 @@ end subroutine init_from !! vertices and face flows of a rectangular-quad cell. !< subroutine load_rect_verts_flows(this) - ! -- dummy + ! dummy class(CellRectQuadType), intent(inout) :: this - ! -- local + ! local integer(I4B) :: n, m n = 0 @@ -107,21 +107,21 @@ end subroutine load_rect_verts_flows !! rectangle vertex of a rectangular-quad cell !< function get_rect_ivert_sw(this) result(irv1) - ! -- dummy + ! dummy class(CellRectQuadType), intent(inout) :: this integer(I4B) :: irv1 - ! -- local + ! local integer(I4B) :: irv, irv2, irv4, ipv1, ipv2, ipv4 integer(I4B), dimension(4) :: irvnxt = (/2, 3, 4, 1/) real(DP) :: x1, y1, x2, y2, x4, y4 - ! -- Find the "southwest" rectangle vertex by finding the vertex formed - ! -- either by (1) a rectangle edge over which x decreases (going - ! -- clockwise) followed by an edge over which x does not increase, or by - ! -- (2) a rectangle edge over which y does not decrease (again going - ! -- clockwise) followed by a rectangle edge over which y increases. In - ! -- the end, ipv1 is the index (1, 2, 3, or 4) of the southwest - ! -- rectangle vertex. + ! Find the "southwest" rectangle vertex by finding the vertex formed + ! either by (1) a rectangle edge over which x decreases (going + ! clockwise) followed by an edge over which x does not increase, or by + ! (2) a rectangle edge over which y does not decrease (again going + ! clockwise) followed by a rectangle edge over which y increases. In + ! the end, ipv1 is the index (1, 2, 3, or 4) of the southwest + ! rectangle vertex. do irv = 1, 4 irv4 = irv irv1 = irvnxt(irv4) @@ -152,18 +152,18 @@ end function get_rect_ivert_sw !! as the origin !< subroutine get_rect_dim_rot(this) - ! -- dummy + ! dummy class(CellRectQuadType), intent(inout) :: this - ! -- local + ! local integer(I4B) :: irv2, irv4, ipv1, ipv2, ipv4 integer(I4B), dimension(4) :: irvnxt = (/2, 3, 4, 1/) real(DP) :: x1, y1, x2, y2, x4, y4, dx2, dy2, dx4, dy4 - ! -- Get rectangle vertex neighbors irv2 and irv4 + ! Get rectangle vertex neighbors irv2 and irv4 irv2 = irvnxt(this%irvOrigin) irv4 = irvnxt(irvnxt(irv2)) - ! -- Get model coordinates at irv1, irv2, and irv4 + ! Get model coordinates at irv1, irv2, and irv4 ipv1 = this%irectvert(this%irvOrigin) x1 = this%defn%polyvert(1, ipv1) y1 = this%defn%polyvert(2, ipv1) @@ -174,7 +174,7 @@ subroutine get_rect_dim_rot(this) x4 = this%defn%polyvert(1, ipv4) y4 = this%defn%polyvert(2, ipv4) - ! -- Compute rectangle dimensions + ! Compute rectangle dimensions this%xOrigin = x1 this%yOrigin = y1 this%zOrigin = this%defn%bot @@ -186,8 +186,8 @@ subroutine get_rect_dim_rot(this) this%dy = dsqrt(dx2 * dx2 + dy2 * dy2) this%dz = this%defn%top - this%zOrigin - ! -- Compute sine and cosine of rotation angle (angle between "southern" - ! -- rectangle side irv1-irv4 and the model x axis) + ! Compute sine and cosine of rotation angle (angle between "southern" + ! rectangle side irv1-irv4 and the model x axis) this%sinrot = dy4 / this%dx this%cosrot = dx4 / this%dx end subroutine get_rect_dim_rot @@ -202,7 +202,7 @@ end function get_rect_flow !> @brief Return whether a rectangle face is refined function face_is_refined(this, i) result(is_refined) - ! -- dummy + ! dummy class(CellRectQuadType), intent(inout) :: this integer(I4B) :: i !< face index logical(LGP) :: is_refined diff --git a/src/Solution/ParticleTracker/CellUtil.f90 b/src/Solution/ParticleTracker/CellUtil.f90 index 86934982fce..fdb9f72cfb8 100644 --- a/src/Solution/ParticleTracker/CellUtil.f90 +++ b/src/Solution/ParticleTracker/CellUtil.f90 @@ -15,10 +15,10 @@ subroutine cell_poly_to_rect(poly, rect) use CellRectModule, only: CellRectType, create_cell_rect use CellPolyModule, only: CellPolyType use CellDefnModule, only: CellDefnType - ! -- dummy + ! dummy type(CellPolyType), intent(in), pointer :: poly type(CellRectType), intent(inout), pointer :: rect - ! -- local + ! local type(CellDefnType), pointer :: defn integer(I4B) :: ipv, ipv1, ipv2, ipv3, ipv4 integer(I4B), dimension(4) :: ipvnxt = (/2, 3, 4, 1/) @@ -29,19 +29,19 @@ subroutine cell_poly_to_rect(poly, rect) call create_cell_rect(rect) defn => poly%defn - ! -- Translate and rotate the rectangular cell into local coordinates - ! -- with x varying from 0 to dx and y varying from 0 to dy. Choose the - ! -- "south-west" vertex to be the local origin so that the rotation - ! -- angle is zero if the cell already aligns with the model x and y - ! -- coordinates. The "southwest" vertex is found by finding the vertex - ! -- formed either by (1) an edge over which x decreases (going - ! -- clockwise) followed by an edge over which x does not increase, or - ! -- by (2) an edge over which y does not decrease (again going - ! -- clockwise) followed by an edge over which y increases. In the end, - ! -- ipv1 is the local vertex number (within the cell, taking a value - ! -- of 1, 2, 3, or 4) of the southwest vertex, and ipv2, ipv3, and - ! -- ipv4 are the local vertex numbers of the remaining three vertices - ! -- going clockwise. + ! Translate and rotate the rectangular cell into local coordinates + ! with x varying from 0 to dx and y varying from 0 to dy. Choose the + ! "south-west" vertex to be the local origin so that the rotation + ! angle is zero if the cell already aligns with the model x and y + ! coordinates. The "southwest" vertex is found by finding the vertex + ! formed either by (1) an edge over which x decreases (going + ! clockwise) followed by an edge over which x does not increase, or + ! by (2) an edge over which y does not decrease (again going + ! clockwise) followed by an edge over which y increases. In the end, + ! ipv1 is the local vertex number (within the cell, taking a value + ! of 1, 2, 3, or 4) of the southwest vertex, and ipv2, ipv3, and + ! ipv4 are the local vertex numbers of the remaining three vertices + ! going clockwise. do ipv = 1, 4 ipv4 = ipv ipv1 = ipvnxt(ipv4) @@ -67,9 +67,9 @@ subroutine cell_poly_to_rect(poly, rect) end do ipv3 = ipvnxt(ipv2) - ! -- Compute upper bounds on the local coordinates (the rectangular - ! -- dimensions of the cell) and the sine and cosine of the rotation - ! -- angle, and store local origin information + ! Compute upper bounds on the local coordinates (the rectangular + ! dimensions of the cell) and the sine and cosine of the rotation + ! angle, and store local origin information xOrigin = x1 yOrigin = y1 zOrigin = defn%bot @@ -93,7 +93,7 @@ subroutine cell_poly_to_rect(poly, rect) rect%zOrigin = zOrigin rect%ipvOrigin = ipv1 - ! -- Compute (unscaled) cell edge velocities from face flows + ! Compute (unscaled) cell edge velocities from face flows areax = dx * dz areay = dy * dz areaz = dx * dy @@ -115,24 +115,24 @@ subroutine cell_poly_to_quad(poly, quad) use CellRectQuadModule, only: CellRectQuadType, create_cell_rect_quad use CellPolyModule, only: CellPolyType use MathUtilModule, only: mod_offset - ! -- dummy + ! dummy type(CellPolyType), intent(in), pointer :: poly type(CellRectQuadType), intent(inout), pointer :: quad - ! -- local + ! local integer(I4B) :: i, irv, isc real(DP) :: qhalf, qdisttopbot, q1, q2, q4 call create_cell_rect_quad(quad) call quad%init_from(poly%defn) - ! -- Translate and rotate the rect-quad cell into local coordinates with - ! -- x varying from 0 to dx and y varying from 0 to dy. Choose the "south- - ! -- west" rectangle vertex to be the local origin so that the rotation - ! -- angle is zero if the cell already aligns with the model x and y - ! -- coordinates. + ! Translate and rotate the rect-quad cell into local coordinates with + ! x varying from 0 to dx and y varying from 0 to dy. Choose the "south- + ! west" rectangle vertex to be the local origin so that the rotation + ! angle is zero if the cell already aligns with the model x and y + ! coordinates. quad%irvOrigin = quad%get_rect_ivert_sw() call quad%get_rect_dim_rot() - ! -- Set the external and internal face flows used for subcells + ! Set the external and internal face flows used for subcells do i = 0, 3 irv = mod_offset(i + quad%irvOrigin, 4, 1) isc = mod_offset(i + 3, 4, 1) diff --git a/src/Solution/ParticleTracker/MethodCellTernary.f90 b/src/Solution/ParticleTracker/MethodCellTernary.f90 index 03a401173c2..9d653250dae 100644 --- a/src/Solution/ParticleTracker/MethodCellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodCellTernary.f90 @@ -432,15 +432,6 @@ subroutine vertvelo(this) ! TODO: can we use some of the terms of the centroid calculation ! to do a cheap point in polygon check? - ! - ! allocate(poly(2, nvert)) - ! poly(1,:) = this%xvert - ! poly(2,:) = this%yvert - ! if (.not. point_in_polygon(this%xctr, this%yctr, poly)) then - ! print *, "error -- centroid not in cell ", this%cell%defn%icell, this%xctr, this%yctr - ! call pstop(1) - ! end if - ! deallocate(poly) ! Subcell areas do i = 1, this%nverts diff --git a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 index b5c16540786..c002a567b5a 100644 --- a/src/Solution/ParticleTracker/MethodSubcellPollock.f90 +++ b/src/Solution/ParticleTracker/MethodSubcellPollock.f90 @@ -28,9 +28,9 @@ module MethodSubcellPollockModule !> @brief Create a new Pollock's subcell method subroutine create_method_subcell_pollock(method) - ! -- dummy + ! dummy type(MethodSubcellPollockType), pointer :: method - ! -- local + ! local type(SubcellRectType), pointer :: subcell allocate (method) @@ -48,11 +48,11 @@ end subroutine deallocate !> @brief Apply Pollock's method to a rectangular subcell subroutine apply_msp(this, particle, tmax) - ! -- dummy + ! dummy class(MethodSubcellPollockType), intent(inout) :: this type(ParticleType), pointer, intent(inout) :: particle real(DP), intent(in) :: tmax - ! -- local + ! local real(DP) :: xOrigin real(DP) :: yOrigin real(DP) :: zOrigin @@ -61,7 +61,7 @@ subroutine apply_msp(this, particle, tmax) select type (subcell => this%subcell) type is (SubcellRectType) - ! -- Transform particle position into local subcell coordinates, + ! Transform particle position into local subcell coordinates, ! track particle across subcell, convert back to model coords ! (sinrot and cosrot should be 0 and 1, respectively, i.e. no ! rotation, also no z translation; only x and y translations) @@ -302,7 +302,7 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) real(DP) :: v1v2 logical(LGP) :: noOutflow - ! -- Initialize variables. + ! Initialize variables. status = -1 dt = 1.0d+20 v2a = v2 @@ -313,8 +313,8 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) dva = dv if (dva .lt. DZERO) dva = -dva - ! -- Check for a uniform zero velocity in this direction. - ! -- If so, set status = 2 and return (dt = 1.0d+20). + ! Check for a uniform zero velocity in this direction. + ! If so, set status = 2 and return (dt = 1.0d+20). tol = 1.0d-15 if ((v2a .lt. tol) .and. (v1a .lt. tol)) then v = DZERO @@ -323,9 +323,9 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) return end if - ! -- Check for uniform non-zero velocity in this direction. - ! -- If so, set compute dt using the constant velocity, - ! -- set status = 1 and return. + ! Check for uniform non-zero velocity in this direction. + ! If so, set compute dt using the constant velocity, + ! set status = 1 and return. vv = v1a if (v2a .gt. vv) vv = v2a vvv = dva / vv @@ -341,13 +341,13 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) return end if - ! -- Velocity has a linear variation. - ! -- Compute velocity corresponding to particle position. + ! Velocity has a linear variation. + ! Compute velocity corresponding to particle position. dvdx = dv / dx v = (DONE - xL) * v1 + xL * v2 - ! -- If flow is into the cell from both sides there is no outflow. - ! -- In that case, set status = 3 and return. + ! If flow is into the cell from both sides there is no outflow. + ! In that case, set status = 3 and return. noOutflow = .true. if (v1 .lt. DZERO) noOutflow = .false. if (v2 .gt. DZERO) noOutflow = .false. @@ -356,10 +356,10 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) return end if - ! -- If there is a divide in the cell for this flow direction, check to - ! -- see if the particle is located exactly on the divide. If it is, move - ! -- it very slightly to get it off the divide. This avoids possible - ! -- numerical problems related to stagnation points. + ! If there is a divide in the cell for this flow direction, check to + ! see if the particle is located exactly on the divide. If it is, move + ! it very slightly to get it off the divide. This avoids possible + ! numerical problems related to stagnation points. if ((v1 .le. DZERO) .and. (v2 .ge. DZERO)) then if (abs(v) .le. DZERO) then v = 1.0d-20 @@ -367,9 +367,9 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) end if end if - ! -- If there is a flow divide, this check finds out what side of the - ! -- divide the particle is on and sets the value of vr appropriately - ! -- to reflect that location. + ! If there is a flow divide, this check finds out what side of the + ! divide the particle is on and sets the value of vr appropriately + ! to reflect that location. vr1 = v1 / v vr2 = v2 / v vr = vr1 @@ -377,17 +377,17 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) vr = vr2 end if - ! -- If the product v1*v2 > 0, the velocity is in the same direction - ! -- throughout the cell (i.e. no flow divide). If so, set the value - ! -- of vr to reflect the appropriate direction. + ! If the product v1*v2 > 0, the velocity is in the same direction + ! throughout the cell (i.e. no flow divide). If so, set the value + ! of vr to reflect the appropriate direction. v1v2 = v1 * v2 if (v1v2 .gt. DZERO) then if (v .gt. DZERO) vr = vr2 if (v .lt. DZERO) vr = vr1 end if - ! -- Check if vr is (very close to) zero. - ! -- If so, set status = 2 and return (dt = 1.0d+20). + ! Check if vr is (very close to) zero. + ! If so, set status = 2 and return (dt = 1.0d+20). if (dabs(vr) .lt. 1.0d-10) then v = DZERO dvdx = DZERO @@ -395,7 +395,7 @@ function calculate_dt(v1, v2, dx, xL, v, dvdx, dt) result(status) return end if - ! -- Compute travel time to exit face. Return with status = 0. + ! Compute travel time to exit face. Return with status = 0. dt = log(vr) / dvdx status = 0 @@ -422,14 +422,14 @@ pure function new_x(v, dvdx, v1, v2, dt, x, dx, velocity_profile) result(newx) real(DP) :: newx logical(LGP) :: lprofile - ! -- process optional arguments + ! process optional arguments if (present(velocity_profile)) then lprofile = velocity_profile else lprofile = .false. end if - ! -- recompute coordinate + ! recompute coordinate newx = x if (lprofile) then newx = newx + (v1 * dt / dx) @@ -437,7 +437,7 @@ pure function new_x(v, dvdx, v1, v2, dt, x, dx, velocity_profile) result(newx) newx = newx + (v * (exp(dvdx * dt) - DONE) / dvdx / dx) end if - ! -- clamp to [0, 1] + ! clamp to [0, 1] if (newx .lt. DZERO) newx = DZERO if (newx .gt. DONE) newx = DONE diff --git a/src/Solution/ParticleTracker/TernarySolveTrack.f90 b/src/Solution/ParticleTracker/TernarySolveTrack.f90 index d5fb5318ef2..8fb97847b0d 100644 --- a/src/Solution/ParticleTracker/TernarySolveTrack.f90 +++ b/src/Solution/ParticleTracker/TernarySolveTrack.f90 @@ -33,7 +33,7 @@ subroutine traverse_triangle(isolv, tol, texit, & alpexit, betexit, & itrifaceenter, itrifaceexit, & alp1, bet1, alp2, bet2, alpi, beti) - ! -- dummy + ! dummy integer(I4B), intent(in) :: isolv !< solution method real(DP), intent(in) :: tol !< solution tolerance real(DP), intent(out) :: texit !< time particle exits the cell @@ -47,7 +47,7 @@ subroutine traverse_triangle(isolv, tol, texit, & real(DP) :: bet2 real(DP) :: alpi real(DP) :: beti !< alpha and beta coefficients - ! -- local + ! local real(DP) :: texit0 real(DP) :: alpexit0 real(DP) :: betexit0 @@ -58,13 +58,13 @@ subroutine traverse_triangle(isolv, tol, texit, & real(DP) :: alpexit2 real(DP) :: betexit2 - ! -- Compute elements of matrix W + ! Compute elements of matrix W call get_w(alp1, bet1, alp2, bet2, waa, wab, wba, wbb) - ! -- Determine alpha and beta analytically as functions of time + ! Determine alpha and beta analytically as functions of time call solve_coefs(alpi, beti) - ! -- Compute exit time (travel time to exit) and exit location + ! Compute exit time (travel time to exit) and exit location call find_exit_bary(isolv, 0, itrifaceenter, & alpi, beti, tol, & texit0, alpexit0, betexit0) @@ -76,8 +76,8 @@ subroutine traverse_triangle(isolv, tol, texit, & texit2, alpexit2, betexit2) texit = min(texit0, texit1, texit2) - ! -- Note that while the numbering of triangle faces is generally zero-based - ! -- (0, 1, 2), itrifaceexit, which gets passed out, is one-based (1, 2, 3). + ! Note that while the numbering of triangle faces is generally zero-based + ! (0, 1, 2), itrifaceexit, which gets passed out, is one-based (1, 2, 3). if (texit .eq. texit0) then alpexit = alpexit0 betexit = betexit0 @@ -102,7 +102,7 @@ subroutine canonical(x0, y0, x1, y1, x2, y2, & rxx, rxy, ryx, ryy, & sxx, sxy, syy, & alp0, bet0, alp1, bet1, alp2, bet2, alpi, beti) - ! -- dummy + ! dummy real(DP) :: x0 real(DP) :: y0 real(DP) :: x1 @@ -130,7 +130,7 @@ subroutine canonical(x0, y0, x1, y1, x2, y2, & real(DP) :: bet2 real(DP) :: alpi real(DP) :: beti !< alpha and beta coefficients - ! -- local + ! local real(DP) :: baselen real(DP) :: oobaselen real(DP) :: sinomega @@ -143,7 +143,7 @@ subroutine canonical(x0, y0, x1, y1, x2, y2, & real(DP) :: yidiff real(DP) :: rot(2, 2), res(2) - ! -- Translate and rotate coordinates to "canonical" configuration + ! Translate and rotate coordinates to "canonical" configuration x1diff = x1 - x0 y1diff = y1 - y0 x2diff = x2 - x0 @@ -196,7 +196,7 @@ subroutine canonical(x0, y0, x1, y1, x2, y2, & subroutine get_w( & alp1, bet1, alp2, bet2, & waa, wab, wba, wbb) - ! -- dummy + ! dummy real(DP) :: alp1 real(DP) :: bet1 real(DP) :: alp2 @@ -205,12 +205,12 @@ subroutine get_w( & real(DP) :: wab real(DP) :: wba real(DP) :: wbb !< w matrix - ! -- local + ! local real(DP) :: v1alpdiff real(DP) :: v2alpdiff real(DP) :: v2betdiff - ! -- Note: wab is the "alpha,beta" entry in matrix W + ! Note: wab is the "alpha,beta" entry in matrix W ! and the alpha component of the w^(beta) vector v1alpdiff = cv1(1) - cv0(1) v2alpdiff = cv2(1) - cv0(1) @@ -224,10 +224,10 @@ subroutine get_w( & !> @brief Compute analytical solution coefficients depending on case subroutine solve_coefs(alpi, beti) - ! -- dummy + ! dummy real(DP) :: alpi real(DP) :: beti - ! -- local + ! local real(DP) :: zerotol real(DP) :: wratv real(DP) :: acoef @@ -244,28 +244,28 @@ subroutine solve_coefs(alpi, beti) bcoef = wratv + wab * beti afact = acoef / waa vfact = cv0(2) / wbb - ! -- Coefs for beta do not depend on whether waa = 0 or not + ! Coefs for beta do not depend on whether waa = 0 or not cb1 = -vfact ! const term in beta cb2 = vfact + beti ! coef for e(wbb*t) term in beta - ! -- Coefs for alpha + ! Coefs for alpha if (dabs(waa) .gt. zerotol) then - ! -- Case waa <> 0, wbb <> 0 + ! Case waa <> 0, wbb <> 0 if (dabs(wbb - waa) .gt. zerotol) then - ! -- Subcase wbb <> waa + ! Subcase wbb <> waa bfact = bcoef / (wbb - waa) ca1 = -afact ! const term in alpha ca2 = alpi + afact - bfact ! coef for exp(waa*t) term in alpha ca3 = bfact ! coef for exp(wbb*t) term in alpha icase = 1 else - ! -- Subcase wbb = waa + ! Subcase wbb = waa ca1 = -afact ! const term in alpha ca2 = alpi + afact ! coef for exp(waa*t) term in alpha ca3 = bcoef ! coef for t*exp(waa*t) term in alpha icase = -1 end if else - ! -- Case waa = 0, wbb <> 0 + ! Case waa = 0, wbb <> 0 bfact = bcoef / wbb ca1 = alpi - bfact ! const term in alpha ca2 = acoef ! coef for t term in alpha @@ -273,11 +273,11 @@ subroutine solve_coefs(alpi, beti) icase = 2 end if else - ! -- Coefs for beta do not depend on whether waa = 0 or not + ! Coefs for beta do not depend on whether waa = 0 or not cb1 = beti ! const term in beta cb2 = cv0(2) ! coef for t term in beta if (dabs(waa) .gt. zerotol) then - ! -- Case waa <> 0, wbb = 0 + ! Case waa <> 0, wbb = 0 oowaa = 1d0 / waa vfact = (wab * oowaa) * cv0(2) ca1 = -oowaa * (cv0(1) + wab * beti + vfact) ! const term in alpha @@ -285,7 +285,7 @@ subroutine solve_coefs(alpi, beti) ca3 = alpi - ca1 ! coef for exp(waa*t) term in alpha icase = 3 else - ! -- Case waa = 0, wbb = 0 + ! Case waa = 0, wbb = 0 ca1 = alpi ! const term in alpha ca2 = cv0(1) + wab * beti ! coef for t term in alpha ca3 = 5d-1 * wab * cv0(2) ! coef for t^2 term in alpha @@ -297,7 +297,7 @@ subroutine solve_coefs(alpi, beti) !> @brief Step (evaluate) analytically depending on case subroutine step_analytical(t, alp, bet) - ! -- dummy + ! dummy real(DP), intent(in) :: t real(DP) :: alp real(DP) :: bet @@ -325,7 +325,7 @@ subroutine step_analytical(t, alp, bet) subroutine find_exit_bary(isolv, itriface, itrifaceenter, & alpi, beti, tol, & texit, alpexit, betexit) - ! -- dummy + ! dummy integer(I4B) :: isolv integer(I4B) :: itriface integer(I4B) :: itrifaceenter @@ -335,7 +335,7 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & real(DP) :: texit real(DP) :: alpexit real(DP) :: betexit - ! -- local + ! local real(DP) :: alplo real(DP) :: alphi real(DP) :: alpt @@ -361,82 +361,82 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & zerotol = 1d-10 ! todo AMP: consider tolerance - ! -- Use iterative scheme or numerical integration indicated by isolv. + ! Use iterative scheme or numerical integration indicated by isolv. if (itriface .eq. 0) then - ! -- Checking for exit on canonical face 0 (beta = 0) + ! Checking for exit on canonical face 0 (beta = 0) if (itrifaceenter .eq. 0) then - ! -- Entrance face, so no exit. (Normal velocity is uniform along face 0, - ! -- so it cannot be both an entrance and an exit.) + ! Entrance face, so no exit. (Normal velocity is uniform along face 0, + ! so it cannot be both an entrance and an exit.) texit = huge(1d0) else - ! -- Not the entrance face, so check for outflow + ! Not the entrance face, so check for outflow if (cv0(2) .ge. DZERO) then ! check beta velocity along beta=0 face - ! -- Inflow or no flow, so no exit + ! Inflow or no flow, so no exit texit = huge(DONE) else - ! -- Outflow, so check beta-velocity at the initial location, - ! -- recognizing that it will never change sign along the - ! -- trajectory (and will not be blocked from zero by an asymptote) + ! Outflow, so check beta-velocity at the initial location, + ! recognizing that it will never change sign along the + ! trajectory (and will not be blocked from zero by an asymptote) vbeti = cv0(2) + wbb * beti if (vbeti .ge. DZERO) then - ! -- Can't exit along beta = 0 + ! Can't exit along beta = 0 texit = huge(DONE) else - ! -- get alpt and check it + ! get alpt and check it call get_t_alpt(DZERO, t, alpt) if ((alpt .ge. DZERO) .and. (alpt .le. DONE)) then - ! -- alpt within the edge, so exit found + ! alpt within the edge, so exit found texit = t alpexit = alpt betexit = DZERO else - ! -- alpt not within the edge, so not an exit + ! alpt not within the edge, so not an exit texit = huge(DONE) end if end if end if end if - ! -- End canonical face 0 (beta = 0) + ! End canonical face 0 (beta = 0) else - ! -- Checking for exit on canonical face 1 (gamma = 0.) or 2 (alpha = 0.) + ! Checking for exit on canonical face 1 (gamma = 0.) or 2 (alpha = 0.) if (itriface .eq. 1) then - ! -- Normal velocities (gamma components) at ends of canonical face 1 + ! Normal velocities (gamma components) at ends of canonical face 1 v1n = -cv1(1) - cv1(2) v2n = -cv2(1) - cv2(2) else - ! -- Normal velocities (alpha components) at ends of canonical face 2 + ! Normal velocities (alpha components) at ends of canonical face 2 v1n = cv0(1) v2n = cv2(1) end if if ((v1n .ge. DZERO) .and. (v2n .ge. DZERO)) then - ! -- No outflow at vn1 and vn2 corners; no outflow interval, so no exit. + ! No outflow at vn1 and vn2 corners; no outflow interval, so no exit. texit = huge(DONE) else - ! -- Find outflow interval + ! Find outflow interval call get_bet_outflow_bary(v1n, v2n, betoutlo, betouthi) - ! -- Find trend of and limits on beta from beta{t} solution + ! Find trend of and limits on beta from beta{t} solution call get_bet_soln_limits(beti, betsollo, betsolhi, ibettrend) - ! -- Look for exit + ! Look for exit if (ibettrend .eq. 0) then - ! -- Beta is constant, so check if it's within the outflow interval; - ! -- if not, no exit; if so, solve for t and alpha + ! Beta is constant, so check if it's within the outflow interval; + ! if not, no exit; if so, solve for t and alpha if ((beti .gt. betouthi) .or. (beti .lt. betoutlo)) then texit = huge(1d0) else - ! -- Check alpha-velocity at the initial location, - ! -- recognizing that it will never change sign along the - ! -- trajectory (and will not be blocked from zero by an asymptote) - ! -- in this special case + ! Check alpha-velocity at the initial location, + ! recognizing that it will never change sign along the + ! trajectory (and will not be blocked from zero by an asymptote) + ! in this special case v0alpstar = cv0(1) + wab * beti valpi = v0alpstar + waa * alpi if ((itriface .eq. 1) .and. (valpi .le. DZERO)) then - ! -- Can't exit along gamma = 0. + ! Can't exit along gamma = 0. texit = huge(DONE) else if ((itriface .eq. 2) .and. (valpi .ge. DZERO)) then - ! -- Can't exit along alpha = 0. + ! Can't exit along alpha = 0. texit = huge(DONE) else - ! -- get exit + ! get exit if (itriface .eq. 1) then alpexit = DONE - beti else @@ -451,16 +451,16 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & end if end if end if - ! -- End constant-beta case + ! End constant-beta case else - ! -- Beta varies along trajectory; combine outflow and soln limits on beta + ! Beta varies along trajectory; combine outflow and soln limits on beta bethi = min(betouthi, betsolhi) betlo = max(betoutlo, betsollo) if (betlo .gt. bethi) then - ! -- If bounds on bet leave no feasible interval, no exit + ! If bounds on bet leave no feasible interval, no exit texit = huge(DONE) else - ! -- Check sign of function value at beta bounds + ! Check sign of function value at beta bounds call get_t_alpt(bethi, thi, alphi) call get_t_alpt(betlo, tlo, alplo) if (itriface .eq. 1) then @@ -471,17 +471,17 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & fbx = alphi end if if (fax * fbx .gt. DZERO) then - ! -- Root not bracketed; no exit + ! Root not bracketed; no exit texit = huge(DONE) else if (isolv .eq. 1) then - ! -- Use Brent's method with initial bounds on beta of betlo and bethi, - ! -- assuming they bound the root + ! Use Brent's method with initial bounds on beta of betlo and bethi, + ! assuming they bound the root call soln_brent(itriface, betlo, bethi, tol, texit, & alpexit, betexit) else if (isolv .eq. 2) then - ! -- Use Chandrupatla's method with initial bounds on beta of betlo and bethi, - ! -- assuming they bound the root + ! Use Chandrupatla's method with initial bounds on beta of betlo and bethi, + ! assuming they bound the root call soln_chand(itriface, betlo, bethi, tol, texit, & alpexit, betexit) else @@ -489,10 +489,10 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & end if end if end if - ! -- End variable-beta case + ! End variable-beta case end if end if - ! -- End canonical face 1 (gamma = 0.) or 2 (alpha = 0.) + ! End canonical face 1 (gamma = 0.) or 2 (alpha = 0.) end if if (texit .ne. huge(DONE) .and. texit .lt. DZERO) then @@ -503,39 +503,39 @@ subroutine find_exit_bary(isolv, itriface, itrifaceenter, & !> @brief Brent's method applied to canonical face 1 (gamma = 0) function fbary1(bet) result(fb) - ! -- dummy + ! dummy real(DP), intent(in) :: bet real(DP) :: fb - ! -- local + ! local real(DP) :: t real(DP) :: alpt - ! -- Evaluate gamma{t{beta}} = 1. - alpha{t{beta}} - beta + ! Evaluate gamma{t{beta}} = 1. - alpha{t{beta}} - beta call get_t_alpt(bet, t, alpt) fb = DONE - alpt - bet end function !> @brief Brent's method applied to canonical face 2 (alpha = 0) function fbary2(bet) result(fb) - ! -- dummy + ! dummy real(DP), intent(in) :: bet real(DP) :: fb - ! -- local + ! local real(DP) :: t real(DP) :: alpt - ! -- Evaluate alpha{t{beta}} + ! Evaluate alpha{t{beta}} call get_t_alpt(bet, t, alpt) fb = alpt end function !> @brief Given beta evaluate t and alpha depending on case subroutine get_t_alpt(bet, t, alp) - ! -- dummy + ! dummy real(DP), intent(in) :: bet real(DP) :: t real(DP) :: alp - ! -- local + ! local real(DP) :: term real(DP) :: zerotol real(DP) :: waat @@ -589,33 +589,33 @@ subroutine get_t_alpt(bet, t, alp) !> @brief Find outflow interval subroutine get_bet_outflow_bary(vn1, vn2, betoutlo, betouthi) - ! -- dummy + ! dummy real(DP) :: vn1 real(DP) :: vn2 real(DP) :: betoutlo real(DP) :: betouthi - ! -- local + ! local real(DP) :: vndiff vndiff = vn2 - vn1 if (vn1 .lt. DZERO) then - ! -- Outflow at vn1 corner + ! Outflow at vn1 corner betoutlo = DZERO if (vn2 .le. DZERO) then - ! -- Outflow along entire edge (except possibly no-flow right at vn2 corner) + ! Outflow along entire edge (except possibly no-flow right at vn2 corner) betouthi = DONE else - ! -- Outflow along part of edge + ! Outflow along part of edge betouthi = -vn1 / vndiff end if else - ! -- Outflow at vn2 corner + ! Outflow at vn2 corner betouthi = DONE if (vn1 .le. DZERO) then - ! -- Outflow along entire edge (except possibly no-flow right at vn1 corner) + ! Outflow along entire edge (except possibly no-flow right at vn1 corner) betoutlo = DZERO else - ! -- Outflow along part of edge + ! Outflow along part of edge betoutlo = -vn1 / vndiff end if end if @@ -624,12 +624,12 @@ subroutine get_bet_outflow_bary(vn1, vn2, betoutlo, betouthi) !> @brief Find trend of and limits on beta from beta{t} solution subroutine get_bet_soln_limits(beti, betsollo, betsolhi, ibettrend) - ! -- dummy + ! dummy real(DP), intent(in) :: beti real(DP) :: betsollo real(DP) :: betsolhi integer(I4B), intent(inout) :: ibettrend - ! -- local + ! local real(DP) :: betlim if (icase > 2) then @@ -683,7 +683,7 @@ subroutine get_bet_soln_limits(beti, betsollo, betsolhi, ibettrend) !> @brief Use Brent's method with initial bounds on beta of betlo and bethi subroutine soln_brent(itriface, betlo, bethi, tol, & texit, alpexit, betexit) - ! -- dummy + ! dummy integer(I4B), intent(in) :: itriface real(DP) :: betlo real(DP) :: bethi @@ -691,12 +691,12 @@ subroutine soln_brent(itriface, betlo, bethi, tol, & real(DP) :: texit real(DP) :: alpexit real(DP) :: betexit - ! -- local + ! local real(DP) :: blo real(DP) :: bhi procedure(f1d), pointer :: f - ! -- assuming betlo and bethi bracket the root + ! assuming betlo and bethi bracket the root blo = betlo bhi = bethi if (itriface .eq. 1) then @@ -713,7 +713,7 @@ subroutine soln_brent(itriface, betlo, bethi, tol, & !> @brief Use Chandrupatla's method with initial bounds on beta of betlo and bethi subroutine soln_chand(itriface, betlo, bethi, tol, & texit, alpexit, betexit) - ! -- dummy + ! dummy integer(I4B), intent(in) :: itriface real(DP) :: betlo real(DP) :: bethi @@ -721,12 +721,12 @@ subroutine soln_chand(itriface, betlo, bethi, tol, & real(DP) :: texit real(DP) :: alpexit real(DP) :: betexit - ! -- local + ! local real(DP) :: blo real(DP) :: bhi procedure(f1d), pointer :: f - ! -- note: assuming betlo and bethi bracket the root + ! note: assuming betlo and bethi bracket the root blo = betlo bhi = bethi if (itriface .eq. 1) then From 19cec3690931fd1abea1533ec1ccc4d7ccbdf68a Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 07:38:41 -0500 Subject: [PATCH 58/70] ci: add ubuntu 24.04 to compiler compatibility workflow (#2197) --- .github/workflows/compilers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index df62337d8a5..7f04886d6a5 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -19,6 +19,10 @@ jobs: - {os: ubuntu-22.04, compiler: gcc, version: 12} - {os: ubuntu-22.04, compiler: gcc, version: 13} - {os: ubuntu-22.04, compiler: gcc, version: 14} + - {os: ubuntu-24.04, compiler: gcc, version: 11} + - {os: ubuntu-24.04, compiler: gcc, version: 12} + - {os: ubuntu-24.04, compiler: gcc, version: 13} + - {os: ubuntu-24.04, compiler: gcc, version: 14} - {os: macos-13, compiler: gcc, version: 11} - {os: macos-13, compiler: gcc, version: 12} - {os: macos-13, compiler: gcc, version: 13} From bcd9beb9e4752c505ec844fd869aec1366cd9cdc Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 07:43:09 -0500 Subject: [PATCH 59/70] ci: test fewer ifx versions in compiler compat workflow (#2198) --- .github/workflows/compilers.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 7f04886d6a5..da84bc425f5 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -35,20 +35,11 @@ jobs: - {os: windows-2022, compiler: gcc, version: 13} # ifx - {os: ubuntu-22.04, compiler: intel, version: "2025.0"} - - {os: ubuntu-22.04, compiler: intel, version: 2024.1} + - {os: ubuntu-22.04, compiler: intel, version: "2024.1"} - {os: ubuntu-22.04, compiler: intel, version: "2024.0"} - - {os: ubuntu-22.04, compiler: intel, version: 2023.2} - - {os: ubuntu-22.04, compiler: intel, version: 2023.1} - - {os: ubuntu-22.04, compiler: intel, version: "2023.0"} - - {os: ubuntu-22.04, compiler: intel, version: 2022.2.1} - - {os: ubuntu-22.04, compiler: intel, version: 2022.2} - {os: windows-2022, compiler: intel, version: "2025.0"} - - {os: windows-2022, compiler: intel, version: 2024.1} + - {os: windows-2022, compiler: intel, version: "2024.1"} - {os: windows-2022, compiler: intel, version: "2024.0"} - - {os: windows-2022, compiler: intel, version: 2023.2} - - {os: windows-2022, compiler: intel, version: 2023.1} - - {os: windows-2022, compiler: intel, version: "2023.0"} - - {os: windows-2022, compiler: intel, version: 2022.2} # ifort - {os: ubuntu-22.04, compiler: intel-classic, version: "2021.10"} - {os: ubuntu-22.04, compiler: intel-classic, version: 2021.9} From 94448562745f07c93a261d59f3491ed54437c3e3 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Mon, 3 Feb 2025 05:49:44 -0800 Subject: [PATCH 60/70] refactor(gwt-mst): apply enumeration to mst package for readability (#2188) * refactor(gwt-mst): apply enumeration to mst package for readability * switch if statements to select case statement for readability --- src/Model/GroundWaterTransport/gwt-mst.f90 | 207 ++++++++++----------- 1 file changed, 100 insertions(+), 107 deletions(-) diff --git a/src/Model/GroundWaterTransport/gwt-mst.f90 b/src/Model/GroundWaterTransport/gwt-mst.f90 index 2f95d72d84c..70bc3842eaf 100644 --- a/src/Model/GroundWaterTransport/gwt-mst.f90 +++ b/src/Model/GroundWaterTransport/gwt-mst.f90 @@ -10,8 +10,8 @@ module GwtMstModule use KindModule, only: DP, I4B - use ConstantsModule, only: DONE, DZERO, DTWO, DHALF, LENBUDTXT, MAXCHARLEN, & - MNORMAL, LINELENGTH, DHNOFLO + use ConstantsModule, only: DONE, DZERO, IZERO, DTWO, DHALF, LENBUDTXT, & + MAXCHARLEN, MNORMAL, LINELENGTH, DHNOFLO use SimVariablesModule, only: errmsg, warnmsg use SimModule, only: store_error, count_errors, & store_warning @@ -29,6 +29,18 @@ module GwtMstModule data budtxt/' STORAGE-AQUEOUS', ' DECAY-AQUEOUS', & ' STORAGE-SORBED', ' DECAY-SORBED'/ + !> @brief Enumerator that defines the decay options + !< + ENUM, BIND(C) + ENUMERATOR :: DECAY_OFF = 0 !< Decay (or production) of mass inactive (default) + ENUMERATOR :: DECAY_FIRST_ORDER = 1 !< First-order decay + ENUMERATOR :: DECAY_ZERO_ORDER = 2 !< Zeroth-order decay + ENUMERATOR :: SORPTION_OFF = 0 !< Sorption is inactive (default) + ENUMERATOR :: SORPTION_LINEAR = 1 !< Linear sorption between aqueous and solid phases + ENUMERATOR :: SORPTION_FREUND = 2 !< Freundlich sorption between aqueous and solid phases + ENUMERATOR :: SORPTION_LANG = 3 !< Langmuir sorption between aqueous and solid phases + END ENUM + !> @ brief Mobile storage and transfer !! !! Data and methods for handling changes in solute storage, @@ -97,7 +109,6 @@ module GwtMstModule !> @ brief Create a new package object !! !! Create a new MST object - !! !< subroutine mst_cr(mstobj, name_model, inunit, iout, fmi) ! -- dummy @@ -128,7 +139,6 @@ end subroutine mst_cr !> @ brief Allocate and read method for package !! !! Method to allocate and read static data for the package. - !! !< subroutine mst_ar(this, dis, ibound) ! -- modules @@ -162,7 +172,6 @@ end subroutine mst_ar !> @ brief Fill coefficient method for package !! !! Method to calculate and fill coefficients for the package. - !! !< subroutine mst_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & rhs, kiter) @@ -177,24 +186,23 @@ subroutine mst_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & real(DP), intent(inout), dimension(nodes) :: rhs !< right-hand side vector for model real(DP), intent(in), dimension(nodes) :: cnew !< concentration at end of this time step integer(I4B), intent(in) :: kiter !< solution outer iteration number - ! -- local ! ! -- storage contribution call this%mst_fc_sto(nodes, cold, nja, matrix_sln, idxglo, rhs) ! ! -- decay contribution - if (this%idcy /= 0) then + if (this%idcy /= DECAY_OFF) then call this%mst_fc_dcy(nodes, cold, cnew, nja, matrix_sln, idxglo, & rhs, kiter) end if ! ! -- sorption contribution - if (this%isrb /= 0) then + if (this%isrb /= SORPTION_OFF) then call this%mst_fc_srb(nodes, cold, nja, matrix_sln, idxglo, rhs, cnew) end if ! ! -- decay sorbed contribution - if (this%isrb /= 0 .and. this%idcy /= 0) then + if (this%isrb /= SORPTION_OFF .and. this%idcy /= DECAY_OFF) then call this%mst_fc_dcy_srb(nodes, cold, nja, matrix_sln, idxglo, rhs, & cnew, kiter) end if @@ -203,7 +211,6 @@ end subroutine mst_fc !> @ brief Fill storage coefficient method for package !! !! Method to calculate and fill storage coefficients for the package. - !! !< subroutine mst_fc_sto(this, nodes, cold, nja, matrix_sln, idxglo, rhs) ! -- modules @@ -250,7 +257,6 @@ end subroutine mst_fc_sto !> @ brief Fill decay coefficient method for package !! !! Method to calculate and fill decay coefficients for the package. - !! !< subroutine mst_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & idxglo, rhs, kiter) @@ -285,13 +291,14 @@ subroutine mst_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & ! ! -- add decay rate terms to accumulators idiag = this%dis%con%ia(n) - if (this%idcy == 1) then + select case (this%idcy) + case (DECAY_FIRST_ORDER) ! ! -- first order decay rate is a function of concentration, so add ! to left hand side hhcof = -this%decay(n) * vcell * swtpdt * this%thetam(n) call matrix_sln%add_value_pos(idxglo(idiag), hhcof) - elseif (this%idcy == 2) then + case (DECAY_ZERO_ORDER) ! ! -- Call function to get zero-order decay rate, which may be changed ! from the user-specified rate to prevent negative concentrations @@ -300,7 +307,7 @@ subroutine mst_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & this%decaylast(n) = decay_rate rrhs = decay_rate * vcell * swtpdt * this%thetam(n) rhs(n) = rhs(n) + rrhs - end if + end select ! end do end subroutine mst_fc_dcy @@ -308,7 +315,6 @@ end subroutine mst_fc_dcy !> @ brief Fill sorption coefficient method for package !! !! Method to calculate and fill sorption coefficients for the package. - !! !< subroutine mst_fc_srb(this, nodes, cold, nja, matrix_sln, idxglo, rhs, & cnew) @@ -350,7 +356,9 @@ subroutine mst_fc_srb(this, nodes, cold, nja, matrix_sln, idxglo, rhs, & idiag = this%dis%con%ia(n) const1 = this%distcoef(n) const2 = 0. - if (this%isrb > 1) const2 = this%sp2(n) + if (this%isrb == SORPTION_FREUND .or. this%isrb == SORPTION_LANG) then + const2 = this%sp2(n) + end if volfracm = this%get_volfracm(n) rhobm = this%bulk_density(n) call mst_srb_term(this%isrb, volfracm, rhobm, vcell, tled, cnew(n), & @@ -367,11 +375,9 @@ end subroutine mst_fc_srb !> @ brief Calculate sorption terms !! !! Subroutine to calculate sorption terms - !! !< subroutine mst_srb_term(isrb, volfracm, rhobm, vcell, tled, cnew, cold, & swnew, swold, const1, const2, rate, hcofval, rhsval) - ! -- modules ! -- dummy integer(I4B), intent(in) :: isrb !< sorption flag 1, 2, 3 are linear, freundlich, and langmuir real(DP), intent(in) :: volfracm !< volume fraction of mobile domain (fhat_m) @@ -397,7 +403,7 @@ subroutine mst_srb_term(isrb, volfracm, rhobm, vcell, tled, cnew, cold, & real(DP) :: swavg ! ! -- Calculate based on type of sorption - if (isrb == 1) then + if (isrb == SORPTION_LINEAR) then ! -- linear term = -volfracm * rhobm * vcell * tled * const1 if (present(hcofval)) hcofval = term * swnew @@ -409,17 +415,18 @@ subroutine mst_srb_term(isrb, volfracm, rhobm, vcell, tled, cnew, cold, & cavg = DHALF * (cold + cnew) ! ! -- set values based on isotherm - if (isrb == 2) then + select case (isrb) + case (SORPTION_FREUND) ! -- freundlich cbarnew = get_freundlich_conc(cnew, const1, const2) cbarold = get_freundlich_conc(cold, const1, const2) derv = get_freundlich_derivative(cavg, const1, const2) - else if (isrb == 3) then + case (SORPTION_LANG) ! -- langmuir cbarnew = get_langmuir_conc(cnew, const1, const2) cbarold = get_langmuir_conc(cold, const1, const2) derv = get_langmuir_derivative(cavg, const1, const2) - end if + end select ! ! -- calculate hcof, rhs, and rate for freundlich and langmuir term = -volfracm * rhobm * vcell * tled @@ -488,49 +495,50 @@ subroutine mst_fc_dcy_srb(this, nodes, cold, nja, matrix_sln, idxglo, & term = this%decay_sorbed(n) * volfracm * rhobm * swnew * vcell ! ! -- add sorbed mass decay rate terms to accumulators - if (this%idcy == 1) then + select case (this%idcy) + case (DECAY_FIRST_ORDER) ! - if (this%isrb == 1) then + select case (this%isrb) + case (SORPTION_LINEAR) ! ! -- first order decay rate is a function of concentration, so add ! to left hand side hhcof = -term * distcoef - else if (this%isrb == 2) then + case (SORPTION_FREUND) ! ! -- nonlinear Freundlich sorption, so add to RHS csrb = get_freundlich_conc(cnew(n), distcoef, this%sp2(n)) rrhs = term * csrb - else if (this%isrb == 3) then + case (SORPTION_LANG) ! ! -- nonlinear Lanmuir sorption, so add to RHS csrb = get_langmuir_conc(cnew(n), distcoef, this%sp2(n)) rrhs = term * csrb - end if - elseif (this%idcy == 2) then + end select + case (DECAY_ZERO_ORDER) ! - ! -- Call function to get zero-order decay rate, which may be changed + ! -- call function to get zero-order decay rate, which may be changed ! from the user-specified rate to prevent negative concentrations if (distcoef > DZERO) then - - if (this%isrb == 1) then + select case (this%isrb) + case (SORPTION_LINEAR) csrbold = cold(n) * distcoef csrbnew = cnew(n) * distcoef - else if (this%isrb == 2) then + case (SORPTION_FREUND) csrbold = get_freundlich_conc(cold(n), distcoef, this%sp2(n)) csrbnew = get_freundlich_conc(cnew(n), distcoef, this%sp2(n)) - else if (this%isrb == 3) then + case (SORPTION_LANG) csrbold = get_langmuir_conc(cold(n), distcoef, this%sp2(n)) csrbnew = get_langmuir_conc(cnew(n), distcoef, this%sp2(n)) - end if - + end select + ! decay_rate = get_zero_order_decay(this%decay_sorbed(n), & this%decayslast(n), & kiter, csrbold, csrbnew, delt) this%decayslast(n) = decay_rate rrhs = decay_rate * volfracm * rhobm * swnew * vcell end if - - end if + end select ! ! -- Add hhcof to diagonal and rrhs to right-hand side call matrix_sln%add_value_pos(idxglo(idiag), hhcof) @@ -542,38 +550,35 @@ end subroutine mst_fc_dcy_srb !> @ brief Calculate flows for package !! !! Method to calculate flows for the package. - !! !< subroutine mst_cq(this, nodes, cnew, cold, flowja) - ! -- modules ! -- dummy class(GwtMstType) :: this !< GwtMstType object integer(I4B), intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cnew !< concentration at end of this time step real(DP), intent(in), dimension(nodes) :: cold !< concentration at end of last time step real(DP), dimension(:), contiguous, intent(inout) :: flowja !< flow between two connected control volumes - ! -- local ! ! - storage call this%mst_cq_sto(nodes, cnew, cold, flowja) ! ! -- decay - if (this%idcy /= 0) then + if (this%idcy /= DECAY_OFF) then call this%mst_cq_dcy(nodes, cnew, cold, flowja) end if ! ! -- sorption - if (this%isrb /= 0) then + if (this%isrb /= SORPTION_OFF) then call this%mst_cq_srb(nodes, cnew, cold, flowja) end if ! ! -- decay sorbed - if (this%isrb /= 0 .and. this%idcy /= 0) then + if (this%isrb /= SORPTION_OFF .and. this%idcy /= DECAY_OFF) then call this%mst_cq_dcy_srb(nodes, cnew, cold, flowja) end if ! ! -- calculate csrb - if (this%isrb /= 0) then + if (this%isrb /= SORPTION_OFF) then call this%mst_calc_csrb(cnew) end if end subroutine mst_cq @@ -581,7 +586,6 @@ end subroutine mst_cq !> @ brief Calculate storage terms for package !! !! Method to calculate storage terms for the package. - !! !< subroutine mst_cq_sto(this, nodes, cnew, cold, flowja) ! -- modules @@ -630,7 +634,6 @@ end subroutine mst_cq_sto !> @ brief Calculate decay terms for package !! !! Method to calculate decay terms for the package. - !! !< subroutine mst_cq_dcy(this, nodes, cnew, cold, flowja) ! -- modules @@ -667,9 +670,9 @@ subroutine mst_cq_dcy(this, nodes, cnew, cold, flowja) rate = DZERO hhcof = DZERO rrhs = DZERO - if (this%idcy == 1) then + if (this%idcy == DECAY_FIRST_ORDER) then hhcof = -this%decay(n) * vcell * swtpdt * this%thetam(n) - elseif (this%idcy == 2) then + elseif (this%idcy == DECAY_ZERO_ORDER) then decay_rate = get_zero_order_decay(this%decay(n), this%decaylast(n), & 0, cold(n), cnew(n), delt) rrhs = decay_rate * vcell * swtpdt * this%thetam(n) @@ -685,7 +688,6 @@ end subroutine mst_cq_dcy !> @ brief Calculate sorption terms for package !! !! Method to calculate sorption terms for the package. - !! !< subroutine mst_cq_srb(this, nodes, cnew, cold, flowja) ! -- modules @@ -728,7 +730,9 @@ subroutine mst_cq_srb(this, nodes, cnew, cold, flowja) rhobm = this%bulk_density(n) const1 = this%distcoef(n) const2 = 0. - if (this%isrb > 1) const2 = this%sp2(n) + if (this%isrb == SORPTION_FREUND .or. this%isrb == SORPTION_LANG) then + const2 = this%sp2(n) + end if call mst_srb_term(this%isrb, volfracm, rhobm, vcell, tled, cnew(n), & cold(n), swtpdt, swt, const1, const2, & rate=rate) @@ -742,7 +746,6 @@ end subroutine mst_cq_srb !> @ brief Calculate decay-sorption terms for package !! !! Method to calculate decay-sorption terms for the package. - !! !< subroutine mst_cq_dcy_srb(this, nodes, cnew, cold, flowja) ! -- modules @@ -790,45 +793,48 @@ subroutine mst_cq_dcy_srb(this, nodes, cnew, cold, flowja) term = this%decay_sorbed(n) * volfracm * rhobm * swnew * vcell ! ! -- add sorbed mass decay rate terms to accumulators - if (this%idcy == 1) then + select case (this%idcy) + case (DECAY_FIRST_ORDER) ! - if (this%isrb == 1) then + select case (this%isrb) + case (SORPTION_LINEAR) ! ! -- first order decay rate is a function of concentration, so add ! to left hand side hhcof = -term * distcoef - else if (this%isrb == 2) then + case (SORPTION_FREUND) ! ! -- nonlinear Freundlich sorption, so add to RHS csrb = get_freundlich_conc(cnew(n), distcoef, this%sp2(n)) rrhs = term * csrb - else if (this%isrb == 3) then + case (SORPTION_LANG) ! ! -- nonlinear Lanmuir sorption, so add to RHS csrb = get_langmuir_conc(cnew(n), distcoef, this%sp2(n)) rrhs = term * csrb - end if - elseif (this%idcy == 2) then + end select + case (DECAY_ZERO_ORDER) ! ! -- Call function to get zero-order decay rate, which may be changed ! from the user-specified rate to prevent negative concentrations if (distcoef > DZERO) then - if (this%isrb == 1) then + select case (this%isrb) + case (SORPTION_LINEAR) csrbold = cold(n) * distcoef csrbnew = cnew(n) * distcoef - else if (this%isrb == 2) then + case (SORPTION_FREUND) csrbold = get_freundlich_conc(cold(n), distcoef, this%sp2(n)) csrbnew = get_freundlich_conc(cnew(n), distcoef, this%sp2(n)) - else if (this%isrb == 3) then + case (SORPTION_LANG) csrbold = get_langmuir_conc(cold(n), distcoef, this%sp2(n)) csrbnew = get_langmuir_conc(cnew(n), distcoef, this%sp2(n)) - end if + end select decay_rate = get_zero_order_decay(this%decay_sorbed(n), & this%decayslast(n), & 0, csrbold, csrbnew, delt) rrhs = decay_rate * volfracm * rhobm * swnew * vcell end if - end if + end select ! ! -- calculate rate rate = hhcof * cnew(n) - rrhs @@ -855,13 +861,14 @@ subroutine mst_calc_csrb(this, cnew) csrb = DZERO if (this%ibound(n) > 0) then distcoef = this%distcoef(n) - if (this%isrb == 1) then + select case (this%isrb) + case (SORPTION_LINEAR) csrb = cnew(n) * distcoef - else if (this%isrb == 2) then + case (SORPTION_FREUND) csrb = get_freundlich_conc(cnew(n), distcoef, this%sp2(n)) - else if (this%isrb == 3) then + case (SORPTION_LANG) csrb = get_langmuir_conc(cnew(n), distcoef, this%sp2(n)) - end if + end select end if this%csrb(n) = csrb end do @@ -888,21 +895,21 @@ subroutine mst_bd(this, isuppress_output, model_budget) isuppress_output, rowlabel=this%packName) ! ! -- dcy - if (this%idcy /= 0) then + if (this%idcy /= DECAY_OFF) then call rate_accumulator(this%ratedcy, rin, rout) call model_budget%addentry(rin, rout, delt, budtxt(2), & isuppress_output, rowlabel=this%packName) end if ! ! -- srb - if (this%isrb /= 0) then + if (this%isrb /= SORPTION_OFF) then call rate_accumulator(this%ratesrb, rin, rout) call model_budget%addentry(rin, rout, delt, budtxt(3), & isuppress_output, rowlabel=this%packName) end if ! ! -- srb dcy - if (this%isrb /= 0 .and. this%idcy /= 0) then + if (this%isrb /= SORPTION_OFF .and. this%idcy /= DECAY_OFF) then call rate_accumulator(this%ratedcys, rin, rout) call model_budget%addentry(rin, rout, delt, budtxt(4), & isuppress_output, rowlabel=this%packName) @@ -912,7 +919,6 @@ end subroutine mst_bd !> @ brief Output flow terms for package !! !! Method to output terms for the package. - !! !< subroutine mst_ot_flow(this, icbcfl, icbcun) ! -- dummy @@ -946,19 +952,19 @@ subroutine mst_ot_flow(this, icbcfl, icbcun) nwidthp, editdesc, dinact) ! ! -- dcy - if (this%idcy /= 0) & + if (this%idcy /= DECAY_OFF) & call this%dis%record_array(this%ratedcy, this%iout, iprint, -ibinun, & budtxt(2), cdatafmp, nvaluesp, & nwidthp, editdesc, dinact) ! ! -- srb - if (this%isrb /= 0) & + if (this%isrb /= SORPTION_OFF) & call this%dis%record_array(this%ratesrb, this%iout, iprint, -ibinun, & budtxt(3), cdatafmp, nvaluesp, & nwidthp, editdesc, dinact) ! ! -- dcy srb - if (this%isrb /= 0 .and. this%idcy /= 0) & + if (this%isrb /= SORPTION_OFF .and. this%idcy /= DECAY_OFF) & call this%dis%record_array(this%ratedcys, this%iout, iprint, -ibinun, & budtxt(4), cdatafmp, nvaluesp, & nwidthp, editdesc, dinact) @@ -1004,7 +1010,6 @@ end subroutine mst_ot_dv !> @ brief Deallocate !! !! Method to deallocate memory for the package. - !! !< subroutine mst_da(this) ! -- modules @@ -1045,14 +1050,12 @@ end subroutine mst_da !> @ brief Allocate scalar variables for package !! !! Method to allocate scalar variables for the package. - !! !< subroutine allocate_scalars(this) ! -- modules use MemoryManagerModule, only: mem_allocate, mem_setptr ! -- dummy class(GwtMstType) :: this !< GwtMstType object - ! -- local ! ! -- Allocate scalars in NumericalPackageType call this%NumericalPackageType%allocate_scalars() @@ -1063,15 +1066,14 @@ subroutine allocate_scalars(this) call mem_allocate(this%idcy, 'IDCY', this%memoryPath) ! ! -- Initialize - this%isrb = 0 + this%isrb = IZERO this%ioutsorbate = 0 - this%idcy = 0 + this%idcy = IZERO end subroutine allocate_scalars !> @ brief Allocate arrays for package !! !! Method to allocate arrays for the package. - !! !< subroutine allocate_arrays(this, nodes) ! -- modules @@ -1091,7 +1093,7 @@ subroutine allocate_arrays(this, nodes) call mem_allocate(this%ratesto, nodes, 'RATESTO', this%memoryPath) ! ! -- dcy - if (this%idcy == 0) then + if (this%idcy == DECAY_OFF) then call mem_allocate(this%ratedcy, 1, 'RATEDCY', this%memoryPath) call mem_allocate(this%decay, 1, 'DECAY', this%memoryPath) call mem_allocate(this%decaylast, 1, 'DECAYLAST', this%memoryPath) @@ -1100,7 +1102,7 @@ subroutine allocate_arrays(this, nodes) call mem_allocate(this%decay, nodes, 'DECAY', this%memoryPath) call mem_allocate(this%decaylast, nodes, 'DECAYLAST', this%memoryPath) end if - if (this%idcy /= 0 .and. this%isrb /= 0) then + if (this%idcy /= DECAY_OFF .and. this%isrb /= SORPTION_OFF) then call mem_allocate(this%ratedcys, this%dis%nodes, 'RATEDCYS', & this%memoryPath) call mem_allocate(this%decayslast, this%dis%nodes, 'DECAYSLAST', & @@ -1113,7 +1115,7 @@ subroutine allocate_arrays(this, nodes) this%memoryPath) ! ! -- srb - if (this%isrb == 0) then + if (this%isrb == SORPTION_OFF) then call mem_allocate(this%bulk_density, 1, 'BULK_DENSITY', this%memoryPath) call mem_allocate(this%sp2, 1, 'SP2', this%memoryPath) call mem_allocate(this%distcoef, 1, 'DISTCOEF', this%memoryPath) @@ -1124,7 +1126,7 @@ subroutine allocate_arrays(this, nodes) call mem_allocate(this%distcoef, nodes, 'DISTCOEF', this%memoryPath) call mem_allocate(this%ratesrb, nodes, 'RATESRB', this%memoryPath) call mem_allocate(this%csrb, nodes, 'CSRB', this%memoryPath) - if (this%isrb == 1) then + if (this%isrb == SORPTION_LINEAR) then call mem_allocate(this%sp2, 1, 'SP2', this%memoryPath) else call mem_allocate(this%sp2, nodes, 'SP2', this%memoryPath) @@ -1161,7 +1163,6 @@ end subroutine allocate_arrays !> @ brief Read options for package !! !! Method to read options for the package. - !! !< subroutine read_options(this) ! -- modules @@ -1216,13 +1217,13 @@ subroutine read_options(this) call this%parser%GetStringCaps(sorption) select case (sorption) case ('LINEAR', '') - this%isrb = 1 + this%isrb = SORPTION_LINEAR write (this%iout, fmtlinear) case ('FREUNDLICH') - this%isrb = 2 + this%isrb = SORPTION_FREUND write (this%iout, fmtfreundlich) case ('LANGMUIR') - this%isrb = 3 + this%isrb = SORPTION_LANG write (this%iout, fmtlangmuir) case default call store_error('Unknown sorption type was specified ' & @@ -1232,10 +1233,10 @@ subroutine read_options(this) call this%parser%StoreErrorUnit() end select case ('FIRST_ORDER_DECAY') - this%idcy = 1 + this%idcy = DECAY_FIRST_ORDER write (this%iout, fmtidcy1) case ('ZERO_ORDER_DECAY') - this%idcy = 2 + this%idcy = DECAY_ZERO_ORDER write (this%iout, fmtidcy2) case ('SORBATE') call this%parser%GetStringCaps(keyword) @@ -1264,7 +1265,6 @@ end subroutine read_options !> @ brief Read data for package !! !! Method to read data for the package. - !! !< subroutine read_data(this) ! -- modules @@ -1279,7 +1279,6 @@ subroutine read_data(this) logical :: isfound, endOfBlock logical, dimension(6) :: lname character(len=24), dimension(6) :: aname - ! -- formats ! -- data data aname(1)/' MOBILE DOMAIN POROSITY'/ data aname(2)/' BULK DENSITY'/ @@ -1309,7 +1308,7 @@ subroutine read_data(this) aname(1)) lname(1) = .true. case ('BULK_DENSITY') - if (this%isrb == 0) & + if (this%isrb == SORPTION_OFF) & call mem_reallocate(this%bulk_density, this%dis%nodes, & 'BULK_DENSITY', trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & @@ -1317,7 +1316,7 @@ subroutine read_data(this) this%bulk_density, aname(2)) lname(2) = .true. case ('DISTCOEF') - if (this%isrb == 0) & + if (this%isrb == SORPTION_OFF) & call mem_reallocate(this%distcoef, this%dis%nodes, 'DISTCOEF', & trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & @@ -1325,7 +1324,7 @@ subroutine read_data(this) aname(3)) lname(3) = .true. case ('DECAY') - if (this%idcy == 0) & + if (this%idcy == DECAY_OFF) & call mem_reallocate(this%decay, this%dis%nodes, 'DECAY', & trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & @@ -1340,7 +1339,7 @@ subroutine read_data(this) this%decay_sorbed, aname(5)) lname(5) = .true. case ('SP2') - if (this%isrb < 2) & + if (this%isrb == SORPTION_OFF .or. this%isrb == SORPTION_LINEAR) & call mem_reallocate(this%sp2, this%dis%nodes, 'SP2', & trim(this%memoryPath)) call this%dis%read_grid_array(line, lloc, istart, istop, this%iout, & @@ -1367,7 +1366,8 @@ subroutine read_data(this) end if ! ! -- Check for required sorption variables - if (this%isrb > 0) then + if (this%isrb == SORPTION_LINEAR .or. this%isrb == SORPTION_FREUND .or. & + this%isrb == SORPTION_LANG) then if (.not. lname(2)) then write (errmsg, '(a)') 'Sorption is active but BULK_DENSITY & ¬ specified. BULK_DENSITY must be specified in GRIDDATA block.' @@ -1379,7 +1379,7 @@ subroutine read_data(this) &GRIDDATA block.' call store_error(errmsg) end if - if (this%isrb > 1) then + if (this%isrb == SORPTION_FREUND .or. this%isrb == SORPTION_LANG) then if (.not. lname(6)) then write (errmsg, '(a)') 'Freundlich or langmuir sorption is active & &but SP2 not specified. SP2 must be specified in & @@ -1412,7 +1412,7 @@ subroutine read_data(this) end if ! ! -- Check for required decay/production rate coefficients - if (this%idcy > 0) then + if (this%idcy /= DECAY_OFF) then if (.not. lname(4)) then write (errmsg, '(a)') 'First or zero order decay is & &active but the first rate coefficient is not specified. DECAY & @@ -1423,7 +1423,8 @@ subroutine read_data(this) ! ! -- If DECAY_SORBED not specified and sorption is active, then ! terminate with an error - if (this%isrb > 0) then + if (this%isrb == SORPTION_LINEAR .or. this%isrb == SORPTION_FREUND .or. & + this%isrb == SORPTION_LANG) then write (errmsg, '(a)') 'DECAY_SORBED not provided in GRIDDATA & &block but decay and sorption are active. Specify DECAY_SORBED & &in GRIDDATA block.' @@ -1462,10 +1463,8 @@ end subroutine read_data !! !! Method to add immobile domain volume fracions, which are stored as a !! cumulative value in volfracim. - !! !< subroutine addto_volfracim(this, volfracim) - ! -- modules ! -- dummy class(GwtMstType) :: this !< GwtMstType object real(DP), dimension(:), intent(in) :: volfracim !< immobile domain volume fraction that contributes to total immobile volume fraction @@ -1487,10 +1486,8 @@ end subroutine addto_volfracim !> @ brief Return mobile domain volume fraction !! !! Calculate and return the volume fraction of the aquifer that is mobile - !! !< function get_volfracm(this, node) result(volfracm) - ! -- modules ! -- dummy class(GwtMstType) :: this !< GwtMstType object integer(I4B), intent(in) :: node !< node number @@ -1503,7 +1500,6 @@ end function get_volfracm !> @ brief Calculate sorption concentration using Freundlich !! !! Function to calculate sorption concentration using Freundlich - !! !< function get_freundlich_conc(conc, kf, a) result(cbar) ! -- dummy @@ -1523,7 +1519,6 @@ function get_freundlich_conc(conc, kf, a) result(cbar) !> @ brief Calculate sorption concentration using Langmuir !! !! Function to calculate sorption concentration using Langmuir - !! !< function get_langmuir_conc(conc, kl, sbar) result(cbar) ! -- dummy @@ -1543,7 +1538,6 @@ function get_langmuir_conc(conc, kl, sbar) result(cbar) !> @ brief Calculate sorption derivative using Freundlich !! !! Function to calculate sorption derivative using Freundlich - !! !< function get_freundlich_derivative(conc, kf, a) result(derv) ! -- dummy @@ -1563,7 +1557,6 @@ function get_freundlich_derivative(conc, kf, a) result(derv) !> @ brief Calculate sorption derivative using Langmuir !! !! Function to calculate sorption derivative using Langmuir - !! !< function get_langmuir_derivative(conc, kl, sbar) result(derv) ! -- dummy From 6bc8ab27d64b003fe24b5de3cb107cae50054f2a Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 3 Feb 2025 13:01:26 -0500 Subject: [PATCH 61/70] ci(benchmarks): fix benchmark script (#2200) Expand the list of "generic names" to work with the wider set of scenario subdirectory names now in use in the examples repository. Some other miscellaneous cleanup. And temporarily skip backwards tracking PRT models until we have native support or some other solution for the head/budget reversal problem. --- distribution/benchmark.py | 126 +++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 70 deletions(-) diff --git a/distribution/benchmark.py b/distribution/benchmark.py index 7c335b94e2b..78a79f36bbd 100644 --- a/distribution/benchmark.py +++ b/distribution/benchmark.py @@ -33,17 +33,16 @@ ) -def download_previous_version(output_path: PathLike) -> tuple[str, Path]: - output_path = Path(output_path).expanduser().absolute() +def fetch_latest(outdir: PathLike) -> tuple[str, Path]: + outdir = Path(outdir).expanduser().absolute() version = get_latest_version(GITHUB_REPO) distname = f"mf{version}_{OSTAG}" url = ( f"https://github.com/{GITHUB_REPO}" + f"/releases/download/{version}/{distname}.zip" ) - download_and_unzip(url, path=output_path, verbose=True) - - return version, output_path / distname + download_and_unzip(url, path=outdir, verbose=True) + return version, outdir / distname def get_mf6_cmdargs(app, argv, text="mf6:", verbose=False): @@ -51,7 +50,7 @@ def get_mf6_cmdargs(app, argv, text="mf6:", verbose=False): proc = subprocess.Popen( argv, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=os.path.dirname(app) ) - result, error = proc.communicate() + result, _ = proc.communicate() if result is not None: c = result.decode("utf-8") c = c.rstrip("\r\n") @@ -86,22 +85,20 @@ def get_mf6_compiler(app, verbose=False): def revert_files(app, example): - replace_dict = {".ims": {(6, 1, 1): ("dvclose", "hclose")}} - extensions = list(replace_dict.keys()) - - # get current version + """ + Modify input files to use deprecated/removed options + as appropriate for the last release version + """ + replacements = {".ims": {(6, 1, 1): ("dvclose", "hclose")}} + extensions = list(replacements.keys()) version = get_mf6_version(app) if version is not None: version = tuple([int(v) for v in version.split(".")]) - - # get a list of files in example directory - files = os.listdir(example) - - for file in files: + for file in os.listdir(example): _, extension = os.path.splitext(file) if extension in extensions: key = extension.lower() - for v, replace in replace_dict[key].items(): + for v, replace in replacements[key].items(): if version < v: fpth = os.path.join(example, file) with open(fpth, "r") as f: @@ -156,54 +153,38 @@ def run_function(id, app, example): return (id, flopy.run_model(app, None, model_ws=example, silent=True, report=True)) -def run_model(current_app: PathLike, previous_app: PathLike, model_path: PathLike): - current_app = Path(current_app).expanduser().absolute() - previous_app = Path(previous_app).expanduser().absolute() - model_path = Path(model_path).expanduser().absolute() +def run_model( + workspace: PathLike, + dev_exe: PathLike, + old_exe: PathLike, +): + workspace = Path(workspace).expanduser().absolute() + dev_exe = Path(dev_exe).expanduser().absolute() + old_exe = Path(old_exe).expanduser().absolute() current_time = 0.0 previous_time = 0.0 - - generic_names = ["mf6gwf", "mf6gwt"] + generic_names = ["gwf", "gwt", "gwe", "prt"] + generic_names = generic_names + [f"mf6{n}" for n in generic_names] name = ( - f"{model_path.parent.name}/{model_path.name}" - if model_path.name in generic_names - else model_path.name + f"{workspace.parent.name}/{workspace.name}" + if workspace.name in generic_names + else workspace.name ) print(f"Running scenario: {name}") line = f"| {name} |" - - # copy directory for previous application - prev_dir = os.path.join(model_path, "previous") + prev_dir = os.path.join(workspace, "previous") if os.path.isdir(prev_dir): shutil.rmtree(prev_dir) - print(f"Copying {model_path} ==> {prev_dir}") - shutil.copytree(model_path, prev_dir) - - # modify input files to use deprecated keywords in directory - # used with the previous application - revert_files(previous_app, prev_dir) - - # # run the current application - # success, buff = run_function(app, example) - # - # # run the previous application - # success0, buff0 = run_function(app0, prev_dir) - - # processing options + print(f"Copying {workspace} ==> {prev_dir}") + shutil.copytree(workspace, prev_dir) + revert_files(old_exe, prev_dir) args = ( - (0, current_app, model_path), - (1, previous_app, prev_dir), + (0, dev_exe, workspace), + (1, old_exe, prev_dir), ) - - # Multi-processing using Pool - # initialize the pool pool = Pool(processes=2) - - # run the models results = [pool.apply_async(run_function, args=arg) for arg in args] - - # close the pool pool.close() # set variables for processing @@ -325,27 +306,23 @@ def run_benchmarks( output_path = Path(output_path).expanduser().absolute() example_dirs = get_model_paths(examples_path, excluded=excluded) - assert any(example_dirs), "No example model paths found, have models been built?" - - # results_path = output_path / _markdown_file_name - # if results_path.is_file(): - # print(f"Benchmark results already exist: {results_path}") - # return + if not any(example_dirs): + raise FileNotFoundError(f"No example model paths found in {examples_path}") exe_name = f"mf6{EXE_EXT}" - current_exe = current_bin_path / exe_name - previous_exe = previous_bin_path / exe_name + dev_exe = current_bin_path / exe_name + old_exe = previous_bin_path / exe_name - if not current_exe.is_file(): - print("Building current MODFLOW 6 development version") + if not dev_exe.is_file(): + print("Building MODFLOW 6 development version") meson_build( project_path=PROJ_ROOT_PATH, build_path=build_path, bin_path=current_bin_path, ) - if not previous_exe.is_file(): - version, download_path = download_previous_version(output_path) + if not old_exe.is_file(): + version, download_path = fetch_latest(output_path) print(f"Rebuilding latest MODFLOW 6 release {version} in development mode") meson_build( project_path=download_path, @@ -354,25 +331,34 @@ def run_benchmarks( ) print("Benchmarking MODFLOW 6 versions:") - print(f" current: {current_exe}") - print(f" previous: {previous_exe}") + print(f" dev: {dev_exe}") + print(f" old: {old_exe}") # benchmark models current_total = 0.0 previous_total = 0.0 lines = [] - for idx, example in enumerate(example_dirs): - success, t, t0, line = run_model(current_exe, previous_exe, example) + skip = ["ex-prt-mp7-p02", "ex-prt-mp7-p04"] + for example_dir in example_dirs: + if any( + (pattern in example_dir.name or pattern in example_dir.parent.name) + for pattern in skip + ): + print(f"Skipping {example_dir}") + continue + success, t, t0, line = run_model( + workspace=example_dir, dev_exe=dev_exe, old_exe=old_exe + ) if not success: - print(f"{example} run failed") + print(f"{example_dir} run failed") current_total += t previous_total += t0 lines.append(line) # create markdown results file write_results( - current_exe=current_exe, - previous_exe=previous_exe, + current_exe=dev_exe, + previous_exe=old_exe, output_path=output_path, current_total=current_total, previous_total=previous_total, From 7de09daabdecb8c2196226d5ca0aeebe523a1768 Mon Sep 17 00:00:00 2001 From: Sunny Titus <77051845+Manangka@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:42:49 +0100 Subject: [PATCH 62/70] (fix) Enable the preprocessor in the visual studio files (#2199) * Enable the preprocessor in the visual studio files * Add preproccesor for mf5to6 --- msvs/mf6.vfproj | 10 +++++----- msvs/mf6bmi.vfproj | 8 ++++---- msvs/mf6core.vfproj | 8 ++++---- utils/mf5to6/msvs/mf5to6.vfproj | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/msvs/mf6.vfproj b/msvs/mf6.vfproj index cfad99a21e5..d965aa35da1 100644 --- a/msvs/mf6.vfproj +++ b/msvs/mf6.vfproj @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/msvs/mf6bmi.vfproj b/msvs/mf6bmi.vfproj index c96dfca47e5..fdaaa0e979c 100644 --- a/msvs/mf6bmi.vfproj +++ b/msvs/mf6bmi.vfproj @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index 188c714e9b6..de3c724d51b 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -35,8 +35,8 @@ - - + + diff --git a/utils/mf5to6/msvs/mf5to6.vfproj b/utils/mf5to6/msvs/mf5to6.vfproj index ec4d6f0eab0..65fc8a164fd 100644 --- a/utils/mf5to6/msvs/mf5to6.vfproj +++ b/utils/mf5to6/msvs/mf5to6.vfproj @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ - + From e9c919724bb8b9df4cc1461b090bcb85af4aa5f0 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 5 Feb 2025 11:26:52 -0500 Subject: [PATCH 63/70] ci(release): fix docs build script (#2201) --- distribution/build_docs.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index eee815e4103..e2ee44a2a9a 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -29,7 +29,6 @@ BIN_PATH = PROJ_ROOT_PATH / "bin" EXAMPLES_REPO_PATH = PROJ_ROOT_PATH.parent / "modflow6-examples" DISTRIBUTION_PATH = PROJ_ROOT_PATH / "distribution" -BENCHMARKS_PATH = PROJ_ROOT_PATH / "distribution" / ".benchmarks" DOCS_PATH = PROJ_ROOT_PATH / "doc" MF6IO_PATH = DOCS_PATH / "mf6io" MF6IVAR_PATH = MF6IO_PATH / "mf6ivar" @@ -78,10 +77,8 @@ def build_benchmark_tex( ): """Build LaTeX files for MF6 performance benchmarks to go into the release notes.""" - BENCHMARKS_PATH.mkdir(parents=True, exist_ok=True) - benchmarks_path = BENCHMARKS_PATH / "run-time-comparison.md" - # run benchmarks again if no benchmarks found on GitHub or overwrite requested + benchmarks_path = output_path / "run-time-comparison.md" if force or not benchmarks_path.is_file(): run_benchmarks( build_path=PROJ_ROOT_PATH / "builddir", From b827073414bb2666efefeff751919cf3a0ea50c6 Mon Sep 17 00:00:00 2001 From: langevin-usgs Date: Thu, 6 Feb 2025 05:51:54 -0600 Subject: [PATCH 64/70] docs(release): update release notes for mf6.6.1 (#2204) * docs(release): update release notes for new release * cleanup --- doc/ReleaseNotes/ReleaseNotes.tex | 3 +-- doc/ReleaseNotes/develop.tex | 11 ++++++----- doc/ReleaseNotes/vx.y.z-template.tex | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/ReleaseNotes/ReleaseNotes.tex b/doc/ReleaseNotes/ReleaseNotes.tex index ba2f1fdd0df..2ebd7396ed5 100644 --- a/doc/ReleaseNotes/ReleaseNotes.tex +++ b/doc/ReleaseNotes/ReleaseNotes.tex @@ -181,6 +181,7 @@ \section{Release History} 6.4.4 & February 13, 2024 & \url{https://doi.org/10.5066/P9FL1JCC} \\ 6.5.0 & May 23, 2024 & \url{https://doi.org/10.5066/P13COJJM} \\ 6.6.0 & December 19, 2024 & \url{https://doi.org/10.5066/P1DXFBUR} \\ +6.6.1 & February 7, 2025 & \url{https://doi.org/10.5066/P1DXFBUR} \\ \hline \label{tab:releases} \end{tabular*} @@ -193,9 +194,7 @@ \section{Release History} \section{Changes Introduced in this Release} This section describes changes introduced into MODFLOW~6 for the current release. These changes may substantially affect users. -\begin{itemize} \input{develop.tex} -\end{itemize} % ------------------------------------------------- \section{Known Issues and Incompatibilities} diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index 2755071602f..2306eee8af5 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -1,14 +1,15 @@ % Use this template for starting initializing the release notes % after a release has just been made. -\item \currentmodflowversion - -%\underline{NEW FUNCTIONALITY} -%\begin{itemize} +%\item \currentmodflowversion +\subsection{Version mf6.6.1---February 7, 2025} + +\underline{NEW FUNCTIONALITY} +\begin{itemize} \item Support for adjusting time step lengths using the adaptive time stepping (ATS) capability was added to the GWT Advection (ADV) Package of the Groundwater Transport (GWT) Model in release 6.6.0. The same functionality that was added to GWT is now available with the Groundwater Energy Transport (GWE) Model. A description of how this functionality works and how to activate it can be found in the release notes for version 6.6.0 (Appendix A) and in the MODFLOW 6 input-output guide. \item The binary grid file written by MODFLOW 6 for DISU models did not include the IDOMAIN array. The binary grid file now includes IDOMAIN for all discretization types, including DISU. % \item xxx -%\end{itemize} +\end{itemize} %\underline{EXAMPLES} %\begin{itemize} diff --git a/doc/ReleaseNotes/vx.y.z-template.tex b/doc/ReleaseNotes/vx.y.z-template.tex index 467f4f458ca..2fbfd37294c 100644 --- a/doc/ReleaseNotes/vx.y.z-template.tex +++ b/doc/ReleaseNotes/vx.y.z-template.tex @@ -1,7 +1,7 @@ % Use this template for starting initializing the release notes % after a release has just been made. - \item \currentmodflowversion + \subsection{\currentmodflowversion} %\underline{NEW FUNCTIONALITY} %\begin{itemize} From 2d01e20a5b3bfabab02df45bad6590a6aa372558 Mon Sep 17 00:00:00 2001 From: mjreno Date: Thu, 6 Feb 2025 07:20:08 -0500 Subject: [PATCH 65/70] docs: create EXTENDED.md (#2118) * create extended md with initial edits * remove PARALLEL.md * minor adjustments --------- Co-authored-by: mjreno --- DEVELOPER.md | 4 +-- PARALLEL.md => EXTENDED.md | 56 ++++++++++++++++++++++---------------- 2 files changed, 35 insertions(+), 25 deletions(-) rename PARALLEL.md => EXTENDED.md (76%) diff --git a/DEVELOPER.md b/DEVELOPER.md index 257d44971da..ba5086ca5db 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -2,7 +2,7 @@ This document describes how to set up a development environment to modify, build and test MODFLOW 6. Details on how to contribute your code to the repository are found in the separate document [CONTRIBUTING.md](CONTRIBUTING.md). -To build and test a parallel version of the program, first read the instructions below and then continue in [PARALLEL.md](PARALLEL.md). +To build and test an extended version of the program, first read the instructions below and then continue in [EXTENDED.md](EXTENDED.md). @@ -337,7 +337,7 @@ or using pixi to setup the build directory: pixi run setup builddir ``` -Debug versions can be built using pixi by adding `-Ddebug=true` at the end of the pixi command. Other meson commands (for example, `-Dparallel=true`, `--wipe`, _etc._) added to the pixi command are passed through to Meson. +Debug versions can be built using pixi by adding `-Ddebug=true` at the end of the pixi command. Other meson commands (for example, `-Dextended=true`, `--wipe`, _etc._) added to the pixi command are passed through to Meson. Substitute `%CD%` as necessary on Windows. diff --git a/PARALLEL.md b/EXTENDED.md similarity index 76% rename from PARALLEL.md rename to EXTENDED.md index 3d1e8f11ebc..36d7725e5fb 100644 --- a/PARALLEL.md +++ b/EXTENDED.md @@ -1,13 +1,13 @@ -# Developing in parallel MODFLOW 6 +# Developing in extended MODFLOW 6 -This document describes how to set up your build environment for developing and testing the parallel version of MODFLOW. It further builds on the instructions given in [DEVELOPER.md](DEVELOPER.md) so make sure to read those first. +This document describes how to set up your build environment for developing and testing the extended version of MODFLOW. It further builds on the instructions given in [DEVELOPER.md](DEVELOPER.md) so make sure to read those first. --- **DISCLAIMER** *Expectations on platform compatibility* -The serial version of the MODFLOW 6 program has had no external dependencies and is traditionally available for a variety of platforms (Windows, GNU/linux, macOS) and compatible with the mainstream Fortran compilers (gfortran, ifort). The parallel version comes with dependencies on third party components, most notably the MPI and PETSc libraries. While the goal is a continued support of the above mentioned configurations, this has become more challenging and can generally not be guaranteed. To assist developers as well as end users who are planning to compile the code themselves, a list of successfully tested build configurations will be included in this document. +The serial version of the MODFLOW 6 program has had no external dependencies and is traditionally available for a variety of platforms (Windows, GNU/linux, macOS) and compatible with the mainstream Fortran compilers (gfortran, ifort). The extended version comes with dependencies on third party components, most notably the MPI, PETSc and NetCDF libraries. While the goal is a continued support of the above mentioned configurations, this has become more challenging and can generally not be guaranteed. To assist developers as well as end users who are planning to compile the code themselves, a list of successfully tested build configurations will be included in this document. --- @@ -15,15 +15,15 @@ The serial version of the MODFLOW 6 program has had no external dependencies and ## Introduction -The design philosophy has been to maintain MODFLOW as a single codebase and have it compile to either a serial or a parallel program. The former continues to be a lightweight, highly compatible code which does not require external dependencies other than those provided by the standard compiler libraries. The latter has two distinct dependencies on 3rd party libraries: MPI and PETSc, as described below. Note that the parallel capability is a true extension and the executable will in all cases be capable of *serial* execution with equivalent results. +The design philosophy has been to maintain MODFLOW as a single codebase and have it compile to either a serial or extended program. The former continues to be a lightweight, highly compatible code which does not require external dependencies other than those provided by the standard compiler libraries. The latter has three distinct dependencies on 3rd party libraries: MPI, PETSc and NetCDF, as described below. Note that extended capabilities are a true extension and the executable will in all cases be capable of *serial* execution with equivalent results. ## Prerequisites -The parallel version of MODFLOW 6 requires the Message Passing Interface (MPI) and the Portable, Extensible Toolkit for Scientific Computation (PETSc - pronounced PET-see (/ˈpɛt-siː/)) libraries. +The extended version of MODFLOW 6 requires the Message Passing Interface (MPI), the Portable, Extensible Toolkit for Scientific Computation (PETSc - pronounced PET-see (/ˈpɛt-siː/)) and the NetCDF for array-oriented scientific data libraries. ### MPI -The parallel version of MODFLOW 6 uses MPI to synchronize data between processes. There are a couple of implementations of the MPI standard available. Their applicability usually depends on the platform that is used: +The extended version of MODFLOW 6 uses MPI to synchronize data between processes when configured to run in parallel mode. There are a couple of implementations of the MPI standard available. Their applicability usually depends on the platform that is used: - Open MPI: https://www.open-mpi.org/ - MPICH: https://www.mpich.org/ @@ -53,17 +53,21 @@ $ make all in a terminal open in the root directory of your PETSc download +## Compiling NetCDF from source + +See, for example, https://docs.unidata.ucar.edu/netcdf-c/4.9.2/building\_netcdf\_fortran.html and https://docs.unidata.ucar.edu/nug/current/getting\_and\_building\_netcdf.html#building for information related to building NetCDF-Fortran and prerequisites in a Unix/Linux environment. + ## Using a package manager to install MPI and PETSc -Use of a package manager can simplify the process of building the parallel version of MODFLOW 6. +Use of a package manager can simplify the process of building the extended version of MODFLOW 6. ### MacOS -[OpenMPI](https://formulae.brew.sh/formula/open-mpi) and [PETSc](https://formulae.brew.sh/formula/petsc) are available on Homebrew for Intel and Apple Silicon (M1). Both of these depend on [gcc 13.1.0](https://formulae.brew.sh/formula/gcc). [pkg-config](https://formulae.brew.sh/formula/pkg-config) should also be installed from Homebrew, if not already installed, so that Meson will be able to resolve the installation location of MPI and PETSc. +[OpenMPI](https://formulae.brew.sh/formula/open-mpi) and [PETSc](https://formulae.brew.sh/formula/petsc) are available on Homebrew for Intel and Apple Silicon (M1). Both of these depend on [gcc 13.1.0](https://formulae.brew.sh/formula/gcc). [NetCDF Fortran](https://formulae.brew.sh/formula/netcdf-fortran) and related dependencies are also available on Homebrew for Intel and Apple Silicon (M1). [pkg-config](https://formulae.brew.sh/formula/pkg-config) should also be installed from Homebrew, if not already installed, so that Meson will be able to resolve the installation location of MPI and PETSc. ### Ubuntu -OpenMPI and PETSc are available for a variety of Ubuntu versions using the Advanced Packaging Tool (apt). +OpenMPI, PETSc and NetCDF Fortran are available for a variety of Ubuntu versions using the Advanced Packaging Tool (apt). ### Windows @@ -87,12 +91,12 @@ and confirm that there are one or more `*.pc` files in there. A similar `pkgconf To connect everything, both of these folder paths have to be added to the `PKG_CONFIG_PATH` variable so that the `pkg-config` executable can resolve the installed libraries. -## Building the parallel version of MODFLOW 6 +## Building the extended version of MODFLOW 6 -The primary build system for MODFLOW is Meson (https://mesonbuild.com/). The `meson.build` script takes an additional argument to activate a parallel build of the software. E.g for building and installing a parallel release version: +The primary build system for MODFLOW is Meson (https://mesonbuild.com/). The `meson.build` script takes an additional argument to activate an extended build of the software. E.g for building and installing an extended release version: ``` -meson setup builddir -Ddebug=false -Dparallel=true \ +meson setup builddir -Ddebug=false -Dextended=true \ --prefix=$(pwd) --libdir=bin meson install -C builddir meson test --verbose --no-rebuild -C builddir @@ -100,7 +104,7 @@ meson test --verbose --no-rebuild -C builddir Note that changing the option flags in the `meson setup` command requires the flag `--reconfigure` to reconfigure the build directory. If the `PKG_CONFIG_PATH` was set as described above, the linking to PETSc and MPI is done automatically. -It's always a good idea to check your parallel MODFLOW executable to confirm that it is successfully linked against the external dependencies. You can use the command line tools `ldd` (Linux), `otool` (macOS), or `Dependencies.exe` (Windows, https://github.com/lucasg/Dependencies) to do that. In the list of dependencies, you should be able to identify `libpetsc` and `libmpi` for parallel builds. +It's always a good idea to check your extended MODFLOW executable to confirm that it is successfully linked against the external dependencies. You can use the command line tools `ldd` (Linux), `otool` (macOS), or `Dependencies.exe` (Windows, https://github.com/lucasg/Dependencies) to do that. In the list of dependencies, you should be able to identify `libpetsc`, `libmpi`, `libnetcdff`, `libnetcdf`, and `libhdf5` for extended builds. The other build systems in the MODFLOW project (MS Visual Studio, `pymake`, `Makefile`) continue to be supported for *serial* builds only. `pymake` uses the `excludefiles.txt` to ignore those files that can only be build when MPI and PETSc are present on the system. In MS Visual Studio these same files are included in the solution but not in the build process. @@ -110,13 +114,13 @@ The other build systems in the MODFLOW project (MS Visual Studio, `pymake`, `Mak *Don't use MPI and PETSc directly in your code* -Parallel MODFLOW was designed to have all third party functionality (MPI and PETSc currently) made available through the framework. Developers of models and packages **should not** directly call these libraries and change the set of excluded files described above. If you feel you need to include MPI or PETSc functionality in your code (e.g. you want to `use mpi` in your source file), contact the MODFLOW development team on how to best proceed. +Extended MODFLOW was designed to have all third party functionality (MPI, PETSc and the NetCDF Fortran API) made available through the framework. Developers of models and packages **should not** directly call these libraries and change the set of excluded files described above. If you feel you need to include MPI or PETSc functionality in your code (e.g. you want to `use mpi` in your source file), contact the MODFLOW development team on how to best proceed. --- -## Testing the parallel of MODFLOW 6 +## Testing the extended of MODFLOW 6 -Parallel MODFLOW can be tested using the same test framework as the serial program, with just a few modifications. To run a test inside the `autotest` folder in parallel mode, make sure to add a marker `@pytest.mark.parallel` so that the test is only executed in the Continuous Integration when running a configuration with a parallel build of MODFLOW. +Extended MODFLOW can be tested using the same test framework as the serial program, with just a few modifications. To run a test inside the `autotest` folder in parallel mode, make sure to add a marker `@pytest.mark.parallel` so that the test is only executed in the Continuous Integration when running a configuration with an extended build of MODFLOW. Similarly, adding the marker `@pytest.mark.netcdf` to a test ensures that the test will only be executed when intended by specifying NetCDF test mode. The `TestSimulation` object that is being run from the framework should be configured for parallel run mode with the flag `parallel=True` and the number of processes `ncpus=...`. As an example, see the test case in `autotest/test_par_gwf01.py`, which can be run with @@ -124,7 +128,13 @@ The `TestSimulation` object that is being run from the framework should be confi $ pytest -s --parallel test_par_gwf01.py ``` -Running without the `--parallel` flag will simply skip the test. +To run a test in NetCDF test mode, for example `autotest/test_netcdf_gwe_cnd.py`: + +``` +$ pytest --netcdf test_netcdf_gwe_cnd.py +``` + +Running without the `--parallel` and `--netcdf` flags will simply skip these tests. ## Debugging @@ -150,7 +160,7 @@ In order to truly debug in parallel, i.e. step through the instructions side-by- ### Debugging with VSCode -In VSCode parallel debugging is easiest done by duplicating the development environment. First, make sure that you have set up your environment to build a parallel version in debug mode. The VSCode launch.json should contain an entry to attach to a running process: +In VSCode parallel debugging is easiest done by duplicating the development environment. First, make sure that you have set up your environment to build an extended version in debug mode. The VSCode launch.json should contain an entry to attach to a running process: ``` { @@ -171,7 +181,7 @@ In VSCode parallel debugging is easiest done by duplicating the development envi } ``` -After building parallel MODFLOW, press `Ctrl+Shift+p` to execute *Workspaces: Duplicate As Workspace in New Window*. This will open a second VSCode window, identical to the first. Starting the debug process and selecting *"Attach to ..."* opens a process selection window with the processes started from the `mpiexec` command described above. Select both, each from their own instance of the VSCode program. Now you can put breakpoints in the code, "Hit enter to continue" on the command prompt, and step through the parallel processes side-by-side. +After building extended MODFLOW, press `Ctrl+Shift+p` to execute *Workspaces: Duplicate As Workspace in New Window*. This will open a second VSCode window, identical to the first. Starting the debug process and selecting *"Attach to ..."* opens a process selection window with the processes started from the `mpiexec` command described above. Select both, each from their own instance of the VSCode program. Now you can put breakpoints in the code, "Hit enter to continue" on the command prompt, and step through the parallel processes side-by-side. --- **TIP** @@ -182,7 +192,7 @@ Make sure that you work with gdb versions >= 10. We have found that earlier vers ## Compatibility -Parallel MODFLOW has been built successfully with the following configurations: +Parallel MODFLOW (a pre-extended build without NetCDF) has been built successfully with the following configurations: | Operating System | Toolchain | MPI | PETSc | Package Manager | |-------------------------------------|---------------------------|-------------------|---------------------|-----------------| @@ -198,9 +208,9 @@ Parallel MODFLOW has been built successfully with the following configurations: | SUSE Linux Enterprise Server 15 SP2 | intel 19.1.0.166 20191121 | CRAY-MPICH 7.7.19 | CRAY-PETSC 3.14.5.0 | NA | | Red Hat Enterprise Linux 8.7 | intel 2021.10.0 20230609 | CRAY-MPICH 8.1.26 | 3.15.5 | NA | -The most up-to-date configurations are available in the GitHub CI script: `.github/workflows/ci.yml` under the task `parallel_test`. These are being tested upon every change to the `develop` branch of MODFLOW. +The most up-to-date configurations are available in the GitHub CI script: `.github/workflows/ci.yml` under the task `extended_test`. These are being tested upon every change to the `develop` branch of MODFLOW. -To improve support, we kindly ask you to share your experience with building and running parallel MODFLOW and report back if you have a successful setup that is not in this table. +To improve support, we kindly ask you to share your experience with building and running extended MODFLOW and report back if you have a successful setup that is not in this table. ## Known issues @@ -246,4 +256,4 @@ fflags=-fPIC -ffree-line-length-none -ffree-line-length-0 -Wno-lto-type-mismatch fcflags=-fPIC -ffree-line-length-none -ffree-line-length-0 -Wno-lto-type-mismatch -O2 -I${includedir} ``` -The `/media/psf/Development/petsc/linux-real-gcc12.3.0-3.20.0/include` and `/media/psf/Development/petsc/linux-real-gcc12.3.0-3.20.0/lib` entries in the `Libs:` and `Cflags:` attributes can be replaced with `${includedir}` and `${libdir}`, respectively, to simplify `mpichfort.pc`. \ No newline at end of file +The `/media/psf/Development/petsc/linux-real-gcc12.3.0-3.20.0/include` and `/media/psf/Development/petsc/linux-real-gcc12.3.0-3.20.0/lib` entries in the `Libs:` and `Cflags:` attributes can be replaced with `${includedir}` and `${libdir}`, respectively, to simplify `mpichfort.pc`. From 0bc5c4af7c3b9ea6763642677799233503cf1de3 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 6 Feb 2025 09:44:32 -0500 Subject: [PATCH 66/70] refactor(prt): introduce cell method type/module (#2203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce CellMethodType and move the check() routine there from the base MethodType. These checks occur immediately before tracking begins across a cell, so this is the proper scope — they didn't belong in the base method type. --- make/makefile | 1 + msvs/mf6core.vfproj | 1 + src/Solution/ParticleTracker/Method.f90 | 157 ---------------- src/Solution/ParticleTracker/MethodCell.f90 | 177 ++++++++++++++++++ .../ParticleTracker/MethodCellPassToBot.f90 | 4 +- .../ParticleTracker/MethodCellPollock.f90 | 3 +- .../ParticleTracker/MethodCellPollockQuad.f90 | 3 +- .../ParticleTracker/MethodCellTernary.f90 | 5 +- src/meson.build | 1 + 9 files changed, 189 insertions(+), 163 deletions(-) create mode 100644 src/Solution/ParticleTracker/MethodCell.f90 diff --git a/make/makefile b/make/makefile index 905a319d484..97726af3b66 100644 --- a/make/makefile +++ b/make/makefile @@ -287,6 +287,7 @@ $(OBJDIR)/SfrCrossSectionUtils.o \ $(OBJDIR)/TernarySolveTrack.o \ $(OBJDIR)/SubcellTri.o \ $(OBJDIR)/Method.o \ +$(OBJDIR)/MethodCell.o \ $(OBJDIR)/SubcellRect.o \ $(OBJDIR)/VirtualBase.o \ $(OBJDIR)/STLVecInt.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index de3c724d51b..d9eb6c77695 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -396,6 +396,7 @@ + diff --git a/src/Solution/ParticleTracker/Method.f90 b/src/Solution/ParticleTracker/Method.f90 index 7b9d2e2a34a..95cd1e7f71e 100644 --- a/src/Solution/ParticleTracker/Method.f90 +++ b/src/Solution/ParticleTracker/Method.f90 @@ -52,7 +52,6 @@ module MethodModule procedure :: save procedure :: track procedure :: try_pass - procedure :: check end type MethodType abstract interface @@ -185,160 +184,4 @@ subroutine save(this, particle, reason) call this%trackctl%save(particle, kper=per, kstp=stp, reason=reason) end subroutine save - !> @brief Check reporting/terminating conditions before tracking. - !! - !! Check a number of conditions determining whether to continue - !! tracking the particle or terminate it, as well as whether to - !! record any output data as per selected reporting conditions. - !< - subroutine check(this, particle, cell_defn, tmax) - ! modules - use TdisModule, only: endofsimulation, totimc, totim - use ParticleModule, only: TERM_WEAKSINK, TERM_NO_EXITS, & - TERM_STOPZONE, TERM_INACTIVE - ! dummy - class(MethodType), intent(inout) :: this - type(ParticleType), pointer, intent(inout) :: particle - type(CellDefnType), pointer, intent(inout) :: cell_defn - real(DP), intent(in) :: tmax - ! local - logical(LGP) :: dry_cell, dry_particle, no_exit_face, stop_zone, weak_sink - integer(I4B) :: i - real(DP) :: t, ttrackmax - - dry_cell = this%fmi%ibdgwfsat0(cell_defn%icell) == 0 - dry_particle = particle%z > cell_defn%top - no_exit_face = cell_defn%inoexitface > 0 - stop_zone = cell_defn%izone > 0 .and. particle%istopzone == cell_defn%izone - weak_sink = cell_defn%iweaksink > 0 - - particle%izone = cell_defn%izone - if (stop_zone) then - particle%advancing = .false. - particle%istatus = TERM_STOPZONE - call this%save(particle, reason=3) - return - end if - - if (no_exit_face .and. .not. dry_cell) then - particle%advancing = .false. - particle%istatus = TERM_NO_EXITS - call this%save(particle, reason=3) - return - end if - - if (weak_sink) then - if (particle%istopweaksink > 0) then - particle%advancing = .false. - particle%istatus = TERM_WEAKSINK - call this%save(particle, reason=3) - return - else - call this%save(particle, reason=4) - end if - end if - - if (dry_cell) then - if (particle%idrymeth == 0) then - ! drop to cell bottom. handled by pass - ! to bottom method, nothing to do here - no_exit_face = .false. - else if (particle%idrymeth == 1) then - ! stop - particle%advancing = .false. - particle%istatus = TERM_INACTIVE - call this%save(particle, reason=3) - return - else if (particle%idrymeth == 2) then - ! stay - particle%advancing = .false. - no_exit_face = .false. - - ! we might report tracking times - ! out of order here, but we want - ! the particle termination event - ! (if this is the last time step) - ! to have the maximum tracking t, - ! so we need to keep tabs on it. - ttrackmax = totim - - ! update tracking time to time - ! step end time and save record - particle%ttrack = totim - call this%save(particle, reason=2) - - ! record user tracking times - call this%tracktimes%advance() - if (this%tracktimes%any()) then - do i = this%tracktimes%selection(1), this%tracktimes%selection(2) - t = this%tracktimes%times(i) - if (t < totimc) cycle - if (t >= tmax) exit - particle%ttrack = t - call this%save(particle, reason=5) - if (t > ttrackmax) ttrackmax = t - end do - end if - - ! terminate if last period/step - if (endofsimulation) then - particle%istatus = TERM_NO_EXITS - particle%ttrack = ttrackmax - call this%save(particle, reason=3) - return - end if - end if - else if (dry_particle .and. this%name /= "passtobottom") then - if (particle%idrymeth == 0) then - ! drop to water table - particle%z = cell_defn%top - call this%save(particle, reason=1) - else if (particle%idrymeth == 1) then - ! stop - particle%advancing = .false. - particle%istatus = TERM_INACTIVE - call this%save(particle, reason=3) - return - else if (particle%idrymeth == 2) then - ! stay - particle%advancing = .false. - no_exit_face = .false. - - ! we might report tracking times - ! out of order here, but we want - ! the particle termination event - ! (if this is the last time step) - ! to have the maximum tracking t, - ! so we need to keep tabs on it. - ttrackmax = totim - - ! update tracking time to time - ! step end time and save record - particle%ttrack = totim - call this%save(particle, reason=2) - - ! record user tracking times - call this%tracktimes%advance() - if (this%tracktimes%any()) then - do i = this%tracktimes%selection(1), this%tracktimes%selection(2) - t = this%tracktimes%times(i) - if (t < totimc) cycle - if (t >= tmax) exit - particle%ttrack = t - call this%save(particle, reason=5) - if (t > ttrackmax) ttrackmax = t - end do - end if - end if - end if - - if (no_exit_face) then - particle%advancing = .false. - particle%istatus = TERM_NO_EXITS - call this%save(particle, reason=3) - return - end if - - end subroutine check - end module MethodModule diff --git a/src/Solution/ParticleTracker/MethodCell.f90 b/src/Solution/ParticleTracker/MethodCell.f90 new file mode 100644 index 00000000000..a3ce481afdc --- /dev/null +++ b/src/Solution/ParticleTracker/MethodCell.f90 @@ -0,0 +1,177 @@ +module MethodCellModule + + use KindModule, only: DP, I4B, LGP + use ConstantsModule, only: DONE, DZERO + use MethodModule, only: MethodType + use ParticleModule, only: ParticleType + use CellDefnModule, only: CellDefnType + implicit none + + private + public :: MethodCellType + + type, abstract, extends(MethodType) :: MethodCellType + contains + procedure, public :: check + end type MethodCellType + +contains + + !> @brief Check reporting/terminating conditions before tracking + !! the particle across the cell. + !! + !! Check a number of conditions determining whether to continue + !! tracking the particle or terminate it, as well as whether to + !! record any output data as per selected reporting conditions. + !< + subroutine check(this, particle, cell_defn, tmax) + ! modules + use TdisModule, only: endofsimulation, totimc, totim + use ParticleModule, only: TERM_WEAKSINK, TERM_NO_EXITS, & + TERM_STOPZONE, TERM_INACTIVE + ! dummy + class(MethodCellType), intent(inout) :: this + type(ParticleType), pointer, intent(inout) :: particle + type(CellDefnType), pointer, intent(inout) :: cell_defn + real(DP), intent(in) :: tmax + ! local + logical(LGP) :: dry_cell, dry_particle, no_exit_face, stop_zone, weak_sink + integer(I4B) :: i + real(DP) :: t, ttrackmax + + dry_cell = this%fmi%ibdgwfsat0(cell_defn%icell) == 0 + dry_particle = particle%z > cell_defn%top + no_exit_face = cell_defn%inoexitface > 0 + stop_zone = cell_defn%izone > 0 .and. particle%istopzone == cell_defn%izone + weak_sink = cell_defn%iweaksink > 0 + + particle%izone = cell_defn%izone + if (stop_zone) then + particle%advancing = .false. + particle%istatus = TERM_STOPZONE + call this%save(particle, reason=3) + return + end if + + if (no_exit_face .and. .not. dry_cell) then + particle%advancing = .false. + particle%istatus = TERM_NO_EXITS + call this%save(particle, reason=3) + return + end if + + if (weak_sink) then + if (particle%istopweaksink > 0) then + particle%advancing = .false. + particle%istatus = TERM_WEAKSINK + call this%save(particle, reason=3) + return + else + call this%save(particle, reason=4) + end if + end if + + if (dry_cell) then + if (particle%idrymeth == 0) then + ! drop to cell bottom. handled by pass + ! to bottom method, nothing to do here + no_exit_face = .false. + else if (particle%idrymeth == 1) then + ! stop + particle%advancing = .false. + particle%istatus = TERM_INACTIVE + call this%save(particle, reason=3) + return + else if (particle%idrymeth == 2) then + ! stay + particle%advancing = .false. + no_exit_face = .false. + + ! we might report tracking times + ! out of order here, but we want + ! the particle termination event + ! (if this is the last time step) + ! to have the maximum tracking t, + ! so we need to keep tabs on it. + ttrackmax = totim + + ! update tracking time to time + ! step end time and save record + particle%ttrack = totim + call this%save(particle, reason=2) + + ! record user tracking times + call this%tracktimes%advance() + if (this%tracktimes%any()) then + do i = this%tracktimes%selection(1), this%tracktimes%selection(2) + t = this%tracktimes%times(i) + if (t < totimc) cycle + if (t >= tmax) exit + particle%ttrack = t + call this%save(particle, reason=5) + if (t > ttrackmax) ttrackmax = t + end do + end if + + ! terminate if last period/step + if (endofsimulation) then + particle%istatus = TERM_NO_EXITS + particle%ttrack = ttrackmax + call this%save(particle, reason=3) + return + end if + end if + else if (dry_particle .and. this%name /= "passtobottom") then + if (particle%idrymeth == 0) then + ! drop to water table + particle%z = cell_defn%top + call this%save(particle, reason=1) + else if (particle%idrymeth == 1) then + ! stop + particle%advancing = .false. + particle%istatus = TERM_INACTIVE + call this%save(particle, reason=3) + return + else if (particle%idrymeth == 2) then + ! stay + particle%advancing = .false. + no_exit_face = .false. + + ! we might report tracking times + ! out of order here, but we want + ! the particle termination event + ! (if this is the last time step) + ! to have the maximum tracking t, + ! so we need to keep tabs on it. + ttrackmax = totim + + ! update tracking time to time + ! step end time and save record + particle%ttrack = totim + call this%save(particle, reason=2) + + ! record user tracking times + call this%tracktimes%advance() + if (this%tracktimes%any()) then + do i = this%tracktimes%selection(1), this%tracktimes%selection(2) + t = this%tracktimes%times(i) + if (t < totimc) cycle + if (t >= tmax) exit + particle%ttrack = t + call this%save(particle, reason=5) + if (t > ttrackmax) ttrackmax = t + end do + end if + end if + end if + + if (no_exit_face) then + particle%advancing = .false. + particle%istatus = TERM_NO_EXITS + call this%save(particle, reason=3) + return + end if + + end subroutine check + +end module MethodCellModule diff --git a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 index 82564f80165..1572095bbfe 100644 --- a/src/Solution/ParticleTracker/MethodCellPassToBot.f90 +++ b/src/Solution/ParticleTracker/MethodCellPassToBot.f90 @@ -1,7 +1,7 @@ module MethodCellPassToBotModule use KindModule, only: DP, I4B - use MethodModule, only: MethodType + use MethodCellModule, only: MethodCellType use CellDefnModule, only: CellDefnType, create_defn use PrtFmiModule, only: PrtFmiType use BaseDisModule, only: DisBaseType @@ -17,7 +17,7 @@ module MethodCellPassToBotModule public :: MethodCellPassToBotType public :: create_method_cell_ptb - type, extends(MethodType) :: MethodCellPassToBotType + type, extends(MethodCellType) :: MethodCellPassToBotType private contains procedure, public :: apply => apply_ptb diff --git a/src/Solution/ParticleTracker/MethodCellPollock.f90 b/src/Solution/ParticleTracker/MethodCellPollock.f90 index 06790e8f7f5..2b4470d11b7 100644 --- a/src/Solution/ParticleTracker/MethodCellPollock.f90 +++ b/src/Solution/ParticleTracker/MethodCellPollock.f90 @@ -3,6 +3,7 @@ module MethodCellPollockModule use KindModule, only: DP, I4B use ConstantsModule, only: DONE, DZERO use MethodModule, only: MethodType + use MethodCellModule, only: MethodCellType use MethodSubcellPoolModule, only: method_subcell_plck, & method_subcell_tern use CellRectModule, only: CellRectType, create_cell_rect @@ -14,7 +15,7 @@ module MethodCellPollockModule public :: MethodCellPollockType public :: create_method_cell_pollock - type, extends(MethodType) :: MethodCellPollockType + type, extends(MethodCellType) :: MethodCellPollockType contains procedure, public :: apply => apply_mcp procedure, public :: deallocate => destroy_mcp diff --git a/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 b/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 index 5bd749e192d..8612cc9a926 100644 --- a/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 +++ b/src/Solution/ParticleTracker/MethodCellPollockQuad.f90 @@ -4,6 +4,7 @@ module MethodCellPollockQuadModule use ErrorUtilModule, only: pstop use ConstantsModule, only: DONE, DZERO use MethodModule, only: MethodType + use MethodCellModule, only: MethodCellType use MethodSubcellPoolModule, only: method_subcell_plck use CellRectQuadModule, only: CellRectQuadType, create_cell_rect_quad use CellDefnModule, only: CellDefnType @@ -15,7 +16,7 @@ module MethodCellPollockQuadModule public :: MethodCellPollockQuadType public :: create_method_cell_quad - type, extends(MethodType) :: MethodCellPollockQuadType + type, extends(MethodCellType) :: MethodCellPollockQuadType contains procedure, public :: apply => apply_mcpq procedure, public :: deallocate diff --git a/src/Solution/ParticleTracker/MethodCellTernary.f90 b/src/Solution/ParticleTracker/MethodCellTernary.f90 index 9d653250dae..d5594ad36dd 100644 --- a/src/Solution/ParticleTracker/MethodCellTernary.f90 +++ b/src/Solution/ParticleTracker/MethodCellTernary.f90 @@ -2,7 +2,8 @@ module MethodCellTernaryModule use KindModule, only: DP, I4B, LGP use ErrorUtilModule, only: pstop - use MethodModule + use MethodModule, only: MethodType + use MethodCellModule, only: MethodCellType use MethodSubcellPoolModule use CellPolyModule use CellDefnModule @@ -17,7 +18,7 @@ module MethodCellTernaryModule public :: MethodCellTernaryType public :: create_method_cell_ternary - type, extends(MethodType) :: MethodCellTernaryType + type, extends(MethodCellType) :: MethodCellTernaryType private integer(I4B) :: nverts !< number of vertices real(DP), allocatable, dimension(:) :: xvert diff --git a/src/meson.build b/src/meson.build index 440072651e3..a2a43008cbd 100644 --- a/src/meson.build +++ b/src/meson.build @@ -300,6 +300,7 @@ modflow_sources = files( 'Solution' / 'ParticleTracker' / 'CellRectQuad.f90', 'Solution' / 'ParticleTracker' / 'CellUtil.f90', 'Solution' / 'ParticleTracker' / 'Method.f90', + 'Solution' / 'ParticleTracker' / 'MethodCell.f90', 'Solution' / 'ParticleTracker' / 'MethodCellPollock.f90', 'Solution' / 'ParticleTracker' / 'MethodCellPollockQuad.f90', 'Solution' / 'ParticleTracker' / 'MethodCellPool.f90', From 410f3ffbbb594293e7f53986d27f2350e9578f50 Mon Sep 17 00:00:00 2001 From: mjreno Date: Thu, 6 Feb 2025 14:15:51 -0500 Subject: [PATCH 67/70] doc(mf6io): netcdf documentation fixes (#2207) NetCDF related documentation review fixes: #2205, #2208 --- doc/mf6io/gwe/ic.tex | 2 +- doc/mf6io/gwt/ic.tex | 2 +- doc/mf6io/mf6ivar/dfn/utl-ncf.dfn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mf6io/gwe/ic.tex b/doc/mf6io/gwe/ic.tex index aa9c1accaad..4d3e46b5b47 100644 --- a/doc/mf6io/gwe/ic.tex +++ b/doc/mf6io/gwe/ic.tex @@ -2,7 +2,7 @@ \vspace{5mm} \subsubsection{Structure of Blocks} -%\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-ic-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-ic-options.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-ic-griddata.dat} \vspace{5mm} diff --git a/doc/mf6io/gwt/ic.tex b/doc/mf6io/gwt/ic.tex index e11ef330bb3..a0507b3b484 100644 --- a/doc/mf6io/gwt/ic.tex +++ b/doc/mf6io/gwt/ic.tex @@ -2,7 +2,7 @@ \vspace{5mm} \subsubsection{Structure of Blocks} -%\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwf-ic-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwf-ic-options.dat} \lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwt-ic-griddata.dat} \vspace{5mm} diff --git a/doc/mf6io/mf6ivar/dfn/utl-ncf.dfn b/doc/mf6io/mf6ivar/dfn/utl-ncf.dfn index f6dc80d5035..75075c8cce1 100644 --- a/doc/mf6io/mf6ivar/dfn/utl-ncf.dfn +++ b/doc/mf6io/mf6ivar/dfn/utl-ncf.dfn @@ -10,7 +10,7 @@ shape lenbigline reader urword optional true longname CRS well-known text (WKT) string -description is the CRS well-known text (WKT) string. +description is the coordinate reference system (CRS) well-known text (WKT) string. block options name deflate From 09c1df39c4eac931100f8c9838a5e24f7bf71158 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 6 Feb 2025 17:19:27 -0500 Subject: [PATCH 68/70] fix(benchmark.py): remove latest mf6 download dir after rebuilding (#2210) --- distribution/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/benchmark.py b/distribution/benchmark.py index 78a79f36bbd..ea7dda8dde9 100644 --- a/distribution/benchmark.py +++ b/distribution/benchmark.py @@ -329,6 +329,7 @@ def run_benchmarks( build_path=build_path, bin_path=previous_bin_path, ) + shutil.rmtree(download_path) print("Benchmarking MODFLOW 6 versions:") print(f" dev: {dev_exe}") From 26a6122867fd7213224238d475b5dc6a29a1871e Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 7 Feb 2025 07:43:55 -0500 Subject: [PATCH 69/70] fix(build_docs.py): cleanup benchmark results after building latex (#2212) --- distribution/build_docs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/distribution/build_docs.py b/distribution/build_docs.py index e2ee44a2a9a..9e023458b4f 100644 --- a/distribution/build_docs.py +++ b/distribution/build_docs.py @@ -87,6 +87,7 @@ def build_benchmark_tex( examples_path=EXAMPLES_REPO_PATH / "examples", output_path=output_path, ) + assert benchmarks_path.is_file() # convert markdown benchmark results to LaTeX with set_dir(RELEASE_NOTES_PATH): @@ -97,9 +98,10 @@ def build_benchmark_tex( ) assert not ret, out + err assert tex_path.is_file() + assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file() - if (DISTRIBUTION_PATH / f"{benchmarks_path.stem}.md").is_file(): - assert (RELEASE_NOTES_PATH / f"{benchmarks_path.stem}.tex").is_file() + # clean up benchmark results + benchmarks_path.unlink() def build_deprecations_tex(force: bool = False): From 8e717f3743b2fc2f1ab09bab4c6bb054784240e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:50:33 +0000 Subject: [PATCH 70/70] ci(release): update version to 6.6.1 --- .build_rtd_docs/Doxyfile | 2 +- CITATION.cff | 4 ++-- DISCLAIMER.md | 17 +++++++++-------- README.md | 19 ++++++++++--------- code.json | 6 +++--- doc/version.py | 4 ++-- doc/version.tex | 4 ++-- meson.build | 2 +- pixi.toml | 2 +- src/Utilities/version.f90 | 26 ++++++++++++++------------ version.txt | 2 +- 11 files changed, 46 insertions(+), 42 deletions(-) diff --git a/.build_rtd_docs/Doxyfile b/.build_rtd_docs/Doxyfile index a4511abc92c..238ec6295cb 100644 --- a/.build_rtd_docs/Doxyfile +++ b/.build_rtd_docs/Doxyfile @@ -37,7 +37,7 @@ PROJECT_NAME = "MODFLOW 6" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "version 6.7.0.dev0" +PROJECT_NUMBER = "version 6.6.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/CITATION.cff b/CITATION.cff index d13fd7bcd09..940149f7042 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: If you use this software, please cite the software itself. type: software title: MODFLOW 6 Modular Hydrologic Model -version: 6.7.0.dev0 -date-released: '2024-12-19' +version: 6.6.1 +date-released: '2025-02-10' doi: 10.5066/F76Q1VQV abstract: MODFLOW 6 is an object-oriented program and framework developed to provide a platform for supporting multiple models and multiple types of models within the diff --git a/DISCLAIMER.md b/DISCLAIMER.md index f32778cb5e4..9226475a939 100644 --- a/DISCLAIMER.md +++ b/DISCLAIMER.md @@ -1,11 +1,12 @@ Disclaimer ---------- -This software is preliminary or provisional and is subject to revision. It is -being provided to meet the need for timely best science. The software has not -received final approval by the U.S. Geological Survey (USGS). No warranty, -expressed or implied, is made by the USGS or the U.S. Government as to the -functionality of the software and related material nor shall the fact of release -constitute any such warranty. The software is provided on the condition that -neither the USGS nor the U.S. Government shall be held liable for any damages -resulting from the authorized or unauthorized use of the software. +This software has been approved for release by the U.S. Geological Survey +(USGS). Although the software has been subjected to rigorous review, the USGS +reserves the right to update the software as needed pursuant to further analysis +and review. No warranty, expressed or implied, is made by the USGS or the U.S. +Government as to the functionality of the software and related material nor +shall the fact of release constitute any such warranty. Furthermore, the +software is released on condition that neither the USGS nor the U.S. Government +shall be held liable for any damages resulting from its authorized or +unauthorized use. diff --git a/README.md b/README.md index 2b14d00daeb..594bcfe09de 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the development repository for the USGS MODFLOW 6 Hydrologic Model. The official USGS distribution is available at [USGS Release Page](https://water.usgs.gov/ogw/modflow/MODFLOW.html). -### Version 6.7.0.dev0 (preliminary) +### Version 6.6.1 [![GitHub release](https://img.shields.io/github/release/MODFLOW-USGS/modflow6.svg)](https://github.com/MODFLOW-USGS/modflow6/releases/latest) [![MODFLOW 6 continuous integration](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml) @@ -110,12 +110,13 @@ Citations for specific versions are included with the [releases](https://github. Disclaimer ---------- -This software is preliminary or provisional and is subject to revision. It is -being provided to meet the need for timely best science. The software has not -received final approval by the U.S. Geological Survey (USGS). No warranty, -expressed or implied, is made by the USGS or the U.S. Government as to the -functionality of the software and related material nor shall the fact of release -constitute any such warranty. The software is provided on the condition that -neither the USGS nor the U.S. Government shall be held liable for any damages -resulting from the authorized or unauthorized use of the software. +This software has been approved for release by the U.S. Geological Survey +(USGS). Although the software has been subjected to rigorous review, the USGS +reserves the right to update the software as needed pursuant to further analysis +and review. No warranty, expressed or implied, is made by the USGS or the U.S. +Government as to the functionality of the software and related material nor +shall the fact of release constitute any such warranty. Furthermore, the +software is released on condition that neither the USGS nor the U.S. Government +shall be held liable for any damages resulting from its authorized or +unauthorized use. diff --git a/code.json b/code.json index 5980a4e821f..d1cbab8a463 100644 --- a/code.json +++ b/code.json @@ -1,6 +1,6 @@ [ { - "status": "Preliminary", + "status": "Release", "languages": [ "Fortran2008" ], @@ -18,9 +18,9 @@ "email": "langevin@usgs.gov" }, "laborHours": -1, - "version": "6.7.0.dev0", + "version": "6.6.1", "date": { - "metadataLastUpdated": "2024-12-19" + "metadataLastUpdated": "2025-02-10" }, "organization": "U.S. Geological Survey", "permissions": { diff --git a/doc/version.py b/doc/version.py index b26252f3ec5..60f43e6a97b 100644 --- a/doc/version.py +++ b/doc/version.py @@ -1,3 +1,3 @@ # MODFLOW 6 version file automatically created using...update_version.py -# created on...December 19, 2024 20:40:15 -__version__ = "6.7.0.dev0" +# created on...February 10, 2025 20:50:33 +__version__ = "6.6.1" diff --git a/doc/version.tex b/doc/version.tex index bedb3c400c7..8629cce6445 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,3 +1,3 @@ -\newcommand{\modflowversion}{mf6.7.0.dev0} -\newcommand{\modflowdate}{December 19, 2024} +\newcommand{\modflowversion}{mf6.6.1} +\newcommand{\modflowdate}{February 10, 2025} \newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate} diff --git a/meson.build b/meson.build index 52c7849d295..eadc005d1cb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'MODFLOW 6', 'fortran', - version: '6.7.0.dev0', + version: '6.6.1', license: 'CC0', meson_version: '>= 1.1.0', default_options : [ diff --git a/pixi.toml b/pixi.toml index 87175844b2a..5f751cdd85d 100644 --- a/pixi.toml +++ b/pixi.toml @@ -2,7 +2,7 @@ name = "modflow6" channels = ["conda-forge"] platforms = ["win-64", "linux-64", "linux-aarch64", "osx-arm64", "osx-64"] -version = "6.7.0.dev0" +version = "6.6.1" [dependencies] appdirs = "*" diff --git a/src/Utilities/version.f90 b/src/Utilities/version.f90 index 2550c364a4c..743c9dc9c2d 100644 --- a/src/Utilities/version.f90 +++ b/src/Utilities/version.f90 @@ -17,8 +17,8 @@ module VersionModule public ! -- modflow 6 version integer(I4B), parameter :: IDEVELOPMODE = 1 - character(len=*), parameter :: VERSIONNUMBER = '6.7.0.dev0' - character(len=*), parameter :: VERSIONTAG = ' (preliminary) 12/19/2024' + character(len=*), parameter :: VERSIONNUMBER = '6.6.1' + character(len=*), parameter :: VERSIONTAG = ' 02/10/2025' character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG character(len=2), parameter :: MFVNAM = ' 6' character(len=*), parameter :: MFTITLE = & @@ -75,16 +75,18 @@ module VersionModule ! -- disclaimer must be appropriate for version (release or release candidate) character(len=*), parameter :: FMTDISCLAIMER = & "(/,& - &'This software is preliminary or provisional and is subject to ',/,& - &'revision. It is being provided to meet the need for timely best ',/,& - &'science. The software has not received final approval by the U.S. ',/,& - &'Geological Survey (USGS). No warranty, expressed or implied, is made ',/,& - &'by the USGS or the U.S. Government as to the functionality of the ',/,& - &'software and related material nor shall the fact of release ',/,& - &'constitute any such warranty. The software is provided on the ',/,& - &'condition that neither the USGS nor the U.S. Government shall be held ',/,& - &'liable for any damages resulting from the authorized or unauthorized ',/,& - &'use of the software.',/)" + &'This software has been approved for release by the U.S. Geological ',/,& + &'Survey (USGS). Although the software has been subjected to rigorous ',/,& + &'review, the USGS reserves the right to update the software as needed ',/,& + &'pursuant to further analysis and review. No warranty, expressed or ',/,& + &'implied, is made by the USGS or the U.S. Government as to the ',/,& + &'functionality of the software and related material nor shall the ',/,& + &'fact of release constitute any such warranty. Furthermore, the ',/,& + &'software is released on condition that neither the USGS nor the U.S. ',/,& + &'Government shall be held liable for any damages resulting from its ',/,& + &'authorized or unauthorized use. Also refer to the USGS Water ',/,& + &'Resources Software User Rights Notice for complete use, copyright, ',/,& + &'and distribution information.',/)" contains diff --git a/version.txt b/version.txt index e38cf193ca0..ba92e72f577 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.7.0.dev0 \ No newline at end of file +6.6.1 \ No newline at end of file